.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); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi { 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; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.adaptive-delivery-prevent-bg, #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.lazyload, #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.lazyloading { background-image: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { background-color: transparent; background-image: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container > .video-iframe-container { display: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .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); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row > .video-iframe-container { display: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .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); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { border-width: 0; border-radius: 0; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi::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; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#B5Ur3IGIhgJLGuqAWrQbkBTAFGJOTy0F { 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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-form-header {  }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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) ; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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) ; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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) ; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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) ; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-container:first-of-type{padding-top:0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-container:last-of-type{padding-bottom:0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN  { 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.750003814698rem;top:26.375rem;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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN {display:block;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN { 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.750003814698rem;top:26.375rem;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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nIdypve4ePFTdSfHtlqycdSb3D82AnfC { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #eGoFz2wU6VnQWgkD9Gn2NmriiTqRqZRu { position:relative;display:none; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #rTee0i7Q5i0VlvQOxA8zaSv9IVwzyrIy { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #LG5XfXu0PPk3HuOTkhK11r6J6Tkn8Bvr { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NAwKHPumeHk3rUJ2l5RDfhuCToTK7l9r { position:relative;display:none; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #Fwc553pXIaPOCmpvJ4FJUaCLC3Ruhqre { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #elCbUiHWUSz3ll66a9LxZUC9L5xvqHWD { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #OGhTnfGA2p9Jh9d48DipTaqbTO9D5ivU { position:relative;display:none; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IUcvqwLbB1G39DIvt8TmpQWynPaMGFBB { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IdE2KzMh8e5pQad4o61TgtW2TUuhagyL { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NgUrTqzEUgNIoRSlWwIl5xXbzZ9IRqLd { position:relative;display:none; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nvJS4fNO6cnFZxspy7r6NC87tA0W1aTu { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #yqTLqdMo9fUzRdzqfRf8VJwDxJa8SmdX { position:relative; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #zpEJdKoXyvp4gDuM5uNVFEr365Hh21ZK { position:relative; }
#taVz1Xd0x2Bzeq27oCVZMiAugEJoxJtp { 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; }
#MzmfzMJPSMi6VdODyyqi2NNeTUL56zyP { 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; }
#CM7FsuBvKsESw7ZhEynsFw3Ht7F7Ei8P { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--headlines-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; }
#g8btQkezo35S57Ppl7Aguzb44UnRubOB { 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; }
#pSwI02ydglTt7Zi4PO87dlhoF03v0ha4 { 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; }
#Rtxk6GnJqnTdLwHiTCGq3R3Q6NxBMzCp { 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; }
#xAHoAoJiPE6FrCKD35gGZ4xR6EGKsl32 { 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; }
#Koa1BM010TD7sSgGLikN5EvEC9N7advt { 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.29166875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#P9ngfJkIX0bn8DMaFoJQmbOZeoRMuFpN { 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; }
#lvgklsQFdvw4qbOsxwZkn9gMu24scyiz { 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; }
#zaBheTKAutNEcDzIwbp3STDA4TfoZcrG { 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; }
#gaxXsgXhe89p2a4RNRHzfT5nnksGRTAR { 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; }
#wXbZPGtpoWD96rxPegFSKCfzMciSwzwL { 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; }
#Er2eH8AceVAo0E8A6FxeJPS5LAOAEwEo { 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.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkMX6O8mdWHv9cchykw2yt0WA7Q5CWrK { 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; }
#z5PJmo4s5TF0V6ffUik8S3RInsGWZJTb { 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.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UlaZiwNT6KS8XTRbqXJElDm1Oi3do16f { 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; }
#ZWExIfGsqzDhrEF5dblByfsVVEgf1Gg0 { 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.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fErglTKnyH10hMTHcailBTGglu7RFbay { 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; }
#TofhwEkRG7PZg7ncd6gs5lw1xSMs53lD { 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; }
#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN { 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; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { background-color: transparent; background-image: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container > .video-iframe-container { display: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row > .video-iframe-container { display: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .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); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { border-width: 0; border-radius: 0; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#WITtgoS6Dd9O7VEw51i9K6FvVHlJsTlu { 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; }
#IaO6zUm0nRQrM5fBqHZfxeUzsziI4ymW { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1870625rem;position:absolute;font-family:var(--headlines-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; }
#ZZyNcmsVuat6ZvTM2L4o4tGW5I3lX7tO { 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; }
#s7KUqqU5HrqU8hdPleN4Zk9OWOfwRMTC { 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; }
#wB64CqN8GsNePpPLLRKWyGUxTsVDfN0o { 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; }
#mihd0HtmsNbfkDUMGtUf2liJyw6ZCzrP { 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; }
#QNzvtLidomQzUeCU2ZFLgHpydh3nDidR { 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; }
#U4hUco4OxwhMWz60qTZRgeOIrgWgMRgD { 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; }
#J6MnEPTiF7L9Q0oQ5RzOiDZiwy0LanwW { 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; }
#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq { 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; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container { background-color: transparent; background-image: none; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container > .video-iframe-container { display: none; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row > .video-iframe-container { display: none; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .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); }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container { border-width: 0; border-radius: 0; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#tdTnJnlqWzPzu1JTE1FzXIEzdxHHJ9pV { 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.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1nWm8LG0SaKmGUbd6WnxS26eCUXDSgS { position:absolute;display:block;z-index:15030;height:15.375rem;width:24.1875rem;top:11.5rem;left:15.9375rem;display:block; }
#k1bTuRZX9vuiwqXA14UIC0O8aT1gW6Uo { 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; }
#DHJUgiyb3AwatHiS4R95pQ4iCW89Nbxq { 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; }
#EHZBohUPAkzuJod2F5vgDFCG9NGTutei { 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; }
#GVf8rhuwyD75w6vEudA6vm7Ee1AxVsTd { 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; }
#zwda2JNRDAmnTdpLlHLV6LvBwoZJOkhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP { 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; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { background-color: transparent; background-image: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container > .video-iframe-container { display: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row > .video-iframe-container { display: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .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); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { border-width: 0; border-radius: 0; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;position:relative;display:block; }#sp0JVO2Tptwbxs1sUtx7Cgp8lacTJ8pA { 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; }
#TbPED45f0KM2zZSCM1T8LxloE2AiBkHE { 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; }
#MkRiZbl6IHmPocEytEpwqRUwdVlgCFoW { 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; }
#aoiIETnSAr0kpHZfWFAbXfHwf37zRziK { 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; }
#V78w2aDn8VAeO898P27otDbRKKtn6aDE { 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; }
#XUO43veyNUQBatulvcLhnzlBoZt5JbsF { 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; }
#NqaPvJPuocxiAgfp39hoTK0PqAzt1MgN { 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.92448125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZR2bVXB0iSOztLxRiEHGsSAW56Xh4nhZ { 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; }
#r9MBV4xaT1JB5ZmaTXCH2xrPPz3vTVsl { 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; }
#IZix1Tr8A2fCiB2feDxyqk91QJznqyqg { 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; }
#lQEeeH12mvR80A76O1yUrGUyTnX0JrJH { color:rgba(var(--color-tertiary-3),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; }
#noAbmniqJR8Tc8Pp6R7Gi9enDZkrXAN1 { 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; }
#vrb4lncNXaoNABPGnoIhGlLccLFTJhuK { color:rgba(var(--color-tertiary-3),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; }
#romXp0aEpWt4ODyPkU0Fcicx9GhTd1gC { color:rgba(var(--color-tertiary-3),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; }
#wxCQGBdNs7Te4HlT7u9UGp58HEMT2WU6 { 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; }
#yqkFaWP8bfgcT162xd3fNmbdNbIrSlNa { color:rgba(var(--color-tertiary-3),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; }
#VBXFKJUsSEbfCPLu4cXRKWIhidehTTM2 { 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; }
#mwusgJJwswLRvZnnlEdCuaA2xTd7ie3m { color:rgba(var(--color-tertiary-3),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; }
#aQWmFUzvKCWn1lWuHloISmTZZeAeUeS5 { color:rgba(var(--color-tertiary-3),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; }
#xSz6zCHM3TFOLSRSGlD3Xz0uWf7eH0E1 { 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; }
#PpgHPg6TLU3qocevB6g6skTTvS5ZGMpp { color:rgba(var(--color-tertiary-2),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; }
#cu3oBu1p3UbAgDzUWk0MIuQ2kWPX2M2A { color:rgba(var(--color-tertiary-2),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.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; }
#BlCktO05ZlOZsNNtOSLsM4LfnVFcQNJS { color:rgba(var(--color-tertiary-2),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; }
#rQsMK9uc7VqgAH1ERh32wgXuMTfEVCSN { color:rgba(var(--color-tertiary-2),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.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; }
#SVFPoXcKGgEw6lOQgos8TBIJ1SORVLQy { color:rgba(var(--color-tertiary-2),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.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; }
#WQzKUkB6L2vcLTiq0Q89PwR8yfJtULFD { color:rgba(var(--color-tertiary-2),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.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; }
#eKSn4iuzfiUyX9Mh55cyTkw5S2cFW6x4 { 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; }
#EnS89wAcDUKTlppxm5hTGWH8zm6od8DI { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#Pufx5iQHMz1Qem8Nz3yWqCSTOCPrqN7h { 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; }
#LqNvR0cp477t9TTr5k7uZCRvcwoqhJ5i { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#HaJMVLRAaaawp2MOOR03wMGEP4yamIN8 { 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; }
#nas8h7ts5RPTESSnVKEt1kTT9vFMalMk { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#Tw8puVfwDHgw0wyJM97CvZfwEDxUBL6v { 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; }
#qQRJPpSqmn0ZwxcV9zLEUwSoc6rgiFiu { 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; }
#oG0ZmcFT6gUy3LdLA4etLw6IGan80QBi { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#Axulb7yOeatQBFbmxKf32KxL644mlJSZ { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#OvH35LJOqsyzPfG9MJUdygD9VNkxFDob { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#zsb1na0yo3KVQSDeFJZE6TDCFF209aLT { 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; }
#mKDtLB7O8d9Il3qKB52W8UTeRozOMuiF { 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; }
#FA7Ed0lHfyucyCcp6VlAQIOlTA2tbCX9 { 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; }
#lz4vJx4QxRgThOMTPBQ1i319brE28d0r { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#Qs7151mEZA17bx1JmpaSGFAITvBFwxoD { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#Tx3oI8bDolprB0l4czZ85GnkvcrKERGv { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#KrPcVOOKWbWD15L5RLwy5fqT34darc5W { 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; }
#Xey9xvFfa1Rn077Jg0QPQ29rwPJ4reH1 { 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; }
#fXXxRedlfrV7BL8QJAgSKmlrLvg3B3Vb { 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; }
#B2trfKXXlPTVxMGgT7QqmrLE18bWVUTz { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#vePhKVU9bV9lDNgOz7wT6wawNyDTyBud { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#BeGbxaLloq0ZJSGdkwrlyJomvTTAy8i2 { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#qhNx7f6qi2VoFOXEKTBEeEHBXUUC7Nlm { 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; }
#Cyidavc2WvfciDsV2ERvbntwA4wI4uk5 { 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; }
#Ilk9v7y12tqh01hZbdaTVzrUKb0ifc71 { 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; }
#NLkDcTDesMM1JMmySrqeE4owbT6D1GpZ { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#gi3uH18R03e1IF2Q4IZHp4x5Bu0fkziv { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#ddS3ZUNsPxkwqKw97wqufsmhct7ZinVz { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#MOeavAbt8XhGCDtRiTA9XHWpMrfZLmAc { 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; }
#BUMTDfI4ZOuA4AUHIB1UAWsKIQCpG8lO { 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; }
#JHyMiZ4ptrMNitTF3hmw5cc7FM4OmIZ9 { 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; }
#e9UCt4CeLu1sFz4DxdRgHH6xsPyG0p3F { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#O1EVWqBXEc07OQMkd2PcKm1F8LmgXfzE { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#cDJBcaGTtIFSv0KoXBONO5ENQVcDoMhI { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#i528o8yPAFcer3JTwZBsf26FnT9vRfEC { 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; }
#z3dA1DDN6vwmrrbHqvuLhCLLfT9diqxT { 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; }
#kDmscGQsc4TMPHu2gfXqoNpr9e2IXgOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbgcgQGfU1i9m6kRRqvbL7kxBliCPteH { 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; }
#QntPOE3HHx4xhL5GU0VLyfQweik5ntwq { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#MyoGA6QBRkizJtmaGkVLkghZaokd2tAE { 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; }
#U9kITOIqUCaVV4r0wdMuwqArPfxfJ5Pm { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#sJsVaog95yrmaKnnsTzASrtlpZPuwkBA { 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; }
#JS6aQWG6kcQ6Z2uVHH7ftL4PzFZW1Oih { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#g4soZBCKTJ36u5NnteaTs0p8zHWAL45I { 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; }
#w5O7MCFnMyRi65zPtXC7ScFH1Vl4SdMu { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#qkpRmrhnHloBLDa33HzUsdZVb1GA3Flh { 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; }
#FBqOAOFRRQmUQm2xKQgiP3OWowmkyUDe { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#BTycVuKlOPH9EUXrXQcBViCUIoaUXR9I { 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; }
#DZskL82OMV7N4wFcW3KQWfkmlIAcTMkN { color:rgba(var(--color-tertiary-2),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.59895625rem;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; }
#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa { 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; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container { background-color: transparent; background-image: none; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container > .video-iframe-container { display: none; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row > .video-iframe-container { display: none; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .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); }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container { border-width: 0; border-radius: 0; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#RIGKJAtXt8AB72VosvdRirWoWplxUd84 { 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; }
#C7K8dJ0Pi0KU2NAboR0S0giFps9U7RTW { 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.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAicPTm2OvHC1BvVGTbJR39xpaoKTa3U { 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:34rem;left:29.375rem;display:block; }
#dA5lGKfaR8BUr2o8Il1bVt9bcR0piK7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE { 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; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container { background-color: transparent; background-image: none; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container > .video-iframe-container { display: none; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row > .video-iframe-container { display: none; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .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); }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container { border-width: 0; border-radius: 0; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#bFGPkZKZgnQ8DLEFKSm5fXN9LGAUeytT { 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; }
#HchDu6Gp7PNTE4MJrC35PSbmc95Pvsrc { 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; }
#nGdgULTcz5LhcSKahVCGsXlyOHTZOenL { 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; }
#xLNw7xuD0B0nOXyq7G7Jy5AXq9d3QCaV { 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; }
#a9Q3MOXzoDF3NNwd9T9mm6gWvXG4JnNd { 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; }
#C8TIquExedhkVd8LRcpkZbK2vJhSXSaX { 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; }
#mowyOCgf2bdZbX4se8uzfTrSqMZ041yt { 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; }
#u3xkwzTkITXKlVw7y8Z2r56S9EMzi46R { 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; }
#w25ZBx3XlcKczIrT3POQeT90OOom3cDf { 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; }
#acLq9s8naMx5tSR7DE2LeV1AgSWcNZqJ { 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:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsGwfVbadtNg4oHuWR31t1QmCPaOyelG { 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:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGJS2nI4pmt5TLqUuMvimow6dcbpxdWN { 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:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWoednr4DqmhoTfqe39AbKQyNJh9bd7Z { 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:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kxyxuZfQIa6sitzntn06Vl2mIzTSsi0f { 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:15023;opacity:1;top:23.875rem;left:24.25rem; }
#ldVfIHnSTSKwGA8sGSudbdZgJHnrACdK { 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:15022;line-height:1.3;letter-spacing:0;top:29rem;left:18.1875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SylV09dqOkhx2TRENHu33hWy3El6Tqva { 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:15023;line-height:1.6;letter-spacing:0;top:31.3125rem;left:17.53125rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0LrU9Fq5WRGuQPfUwKMRlZepX4zNKpU { 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:15023;line-height:1.3;letter-spacing:0;top:29rem;left:38.9375rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NG69ckpbqQwTL2RkldTO0kcTtCAJC6ft { 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:15024;line-height:1.6;letter-spacing:0;top:31.3125rem;left:39.8125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtOTWwHTvq6GIZDK2vStTMAGmsumUTKD { 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:15024;opacity:1;top:23.6875rem;left:45rem; }
#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV { position:relative;display:block; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV { background-color: transparent; background-image: none; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row .container > .video-iframe-container { display: none; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row > .video-iframe-container { display: none; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .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); }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV { border-width: 0; border-radius: 0; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .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; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .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:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t4bZReATwfJl3UO4JTPZKOEFPNrx5PDS { 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; }
#huWWcVRuxAizQugRbptElBuDCIcfeTIU { 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.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWKO0RkMTE1ggT5PlleZ22gF0Xvmrb6Z { 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; }
#SVBBkfynPyFLATZiNTJSxTr9ZrGlzUZW { 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; }
#hqfF5wq4Ts7T0irSoD2EE6FszWzN7ndv { 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; }
#WVdLpL5Qe0K8SnQqcdaXtIphb3PE4xKP { 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; }
#LaFBtJ86Hn0l5bAHHDtXC6KFCNa4dgri { 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; }
#xObM4W8TzSIZHmVw2A3v2ElL5F8ZnXZI { 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; }
#dWNAdHofe2CMBHxwN4buUEWvvZHKEbNu { 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; }
#HHuXWV7WTiZ8SiTnme5xO1Bke1rZIwWW { 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; }
#Hw1UgKcm1wanbRK10g28BmNqTCaHTK2n { 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.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8yc0JtHmIAn50WyaatRKtw4phugCJdi { 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; }
#nch3VDpAh3PV89fkSWm0mlq7khETP55v { 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; }
#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { 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; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { background-color: transparent; background-image: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container > .video-iframe-container { display: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container { display: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .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); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { border-width: 0; border-radius: 0; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { 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:8.496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { 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; }
#ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { 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; }
#udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { 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; }
#rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { 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; }
#it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { 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; }
#W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { 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; }
#idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { 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; }
#cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { 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; }
#h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { 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; }
#vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { 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; }
#o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { 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; }
#vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { 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; }
#OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { 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; }
#y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { 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; }
#m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { 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; }
#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG { 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; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container { background-color: transparent; background-image: none; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container > .video-iframe-container { display: none; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row > .video-iframe-container { display: none; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .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); }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container { border-width: 0; border-radius: 0; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#hdpbVwZl4BuQKd9yUG9oyEznATOEha7o { 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; }
#WKoaWKPBuIRUZfno9plgQKkRJUJTwF9F { 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.8496125rem;font-style:normal;display:block; }
#oN6J7ksnn4TLfu7vG7LcveuzIIEhGRoh { 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; }
#FuV2RwAQvpZN7At0WTirHynGhbx2fm39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZIas81IT2kqNFTVhfsN4nTrbzhNCACd { 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; }
#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 { 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; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container { background-color: transparent; background-image: none; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container > .video-iframe-container { display: none; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row > .video-iframe-container { display: none; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .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); }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container { border-width: 0; border-radius: 0; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#l3UVOVdbZxJiJro1H4PeeUmvosKDUbLg { 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; }
#c9snqSvUTC1F8TJ2xqrSqgH5qUG7iyuP { 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; }
#EVmKp26FMcIk652K0iysN3Vx9ZLkENmo { 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; }
#xrpebT4yMXZ8TdVtdeJGERD2ASCGQ1om { 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; }
#f9ieTSpac3R9d51izDzwblPguSIPpG10 { 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; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { 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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { 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) { #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi { display:block; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5Ur3IGIhgJLGuqAWrQbkBTAFGJOTy0F { top:2.3125rem;left:0rem;width:12.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN  { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN {display:block;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nIdypve4ePFTdSfHtlqycdSb3D82AnfC {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #eGoFz2wU6VnQWgkD9Gn2NmriiTqRqZRu { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #rTee0i7Q5i0VlvQOxA8zaSv9IVwzyrIy {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #LG5XfXu0PPk3HuOTkhK11r6J6Tkn8Bvr {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NAwKHPumeHk3rUJ2l5RDfhuCToTK7l9r { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #Fwc553pXIaPOCmpvJ4FJUaCLC3Ruhqre {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #elCbUiHWUSz3ll66a9LxZUC9L5xvqHWD {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #OGhTnfGA2p9Jh9d48DipTaqbTO9D5ivU {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IUcvqwLbB1G39DIvt8TmpQWynPaMGFBB {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IdE2KzMh8e5pQad4o61TgtW2TUuhagyL {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NgUrTqzEUgNIoRSlWwIl5xXbzZ9IRqLd {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nvJS4fNO6cnFZxspy7r6NC87tA0W1aTu {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #yqTLqdMo9fUzRdzqfRf8VJwDxJa8SmdX {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #zpEJdKoXyvp4gDuM5uNVFEr365Hh21ZK {  }
 }@media only screen and (max-width: 763px) { #taVz1Xd0x2Bzeq27oCVZMiAugEJoxJtp { top:18rem;left:22.1875rem;width:25.5625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzmfzMJPSMi6VdODyyqi2NNeTUL56zyP { top:18rem;left:0rem;width:37.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7FsuBvKsESw7ZhEynsFw3Ht7F7Ei8P { top:18.8125rem;left:0rem;width:40.875rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8btQkezo35S57Ppl7Aguzb44UnRubOB { top:30.5625rem;left:0rem;width:16.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSwI02ydglTt7Zi4PO87dlhoF03v0ha4 { 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) { #Rtxk6GnJqnTdLwHiTCGq3R3Q6NxBMzCp { top:41.6875rem;left:1rem;width:16.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAHoAoJiPE6FrCKD35gGZ4xR6EGKsl32 { top:48.375rem;left:0rem;width:8.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa1BM010TD7sSgGLikN5EvEC9N7advt { top:27.25rem;left:0rem;width:32.5rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ngfJkIX0bn8DMaFoJQmbOZeoRMuFpN { width:23.875rem;height:6.6875rem;top:18.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgklsQFdvw4qbOsxwZkn9gMu24scyiz { top:19.1875rem;left:26.125rem;width:21.625rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaBheTKAutNEcDzIwbp3STDA4TfoZcrG { top:45.5rem;left:0rem;width:32.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaxXsgXhe89p2a4RNRHzfT5nnksGRTAR { top:45.5625rem;left:0.875rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbZPGtpoWD96rxPegFSKCfzMciSwzwL { top:45.5625rem;left:12.3125rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2eH8AceVAo0E8A6FxeJPS5LAOAEwEo { top:46.3125rem;left:0rem;width:7.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMX6O8mdWHv9cchykw2yt0WA7Q5CWrK { top:4.3125rem;left:15.281253814698rem;width:13.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5PJmo4s5TF0V6ffUik8S3RInsGWZJTb { 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) { #UlaZiwNT6KS8XTRbqXJElDm1Oi3do16f { 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) { #ZWExIfGsqzDhrEF5dblByfsVVEgf1Gg0 { 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) { #fErglTKnyH10hMTHcailBTGglu7RFbay { top:48.375rem;left:13.0625rem;width:9.8125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TofhwEkRG7PZg7ncd6gs5lw1xSMs53lD { 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) { #lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN { display:block; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WITtgoS6Dd9O7VEw51i9K6FvVHlJsTlu { top:2.3125rem;left:0rem;width:35.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaO6zUm0nRQrM5fBqHZfxeUzsziI4ymW { 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) { #ZZyNcmsVuat6ZvTM2L4o4tGW5I3lX7tO { 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) { #s7KUqqU5HrqU8hdPleN4Zk9OWOfwRMTC { top:7.4375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB64CqN8GsNePpPLLRKWyGUxTsVDfN0o { 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) { #mihd0HtmsNbfkDUMGtUf2liJyw6ZCzrP { top:7.4375rem;left:17.75rem;width:30rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNzvtLidomQzUeCU2ZFLgHpydh3nDidR { top:11.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4hUco4OxwhMWz60qTZRgeOIrgWgMRgD { top:15.1875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6MnEPTiF7L9Q0oQ5RzOiDZiwy0LanwW { 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) { #FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq { display:block; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdTnJnlqWzPzu1JTE1FzXIEzdxHHJ9pV { top:1rem;left:2.125rem;width:45.625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1nWm8LG0SaKmGUbd6WnxS26eCUXDSgS { top:11.5rem;left:2.3125rem;width:24.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1bTuRZX9vuiwqXA14UIC0O8aT1gW6Uo { 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) { #DHJUgiyb3AwatHiS4R95pQ4iCW89Nbxq { 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) { #EHZBohUPAkzuJod2F5vgDFCG9NGTutei { 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) { #GVf8rhuwyD75w6vEudA6vm7Ee1AxVsTd { width:17.875rem;height:3.125rem;top:27.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwda2JNRDAmnTdpLlHLV6LvBwoZJOkhX { display:block; }
 }@media only screen and (max-width: 763px) { #F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP { display:block; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp0JVO2Tptwbxs1sUtx7Cgp8lacTJ8pA { width:19.6875rem;height:27.0625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPED45f0KM2zZSCM1T8LxloE2AiBkHE { width:19.6875rem;height:27.0625rem;top:37.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRiZbl6IHmPocEytEpwqRUwdVlgCFoW { width:20.8125rem;height:27.0625rem;top:37.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoiIETnSAr0kpHZfWFAbXfHwf37zRziK { width:19.1875rem;height:27.0625rem;top:6.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V78w2aDn8VAeO898P27otDbRKKtn6aDE { width:19.75rem;height:27.0625rem;top:6.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUO43veyNUQBatulvcLhnzlBoZt5JbsF { width:19.75rem;height:27.0625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqaPvJPuocxiAgfp39hoTK0PqAzt1MgN { width:47.75rem;height:2.875rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2bVXB0iSOztLxRiEHGsSAW56Xh4nhZ { top:37.9375rem;left:0rem;width:20rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9MBV4xaT1JB5ZmaTXCH2xrPPz3vTVsl { width:13.125rem;height:0;top:22.4375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZix1Tr8A2fCiB2feDxyqk91QJznqyqg { top:6.8125rem;left:28.125rem;width:19.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQEeeH12mvR80A76O1yUrGUyTnX0JrJH { 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) { #noAbmniqJR8Tc8Pp6R7Gi9enDZkrXAN1 { top:6.8125rem;left:11.625rem;width:20.125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrb4lncNXaoNABPGnoIhGlLccLFTJhuK { 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) { #romXp0aEpWt4ODyPkU0Fcicx9GhTd1gC { 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) { #wxCQGBdNs7Te4HlT7u9UGp58HEMT2WU6 { top:37.9375rem;left:26.5rem;width:21.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqkFaWP8bfgcT162xd3fNmbdNbIrSlNa { 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) { #VBXFKJUsSEbfCPLu4cXRKWIhidehTTM2 { top:37.9375rem;left:11.625rem;width:20.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwusgJJwswLRvZnnlEdCuaA2xTd7ie3m { 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) { #aQWmFUzvKCWn1lWuHloISmTZZeAeUeS5 { 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) { #xSz6zCHM3TFOLSRSGlD3Xz0uWf7eH0E1 { top:6.8125rem;left:0rem;width:20.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpgHPg6TLU3qocevB6g6skTTvS5ZGMpp { 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) { #cu3oBu1p3UbAgDzUWk0MIuQ2kWPX2M2A { 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) { #BlCktO05ZlOZsNNtOSLsM4LfnVFcQNJS { width:11.625rem;height:1.6875rem;top:24.375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQsMK9uc7VqgAH1ERh32wgXuMTfEVCSN { width:11.625rem;height:1.6875rem;top:55.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVFPoXcKGgEw6lOQgos8TBIJ1SORVLQy { width:15.875rem;height:1.6875rem;top:55.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzKUkB6L2vcLTiq0Q89PwR8yfJtULFD { width:15.375rem;height:1.6875rem;top:55.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSn4iuzfiUyX9Mh55cyTkw5S2cFW6x4 { top:27.125rem;left:2.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnS89wAcDUKTlppxm5hTGWH8zm6od8DI { width:1.9375rem;height:1.5625rem;top:27.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pufx5iQHMz1Qem8Nz3yWqCSTOCPrqN7h { top:27.125rem;left:9.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNvR0cp477t9TTr5k7uZCRvcwoqhJ5i { width:1.875rem;height:1.5625rem;top:27.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaJMVLRAaaawp2MOOR03wMGEP4yamIN8 { top:31.1875rem;left:9.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas8h7ts5RPTESSnVKEt1kTT9vFMalMk { width:2.6875rem;height:1.5625rem;top:31.375rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8puVfwDHgw0wyJM97CvZfwEDxUBL6v { top:27.125rem;left:25.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQRJPpSqmn0ZwxcV9zLEUwSoc6rgiFiu { top:31.1875rem;left:25.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG0ZmcFT6gUy3LdLA4etLw6IGan80QBi { width:1.875rem;height:1.5625rem;top:27.25rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axulb7yOeatQBFbmxKf32KxL644mlJSZ { width:2.6875rem;height:1.5625rem;top:31.4375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvH35LJOqsyzPfG9MJUdygD9VNkxFDob { width:1.9375rem;height:1.5625rem;top:27.25rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsb1na0yo3KVQSDeFJZE6TDCFF209aLT { top:27.125rem;left:18.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDtLB7O8d9Il3qKB52W8UTeRozOMuiF { top:27.1875rem;left:40.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA7Ed0lHfyucyCcp6VlAQIOlTA2tbCX9 { top:31.3125rem;left:40.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz4vJx4QxRgThOMTPBQ1i319brE28d0r { width:1.875rem;height:1.5625rem;top:27.375rem;left:43.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7151mEZA17bx1JmpaSGFAITvBFwxoD { width:2.6875rem;height:1.5625rem;top:31.4375rem;left:43.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3oI8bDolprB0l4czZ85GnkvcrKERGv { width:1.9375rem;height:1.5625rem;top:27.375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrPcVOOKWbWD15L5RLwy5fqT34darc5W { top:27.125rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xey9xvFfa1Rn077Jg0QPQ29rwPJ4reH1 { top:58.25rem;left:8.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXXxRedlfrV7BL8QJAgSKmlrLvg3B3Vb { top:62.375rem;left:8.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2trfKXXlPTVxMGgT7QqmrLE18bWVUTz { width:2.8125rem;height:1.5625rem;top:58.375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vePhKVU9bV9lDNgOz7wT6wawNyDTyBud { width:2.6875rem;height:1.5625rem;top:62.5rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGbxaLloq0ZJSGdkwrlyJomvTTAy8i2 { width:3rem;height:1.5625rem;top:58.375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhNx7f6qi2VoFOXEKTBEeEHBXUUC7Nlm { top:58.25rem;left:1.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyidavc2WvfciDsV2ERvbntwA4wI4uk5 { top:58.25rem;left:25.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilk9v7y12tqh01hZbdaTVzrUKb0ifc71 { top:62.375rem;left:25.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkDcTDesMM1JMmySrqeE4owbT6D1GpZ { width:3rem;height:1.5625rem;top:58.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi3uH18R03e1IF2Q4IZHp4x5Bu0fkziv { width:2.6875rem;height:1.5625rem;top:62.5rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddS3ZUNsPxkwqKw97wqufsmhct7ZinVz { width:2.6875rem;height:1.5625rem;top:58.5rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOeavAbt8XhGCDtRiTA9XHWpMrfZLmAc { top:58.25rem;left:17.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMTDfI4ZOuA4AUHIB1UAWsKIQCpG8lO { top:58.25rem;left:40.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHyMiZ4ptrMNitTF3hmw5cc7FM4OmIZ9 { top:62.4375rem;left:40.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9UCt4CeLu1sFz4DxdRgHH6xsPyG0p3F { width:2.8125rem;height:1.5625rem;top:58.4375rem;left:42.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EVWqBXEc07OQMkd2PcKm1F8LmgXfzE { width:2.6875rem;height:1.5625rem;top:62.625rem;left:42.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDJBcaGTtIFSv0KoXBONO5ENQVcDoMhI { width:2.8125rem;height:1.5625rem;top:58.5rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i528o8yPAFcer3JTwZBsf26FnT9vRfEC { top:58.25rem;left:33.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3dA1DDN6vwmrrbHqvuLhCLLfT9diqxT { width:20.75rem;height:3.3125rem;top:67.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmscGQsc4TMPHu2gfXqoNpr9e2IXgOL { display:block; }
 }@media only screen and (max-width: 763px) { #gbgcgQGfU1i9m6kRRqvbL7kxBliCPteH { top:31rem;left:2.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QntPOE3HHx4xhL5GU0VLyfQweik5ntwq { width:1.9375rem;height:1.5625rem;top:31.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyoGA6QBRkizJtmaGkVLkghZaokd2tAE { top:31rem;left:18.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kITOIqUCaVV4r0wdMuwqArPfxfJ5Pm { width:1.9375rem;height:1.5625rem;top:31.375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsVaog95yrmaKnnsTzASrtlpZPuwkBA { top:31rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS6aQWG6kcQ6Z2uVHH7ftL4PzFZW1Oih { width:1.9375rem;height:1.5625rem;top:31.375rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4soZBCKTJ36u5NnteaTs0p8zHWAL45I { top:62.25rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5O7MCFnMyRi65zPtXC7ScFH1Vl4SdMu { width:1.9375rem;height:1.5625rem;top:62.625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpRmrhnHloBLDa33HzUsdZVb1GA3Flh { top:62.25rem;left:17.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBqOAOFRRQmUQm2xKQgiP3OWowmkyUDe { width:1.9375rem;height:1.5625rem;top:62.625rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTycVuKlOPH9EUXrXQcBViCUIoaUXR9I { top:62.25rem;left:33.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZskL82OMV7N4wFcW3KQWfkmlIAcTMkN { width:1.9375rem;height:1.5625rem;top:62.625rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa { display:block; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIGKJAtXt8AB72VosvdRirWoWplxUd84 { width:47.75rem;height:25.711538461539rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7K8dJ0Pi0KU2NAboR0S0giFps9U7RTW { top:2rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAicPTm2OvHC1BvVGTbJR39xpaoKTa3U { width:17.875rem;height:3.125rem;top:34rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA5lGKfaR8BUr2o8Il1bVt9bcR0piK7O { display:block; }
 }@media only screen and (max-width: 763px) { #RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE { display:block; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFGPkZKZgnQ8DLEFKSm5fXN9LGAUeytT { top:1.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HchDu6Gp7PNTE4MJrC35PSbmc95Pvsrc { top:6.0625rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGdgULTcz5LhcSKahVCGsXlyOHTZOenL { top:5.375rem;left:16.968753814698rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLNw7xuD0B0nOXyq7G7Jy5AXq9d3QCaV { top:6rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Q3MOXzoDF3NNwd9T9mm6gWvXG4JnNd { top:6rem;left:40.906253814698rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TIquExedhkVd8LRcpkZbK2vJhSXSaX { top:10.9375rem;left:0rem;width:17.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowyOCgf2bdZbX4se8uzfTrSqMZ041yt { 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) { #u3xkwzTkITXKlVw7y8Z2r56S9EMzi46R { 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) { #w25ZBx3XlcKczIrT3POQeT90OOom3cDf { 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) { #acLq9s8naMx5tSR7DE2LeV1AgSWcNZqJ { top:13.625rem;left:0rem;width:14.875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsGwfVbadtNg4oHuWR31t1QmCPaOyelG { 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) { #cGJS2nI4pmt5TLqUuMvimow6dcbpxdWN { top:13.5rem;left:5rem;width:18.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWoednr4DqmhoTfqe39AbKQyNJh9bd7Z { 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) { #kxyxuZfQIa6sitzntn06Vl2mIzTSsi0f { top:23.875rem;left:17.4375rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVfIHnSTSKwGA8sGSudbdZgJHnrACdK { top:29rem;left:6.625rem;width:17.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SylV09dqOkhx2TRENHu33hWy3El6Tqva { top:31.3125rem;left:5rem;width:18.875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LrU9Fq5WRGuQPfUwKMRlZepX4zNKpU { top:29rem;left:23.875rem;width:17.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG69ckpbqQwTL2RkldTO0kcTtCAJC6ft { top:31.3125rem;left:23.875rem;width:16.5rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtOTWwHTvq6GIZDK2vStTMAGmsumUTKD { top:23.6875rem;left:24.5625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3i8pILRDRQZ11oNOZSwNkoclRFhspsV { display:block; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4bZReATwfJl3UO4JTPZKOEFPNrx5PDS { top:15.75rem;left:0rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huWWcVRuxAizQugRbptElBuDCIcfeTIU { width:17.1875rem;height:1.5rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWKO0RkMTE1ggT5PlleZ22gF0Xvmrb6Z { width:18.4375rem;height:12.3118125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBBkfynPyFLATZiNTJSxTr9ZrGlzUZW { width:18.4375rem;height:12.3125rem;top:5.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfF5wq4Ts7T0irSoD2EE6FszWzN7ndv { top:15.8125rem;left:5.4375rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdLpL5Qe0K8SnQqcdaXtIphb3PE4xKP { width:17.25rem;height:1.5rem;top:16rem;left:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaFBtJ86Hn0l5bAHHDtXC6KFCNa4dgri { top:5.5rem;left:17.375rem;width:18.4375rem;height:11.274136891288rem;display:block; }
 }@media only screen and (max-width: 763px) { #xObM4W8TzSIZHmVw2A3v2ElL5F8ZnXZI { top:15.875rem;left:17.375rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNAdHofe2CMBHxwN4buUEWvvZHKEbNu { 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) { #HHuXWV7WTiZ8SiTnme5xO1Bke1rZIwWW { top:15.6875rem;left:29.3125rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw1UgKcm1wanbRK10g28BmNqTCaHTK2n { 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) { #i8yc0JtHmIAn50WyaatRKtw4phugCJdi { top:5.5rem;left:29.1875rem;width:18.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nch3VDpAh3PV89fkSWm0mlq7khETP55v { width:47.75rem;height:2.875rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { display:block; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { width:15.75rem;height:6.75rem;top:12.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { width:19rem;height:19.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { width:3.25rem;height:0.0625rem;top:21.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { width:16.875rem;height:1.6875rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { width:19rem;height:19rem;top:6.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { width:15.625rem;height:10.1875rem;top:11rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { 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) { #idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { width:3.25rem;height:0.0625rem;top:21.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { width:19rem;height:19.0625rem;top:6.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { 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) { #vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { width:15.75rem;height:8.4375rem;top:11.5625rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { width:3.25rem;height:0.0625rem;top:21.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { 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) { #y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { 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) { #m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { width:3.9375rem;height:9.9375rem;top:6.375rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfGmvddUecCxDvBLvch1FZfHJuTZaUG { display:block; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdpbVwZl4BuQKd9yUG9oyEznATOEha7o { top:0.25rem;left:0rem;width:31.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoaWKPBuIRUZfno9plgQKkRJUJTwF9F { 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) { #oN6J7ksnn4TLfu7vG7LcveuzIIEhGRoh { width:17.875rem;height:3.125rem;top:13.5625rem;left:19.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuV2RwAQvpZN7At0WTirHynGhbx2fm39 { display:block; }
 }@media only screen and (max-width: 763px) { #nZIas81IT2kqNFTVhfsN4nTrbzhNCACd { 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) { #t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 { display:block; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3UVOVdbZxJiJro1H4PeeUmvosKDUbLg { top:6.375rem;left:0rem;width:39.0625rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9snqSvUTC1F8TJ2xqrSqgH5qUG7iyuP { top:6.3125rem;left:19.75rem;width:28rem;height:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVmKp26FMcIk652K0iysN3Vx9ZLkENmo { 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) { #xrpebT4yMXZ8TdVtdeJGERD2ASCGQ1om { top:6.375rem;left:29.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ieTSpac3R9d51izDzwblPguSIPpG10 { top:1.5625rem;left:0rem;width:20.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { 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) { #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi { 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; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.adaptive-delivery-prevent-bg, #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.lazyload, #Nk1adTJehaf6OUUSPnR37PorqoTIWbDi.lazyloading { background-image: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { background-color: transparent; background-image: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,31,31,0.51); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container > .video-iframe-container { display: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .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); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row > .video-iframe-container { display: none; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .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); }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { border-width: 0; border-radius: 0; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi::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; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nk1adTJehaf6OUUSPnR37PorqoTIWbDi > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5Ur3IGIhgJLGuqAWrQbkBTAFGJOTy0F { width:9.4375rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .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; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]:-moz-placeholder { font-size:1rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]::-moz-placeholder { font-size:1rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN  { width:15rem;height:auto;top:47.0625rem;left:1.3125rem; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN {display:block;}#FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN { width:15rem;height:auto;top:47.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nIdypve4ePFTdSfHtlqycdSb3D82AnfC {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #eGoFz2wU6VnQWgkD9Gn2NmriiTqRqZRu { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #rTee0i7Q5i0VlvQOxA8zaSv9IVwzyrIy {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #LG5XfXu0PPk3HuOTkhK11r6J6Tkn8Bvr {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NAwKHPumeHk3rUJ2l5RDfhuCToTK7l9r { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #Fwc553pXIaPOCmpvJ4FJUaCLC3Ruhqre {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #elCbUiHWUSz3ll66a9LxZUC9L5xvqHWD {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #OGhTnfGA2p9Jh9d48DipTaqbTO9D5ivU { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IUcvqwLbB1G39DIvt8TmpQWynPaMGFBB {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #IdE2KzMh8e5pQad4o61TgtW2TUuhagyL {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #NgUrTqzEUgNIoRSlWwIl5xXbzZ9IRqLd { display:none; }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #nvJS4fNO6cnFZxspy7r6NC87tA0W1aTu {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #yqTLqdMo9fUzRdzqfRf8VJwDxJa8SmdX {  }
 }@media only screen and (max-width: 763px) { #FdEXRTNbJEqpTJxNr3FtVq10OU86J1DN #zpEJdKoXyvp4gDuM5uNVFEr365Hh21ZK {  }
 }@media only screen and (max-width: 763px) { #taVz1Xd0x2Bzeq27oCVZMiAugEJoxJtp { width:19.3125rem;height:29.1875rem;top:39.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzmfzMJPSMi6VdODyyqi2NNeTUL56zyP { 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) { #CM7FsuBvKsESw7ZhEynsFw3Ht7F7Ei8P { 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) { #g8btQkezo35S57Ppl7Aguzb44UnRubOB { width:9rem;height:1.375rem;top:18.8125rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSwI02ydglTt7Zi4PO87dlhoF03v0ha4 { 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) { #Rtxk6GnJqnTdLwHiTCGq3R3Q6NxBMzCp { 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) { #xAHoAoJiPE6FrCKD35gGZ4xR6EGKsl32 { 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) { #Koa1BM010TD7sSgGLikN5EvEC9N7advt { 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) { #P9ngfJkIX0bn8DMaFoJQmbOZeoRMuFpN { width:17.9375rem;height:5.8125rem;top:39.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgklsQFdvw4qbOsxwZkn9gMu24scyiz { 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) { #zaBheTKAutNEcDzIwbp3STDA4TfoZcrG { width:19.9375rem;height:6.1875rem;top:30.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaxXsgXhe89p2a4RNRHzfT5nnksGRTAR { width:0.0625rem;height:6.25rem;top:30.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbZPGtpoWD96rxPegFSKCfzMciSwzwL { width:0.0625rem;height:6.25rem;top:30.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2eH8AceVAo0E8A6FxeJPS5LAOAEwEo { width:5.5625rem;height:1.16796875rem;top:31.0625rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMX6O8mdWHv9cchykw2yt0WA7Q5CWrK { width:9.5rem;height:5.75rem;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5PJmo4s5TF0V6ffUik8S3RInsGWZJTb { width:4.25rem;height:1.16796875rem;top:31.0625rem;left:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlaZiwNT6KS8XTRbqXJElDm1Oi3do16f { 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) { #ZWExIfGsqzDhrEF5dblByfsVVEgf1Gg0 { width:6.4375rem;height:2.3359375rem;top:31.0625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErglTKnyH10hMTHcailBTGglu7RFbay { width:9.8125rem;height:0;top:30.25rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TofhwEkRG7PZg7ncd6gs5lw1xSMs53lD { 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) { #lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN { background-color:#f96d00;background-image:none;display:block; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { background-color: transparent; background-image: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container > .video-iframe-container { display: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row > .video-iframe-container { display: none; }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .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); }#lc0UmdOHVFtxa2bhAgB8alU0LueXTvMN > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WITtgoS6Dd9O7VEw51i9K6FvVHlJsTlu { width:18.875rem;height:10rem;top:4.9989147186279rem;left:0.5316841006279rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IaO6zUm0nRQrM5fBqHZfxeUzsziI4ymW { 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) { #ZZyNcmsVuat6ZvTM2L4o4tGW5I3lX7tO { 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) { #s7KUqqU5HrqU8hdPleN4Zk9OWOfwRMTC { display:flex;width:1.75rem;height:1.75rem;top:18.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #wB64CqN8GsNePpPLLRKWyGUxTsVDfN0o { 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) { #mihd0HtmsNbfkDUMGtUf2liJyw6ZCzrP { 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) { #QNzvtLidomQzUeCU2ZFLgHpydh3nDidR { display:flex;width:1.75rem;height:1.75rem;top:22.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #U4hUco4OxwhMWz60qTZRgeOIrgWgMRgD { display:flex;width:1.75rem;height:1.75rem;top:27.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #J6MnEPTiF7L9Q0oQ5RzOiDZiwy0LanwW { 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) { #FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq { display:block; }#FeyAuoPl6gptROdmw8mEgL1ZIxCeMSbq > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdTnJnlqWzPzu1JTE1FzXIEzdxHHJ9pV { width:20rem;height:4.19791875rem;top:0.8713092803955rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1nWm8LG0SaKmGUbd6WnxS26eCUXDSgS { width:18.75rem;height:12.5rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1bTuRZX9vuiwqXA14UIC0O8aT1gW6Uo { 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) { #DHJUgiyb3AwatHiS4R95pQ4iCW89Nbxq { 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) { #EHZBohUPAkzuJod2F5vgDFCG9NGTutei { 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) { #GVf8rhuwyD75w6vEudA6vm7Ee1AxVsTd { 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) { #zwda2JNRDAmnTdpLlHLV6LvBwoZJOkhX { display:block; }
 }@media only screen and (max-width: 763px) { #F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP { background-color:#f96d00;background-image:none;display:block; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { background-color: transparent; background-image: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container > .video-iframe-container { display: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row > .video-iframe-container { display: none; }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .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); }#F7h8d2luwnNUBLpAVRn9LPvPNvNFleKP > .row .container { width:20rem;height:192.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp0JVO2Tptwbxs1sUtx7Cgp8lacTJ8pA { width:18.9375rem;height:27.75rem;top:37.25rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TbPED45f0KM2zZSCM1T8LxloE2AiBkHE { width:18.9375rem;height:27.5rem;top:127.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRiZbl6IHmPocEytEpwqRUwdVlgCFoW { width:19.0625rem;height:27.5rem;top:156.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoiIETnSAr0kpHZfWFAbXfHwf37zRziK { width:19.0625rem;height:27.75rem;top:67.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V78w2aDn8VAeO898P27otDbRKKtn6aDE { width:18.9375rem;height:27.75rem;top:97.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUO43veyNUQBatulvcLhnzlBoZt5JbsF { width:19rem;height:27.75rem;top:7.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqaPvJPuocxiAgfp39hoTK0PqAzt1MgN { width:20rem;height:3.8984375rem;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) { #ZR2bVXB0iSOztLxRiEHGsSAW56Xh4nhZ { 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) { #r9MBV4xaT1JB5ZmaTXCH2xrPPz3vTVsl { 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) { #IZix1Tr8A2fCiB2feDxyqk91QJznqyqg { 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) { #lQEeeH12mvR80A76O1yUrGUyTnX0JrJH { 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) { #noAbmniqJR8Tc8Pp6R7Gi9enDZkrXAN1 { 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) { #vrb4lncNXaoNABPGnoIhGlLccLFTJhuK { 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) { #romXp0aEpWt4ODyPkU0Fcicx9GhTd1gC { 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) { #wxCQGBdNs7Te4HlT7u9UGp58HEMT2WU6 { 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) { #yqkFaWP8bfgcT162xd3fNmbdNbIrSlNa { 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) { #VBXFKJUsSEbfCPLu4cXRKWIhidehTTM2 { 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) { #mwusgJJwswLRvZnnlEdCuaA2xTd7ie3m { 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) { #aQWmFUzvKCWn1lWuHloISmTZZeAeUeS5 { 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) { #xSz6zCHM3TFOLSRSGlD3Xz0uWf7eH0E1 { 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) { #PpgHPg6TLU3qocevB6g6skTTvS5ZGMpp { 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) { #cu3oBu1p3UbAgDzUWk0MIuQ2kWPX2M2A { 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) { #BlCktO05ZlOZsNNtOSLsM4LfnVFcQNJS { width:11.625rem;height:1.59895625rem;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) { #rQsMK9uc7VqgAH1ERh32wgXuMTfEVCSN { width:11.625rem;height:1.59895625rem;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) { #SVFPoXcKGgEw6lOQgos8TBIJ1SORVLQy { width:15.0625rem;height:1.59895625rem;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) { #WQzKUkB6L2vcLTiq0Q89PwR8yfJtULFD { width:15.1875rem;height:1.59895625rem;top:174rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSn4iuzfiUyX9Mh55cyTkw5S2cFW6x4 { display:flex;width:1.875rem;height:1.875rem;top:27.125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #EnS89wAcDUKTlppxm5hTGWH8zm6od8DI { 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) { #Pufx5iQHMz1Qem8Nz3yWqCSTOCPrqN7h { display:flex;width:1.75rem;height:1.75rem;top:27.1875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #LqNvR0cp477t9TTr5k7uZCRvcwoqhJ5i { 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) { #HaJMVLRAaaawp2MOOR03wMGEP4yamIN8 { display:flex;width:1.6875rem;height:1.6875rem;top:31.75rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #nas8h7ts5RPTESSnVKEt1kTT9vFMalMk { 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) { #Tw8puVfwDHgw0wyJM97CvZfwEDxUBL6v { display:flex;width:1.75rem;height:1.75rem;top:57.6875rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #qQRJPpSqmn0ZwxcV9zLEUwSoc6rgiFiu { display:flex;width:1.6875rem;height:1.6875rem;top:61.75rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #oG0ZmcFT6gUy3LdLA4etLw6IGan80QBi { 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) { #Axulb7yOeatQBFbmxKf32KxL644mlJSZ { 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) { #OvH35LJOqsyzPfG9MJUdygD9VNkxFDob { 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) { #zsb1na0yo3KVQSDeFJZE6TDCFF209aLT { display:flex;width:1.875rem;height:1.875rem;top:57.625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #mKDtLB7O8d9Il3qKB52W8UTeRozOMuiF { display:flex;width:1.75rem;height:1.75rem;top:86.3125rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #FA7Ed0lHfyucyCcp6VlAQIOlTA2tbCX9 { display:flex;width:1.6875rem;height:1.6875rem;top:90.5rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #lz4vJx4QxRgThOMTPBQ1i319brE28d0r { 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) { #Qs7151mEZA17bx1JmpaSGFAITvBFwxoD { 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) { #Tx3oI8bDolprB0l4czZ85GnkvcrKERGv { 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) { #KrPcVOOKWbWD15L5RLwy5fqT34darc5W { display:flex;width:1.875rem;height:1.875rem;top:86.25rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #Xey9xvFfa1Rn077Jg0QPQ29rwPJ4reH1 { display:flex;width:1.75rem;height:1.75rem;top:116.6875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #fXXxRedlfrV7BL8QJAgSKmlrLvg3B3Vb { display:flex;width:1.6875rem;height:1.6875rem;top:121.125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #B2trfKXXlPTVxMGgT7QqmrLE18bWVUTz { 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) { #vePhKVU9bV9lDNgOz7wT6wawNyDTyBud { 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) { #BeGbxaLloq0ZJSGdkwrlyJomvTTAy8i2 { 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) { #qhNx7f6qi2VoFOXEKTBEeEHBXUUC7Nlm { display:flex;width:1.875rem;height:1.875rem;top:116.625rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #Cyidavc2WvfciDsV2ERvbntwA4wI4uk5 { display:flex;width:1.75rem;height:1.75rem;top:147.75rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #Ilk9v7y12tqh01hZbdaTVzrUKb0ifc71 { display:flex;width:1.6875rem;height:1.6875rem;top:151.875rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #NLkDcTDesMM1JMmySrqeE4owbT6D1GpZ { 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) { #gi3uH18R03e1IF2Q4IZHp4x5Bu0fkziv { 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) { #ddS3ZUNsPxkwqKw97wqufsmhct7ZinVz { 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) { #MOeavAbt8XhGCDtRiTA9XHWpMrfZLmAc { display:flex;width:1.875rem;height:1.875rem;top:147.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #BUMTDfI4ZOuA4AUHIB1UAWsKIQCpG8lO { display:flex;width:1.75rem;height:1.75rem;top:177.375rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #JHyMiZ4ptrMNitTF3hmw5cc7FM4OmIZ9 { display:flex;width:1.6875rem;height:1.6875rem;top:181.25rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #e9UCt4CeLu1sFz4DxdRgHH6xsPyG0p3F { 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) { #O1EVWqBXEc07OQMkd2PcKm1F8LmgXfzE { 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) { #cDJBcaGTtIFSv0KoXBONO5ENQVcDoMhI { 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) { #i528o8yPAFcer3JTwZBsf26FnT9vRfEC { display:flex;width:1.875rem;height:1.875rem;top:177.3125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #z3dA1DDN6vwmrrbHqvuLhCLLfT9diqxT { 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) { #kDmscGQsc4TMPHu2gfXqoNpr9e2IXgOL { display:block; }
 }@media only screen and (max-width: 763px) { #gbgcgQGfU1i9m6kRRqvbL7kxBliCPteH { 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) { #QntPOE3HHx4xhL5GU0VLyfQweik5ntwq { 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) { #MyoGA6QBRkizJtmaGkVLkghZaokd2tAE { 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) { #U9kITOIqUCaVV4r0wdMuwqArPfxfJ5Pm { 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) { #sJsVaog95yrmaKnnsTzASrtlpZPuwkBA { display:flex;width:1.875rem;height:1.875rem;top:121rem;left:4.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JS6aQWG6kcQ6Z2uVHH7ftL4PzFZW1Oih { 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) { #g4soZBCKTJ36u5NnteaTs0p8zHWAL45I { 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) { #w5O7MCFnMyRi65zPtXC7ScFH1Vl4SdMu { 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) { #qkpRmrhnHloBLDa33HzUsdZVb1GA3Flh { 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) { #FBqOAOFRRQmUQm2xKQgiP3OWowmkyUDe { 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) { #BTycVuKlOPH9EUXrXQcBViCUIoaUXR9I { 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) { #DZskL82OMV7N4wFcW3KQWfkmlIAcTMkN { 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) { #CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa { display:block; }#CMWI4HKwz1INN0XeKoa6UaIdLXTuVEFa > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIGKJAtXt8AB72VosvdRirWoWplxUd84 { width:20rem;height:10.759162303665rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7K8dJ0Pi0KU2NAboR0S0giFps9U7RTW { width:17.9375rem;height:1.79980625rem;top:0.62109375rem;left:1.0312500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAicPTm2OvHC1BvVGTbJR39xpaoKTa3U { width:15.9375rem;height:3.125rem;top:16.3125rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA5lGKfaR8BUr2o8Il1bVt9bcR0piK7O { display:block; }
 }@media only screen and (max-width: 763px) { #RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE { display:block; }#RaFD1NkM0dF720x4TLwSpMWZl0MGBiTE > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFGPkZKZgnQ8DLEFKSm5fXN9LGAUeytT { width:20rem;height:1.800425rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HchDu6Gp7PNTE4MJrC35PSbmc95Pvsrc { display:flex;width:5.125rem;height:5.125rem;top:2.8125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #nGdgULTcz5LhcSKahVCGsXlyOHTZOenL { display:flex;width:6.309875rem;height:6.309875rem;top:15.6875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #xLNw7xuD0B0nOXyq7G7Jy5AXq9d3QCaV { display:flex;width:5.125rem;height:5.125rem;top:31.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #a9Q3MOXzoDF3NNwd9T9mm6gWvXG4JnNd { display:flex;width:5.1237rem;height:5.1237rem;top:46.4375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #C8TIquExedhkVd8LRcpkZbK2vJhSXSaX { 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) { #mowyOCgf2bdZbX4se8uzfTrSqMZ041yt { 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) { #u3xkwzTkITXKlVw7y8Z2r56S9EMzi46R { 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) { #w25ZBx3XlcKczIrT3POQeT90OOom3cDf { 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) { #acLq9s8naMx5tSR7DE2LeV1AgSWcNZqJ { width:14.875rem;height:6rem;top:9.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsGwfVbadtNg4oHuWR31t1QmCPaOyelG { 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) { #cGJS2nI4pmt5TLqUuMvimow6dcbpxdWN { 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) { #sWoednr4DqmhoTfqe39AbKQyNJh9bd7Z { width:15.125rem;height:6rem;top:53.1875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxyxuZfQIa6sitzntn06Vl2mIzTSsi0f { display:flex;width:5.125rem;height:5.125rem;top:60.4375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #ldVfIHnSTSKwGA8sGSudbdZgJHnrACdK { width:17.25rem;height:1.54296875rem;top:65.5625rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SylV09dqOkhx2TRENHu33hWy3El6Tqva { width:18.875rem;height:6rem;top:67.10546875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LrU9Fq5WRGuQPfUwKMRlZepX4zNKpU { width:17.25rem;height:1.625rem;top:79.85546875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG69ckpbqQwTL2RkldTO0kcTtCAJC6ft { width:16.5rem;height:6rem;top:82.04296875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtOTWwHTvq6GIZDK2vStTMAGmsumUTKD { display:flex;width:5.125rem;height:5.125rem;top:74.10546875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #L3i8pILRDRQZ11oNOZSwNkoclRFhspsV { display:block; }#L3i8pILRDRQZ11oNOZSwNkoclRFhspsV > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4bZReATwfJl3UO4JTPZKOEFPNrx5PDS { width:18.4375rem;height:2.1875rem;top:14.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huWWcVRuxAizQugRbptElBuDCIcfeTIU { width:17.1875rem;height:1.54296875rem;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) { #VWKO0RkMTE1ggT5PlleZ22gF0Xvmrb6Z { width:18.4375rem;height:12.3118125rem;top:4.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBBkfynPyFLATZiNTJSxTr9ZrGlzUZW { width:18.4375rem;height:9.75rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfF5wq4Ts7T0irSoD2EE6FszWzN7ndv { width:18.5rem;height:2.1875rem;top:27.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdLpL5Qe0K8SnQqcdaXtIphb3PE4xKP { width:17.1875rem;height:1.54296875rem;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) { #LaFBtJ86Hn0l5bAHHDtXC6KFCNa4dgri { 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) { #xObM4W8TzSIZHmVw2A3v2ElL5F8ZnXZI { width:18.5rem;height:2.1875rem;top:41.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNAdHofe2CMBHxwN4buUEWvvZHKEbNu { width:17.1875rem;height:1.54296875rem;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) { #HHuXWV7WTiZ8SiTnme5xO1Bke1rZIwWW { width:18.1875rem;height:2.1875rem;top:53.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw1UgKcm1wanbRK10g28BmNqTCaHTK2n { width:17.1875rem;height:1.54296875rem;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) { #i8yc0JtHmIAn50WyaatRKtw4phugCJdi { 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) { #nch3VDpAh3PV89fkSWm0mlq7khETP55v { 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) { #xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { display:block; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { 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) { #ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { width:19rem;height:18.6875rem;top:2.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { width:3.25rem;height:0.0625rem;top:15.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { width:16.875rem;height:1.69921875rem;top:17.375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { width:19rem;height:18.8125rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { 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) { #W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { width:16.875rem;height:1.69921875rem;top:37.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { width:3.25rem;height:0.0625rem;top:36.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { width:19rem;height:18.375rem;top:41.375002384186rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { width:16.875rem;height:1.69921875rem;top:56.187502384186rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { 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) { #o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { width:3.25rem;height:0.0625rem;top:55.000002384186rem;left:8.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { width:20rem;height:1.94921875rem;top:0.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { 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) { #y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { 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) { #m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { 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) { #LPfGmvddUecCxDvBLvch1FZfHJuTZaUG { display:block; }#LPfGmvddUecCxDvBLvch1FZfHJuTZaUG > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdpbVwZl4BuQKd9yUG9oyEznATOEha7o { width:19.25rem;height:12.75rem;top:0.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoaWKPBuIRUZfno9plgQKkRJUJTwF9F { 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) { #oN6J7ksnn4TLfu7vG7LcveuzIIEhGRoh { width:16.4375rem;height:3.125rem;top:20.826820373535rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuV2RwAQvpZN7At0WTirHynGhbx2fm39 { display:block; }
 }@media only screen and (max-width: 763px) { #nZIas81IT2kqNFTVhfsN4nTrbzhNCACd { width:18rem;height:3.8994125rem;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) { #t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 { display:block; }#t4J3Ngw6LiUKaJqZzFnmP5cM9Kmua9S0 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3UVOVdbZxJiJro1H4PeeUmvosKDUbLg { 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) { #c9snqSvUTC1F8TJ2xqrSqgH5qUG7iyuP { 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) { #EVmKp26FMcIk652K0iysN3Vx9ZLkENmo { 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) { #xrpebT4yMXZ8TdVtdeJGERD2ASCGQ1om { width:1.9375rem;height:1.9375rem;top:13.72265625rem;left:5.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ieTSpac3R9d51izDzwblPguSIPpG10 { width:15.375rem;height:3.75rem;top:0.4375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:0.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }