.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,233,204;--color-primary-1:248,211,169;--color-primary-2:255,145,0;--color-primary-3:255,140,0;--color-primary-4:249,109,0;--color-secondary-0:225,230,232;--color-secondary-1:164,181,187;--color-secondary-2:104,131,141;--color-secondary-3:62,79,85;--color-secondary-4:3,49,65;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:51,51,51;--color-tertiary-3:4,4,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e15809a6-3e63-4bff-a922-2f7f34113b7d/rumahyellowleaf_semibevc25a_6000hi251222rev1A2000.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.adaptive-delivery-prevent-bg, #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.lazyload, #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.lazyloading { background-image: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { background-color: transparent; background-image: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container > .video-iframe-container { display: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container { display: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .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); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { border-width: 0; border-radius: 0; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#NEeTBp0KyWX6afckN2VlVen0LUZULbo9 { 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:12.3125rem;width:12.75rem;top:2.3307294845581rem;left:2.25rem;overflow:hidden;display:block; }
#yy2pCk0lWWM0dDm1hTywghTICdL6pTZI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:25.5625rem;top:18rem;left:45.375rem;display:block; }
#TzSs6Z6kuKHQ3I21rVmXdWgB8EomVFyE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.375rem;width:37.625rem;top:18rem;left:2.25rem;display:block; }
#DaiqIAKgT1ctLhuuiE3iIKsin4zI3ZKK { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:18.8125rem;left:0rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LE3n4rSvAAlPPNQTP7d95Xbo61HqAOdi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:30.5625rem;left:11.9375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TChBiIqqmfMkkTXEVzVtUMTL8swOhFM8 { color:rgba(var(--color-primary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:31.25rem;left:13.9375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqJB2arT8fVWo4GBcWzGlyRFbNwEDf5B { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.6875rem;left:14.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlMQMvgk1t1HsH76JbuAiz1ARrSGIGTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:48.375rem;left:5.375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWZIZ5CgJyLzmFbRey83BwHn3l8Zz5TO { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:27.25rem;left:4.8125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XpWOpro2yGnKzB6E3L9MbHZeI73reywG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.6875rem;width:23.875rem;top:18.8125rem;left:46.25rem;display:block; }
#dHBeQa7MoOnZuQ8OCsMKdTzC1xG2dXLT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:19.1875rem;left:47.375003814698rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ag0gM4XgsQy2qXw6s64cATvqrDQOTGTu { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #f96d00, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(140deg, #f96d00, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(140deg, #f96d00, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(140deg, #f96d00, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96d00', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96d00', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(140deg, #f96d00, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:32.625rem;top:45.5rem;left:4.75rem;display:block; }
#A1W763R1wfvAsoXVMaCBmMmDEiVQavwP { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;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:6.875rem;width:0.125rem;top:45.5625rem;left:14.5rem;display:block; }
#l8VI78TdLsDORPqdKzhT1OLQRQNbZWlB { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;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:6.875rem;width:0.125rem;top:45.5625rem;left:25.9375rem;display:block; }
#aTQnayTyeTlhKWGkcNtdV0uvE3PTAQ5A { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:46.3125rem;left:5.875rem;height:1.51285625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oh6IeURPS3g9wsgJ6yWEBc1ZQCUXI6or { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:13.375rem;top:4.3619804382324rem;left:28.906253814698rem;overflow:hidden;display:block; }
#lpITHirIXMJD02TNP2TrkKN6nT9a0Ms6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:46.3125rem;left:16.125rem;height:1.51285625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1VNiRyJ0RP7HImxHbWKWSnQ9xdfiJPq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:48.375rem;left:15.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VK0XNAToRDaDqfoWANmpM2Po4TFgTZ14 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:46.3125rem;left:26.75rem;height:1.51285625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ApJhW524ZBKa81te3A2wEonem0xy7PuH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:48.375rem;left:26.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIuQVVEzsmI2cNnF7Ni5RiID5SIh7PQO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:48.375rem;left:26.6875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-form-header {  }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .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; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .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; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-container:first-of-type{padding-top:0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-container:last-of-type{padding-bottom:0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.718753814698rem;top:26.375002384186rem;z-index:15009;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;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; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz {display:block;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.718753814698rem;top:26.375002384186rem;z-index:15009;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #g8giBEUNNMas7htiFuoUWysG5wbBT0bX { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #RXL2VHTmOtPuFFynz0znt5V3ZDaGC7aw { position:relative;display:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #ES79emPo1H3gw2lWKOxBOb39KnH4VtGc { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #JOhMsOWzsZBXsPOAs9dOKfZXWRTbFuy7 { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #vGdyX3xGAKRZyWKkMLgf36duIEFriTgo { position:relative;display:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #oysLa4HEUDdGS3B5TiJQPJs5qJvIqzU9 { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Pfk15fqSUZKbvQB2z3T3Q3JuxiLBeFcc { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Et9bIGOZlFVGB9mHVgMw0STRu0gDH6M7 { position:relative;display:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ed3t6bN1buW2b710BuTqbckNQWip5AtW { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #fwdS74Wmyf33PaVmQt5yr0ZTTN28MGeh { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KlzZdwlQyd7qGLBDhZg3IWuIIy6ITb6a { position:relative;display:none; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KWZ8Sy9ZND4cnguWbJsbatfQW1fxeRzH { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ua3l15DCX4VXK4qOUBZC4SV2DTyryNtE { position:relative; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #hGg4ANP3SaUaPu4WCAz6ZmEGegIGgMRC { position:relative; }
#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f96d00;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; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { background-color: transparent; background-image: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container > .video-iframe-container { display: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row > .video-iframe-container { display: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .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); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { border-width: 0; border-radius: 0; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#KAXmyFmEGur68ezskZR46svENxdTviuf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.8125rem;width:35.8125rem;top:2.3125rem;left:0.875rem;overflow:hidden;display:block; }
#ebDTEkTcaTSzOKrywBIpdk5RiPX5t9lT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.3125rem;left:38.875rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ht0zKwBlG7ZrUyD6JS8Q8y3QGO0ubegq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.875rem;left:38.875rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PINviJSW9c327RhOgNoX8AWJPc3byoK8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.4375rem;left:38.875rem; }
#gRGzwaRfWDIV0xszkJZ1TffleJTJJBZP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.3125rem;left:41.1875rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgV7sce1BvWwgZnAy6bCFh6WBNe0wITN { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.4375rem;left:41.3125rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVZIomBP6C1EQdtCGzP0rpTOwngpbvwf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.3125rem;left:38.875rem; }
#HPH70MHMzIQLk2U5qJOGkNBN1n5l3ght { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.1875rem;left:38.875rem; }
#dJ0THvHzdkkUSKuxX19t5vnxq4TNPI88 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.375rem;left:41.1875rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container { background-color: transparent; background-image: none; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container > .video-iframe-container { display: none; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row > .video-iframe-container { display: none; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .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); }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container { border-width: 0; border-radius: 0; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#wlg5FNfM1kATJPx39J1ldCoi4x9zepb2 { color:rgba(var(--color-primary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.00390625rem;left:17.15625rem;height:3.150225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O84MfgroQUbA9FUug6lvwbsW1JHSQTUf { position:absolute;display:block;z-index:15030;height:15.375rem;width:24.1875rem;top:11.5rem;left:15.9375rem;display:block; }
#ttDmRotuQCvxrb3QCC7Xv7dfosOHFV1h { color:rgba(var(--color-primary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.3125rem;left:40.25rem;height:17.53125rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUisZlXwGLv0KuQGFBVENZufMUMfLstX { color:rgba(var(--color-tertiary-4),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:5.08984375rem;left:15.9375rem;height:5.09765625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uz6y418Z8LoExt67X9weTz5Xl5Zg41CQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.3125rem;left:46.1875rem;height:17.53125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZastxpKZfVfxock7K70fZ8TUdIn0hHE { background-color:rgba(var(--color-primary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.875rem;left:28.875rem;display:block; }
#Bld11qsiiSaxNi8tsX2xRaaJatcFct21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f96d00;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; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { background-color: transparent; background-image: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container > .video-iframe-container { display: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row > .video-iframe-container { display: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .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); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { border-width: 0; border-radius: 0; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;position:relative;display:block; }#GkUHI2r0gCCSJAoo0l6PfNgH2xFiDATo { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:19.6875rem;top:37.9375rem;left:2.1875rem;display:block; }
#Z5m5BkogXQR5aCXrsdTMAnwxGu3yzhlQ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:19.6875rem;top:37.9375rem;left:27.5rem;display:block; }
#Hc6TaTDw1qaIsKdnBhHC0Vs8cyFG5n52 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:20.8125rem;top:37.9375rem;left:51.625rem;display:block; }
#GSUWc319cX3BJHc2Fbi3Tg4zx53UWMAa { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:19.1875rem;top:6.8125rem;left:52.375rem;display:block; }
#qwET8AXCDuvWtTMgCnCcnZNfOW8AxOvI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:19.75rem;top:6.8125rem;left:27.375rem;display:block; }
#OtXx9LHRuFgUwbUS8T4Pr3TqGd4pI3ir { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.0625rem;width:19.75rem;top:6.8125rem;left:2.25rem;display:block; }
#rcGmeyXhimTDPsgbdJXz1Na0hXlowoMu { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8095703125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#GK8LiHMzXEFOvT2obol4SCHhRQo5688B { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.625rem;width:20rem;top:37.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#f7Qvk0I5J0GcfVzitrl0mv0qFA9DGQ3u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.4375rem;left:5.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifNVLZgTIrISTrZw1eqERzeSiaQXGVzi { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.3125rem;width:19.5rem;top:6.8125rem;left:52.375rem;overflow:hidden;display:block; }
#dWLHp4g3726THgn701L7cgWQr4ACHxzL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.4375rem;left:30.75rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQh3NMD3OWJfac1gSFbJ4RGJagKnUnyx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.5rem;width:20.125rem;top:6.8125rem;left:27.3125rem;overflow:hidden;display:block; }
#orRDSJ7KPwW6GOR15UWk5em1Usr9vG62 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.4375rem;left:55.75rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tsQduZ20bOczPKMxTKx4qV2Jq9886OD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:53.5rem;left:5.6875rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TECKRH9HoND9WTdqm6BFamWC2wnUF2rP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15rem;width:21.125rem;top:37.9375rem;left:51.625rem;overflow:hidden;display:block; }
#T0JJi7PvH4fFFLDWSJ4J84aXDJWGUwMd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:53.5625rem;left:27.625rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lp64SRgW88QBedmkFI5tJhaTtBXR31tP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.6875rem;width:20.125rem;top:37.9375rem;left:27.5rem;overflow:hidden;display:block; }
#JdT7rOPRaQ1pvO1tmaxTw6h6zqDhpRll { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:53.5rem;left:52.0625rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWGDQzIv8dh04889E4XUUJVwTdV6ZqO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.4375rem;left:5.75rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBI44I0IMEesCe0W4qiEg0qRqTWf9Ffw { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.8125rem;width:20.1875rem;top:6.8125rem;left:2.25rem;overflow:hidden;display:block; }
#kTwVZUQxL1ikMSPLALnu4SkgNoXQMFd1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:24.375rem;left:5.625rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRHC4697AEQIXt8HqOlU63NiVVqHInGO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:24.375rem;left:31.5rem;height:1.70003125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fsCkTRKFy1VGOaUo24UiVotJ2ynVemRi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:24.375rem;left:56.5rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p22pPTT5rXrtXZUhSKiXycl8qTqHyvgp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:55.375rem;left:6.4375rem;height:1.70003125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1sRb6nrScHqHZ0mCeqT0TsIe01fRepC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:55.0625rem;left:29.25rem;height:1.70003125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tp4kTOeU0OKv5qrKFL0Pa84lfRkxc1wm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:55.0625rem;left:54.375rem;height:1.70003125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UT4JIGPUKkispXpSZg2bFDoKcIWpJOla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.125rem;left:6.75rem; }
#gwksbGDiHfwcC7nK1sgxJJzGUWgMzyOs { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:27.25rem;left:9.4375rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOCKnLBfcWXhVUR8zKLpOrDo6tBdQTpy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8112rem;width:1.8112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.125rem;left:13.8125rem; }
#PyH5iE9EnugSDnyRmQnHtDMKnBo3pgHh { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:27.25rem;left:16.3125rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F47T7HLZQDaTVLalnZFi1hdZoAdg45ya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.1875rem;left:13.9375rem; }
#zsQeTcQd2SSZHXTkh51iFFO3F8lmsOwV { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7487rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:31.375rem;left:16.25rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwy2yoB3MaXocT8i7sIKUm1dITUyHoFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8120125rem;width:1.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:27.125rem;left:39.25rem; }
#u6wkJAr2DA18JBeuOgmRX5PyRTuILhI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.1875rem;left:39.3125rem; }
#mvftp7mwENMSAkbmQ7T9pVozu1RDruzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:27.25rem;left:41.6875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xHdk9qxEyOIAvXGGAbPdymcail7Q4hfH { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7487rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:31.4375rem;left:41.625rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJWfwZXNNQFTOtMXSwSsmqzDZuvlItHX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:27.25rem;left:34.375rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z6zoqI2lPXsKtcEOETq5IngeiOMTluo5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:27.125rem;left:31.75rem; }
#PtrB2K6u0px1KqdVg991ETQ9vyVrLlqQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8120125rem;width:1.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.1875rem;left:63.5625rem; }
#Cxu8iO8G84zdAAv8ytXGxy7VEsJfkxQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:31.3125rem;left:63.625rem; }
#FzNHmbC0xIhDIdeJSZqw0DOs6MXMCTQz { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:27.375rem;left:66.3125rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UaR2EM0wDdSL2WkuESiXEcgzITDnkh3O { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7487rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:31.4375rem;left:66.1875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vlhmTsq4vg1z20AmDn7VVQzONdpyrP6i { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:27.375rem;left:58.6875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qum7EAcH5RhAMIgzaebUF9MKFkMIK5Ay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.125rem;left:56rem; }
#JhKoQ2LOBc1O2H5OeHHb9gxGpivk8CzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8112rem;width:1.8112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:58.25rem;left:13.5rem; }
#WTnniN5bOzMPZnNIxdsfV5TBnDI9gFkA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:62.375rem;left:13.5rem; }
#dsUrtxJ1U7XahMflah09d35cKKEUUzvL { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:58.375rem;left:15.8125rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgisSMhOiOuNxwPf3RqhNbFQBLwqU5FE { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7495125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:62.5rem;left:15.8125rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FODo9P6zLQ6fKTTasd4cIrClIWEtvRba { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:58.375rem;left:8.9375rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GUR7ETeznObkBcGtaRnGR0MTyrERLNiI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:58.25rem;left:6.4375rem; }
#tisgzaI6vZfflAxVX2PG6QNkICV7smf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8120125rem;width:1.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.25rem;left:38.9375rem; }
#yvVa96IqZyveQrG3CebDyVGdKgoEfQnx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:62.375rem;left:38.9375rem; }
#MWJaeGLFC4PSKRhduDC65uUCdVoPlvko { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:58.4375rem;left:41.1875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1RP5dZOJUJS2hWnAQa4qrAHGzWTwchh { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7495125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:62.5rem;left:41.1875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e54wLtI1cL7aQuMRwh5K5v8CRQwmQaRC { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:58.5rem;left:33.6875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M7okn85JPusJwANXmWv9ixUE8yGwRVEn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.25rem;left:31.1875rem; }
#Stz1fe68SkcBy8SxvSihqOho6TPnfzUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8120125rem;width:1.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:58.25rem;left:63.5625rem; }
#awV0vsLB4RmxwRD2KOTEgGTZXN6ppz6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:62.4375rem;left:63.625rem; }
#V6QGIbTaIT4T27zTXnIFUuffoZDOFmdT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:58.4375rem;left:65.625rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DobaXsN8JHRe0HzCUivKeRhv8hCF0pfR { color:rgba(var(--color-tertiary-4),1);display:block;width:2.7495125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:62.625rem;left:65.6875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OANTD3RZJLZh69u3z9O0VDbLZMAgbelT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:58.5rem;left:58.6875rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVuSIPLZnUcmo7uNWSzpTVfgaTzOLo6B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:58.25rem;left:56.0625rem; }
#fScxG5gKn6iEaSWRaWgd0h1SwbCHp91K { 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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:#f96d00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:67.1875rem;left:27.125rem;display:block; }
#nTwrdJ771sdPpkqwxU878xZqMvUVD9Ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLdUHaDCzL1cuFDhw9Edu6KfynpwTxMl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:31rem;left:6.8125rem; }
#ArR2LcEtmbB2NuF8ANuKaEPL2rWPoQtx { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:31.375rem;left:9.5rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L3gekn94nTDfrWQhXbzDgyU1aLRVxzeb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:31rem;left:31.8125rem; }
#IkZwoGOyaw4xlTTPGxXN5zbvhKKXfFgF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:31.375rem;left:34.4375rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5Od6hzGSKW9XQ0wCbXlXFrKzwUezXun { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:31rem;left:56rem; }
#LHt0wuZrkSQcHqAwGHMqca8xvxceRx2m { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:31.375rem;left:58.75rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dM7liiBH6rEUqhmFM8qohRnuA8rKkl0l { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:62.25rem;left:6.375rem; }
#fLgHVkBv3tNcXwNyQKWPM35UDT7IQwBU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:62.625rem;left:9rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9AXL2pzkENaR3RA81yuBGBUhStdWTpv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:62.25rem;left:31.1875rem; }
#zmEZRPQ1SRJOwun6Z6kLDv738wGW0QT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15103;line-height:1.6;letter-spacing:0;top:62.625rem;left:33.8125rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbiV1CnyVPtzZTAy6bJPpXO0FGVRoGy7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:62.25rem;left:56.125rem; }
#caVTR2aelk4J9pNEtDD6CUQRfcQu9NNr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:62.625rem;left:58.75rem;height:1.5999375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container { background-color: transparent; background-image: none; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container > .video-iframe-container { display: none; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row > .video-iframe-container { display: none; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .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); }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container { border-width: 0; border-radius: 0; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#hcE0KQZNW4OuxGSkPGFZoFLlWyASz4yE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:26.25rem;width:48.75rem;top:5.3125rem;left:13.9375rem;display:block; }
#RJmDDCAVml4f2VLGb52bsvTt7r2lubWy { color:rgba(var(--color-primary-4),1);display:block;width:53.8111875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2rem;left:10.625rem;height:2.69975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container { background-color: transparent; background-image: none; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container > .video-iframe-container { display: none; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row > .video-iframe-container { display: none; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .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); }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container { border-width: 0; border-radius: 0; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#Ldt7CavFNt2I7Ennat6TDhZQTtmVubGz { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.6874961853027rem;left:10.375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7gW3gyqgP3o3lTS9AwR72N8PsQubaPi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.0625rem;left:6.5625rem; }
#BcB2uZTP7O47MGWRKB87HtXswIXyyaZr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.4348945617676rem;left:23.781253814698rem; }
#HAeLfz99wp34h2sLsw0xLU5WfdxoscRe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.03125rem;left:43.718753814698rem; }
#TPbie9JBaPJKqTLAw652evzNTMoIr2ED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.03125rem;left:61.343753814698rem; }
#hx47baVMcq4TqNOe1OguQwqqOCLA1ZSy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0.5rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMOQznKffpS9JPidZv5srcsxQHCS1v4T { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.125rem;left:17.625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHHcuPsUwTmXReysNxmV1ZRcdlNfd0Rr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.687503814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dp0122VgnD56ou3Rmm49a0rI3LTS3XoC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.1875rem;left:55.312503814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGsstncOfOaiCUoSeLzcMBda0fBS0O9r { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:13.625rem;left:1.9375rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGJWBk8wk6M1u9RrzPR4dCtnJonp9LaM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:13.625rem;left:17.21875rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMNT9Lbk1Q5yv5zeTaQTQ4VV1cqbwOHi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:13.5rem;left:37.250003814698rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRzZ1v81MRTOk1dcBXtSuB4k7Ak6wogJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:13.5rem;left:56.250003814698rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB { position:relative;display:block; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB { background-color: transparent; background-image: none; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container > .video-iframe-container { display: none; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row > .video-iframe-container { display: none; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .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); }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB { border-width: 0; border-radius: 0; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t8bC4TiDwPWK5zpi9JEfw6Py91hQq2KD { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:18.5rem;top:15.75rem;left:0.125rem;display:block; }
#uzQrUc6ezlwaUAhCbPuHST1pIW3Bie1c { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16rem;left:0.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXraWXCfcZkTufxP63BH899LOt8aWy5R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3118125rem;width:18.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:5.5619673728943rem;left:0.125rem;overflow:hidden;display:block; }
#OHI2b40lK3Mp7X3uFmetQhfgTRczZ1GX { border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:18.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:5.494140625rem;left:18.875rem;overflow:hidden;display:block; }
#uTZRGBS3mG7xfJQLZAuLqLlGJCB1PUtF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:18.5rem;top:15.8125rem;left:18.875rem;display:block; }
#XLUIsddb0UwGhkOUQuqv2kwr4uzZhAeN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16rem;left:19.375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKOKgIrRpLkS2r3Jc5EaLvi8hB4fuino { position:absolute;display:block;z-index:15044;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:11.312125rem;width:18.499625rem;top:5.5610790252686rem;left:37.562496185302rem;overflow:hidden;display:block; }
#WmiOkOx4KA7HNh2qG4d4HORA0MCBRcPl { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:18.499625rem;top:15.875rem;left:37.5625rem;display:block; }
#SfqEJH2aE25Rxr88T84ypfRJ3fD0Evhh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:16.125rem;left:38rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQIMcaNkEQnTNrVTBf4WsqJ9TWO4NEmC { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:18.4375rem;top:15.747514724731rem;left:56.438743591309rem;display:block; }
#tVIyBnXzVOyXypBWLcQgq65TZX4K2f3W { color:rgba(var(--color-tertiary-0),1);display:block;width:17.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.989877700806rem;left:57.000175476074rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHeIqdx45ecUWZnwpJdymzNd5SmE9WNQ { position:absolute;display:block;z-index:15052;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:11.125rem;width:18.4375rem;top:5.5610790252686rem;left:56.436256408691rem;overflow:hidden;display:block; }
#JRBiL6eTNNU5rIOHlrFobTpCxCwaULgw { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1869525909424rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#TQlDWhTginAEBUcTZaSDTGrxkzGDWFUq { background-color:rgba(var(--color-primary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.0625rem;left:28.562503814698rem;display:block; }
#hTvf0kPDBPh7GVx03FRSgqCp0cdTgynF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container { background-color: transparent; background-image: none; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container > .video-iframe-container { display: none; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row > .video-iframe-container { display: none; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .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); }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container { border-width: 0; border-radius: 0; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#bBuepSHp3OnTqRGDpbJ3m1s3XVw7pAoE { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.5rem;left:9.125rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mDvAg4T2vvq5Tdn0TuvkHG1fZw9MUofs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:6.375rem;left:7.5rem;display:block; }
#zrJZJKfVEpIdZ3oeanZnDB6E6674puD1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:15.375rem;display:block; }
#OzlhaUnOtygcETP23ltV6nCVPoT89Tuw { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:22.125rem;left:8.5625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XChUK8dZXuX4zkrDLR3LNZzM8s5abUav { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:6.375rem;left:28.125rem;display:block; }
#e9Xd2AuM0MbMuIgz9OFneQ0OhkdDDfTi { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11rem;left:29.8125rem;height:10.1953125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iNJcwQIyy19eafMqof6JsE6noDebb67a { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:22.125rem;left:29.0625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D6rFv9qKJqbNf4iIywzxallyiBMBm2Jb { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:35.875rem;display:block; }
#qQVX8Ke7H90ZkzXl4ZQ2hIA1OXontJdQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:6.375rem;left:48.5rem;display:block; }
#CHyLOgPDwSVsZkDTLwfUUIztqiymp6R0 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:22.125rem;left:49.5625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ztwDGBb455OOGPbfAy8tneW64MWMKS5U { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:11.5625rem;left:50.125rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JG1givBSu7gdahJywxFmccIRuxAmcfQl { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:56.375rem;display:block; }
#D43981XOCGfmuVwABCHe7WMaVbpQTVPR { color:#14261c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWOW6sWGIQvt1XlS36DTFDO7debb05Ki { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.375rem;left:48.5rem;height:9.9935rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nOTAf7pNVT6HwP2731lg6HdrJgbKIGDV { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125rem;height:9.9935rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RLJZXdsT7QHuE4GEGTC6lkLMPv12DWaX { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.5rem;height:9.9935rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container { background-color: transparent; background-image: none; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container > .video-iframe-container { display: none; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row > .video-iframe-container { display: none; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .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); }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container { border-width: 0; border-radius: 0; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#xIIbrl8oec3RIyd85oHnrgEaMsXtmDFD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:20.75rem;width:31.3125rem;top:0.25rem;left:0.62369918823242rem;overflow:hidden;display:block; }
#F2Tbq7LnPlluEzJMamRtwQDNtZHnnxva { color:rgba(var(--color-primary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.562503814698rem;height:5.84895625rem;font-style:normal;display:block; }
#lvF6wOd3NgWNLiR0XGJTvcACmAvHadRu { background-color:rgba(var(--color-primary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.5625rem;left:33.562503814698rem;display:block; }
#NHbxb9sGJCdnpJXyLZLmsBiTh4pPufSU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWkMqRluNdyGF2sdE8bRFsqT95xvk6Hn { color:rgba(var(--color-primary-4),1);display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9609375rem;left:33.562503814698rem;height:3.57291875rem;font-style:normal;display:block; }
#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container { background-color: transparent; background-image: none; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container > .video-iframe-container { display: none; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row > .video-iframe-container { display: none; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .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); }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container { border-width: 0; border-radius: 0; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#H0NHhSnchAokTRKFW5g3Qn1izxZHDlL7 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.380210876465rem;left:1.2486991882324rem;height:6.296875rem;font-style:normal;display:block; }
#Hp7TvB0QUUdxOzCh36QrolAaTFPTBnsN { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:45.875rem;height:4.72265625rem;font-style:normal;display:block; }
#u2DwMK7fB1qRtOx8SB2OT2f1wJIzRFJt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.5234375rem;left:45.875003814698rem;height:1.75rem;font-style:normal;display:block; }
#Zyx4kPsPxQU6uWRqh5H7Q9uy299KFsVp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.375rem;left:43.4375rem; }
#rwtJiEIEcncCcacQmTVuMz44AH8pKdTW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:20.5625rem;top:1.5859375rem;left:1.2486991882324rem;overflow:hidden;display:block; }
#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container { background-color: transparent; background-image: none; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container > .video-iframe-container { display: none; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row > .video-iframe-container { display: none; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .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); }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container { border-width: 0; border-radius: 0; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#QR6GAkI1tU1PQ5RxhJaREFXFbNuFm1FC { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.96614837646487rem;left:13.342449188233rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 { display:block; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEeTBp0KyWX6afckN2VlVen0LUZULbo9 { top:2.3125rem;left:0rem;width:12.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy2pCk0lWWM0dDm1hTywghTICdL6pTZI { top:18rem;left:22.1875rem;width:25.5625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSs6Z6kuKHQ3I21rVmXdWgB8EomVFyE { top:18rem;left:0rem;width:37.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaiqIAKgT1ctLhuuiE3iIKsin4zI3ZKK { top:18.8125rem;left:0rem;width:40.875rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE3n4rSvAAlPPNQTP7d95Xbo61HqAOdi { top:30.5625rem;left:0rem;width:16.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChBiIqqmfMkkTXEVzVtUMTL8swOhFM8 { top:31.25rem;left:0.3125rem;width:12.5625rem;height:11.25rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJB2arT8fVWo4GBcWzGlyRFbNwEDf5B { top:41.6875rem;left:1rem;width:16.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlMQMvgk1t1HsH76JbuAiz1ARrSGIGTQ { top:48.375rem;left:0rem;width:8.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWZIZ5CgJyLzmFbRey83BwHn3l8Zz5TO { top:27.25rem;left:0rem;width:32.5rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpWOpro2yGnKzB6E3L9MbHZeI73reywG { width:23.875rem;height:6.6875rem;top:18.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHBeQa7MoOnZuQ8OCsMKdTzC1xG2dXLT { top:19.1875rem;left:26.125rem;width:21.625rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag0gM4XgsQy2qXw6s64cATvqrDQOTGTu { top:45.5rem;left:0rem;width:32.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1W763R1wfvAsoXVMaCBmMmDEiVQavwP { top:45.5625rem;left:0.875rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8VI78TdLsDORPqdKzhT1OLQRQNbZWlB { top:45.5625rem;left:12.3125rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQnayTyeTlhKWGkcNtdV0uvE3PTAQ5A { top:46.3125rem;left:0rem;width:7.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6IeURPS3g9wsgJ6yWEBc1ZQCUXI6or { top:4.3125rem;left:15.281253814698rem;width:13.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpITHirIXMJD02TNP2TrkKN6nT9a0Ms6 { top:46.3125rem;left:2.5rem;width:7.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1VNiRyJ0RP7HImxHbWKWSnQ9xdfiJPq { top:48.375rem;left:1.875rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK0XNAToRDaDqfoWANmpM2Po4TFgTZ14 { top:46.3125rem;left:13.125rem;width:9.875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJhW524ZBKa81te3A2wEonem0xy7PuH { top:48.375rem;left:13.0625rem;width:9.8125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuQVVEzsmI2cNnF7Ni5RiID5SIh7PQO { top:48.375rem;left:13.0625rem;width:9.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz  { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz {display:block;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #g8giBEUNNMas7htiFuoUWysG5wbBT0bX {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #RXL2VHTmOtPuFFynz0znt5V3ZDaGC7aw { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #ES79emPo1H3gw2lWKOxBOb39KnH4VtGc {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #JOhMsOWzsZBXsPOAs9dOKfZXWRTbFuy7 {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #vGdyX3xGAKRZyWKkMLgf36duIEFriTgo { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #oysLa4HEUDdGS3B5TiJQPJs5qJvIqzU9 {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Pfk15fqSUZKbvQB2z3T3Q3JuxiLBeFcc {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Et9bIGOZlFVGB9mHVgMw0STRu0gDH6M7 {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ed3t6bN1buW2b710BuTqbckNQWip5AtW {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #fwdS74Wmyf33PaVmQt5yr0ZTTN28MGeh {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KlzZdwlQyd7qGLBDhZg3IWuIIy6ITb6a {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KWZ8Sy9ZND4cnguWbJsbatfQW1fxeRzH {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ua3l15DCX4VXK4qOUBZC4SV2DTyryNtE {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #hGg4ANP3SaUaPu4WCAz6ZmEGegIGgMRC {  }
 }@media only screen and (max-width: 763px) { #WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 { display:block; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAXmyFmEGur68ezskZR46svENxdTviuf { top:2.3125rem;left:0rem;width:35.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebDTEkTcaTSzOKrywBIpdk5RiPX5t9lT { top:2.3125rem;left:11.625rem;width:36.125rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0zKwBlG7ZrUyD6JS8Q8y3QGO0ubegq { top:4.875rem;left:11.625rem;width:36.125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PINviJSW9c327RhOgNoX8AWJPc3byoK8 { top:7.4375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRGzwaRfWDIV0xszkJZ1TffleJTJJBZP { top:11.3125rem;left:19.625rem;width:28.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgV7sce1BvWwgZnAy6bCFh6WBNe0wITN { top:7.4375rem;left:17.75rem;width:30rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVZIomBP6C1EQdtCGzP0rpTOwngpbvwf { top:11.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPH70MHMzIQLk2U5qJOGkNBN1n5l3ght { top:15.1875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ0THvHzdkkUSKuxX19t5vnxq4TNPI88 { top:15.375rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTPyXo2GnWBKixXXr3HgyuNVwanNyte { display:block; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlg5FNfM1kATJPx39J1ldCoi4x9zepb2 { top:1rem;left:2.125rem;width:45.625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O84MfgroQUbA9FUug6lvwbsW1JHSQTUf { top:11.5rem;left:2.3125rem;width:24.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDmRotuQCvxrb3QCC7Xv7dfosOHFV1h { top:11.3125rem;left:26.625rem;width:5.3125rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUisZlXwGLv0KuQGFBVENZufMUMfLstX { top:5.0625rem;left:1.9375rem;width:45.8125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz6y418Z8LoExt67X9weTz5Xl5Zg41CQ { top:11.3125rem;left:29.9375rem;width:17.8125rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZastxpKZfVfxock7K70fZ8TUdIn0hHE { width:17.875rem;height:3.125rem;top:27.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bld11qsiiSaxNi8tsX2xRaaJatcFct21 { display:block; }
 }@media only screen and (max-width: 763px) { #mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS { display:block; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkUHI2r0gCCSJAoo0l6PfNgH2xFiDATo { width:19.6875rem;height:27.0625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5m5BkogXQR5aCXrsdTMAnwxGu3yzhlQ { width:19.6875rem;height:27.0625rem;top:37.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc6TaTDw1qaIsKdnBhHC0Vs8cyFG5n52 { width:20.8125rem;height:27.0625rem;top:37.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUWc319cX3BJHc2Fbi3Tg4zx53UWMAa { width:19.1875rem;height:27.0625rem;top:6.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwET8AXCDuvWtTMgCnCcnZNfOW8AxOvI { width:19.75rem;height:27.0625rem;top:6.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXx9LHRuFgUwbUS8T4Pr3TqGd4pI3ir { width:19.75rem;height:27.0625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGmeyXhimTDPsgbdJXz1Na0hXlowoMu { width:47.75rem;height:2.875rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK8LiHMzXEFOvT2obol4SCHhRQo5688B { top:37.9375rem;left:0rem;width:20rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Qvk0I5J0GcfVzitrl0mv0qFA9DGQ3u { width:13.125rem;height:0;top:22.4375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifNVLZgTIrISTrZw1eqERzeSiaQXGVzi { top:6.8125rem;left:28.125rem;width:19.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWLHp4g3726THgn701L7cgWQr4ACHxzL { width:14.1875rem;height:1.75rem;top:22.4375rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQh3NMD3OWJfac1gSFbJ4RGJagKnUnyx { top:6.8125rem;left:11.625rem;width:20.125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRDSJ7KPwW6GOR15UWk5em1Usr9vG62 { width:13.125rem;height:1.75rem;top:22.4375rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsQduZ20bOczPKMxTKx4qV2Jq9886OD6 { width:13.125rem;height:1.75rem;top:53.5rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECKRH9HoND9WTdqm6BFamWC2wnUF2rP { top:37.9375rem;left:26.5rem;width:21.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JJi7PvH4fFFLDWSJ4J84aXDJWGUwMd { width:19.4375rem;height:1.75rem;top:53.5625rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp64SRgW88QBedmkFI5tJhaTtBXR31tP { top:37.9375rem;left:11.625rem;width:20.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdT7rOPRaQ1pvO1tmaxTw6h6zqDhpRll { width:20.3125rem;height:1.75rem;top:53.5rem;left:27.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGDQzIv8dh04889E4XUUJVwTdV6ZqO8 { width:13.125rem;height:1.75rem;top:22.4375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBI44I0IMEesCe0W4qiEg0qRqTWf9Ffw { top:6.8125rem;left:0rem;width:20.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwVZUQxL1ikMSPLALnu4SkgNoXQMFd1 { width:13.75rem;height:1.6875rem;top:24.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHC4697AEQIXt8HqOlU63NiVVqHInGO { width:11.625rem;height:1.6875rem;top:24.375rem;left:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsCkTRKFy1VGOaUo24UiVotJ2ynVemRi { width:11.625rem;height:1.6875rem;top:24.375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22pPTT5rXrtXZUhSKiXycl8qTqHyvgp { width:11.625rem;height:1.6875rem;top:55.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sRb6nrScHqHZ0mCeqT0TsIe01fRepC { width:15.875rem;height:1.6875rem;top:55.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4kTOeU0OKv5qrKFL0Pa84lfRkxc1wm { width:15.375rem;height:1.6875rem;top:55.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT4JIGPUKkispXpSZg2bFDoKcIWpJOla { top:27.125rem;left:2.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwksbGDiHfwcC7nK1sgxJJzGUWgMzyOs { width:1.9375rem;height:1.5625rem;top:27.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOCKnLBfcWXhVUR8zKLpOrDo6tBdQTpy { top:27.125rem;left:9.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyH5iE9EnugSDnyRmQnHtDMKnBo3pgHh { width:1.875rem;height:1.5625rem;top:27.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47T7HLZQDaTVLalnZFi1hdZoAdg45ya { top:31.1875rem;left:9.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQeTcQd2SSZHXTkh51iFFO3F8lmsOwV { width:2.6875rem;height:1.5625rem;top:31.375rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwy2yoB3MaXocT8i7sIKUm1dITUyHoFe { top:27.125rem;left:25.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6wkJAr2DA18JBeuOgmRX5PyRTuILhI7 { top:31.1875rem;left:25.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvftp7mwENMSAkbmQ7T9pVozu1RDruzQ { width:1.875rem;height:1.5625rem;top:27.25rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdk9qxEyOIAvXGGAbPdymcail7Q4hfH { width:2.6875rem;height:1.5625rem;top:31.4375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWfwZXNNQFTOtMXSwSsmqzDZuvlItHX { width:1.9375rem;height:1.5625rem;top:27.25rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zoqI2lPXsKtcEOETq5IngeiOMTluo5 { top:27.125rem;left:18.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtrB2K6u0px1KqdVg991ETQ9vyVrLlqQ { top:27.1875rem;left:40.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxu8iO8G84zdAAv8ytXGxy7VEsJfkxQC { top:31.3125rem;left:40.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNHmbC0xIhDIdeJSZqw0DOs6MXMCTQz { width:1.875rem;height:1.5625rem;top:27.375rem;left:43.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaR2EM0wDdSL2WkuESiXEcgzITDnkh3O { width:2.6875rem;height:1.5625rem;top:31.4375rem;left:43.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhmTsq4vg1z20AmDn7VVQzONdpyrP6i { width:1.9375rem;height:1.5625rem;top:27.375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qum7EAcH5RhAMIgzaebUF9MKFkMIK5Ay { top:27.125rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKoQ2LOBc1O2H5OeHHb9gxGpivk8CzK { top:58.25rem;left:8.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnniN5bOzMPZnNIxdsfV5TBnDI9gFkA { top:62.375rem;left:8.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsUrtxJ1U7XahMflah09d35cKKEUUzvL { width:2.8125rem;height:1.5625rem;top:58.375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgisSMhOiOuNxwPf3RqhNbFQBLwqU5FE { width:2.6875rem;height:1.5625rem;top:62.5rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODo9P6zLQ6fKTTasd4cIrClIWEtvRba { width:3rem;height:1.5625rem;top:58.375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUR7ETeznObkBcGtaRnGR0MTyrERLNiI { top:58.25rem;left:1.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisgzaI6vZfflAxVX2PG6QNkICV7smf0 { top:58.25rem;left:25.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvVa96IqZyveQrG3CebDyVGdKgoEfQnx { top:62.375rem;left:25.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWJaeGLFC4PSKRhduDC65uUCdVoPlvko { width:3rem;height:1.5625rem;top:58.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1RP5dZOJUJS2hWnAQa4qrAHGzWTwchh { width:2.6875rem;height:1.5625rem;top:62.5rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e54wLtI1cL7aQuMRwh5K5v8CRQwmQaRC { width:2.6875rem;height:1.5625rem;top:58.5rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7okn85JPusJwANXmWv9ixUE8yGwRVEn { top:58.25rem;left:17.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz1fe68SkcBy8SxvSihqOho6TPnfzUX { top:58.25rem;left:40.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awV0vsLB4RmxwRD2KOTEgGTZXN6ppz6K { top:62.4375rem;left:40.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6QGIbTaIT4T27zTXnIFUuffoZDOFmdT { width:2.8125rem;height:1.5625rem;top:58.4375rem;left:42.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DobaXsN8JHRe0HzCUivKeRhv8hCF0pfR { width:2.6875rem;height:1.5625rem;top:62.625rem;left:42.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OANTD3RZJLZh69u3z9O0VDbLZMAgbelT { width:2.8125rem;height:1.5625rem;top:58.5rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVuSIPLZnUcmo7uNWSzpTVfgaTzOLo6B { top:58.25rem;left:33.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fScxG5gKn6iEaSWRaWgd0h1SwbCHp91K { width:20.75rem;height:3.3125rem;top:67.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwrdJ771sdPpkqwxU878xZqMvUVD9Ny { display:block; }
 }@media only screen and (max-width: 763px) { #yLdUHaDCzL1cuFDhw9Edu6KfynpwTxMl { top:31rem;left:2.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArR2LcEtmbB2NuF8ANuKaEPL2rWPoQtx { width:1.9375rem;height:1.5625rem;top:31.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gekn94nTDfrWQhXbzDgyU1aLRVxzeb { top:31rem;left:18.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkZwoGOyaw4xlTTPGxXN5zbvhKKXfFgF { width:1.9375rem;height:1.5625rem;top:31.375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Od6hzGSKW9XQ0wCbXlXFrKzwUezXun { top:31rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHt0wuZrkSQcHqAwGHMqca8xvxceRx2m { width:1.9375rem;height:1.5625rem;top:31.375rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM7liiBH6rEUqhmFM8qohRnuA8rKkl0l { top:62.25rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLgHVkBv3tNcXwNyQKWPM35UDT7IQwBU { width:1.9375rem;height:1.5625rem;top:62.625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9AXL2pzkENaR3RA81yuBGBUhStdWTpv { top:62.25rem;left:17.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmEZRPQ1SRJOwun6Z6kLDv738wGW0QT2 { width:1.9375rem;height:1.5625rem;top:62.625rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbiV1CnyVPtzZTAy6bJPpXO0FGVRoGy7 { top:62.25rem;left:33.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVTR2aelk4J9pNEtDD6CUQRfcQu9NNr { width:1.9375rem;height:1.5625rem;top:62.625rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn { display:block; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcE0KQZNW4OuxGSkPGFZoFLlWyASz4yE { width:47.75rem;height:25.711538461539rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmDDCAVml4f2VLGb52bsvTt7r2lubWy { top:2rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H { display:block; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ldt7CavFNt2I7Ennat6TDhZQTtmVubGz { top:1.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7gW3gyqgP3o3lTS9AwR72N8PsQubaPi { top:6.0625rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcB2uZTP7O47MGWRKB87HtXswIXyyaZr { top:5.375rem;left:16.968753814698rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeLfz99wp34h2sLsw0xLU5WfdxoscRe { top:6rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbie9JBaPJKqTLAw652evzNTMoIr2ED { top:6rem;left:40.906253814698rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx47baVMcq4TqNOe1OguQwqqOCLA1ZSy { top:10.9375rem;left:0rem;width:17.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOQznKffpS9JPidZv5srcsxQHCS1v4T { top:11.125rem;left:5.1875rem;width:19.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHHcuPsUwTmXReysNxmV1ZRcdlNfd0Rr { top:11.1875rem;left:23.875rem;width:17.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0122VgnD56ou3Rmm49a0rI3LTS3XoC { top:11.1875rem;left:30.5rem;width:17.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsstncOfOaiCUoSeLzcMBda0fBS0O9r { top:13.625rem;left:0rem;width:14.875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJWBk8wk6M1u9RrzPR4dCtnJonp9LaM { top:13.625rem;left:4.375rem;width:19.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNT9Lbk1Q5yv5zeTaQTQ4VV1cqbwOHi { top:13.5rem;left:5rem;width:18.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzZ1v81MRTOk1dcBXtSuB4k7Ak6wogJ { top:13.5rem;left:31.25rem;width:16.5rem;height:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB { display:block; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8bC4TiDwPWK5zpi9JEfw6Py91hQq2KD { top:15.75rem;left:0rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQrUc6ezlwaUAhCbPuHST1pIW3Bie1c { width:17.1875rem;height:1.5rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXraWXCfcZkTufxP63BH899LOt8aWy5R { width:18.4375rem;height:12.3118125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHI2b40lK3Mp7X3uFmetQhfgTRczZ1GX { width:18.4375rem;height:12.3125rem;top:5.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZRGBS3mG7xfJQLZAuLqLlGJCB1PUtF { top:15.8125rem;left:5.4375rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUIsddb0UwGhkOUQuqv2kwr4uzZhAeN { width:17.25rem;height:1.5rem;top:16rem;left:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKOKgIrRpLkS2r3Jc5EaLvi8hB4fuino { top:5.5rem;left:17.375rem;width:18.4375rem;height:11.274136891288rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmiOkOx4KA7HNh2qG4d4HORA0MCBRcPl { top:15.875rem;left:17.375rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfqEJH2aE25Rxr88T84ypfRJ3fD0Evhh { width:17.1875rem;height:1.5rem;top:16.0625rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQIMcaNkEQnTNrVTBf4WsqJ9TWO4NEmC { top:15.6875rem;left:29.3125rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVIyBnXzVOyXypBWLcQgq65TZX4K2f3W { width:17.1875rem;height:1.5rem;top:15.9375rem;left:30.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeIqdx45ecUWZnwpJdymzNd5SmE9WNQ { top:5.5rem;left:29.1875rem;width:18.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBiL6eTNNU5rIOHlrFobTpCxCwaULgw { width:47.75rem;height:2.875rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQlDWhTginAEBUcTZaSDTGrxkzGDWFUq { width:17.875rem;height:3.125rem;top:19.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvf0kPDBPh7GVx03FRSgqCp0cdTgynF { display:block; }
 }@media only screen and (max-width: 763px) { #KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 { display:block; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBuepSHp3OnTqRGDpbJ3m1s3XVw7pAoE { width:15.75rem;height:6.75rem;top:12.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDvAg4T2vvq5Tdn0TuvkHG1fZw9MUofs { width:19rem;height:19.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJZJKfVEpIdZ3oeanZnDB6E6674puD1 { width:3.25rem;height:0.0625rem;top:21.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzlhaUnOtygcETP23ltV6nCVPoT89Tuw { width:16.875rem;height:1.6875rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChUK8dZXuX4zkrDLR3LNZzM8s5abUav { width:19rem;height:19rem;top:6.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Xd2AuM0MbMuIgz9OFneQ0OhkdDDfTi { width:15.625rem;height:10.1875rem;top:11rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJcwQIyy19eafMqof6JsE6noDebb67a { width:16.875rem;height:1.6875rem;top:22.125rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rFv9qKJqbNf4iIywzxallyiBMBm2Jb { width:3.25rem;height:0.0625rem;top:21.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQVX8Ke7H90ZkzXl4ZQ2hIA1OXontJdQ { width:19rem;height:19.0625rem;top:6.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHyLOgPDwSVsZkDTLwfUUIztqiymp6R0 { width:16.875rem;height:1.6875rem;top:22.125rem;left:30.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztwDGBb455OOGPbfAy8tneW64MWMKS5U { width:15.75rem;height:8.4375rem;top:11.5625rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG1givBSu7gdahJywxFmccIRuxAmcfQl { width:3.25rem;height:0.0625rem;top:21.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D43981XOCGfmuVwABCHe7WMaVbpQTVPR { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOW6sWGIQvt1XlS36DTFDO7debb05Ki { width:3.9375rem;height:9.9375rem;top:6.375rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTAf7pNVT6HwP2731lg6HdrJgbKIGDV { width:3.9375rem;height:9.9375rem;top:6.375rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJZXdsT7QHuE4GEGTC6lkLMPv12DWaX { width:3.9375rem;height:9.9375rem;top:6.375rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 { display:block; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIIbrl8oec3RIyd85oHnrgEaMsXtmDFD { top:0.25rem;left:0rem;width:31.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Tbq7LnPlluEzJMamRtwQDNtZHnnxva { top:2.0625rem;left:19.937503814698rem;width:24.6875rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvF6wOd3NgWNLiR0XGJTvcACmAvHadRu { width:17.875rem;height:3.125rem;top:13.5625rem;left:19.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbxb9sGJCdnpJXyLZLmsBiTh4pPufSU { display:block; }
 }@media only screen and (max-width: 763px) { #FWkMqRluNdyGF2sdE8bRFsqT95xvk6Hn { top:8.9375rem;left:7.0625rem;width:40.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu { display:block; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0NHhSnchAokTRKFW5g3Qn1izxZHDlL7 { top:6.375rem;left:0rem;width:39.0625rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp7TvB0QUUdxOzCh36QrolAaTFPTBnsN { top:6.3125rem;left:19.75rem;width:28rem;height:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DwMK7fB1qRtOx8SB2OT2f1wJIzRFJt { top:4.5rem;left:32.250003814698rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx4kPsPxQU6uWRqh5H7Q9uy299KFsVp { top:6.375rem;left:29.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwtJiEIEcncCcacQmTVuMz44AH8pKdTW { top:1.5625rem;left:0rem;width:20.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt { display:block; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QR6GAkI1tU1PQ5RxhJaREFXFbNuFm1FC { top:0.9375rem;left:0rem;width:45.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e15809a6-3e63-4bff-a922-2f7f34113b7d/rumahyellowleaf_semibevc25a_6000hi251222rev1A2000.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.adaptive-delivery-prevent-bg, #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.lazyload, #wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8.lazyloading { background-image: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { background-color: transparent; background-image: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,31,31,0.51); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container > .video-iframe-container { display: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,31,31,0.51); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container { display: none; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .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); }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { border-width: 0; border-radius: 0; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQE04VMq2IQewi0s5kRfsrSsuPoLBBL8 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEeTBp0KyWX6afckN2VlVen0LUZULbo9 { width:9.4375rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy2pCk0lWWM0dDm1hTywghTICdL6pTZI { width:19.3125rem;height:29.1875rem;top:39.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSs6Z6kuKHQ3I21rVmXdWgB8EomVFyE { width:20rem;height:5.3125rem;top:9.6875rem;left:0rem;background-color:#f96d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DaiqIAKgT1ctLhuuiE3iIKsin4zI3ZKK { width:20rem;height:4.125rem;top:10.1875rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LE3n4rSvAAlPPNQTP7d95Xbo61HqAOdi { width:9rem;height:1.375rem;top:18.8125rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChBiIqqmfMkkTXEVzVtUMTL8swOhFM8 { width:7.3073125rem;height:9rem;top:19.375rem;left:6.0625rem;font-size:7.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IqJB2arT8fVWo4GBcWzGlyRFbNwEDf5B { width:8.875rem;height:1.78125rem;top:27.5625rem;left:5.625rem;font-size:1.1875rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MlMQMvgk1t1HsH76JbuAiz1ARrSGIGTQ { width:6.375rem;height:2.0625rem;top:33.625rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWZIZ5CgJyLzmFbRey83BwHn3l8Zz5TO { width:20rem;height:2.75rem;top:15.5625rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XpWOpro2yGnKzB6E3L9MbHZeI73reywG { width:17.9375rem;height:5.8125rem;top:39.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHBeQa7MoOnZuQ8OCsMKdTzC1xG2dXLT { width:16.8125rem;height:5.09895625rem;top:40.125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag0gM4XgsQy2qXw6s64cATvqrDQOTGTu { width:19.9375rem;height:6.1875rem;top:30.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1W763R1wfvAsoXVMaCBmMmDEiVQavwP { width:0.0625rem;height:6.25rem;top:30.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8VI78TdLsDORPqdKzhT1OLQRQNbZWlB { width:0.0625rem;height:6.25rem;top:30.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQnayTyeTlhKWGkcNtdV0uvE3PTAQ5A { width:5.5625rem;height:1.1684rem;top:31.0625rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6IeURPS3g9wsgJ6yWEBc1ZQCUXI6or { width:9.5rem;height:5.75rem;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpITHirIXMJD02TNP2TrkKN6nT9a0Ms6 { width:4.25rem;height:1.1684rem;top:31.0625rem;left:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1VNiRyJ0RP7HImxHbWKWSnQ9xdfiJPq { width:4.9375rem;height:2.0625rem;top:33.625rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK0XNAToRDaDqfoWANmpM2Po4TFgTZ14 { width:6.4375rem;height:2.33680625rem;top:31.0625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJhW524ZBKa81te3A2wEonem0xy7PuH { width:9.8125rem;height:0;top:30.25rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuQVVEzsmI2cNnF7Ni5RiID5SIh7PQO { width:6.3125rem;height:2.0625rem;top:33.625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]:-moz-placeholder { font-size:1rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]::-moz-placeholder { font-size:1rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz  { width:15rem;height:auto;top:47.261734962463rem;left:1.2500000596046rem; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz {display:block;}#c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz { width:15rem;height:auto;top:47.261734962463rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #g8giBEUNNMas7htiFuoUWysG5wbBT0bX {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #RXL2VHTmOtPuFFynz0znt5V3ZDaGC7aw { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #ES79emPo1H3gw2lWKOxBOb39KnH4VtGc {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #JOhMsOWzsZBXsPOAs9dOKfZXWRTbFuy7 {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #vGdyX3xGAKRZyWKkMLgf36duIEFriTgo { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #oysLa4HEUDdGS3B5TiJQPJs5qJvIqzU9 {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Pfk15fqSUZKbvQB2z3T3Q3JuxiLBeFcc {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Et9bIGOZlFVGB9mHVgMw0STRu0gDH6M7 { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ed3t6bN1buW2b710BuTqbckNQWip5AtW {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #fwdS74Wmyf33PaVmQt5yr0ZTTN28MGeh {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KlzZdwlQyd7qGLBDhZg3IWuIIy6ITb6a { display:none; }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #KWZ8Sy9ZND4cnguWbJsbatfQW1fxeRzH {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #Ua3l15DCX4VXK4qOUBZC4SV2DTyryNtE {  }
 }@media only screen and (max-width: 763px) { #c3l2R4xvVFqXfOArDbmFeBqKQcQxmpWz #hGg4ANP3SaUaPu4WCAz6ZmEGegIGgMRC {  }
 }@media only screen and (max-width: 763px) { #WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 { background-color:#f96d00;background-image:none;display:block; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { background-color: transparent; background-image: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container > .video-iframe-container { display: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row > .video-iframe-container { display: none; }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .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); }#WT0HZLP9crSVLbVEsp4xodtEgqAbOxP3 > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAXmyFmEGur68ezskZR46svENxdTviuf { width:18.875rem;height:10rem;top:4.9989147186279rem;left:0.5316841006279rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ebDTEkTcaTSzOKrywBIpdk5RiPX5t9lT { width:20rem;height:1.1875rem;top:1.2272148132324rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0zKwBlG7ZrUyD6JS8Q8y3QGO0ubegq { width:20rem;height:1.125rem;top:2.6030826568604rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #PINviJSW9c327RhOgNoX8AWJPc3byoK8 { display:flex;width:1.75rem;height:1.75rem;top:18.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gRGzwaRfWDIV0xszkJZ1TffleJTJJBZP { width:17.1875rem;height:2.625rem;top:22.375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MgV7sce1BvWwgZnAy6bCFh6WBNe0wITN { width:16.875rem;height:3.9375rem;top:17.9375rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nVZIomBP6C1EQdtCGzP0rpTOwngpbvwf { display:flex;width:1.75rem;height:1.75rem;top:22.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #HPH70MHMzIQLk2U5qJOGkNBN1n5l3ght { display:flex;width:1.75rem;height:1.75rem;top:27.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #dJ0THvHzdkkUSKuxX19t5vnxq4TNPI88 { width:16.499rem;height:2.625rem;top:26.75rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bwTPyXo2GnWBKixXXr3HgyuNVwanNyte { display:block; }#bwTPyXo2GnWBKixXXr3HgyuNVwanNyte > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlg5FNfM1kATJPx39J1ldCoi4x9zepb2 { width:20rem;height:4.19791875rem;top:0.8713092803955rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O84MfgroQUbA9FUug6lvwbsW1JHSQTUf { width:18.75rem;height:12.5rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDmRotuQCvxrb3QCC7Xv7dfosOHFV1h { width:4.3125rem;height:15.46875rem;top:26.625rem;left:0.25rem;font-size:0.9375rem;color:#f96d00;display:block; }
 }@media only screen and (max-width: 763px) { #gUisZlXwGLv0KuQGFBVENZufMUMfLstX { width:19.375rem;height:6.09375rem;top:18.875rem;left:0.3125rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uz6y418Z8LoExt67X9weTz5Xl5Zg41CQ { width:14.436875rem;height:15.46875rem;top:26.625rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZastxpKZfVfxock7K70fZ8TUdIn0hHE { width:15.9375rem;height:3.125rem;top:41.6875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bld11qsiiSaxNi8tsX2xRaaJatcFct21 { display:block; }
 }@media only screen and (max-width: 763px) { #mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS { background-color:#f96d00;background-image:none;display:block; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { background-color: transparent; background-image: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container > .video-iframe-container { display: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row > .video-iframe-container { display: none; }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .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); }#mVy7JV5bfSc5yrmlJWNWtOHpstnTVUuS > .row .container { width:20rem;height:191.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkUHI2r0gCCSJAoo0l6PfNgH2xFiDATo { width:18.9375rem;height:27.75rem;top:37.25rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Z5m5BkogXQR5aCXrsdTMAnwxGu3yzhlQ { width:18.9375rem;height:27.5rem;top:127.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc6TaTDw1qaIsKdnBhHC0Vs8cyFG5n52 { width:19.0625rem;height:27.5rem;top:156.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUWc319cX3BJHc2Fbi3Tg4zx53UWMAa { width:19.0625rem;height:27.75rem;top:67.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwET8AXCDuvWtTMgCnCcnZNfOW8AxOvI { width:18.9375rem;height:27.75rem;top:97.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXx9LHRuFgUwbUS8T4Pr3TqGd4pI3ir { width:19rem;height:27.75rem;top:7.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGmeyXhimTDPsgbdJXz1Na0hXlowoMu { width:20rem;height:3.89930625rem;top:1.6132774353027rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK8LiHMzXEFOvT2obol4SCHhRQo5688B { width:19.3125rem;height:14.1875rem;top:97.1875rem;left:0.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Qvk0I5J0GcfVzitrl0mv0qFA9DGQ3u { width:13.125rem;height:0;top:114.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifNVLZgTIrISTrZw1eqERzeSiaQXGVzi { width:19.3125rem;height:14.0625rem;top:37.25rem;left:0.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWLHp4g3726THgn701L7cgWQr4ACHxzL { width:14.9375rem;height:1.70573125rem;top:52.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQh3NMD3OWJfac1gSFbJ4RGJagKnUnyx { width:19.375rem;height:13.875rem;top:67.3125rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRDSJ7KPwW6GOR15UWk5em1Usr9vG62 { width:13.125rem;height:1.625rem;top:81.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsQduZ20bOczPKMxTKx4qV2Jq9886OD6 { width:13.125rem;height:1.625rem;top:112.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECKRH9HoND9WTdqm6BFamWC2wnUF2rP { width:19.3125rem;height:14.25rem;top:127.0625rem;left:0.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JJi7PvH4fFFLDWSJ4J84aXDJWGUwMd { width:18.0625rem;height:1.625rem;top:142.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp64SRgW88QBedmkFI5tJhaTtBXR31tP { width:19.4375rem;height:14.25rem;top:156.75rem;left:0.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdT7rOPRaQ1pvO1tmaxTw6h6zqDhpRll { width:18.625rem;height:1.625rem;top:171.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGDQzIv8dh04889E4XUUJVwTdV6ZqO8 { width:13.125rem;height:1.625rem;top:22.3125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBI44I0IMEesCe0W4qiEg0qRqTWf9Ffw { width:19.3125rem;height:14.1875rem;top:7.1875rem;left:0.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwVZUQxL1ikMSPLALnu4SkgNoXQMFd1 { width:11.625rem;height:1.3997375rem;top:24.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHC4697AEQIXt8HqOlU63NiVVqHInGO { width:11.625rem;height:1.3997375rem;top:54.375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsCkTRKFy1VGOaUo24UiVotJ2ynVemRi { width:11.625rem;height:1.599825rem;top:83.75rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22pPTT5rXrtXZUhSKiXycl8qTqHyvgp { width:11.625rem;height:1.599825rem;top:113.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sRb6nrScHqHZ0mCeqT0TsIe01fRepC { width:15.0625rem;height:1.599825rem;top:144.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4kTOeU0OKv5qrKFL0Pa84lfRkxc1wm { width:15.1875rem;height:1.599825rem;top:174rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT4JIGPUKkispXpSZg2bFDoKcIWpJOla { display:flex;width:1.875rem;height:1.875rem;top:27.125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #gwksbGDiHfwcC7nK1sgxJJzGUWgMzyOs { width:1.9375rem;height:1.3997375rem;top:27.5625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOCKnLBfcWXhVUR8zKLpOrDo6tBdQTpy { display:flex;width:1.75rem;height:1.75rem;top:27.1875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #PyH5iE9EnugSDnyRmQnHtDMKnBo3pgHh { width:1.875rem;height:1.3997375rem;top:27.5625rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47T7HLZQDaTVLalnZFi1hdZoAdg45ya { display:flex;width:1.6875rem;height:1.6875rem;top:31.75rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #zsQeTcQd2SSZHXTkh51iFFO3F8lmsOwV { width:2.6875rem;height:1.3997375rem;top:32rem;left:13.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwy2yoB3MaXocT8i7sIKUm1dITUyHoFe { display:flex;width:1.75rem;height:1.75rem;top:57.6875rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #u6wkJAr2DA18JBeuOgmRX5PyRTuILhI7 { display:flex;width:1.6875rem;height:1.6875rem;top:61.75rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #mvftp7mwENMSAkbmQ7T9pVozu1RDruzQ { width:1.875rem;height:1.3997375rem;top:57.9375rem;left:13.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdk9qxEyOIAvXGGAbPdymcail7Q4hfH { width:2.6875rem;height:1.3997375rem;top:62.125rem;left:13.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWfwZXNNQFTOtMXSwSsmqzDZuvlItHX { width:1.875rem;height:1.3997375rem;top:57.9375rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zoqI2lPXsKtcEOETq5IngeiOMTluo5 { display:flex;width:1.875rem;height:1.875rem;top:57.625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #PtrB2K6u0px1KqdVg991ETQ9vyVrLlqQ { display:flex;width:1.75rem;height:1.75rem;top:86.3125rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #Cxu8iO8G84zdAAv8ytXGxy7VEsJfkxQC { display:flex;width:1.6875rem;height:1.6875rem;top:90.5rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #FzNHmbC0xIhDIdeJSZqw0DOs6MXMCTQz { width:1.875rem;height:1.3997375rem;top:86.5rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaR2EM0wDdSL2WkuESiXEcgzITDnkh3O { width:2.6875rem;height:1.3997375rem;top:90.875rem;left:13.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhmTsq4vg1z20AmDn7VVQzONdpyrP6i { width:1.875rem;height:1.3997375rem;top:86.5rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qum7EAcH5RhAMIgzaebUF9MKFkMIK5Ay { display:flex;width:1.875rem;height:1.875rem;top:86.25rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #JhKoQ2LOBc1O2H5OeHHb9gxGpivk8CzK { display:flex;width:1.75rem;height:1.75rem;top:116.6875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #WTnniN5bOzMPZnNIxdsfV5TBnDI9gFkA { display:flex;width:1.6875rem;height:1.6875rem;top:121.125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #dsUrtxJ1U7XahMflah09d35cKKEUUzvL { width:2.75rem;height:1.3997375rem;top:116.875rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgisSMhOiOuNxwPf3RqhNbFQBLwqU5FE { width:2.6875rem;height:1.3997375rem;top:121.25rem;left:13.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODo9P6zLQ6fKTTasd4cIrClIWEtvRba { width:3.1875rem;height:1.3997375rem;top:116.875rem;left:6rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUR7ETeznObkBcGtaRnGR0MTyrERLNiI { display:flex;width:1.875rem;height:1.875rem;top:116.625rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #tisgzaI6vZfflAxVX2PG6QNkICV7smf0 { display:flex;width:1.75rem;height:1.75rem;top:147.75rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #yvVa96IqZyveQrG3CebDyVGdKgoEfQnx { display:flex;width:1.6875rem;height:1.6875rem;top:151.875rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #MWJaeGLFC4PSKRhduDC65uUCdVoPlvko { width:2.5625rem;height:1.3997375rem;top:148.125rem;left:13.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1RP5dZOJUJS2hWnAQa4qrAHGzWTwchh { width:2.6875rem;height:1.3997375rem;top:152.25rem;left:13.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e54wLtI1cL7aQuMRwh5K5v8CRQwmQaRC { width:2.8125rem;height:1.3997375rem;top:148.0625rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7okn85JPusJwANXmWv9ixUE8yGwRVEn { display:flex;width:1.875rem;height:1.875rem;top:147.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #Stz1fe68SkcBy8SxvSihqOho6TPnfzUX { display:flex;width:1.75rem;height:1.75rem;top:177.375rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #awV0vsLB4RmxwRD2KOTEgGTZXN6ppz6K { display:flex;width:1.6875rem;height:1.6875rem;top:181.25rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #V6QGIbTaIT4T27zTXnIFUuffoZDOFmdT { width:2.8125rem;height:1.3997375rem;top:177.5625rem;left:13.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DobaXsN8JHRe0HzCUivKeRhv8hCF0pfR { width:2.6875rem;height:1.3997375rem;top:181.375rem;left:13.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OANTD3RZJLZh69u3z9O0VDbLZMAgbelT { width:2.8125rem;height:1.3997375rem;top:177.5625rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVuSIPLZnUcmo7uNWSzpTVfgaTzOLo6B { display:flex;width:1.875rem;height:1.875rem;top:177.3125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #fScxG5gKn6iEaSWRaWgd0h1SwbCHp91K { width:19.0625rem;height:3.1875rem;top:186.03126144409rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwrdJ771sdPpkqwxU878xZqMvUVD9Ny { display:block; }
 }@media only screen and (max-width: 763px) { #yLdUHaDCzL1cuFDhw9Edu6KfynpwTxMl { display:flex;width:1.875rem;height:1.875rem;top:31.5rem;left:4.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ArR2LcEtmbB2NuF8ANuKaEPL2rWPoQtx { width:1.9375rem;height:1.3997375rem;top:32rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gekn94nTDfrWQhXbzDgyU1aLRVxzeb { display:flex;width:1.875rem;height:1.875rem;top:90.1875rem;left:4.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IkZwoGOyaw4xlTTPGxXN5zbvhKKXfFgF { width:1.9375rem;height:1.3997375rem;top:62.125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Od6hzGSKW9XQ0wCbXlXFrKzwUezXun { display:flex;width:1.875rem;height:1.875rem;top:121rem;left:4.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LHt0wuZrkSQcHqAwGHMqca8xvxceRx2m { width:1.9375rem;height:1.3997375rem;top:121.5rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM7liiBH6rEUqhmFM8qohRnuA8rKkl0l { display:flex;width:1.875rem;height:1.875rem;top:61.5rem;left:4.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fLgHVkBv3tNcXwNyQKWPM35UDT7IQwBU { width:1.9375rem;height:1.3997375rem;top:90.8125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #w9AXL2pzkENaR3RA81yuBGBUhStdWTpv { display:flex;width:1.875rem;height:1.875rem;top:151.6875rem;left:4.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zmEZRPQ1SRJOwun6Z6kLDv738wGW0QT2 { width:1.9375rem;height:1.3997375rem;top:152.25rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #CbiV1CnyVPtzZTAy6bJPpXO0FGVRoGy7 { display:flex;width:1.875rem;height:1.875rem;top:181.1875rem;left:4.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #caVTR2aelk4J9pNEtDD6CUQRfcQu9NNr { width:1.9375rem;height:1.3997375rem;top:181.625rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn { display:block; }#WKRV48ity8q86KPLUUdPTRTQZ9mW6bTn > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcE0KQZNW4OuxGSkPGFZoFLlWyASz4yE { width:20rem;height:10.759162303665rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmDDCAVml4f2VLGb52bsvTt7r2lubWy { width:17.9375rem;height:1.800425rem;top:0.62109375rem;left:1.0312500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H { display:block; }#yHwlhPZ2uf6IzMUovZ7ADW6zTfo6dT1H > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ldt7CavFNt2I7Ennat6TDhZQTtmVubGz { width:20rem;height:1.800425rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7gW3gyqgP3o3lTS9AwR72N8PsQubaPi { display:flex;width:5.125rem;height:5.125rem;top:2.8125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #BcB2uZTP7O47MGWRKB87HtXswIXyyaZr { display:flex;width:6.309875rem;height:6.309875rem;top:15.6875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #HAeLfz99wp34h2sLsw0xLU5WfdxoscRe { display:flex;width:5.125rem;height:5.125rem;top:31.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #TPbie9JBaPJKqTLAw652evzNTMoIr2ED { display:flex;width:5.1237rem;height:5.1237rem;top:46.4375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #hx47baVMcq4TqNOe1OguQwqqOCLA1ZSy { width:17.1875rem;height:1.625rem;top:7.9375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOQznKffpS9JPidZv5srcsxQHCS1v4T { width:17.1875rem;height:1.625rem;top:21.125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHHcuPsUwTmXReysNxmV1ZRcdlNfd0Rr { width:17.1875rem;height:1.54385625rem;top:36.5rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0122VgnD56ou3Rmm49a0rI3LTS3XoC { width:17.1875rem;height:1.625rem;top:51.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsstncOfOaiCUoSeLzcMBda0fBS0O9r { width:14.875rem;height:6rem;top:9.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJWBk8wk6M1u9RrzPR4dCtnJonp9LaM { width:15.6861875rem;height:7.5rem;top:22.75rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNT9Lbk1Q5yv5zeTaQTQ4VV1cqbwOHi { width:16.6875rem;height:7.5rem;top:38.0625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzZ1v81MRTOk1dcBXtSuB4k7Ak6wogJ { width:15.125rem;height:6rem;top:53.1875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB { display:block; }#liKG5uLxXu0lFB5dE0VRE8ofxwNT4sQB > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8bC4TiDwPWK5zpi9JEfw6Py91hQq2KD { width:18.4375rem;height:2.1875rem;top:14.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQrUc6ezlwaUAhCbPuHST1pIW3Bie1c { width:17.1875rem;height:1.5434rem;top:14.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXraWXCfcZkTufxP63BH899LOt8aWy5R { width:18.4375rem;height:12.3118125rem;top:4.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHI2b40lK3Mp7X3uFmetQhfgTRczZ1GX { width:18.4375rem;height:12.3125rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZRGBS3mG7xfJQLZAuLqLlGJCB1PUtF { width:18.5rem;height:2.1875rem;top:27.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUIsddb0UwGhkOUQuqv2kwr4uzZhAeN { width:17.1875rem;height:1.5434rem;top:28rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKOKgIrRpLkS2r3Jc5EaLvi8hB4fuino { width:18.4375rem;height:11.27379806068rem;top:30.8125rem;left:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmiOkOx4KA7HNh2qG4d4HORA0MCBRcPl { width:18.5rem;height:2.1875rem;top:41.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfqEJH2aE25Rxr88T84ypfRJ3fD0Evhh { width:17.1875rem;height:1.5434rem;top:41.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQIMcaNkEQnTNrVTBf4WsqJ9TWO4NEmC { width:18.5rem;height:2.1875rem;top:53.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVIyBnXzVOyXypBWLcQgq65TZX4K2f3W { width:17.1875rem;height:1.5434rem;top:53.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeIqdx45ecUWZnwpJdymzNd5SmE9WNQ { width:18.4375rem;height:11.1239375rem;top:44.5rem;left:0.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBiL6eTNNU5rIOHlrFobTpCxCwaULgw { width:18.75rem;height:3.5996125rem;top:0.18731689453125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TQlDWhTginAEBUcTZaSDTGrxkzGDWFUq { width:15.9375rem;height:3.125rem;top:56.687502861023rem;left:2.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvf0kPDBPh7GVx03FRSgqCp0cdTgynF { display:block; }
 }@media only screen and (max-width: 763px) { #KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 { display:block; }#KK0nWGzZvi6WKuIiFnZTn328t8V44yk8 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBuepSHp3OnTqRGDpbJ3m1s3XVw7pAoE { width:15.75rem;height:6.796875rem;top:8.25rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDvAg4T2vvq5Tdn0TuvkHG1fZw9MUofs { width:19rem;height:18.6875rem;top:2.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJZJKfVEpIdZ3oeanZnDB6E6674puD1 { width:3.25rem;height:0.0625rem;top:15.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzlhaUnOtygcETP23ltV6nCVPoT89Tuw { width:16.875rem;height:1.70010625rem;top:17.375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XChUK8dZXuX4zkrDLR3LNZzM8s5abUav { width:19rem;height:18.8125rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Xd2AuM0MbMuIgz9OFneQ0OhkdDDfTi { width:15.8125rem;height:10.1953125rem;top:25.1875rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNJcwQIyy19eafMqof6JsE6noDebb67a { width:16.875rem;height:1.70010625rem;top:37.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6rFv9qKJqbNf4iIywzxallyiBMBm2Jb { width:3.25rem;height:0.0625rem;top:36.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQVX8Ke7H90ZkzXl4ZQ2hIA1OXontJdQ { width:19rem;height:18.375rem;top:41.375002384186rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHyLOgPDwSVsZkDTLwfUUIztqiymp6R0 { width:16.875rem;height:1.70010625rem;top:56.187502384186rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztwDGBb455OOGPbfAy8tneW64MWMKS5U { width:15.75rem;height:8.496125rem;top:45.937502384186rem;left:2.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JG1givBSu7gdahJywxFmccIRuxAmcfQl { width:3.25rem;height:0.0625rem;top:55.000002384186rem;left:8.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #D43981XOCGfmuVwABCHe7WMaVbpQTVPR { width:20rem;height:1.94921875rem;top:0.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOW6sWGIQvt1XlS36DTFDO7debb05Ki { width:3.9375rem;height:8.125rem;top:41.375002384186rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTAf7pNVT6HwP2731lg6HdrJgbKIGDV { width:3.9375rem;height:8.125rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJZXdsT7QHuE4GEGTC6lkLMPv12DWaX { width:3.9375rem;height:8.125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 { display:block; }#p6xITnq7X5nmzf3TAm3WsMfQsZM3efq9 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIIbrl8oec3RIyd85oHnrgEaMsXtmDFD { width:19.25rem;height:12.75rem;top:0.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Tbq7LnPlluEzJMamRtwQDNtZHnnxva { width:17.625rem;height:3.73698125rem;top:13.12890625rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvF6wOd3NgWNLiR0XGJTvcACmAvHadRu { width:16.4375rem;height:3.125rem;top:20.826820373535rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbxb9sGJCdnpJXyLZLmsBiTh4pPufSU { display:block; }
 }@media only screen and (max-width: 763px) { #FWkMqRluNdyGF2sdE8bRFsqT95xvk6Hn { width:18rem;height:3.8984375rem;top:16.865886688233rem;left:0.62500005960463rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu { display:block; }#qRmwxWl4qEJIErBP0DEDyTSXlV6ASNMu > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0NHhSnchAokTRKFW5g3Qn1izxZHDlL7 { width:19.1875rem;height:9.1875rem;top:4.1875rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp7TvB0QUUdxOzCh36QrolAaTFPTBnsN { width:20rem;height:3.41015625rem;top:15.7265625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u2DwMK7fB1qRtOx8SB2OT2f1wJIzRFJt { width:14.9375rem;height:1.57421875rem;top:13.96875rem;left:2.9062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx4kPsPxQU6uWRqh5H7Q9uy299KFsVp { width:1.9375rem;height:1.9375rem;top:13.72265625rem;left:5.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwtJiEIEcncCcacQmTVuMz44AH8pKdTW { width:15.375rem;height:3.75rem;top:0.4375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt { display:block; }#tIDl0ST46I3lWcZ2LM7HkvbW1AGbSSnt > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QR6GAkI1tU1PQ5RxhJaREFXFbNuFm1FC { width:20rem;height:2.2745rem;top:0.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }