.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:220,222,221;--color-primary-1:138,147,142;--color-primary-2:20,38,28;--color-primary-3:10,19,14;--color-primary-4:3,6,4;--color-secondary-0:222,224,227;--color-secondary-1:147,153,161;--color-secondary-2:38,51,67;--color-secondary-3:19,26,34;--color-secondary-4:6,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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-1),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); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c50d03e-1a68-488e-8414-c113f05974f3/WhatsAppImage20251121at34404PM.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD.adaptive-delivery-prevent-bg, #d180fevRMlOioQJQhgWWBaW02PCPQ5DD.lazyload, #d180fevRMlOioQJQhgWWBaW02PCPQ5DD.lazyloading { background-image: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { background-color: transparent; background-image: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container > .video-iframe-container { display: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container { display: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .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); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { border-width: 0; border-radius: 0; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD::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; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#mpvw5azEKyivZf8yCdm0fLkiDTEWWRTe { 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:7.9375rem;width:11.4375rem;top:2.1875rem;left:16.34375rem;overflow:hidden;display:block; }
#BKOcQiLSeW8qgyAJWWmPI2rUeWSVGgwu { color:#b2977a;display:block;width:34.499375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:10.520833969116rem;left:4.9973957538605rem;height:7.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTq1dryKXC9PFSeO5MhVpRZ6gRrGF0NT { color:#f8f292;display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mtEUFFpnSmH0TM9VwfWTBToNuTnpd6EI { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iQPlu6GvZ2Rgi9tm5V2RHkN4TaX1zCI5 { color:#030304;display:block;width:17.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.643230438233rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ypmLodwkgTe5GonCRKTtlykPaJHst8Sn { position:absolute;display:block;z-index:15002;background-color:rgba(243,245,248,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,245,248,0.31) ;height:23.875rem;width:19.375rem;top:10.125rem;left:45.6875rem;display:block; }
#eMQDMgbCnfxQfbI2vBSuxAtgyJasIRqc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.0625rem;width:33.75rem;top:10.041666984558rem;left:5.3723945617676rem;display:block; }
#k0MXeuqpaxzrXgbqLqnHEkDXvVtGLfeZ { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.875rem;left:16.1875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTmi6QsEKi6ImyTaNQFdiQ1hwBmqikIX { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:35.1875rem;left:29.937503814698rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSxGihzrqIzDFODZIWoiuCTNHPe079SG { color:rgba(var(--color-tertiary-1),1);display:block;width:9.1875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:35.1875rem;left:6.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSwIqcSnIvqBtBTQUL3d0c4KmSP7IQlk { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:35.1875rem;left:16.34375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hr6Vufrl803ip6bLlXBGwKe2h0hWfCwZ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.6875rem;width:0.185546875rem;top:35.1875rem;left:15.625rem;display:block; }
#lDnsrkI1O4P3vF3yolc4frJmUMp1t5rw { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.6875rem;width:0.18359375rem;top:35.1875rem;left:29.3125rem;display:block; }
#EXIkMWKFUVeO2hIu0qwCOsluE50nrcyJ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15016;line-height:.5;letter-spacing:0;top:30.3125rem;left:24.6875rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoJdSTwb1NK6RrErsTZE0SXQ1mzGaghV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5612rem;position:absolute;font-family:rubik;font-size:8.1875rem;font-weight:700;z-index:15013;line-height:.5;letter-spacing:0;top:26.625rem;left:19.25rem;height:4.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1U62wFDtaz3fxT1C7QrNo3xqxFUwKfa { position:absolute;display:block;z-index:14996;background-color:#263343;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);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:7rem;width:32.8125rem;top:33.875rem;left:5.375rem;display:block; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-form-header {  }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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:16.875rem;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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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:16.875rem;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) ; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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:16.875rem;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) ; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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:16.875rem;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) ; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-2),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:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-container:first-of-type{padding-top:0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-container:last-of-type{padding-bottom:0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.765338420868rem;top:14.499422073364rem;z-index:15010;position:absolute; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp {display:block;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.765338420868rem;top:14.499422073364rem;z-index:15010;position:absolute; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #xZ0JmE8FuKwcPUkmcSWBLoyKzKxFL2ox { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #PQzXTWuDeQ57w4TGXSz6sbdTuKFak7kd { position:relative;display:none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #XmMkdAKPiITEGfL5Z4vhx1IlykLPzazB { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #DSxEDrifPShwT1d8G7CUDJslwu3vb5Tx { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #wZp0Seg0dXxTO4CJmBFA3uLVHJEUaluB { position:relative;display:none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #VV6ZWkWDNAfNGZ8L0GgL5gfyvWkTNffu { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #BtZz0Wb8R6ZU5idPqLcBVV3IaGopsHzO { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #e5ENXlgUCROkEWDcTcPh5WDuZ7UbQSAh { position:relative;display:none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #O4MWZh5TLN6p8STz2fJ7uU0Sd5BMQ9pR { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #qkUoTyn6R4kohl5O4UW5afbTsTyCfD6q { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #cxEledVwTOhIKy35w2nFocahPfqFATXJ { position:relative;display:none; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #fyVT9AzovICWPRWRGpTdm8RvhZC9te8D { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #kX8NTW6OTNFW32EmInpcXqt9yLTfvJV2 { position:relative; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #WOm2rQXzC2fL7aoZIB1AFyyR7V1GAoUV { position:relative; }
#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a { position:relative;display:block; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a { background-color: transparent; background-image: none; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row .container > .video-iframe-container { display: none; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row > .video-iframe-container { display: none; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .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); }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a { border-width: 0; border-radius: 0; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .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; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .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:68.8125rem;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; }#h4DHn5iarakHVZBagEMxJ21PiJ8ENRs9 { position:absolute;display:block;z-index:15000;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: none;height:27.875rem;width:55.75rem;top:9.0625030994412rem;left:9.875rem;overflow:hidden;display:block; }
#hZVHVIpCutaPF1TUI4wz0HEJ8k6BOs7h { color:rgba(var(--color-secondary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:39.625rem;left:20.875rem;height:16.5rem;text-align:justify;text-align-last:initial;display:block; }
#WxMXIDSLGdpkK8JkGDU5Etq2ZqXp57Nc { color:rgba(var(--color-secondary-2),1);display:block;width:35.125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375030994415rem;left:20.3125rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxCISCILOX4ivXU6tdttV6A7mCZB6GL8 { position:absolute;display:block;z-index:15009;background-color:#956836;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:33.75rem;top:38.5625rem;left:20.3125rem;display:block; }
#NykPGvggXnyiMA7rV0beThOTLCN69has { position:absolute;display:block;z-index:15007;background-color:#efc698;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:33.75rem;top:38.3125rem;left:20.3125rem;display:block; }
#hCnvg5GTBWChB56gWuuWNtMAOFyuc6be { background-color:#263343;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.687502622606rem;left:28.093753814698rem;display:block; }
#yu16ThMqFHvg7c56OPuHmA28r3qN3PHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bILwgNDUBn5Gx5A96yqqe2QP4Aua6wml { color:rgba(var(--color-secondary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:62.062503814698rem;left:20.875rem;height:1.125rem;display:block; }
#d33oWgCLKyl59Vipbl0bDKfWufum9TPH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.1875rem;left:0rem;display:none; }
#hom7kNFZU2Ze4M9oeyqb91558HMlVAFd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9.0625rem;left:0rem;display:none; }
#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg { position:relative;display:block; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg { background-color: transparent; background-image: none; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row .container > .video-iframe-container { display: none; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row > .video-iframe-container { display: none; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .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); }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg { border-width: 0; border-radius: 0; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .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; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .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:36rem;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; }#CtG5heCl0kRAx1aZrywNFzm52WXDvMSa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.232423782349rem;left:1.8174915313721rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fi0Rc9ze92nrumoUIKpMRUDz0Wulctvb { 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:34.0625rem;width:60.5625rem;top:0.68359327316281rem;left:13.247613906861rem;overflow:hidden;display:block; }
#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K { position:relative;display:block; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K { background-color: transparent; background-image: none; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row .container > .video-iframe-container { display: none; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row > .video-iframe-container { display: none; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .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); }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K { border-width: 0; border-radius: 0; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .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; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.1875rem;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; }#lDvmWMNtEMMxo70D0kvTMOTNWHoRTQXA { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.85807800292969rem;left:13.350261688233rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WeGu0f5t5m2T4RkXdEh5vZKsxSL0ZX1i { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4gLqg9R8hx5tTMtIGZ8NSEEETbxH6mU { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.5rem;width:18.625rem;top:7.75rem;left:0rem;overflow:hidden;display:block; }
#bz8D67bsRkvQ9Q26lalEylNV2SIgnw61 { box-sizing:content-box;height:8.875rem;width:18.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.1875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#eyxkxOcLvpz667T8xtUKqRK5OSmX7NLr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:22.625rem;left:2.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAtkC9QBi2e4yt8s8routS4ZwncKmDh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:24.8125rem;left:2.75rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnDxPS7pf4GrEo2Pd65bnUEuASDBSFg3 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:27.125rem;left:2.3125rem; }
#OcBttQfWWzMrDfrzDJ98yhhKANsnexHR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:27.1875rem;left:7.6875rem; }
#uVsMGwsGu1wkclo9fITXrs896csSGZ0y { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:27.1875rem;left:13.25rem; }
#mgpBy2zi6iG5OT9VvLCRq6PeAcrmKLTD { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:27.8125rem;left:9.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbwgtBfKgJQfWmDxcTeme51FwbdQUKSe { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:27.8125rem;left:4.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQu8hrEGeRHagn2pDJTyqd4RydpBGTqN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:27.9375rem;left:15.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCVOziWWMiFgt1AzWeA11xOWmFxSQQnb { box-sizing:content-box;height:7.8125rem;width:18.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.8125rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#sbfz0XxTNB0ELKPGFipic6yHUixZPpG7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:34.75rem;left:13.25rem; }
#D44vydcSvFExWnOJ6OdGZUuwyx6PXnfu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:35.5rem;left:15.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MU6VhWKXIApT1Xvc2xU4gKEwJgC03kEc { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:35.375rem;left:9.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIXtAE0Eu8vzOleXfONvR3hhtevNFDfP { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:34.75rem;left:7.6875rem; }
#oW6sK98LKMfo5388Mni9Tmw4ippEreKM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:35.3125rem;left:4.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ns3OFhNQMTrlu26SWrvtynS9UHu6UUaT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:32.625rem;left:2.75rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwQtxHN1IWhxeNn4EU4vb8gkANieUFSg { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:34.625rem;left:2.3125rem; }
#Rul9MHpvILduLCq07XcsUcHmLyhqmdrN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:30.125rem;left:2.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKTXDFguWiwpbrtA87PtXDlhH7Nha5oP { color:rgba(var(--color-primary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOADtAAN6EEB7zBZUlZHF0Fcp0SQI8ey { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.5rem;width:18.625rem;top:7.75rem;left:18.75rem;overflow:hidden;display:block; }
#EABJkNU7NRgi9BHur9GcpEQNksGvTBZR { box-sizing:content-box;height:8.875rem;width:18.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:18.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#M7f6lc5TcDzJAFqUfT21sr4gWp5RTBVP { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:27.25rem;left:26.4375rem; }
#tTFOTakTxBf3SnFDq34M7cqkx37QovzT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:27.25rem;left:32rem; }
#SiGN90ygfAT3iqdSP257GEJN8GtBQl0X { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:27.9375rem;left:23.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhKmRFlEixwKsgCEHLR0HgJ3Mw0XBcZI { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:28rem;left:34.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTIJUHimusXM0d5ioxFxistEp8ypcHwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:27.875rem;left:28.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvOZfqrm14UBtGcObw34G86GP1kO0KT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:24.8125rem;left:21.625rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDRxFSXy1vgRe1HdPD5oQFqFyvXHdVpo { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:27.25rem;left:21.0625rem; }
#TE9wnySmDlSziOpM8DqD1Q9G5r8MNFsP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:22.625rem;left:21.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2ZnwwbMAS4gPnovMfNMX0c2OZeW5Owo { box-sizing:content-box;height:7.6875rem;width:18.5625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.9375rem;left:18.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#m0N1x3zE1ChaySIXFBGOLcLMTWG2ErAh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:32.6875rem;left:21rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bhqe8vZuyIT5a7VIvlnaDnOMVVddPMwV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:30.1875rem;left:21.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TibCZXAoRr1NNf8A022KvRtaZBiVlq7t { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:35.5625rem;left:34.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bz6C2Cumk8a0ACpkqJlNNVN3Fb5Ue2BN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:34.8125rem;left:32.125rem; }
#CTePJG765ISTSryf2ymGGEPT2hHERaff { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:35.4375rem;left:28.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuwPG6LTbEhemV8VvnZT5KG5IM2ZQC3r { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:34.8125rem;left:26.5625rem; }
#wTAFHXzDiamSmhkgFwcz67czHGTwyKTf { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:35.5rem;left:23.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qb0UmViLkaX3iZGSSIW4WCThGqVDBitR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:34.8125rem;left:21.1875rem; }
#rmd1KcQnZEQ54Vn5BivKJxriS31ytp6Q { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.5rem;width:18.625rem;top:7.75rem;left:56.375rem;overflow:hidden;display:block; }
#EdJ3QzxZUmbkXkx20GF7vygeUIN0vJ8f { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5.3125rem;left:56.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dp1c5tAUmR8FOxRIgxcdG1EPuSwb6zQ3 { box-sizing:content-box;height:16.4375rem;width:18.5625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:56.250003814698rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#GgmvxBkX958tgnH7HfrZT2XqarJgHaHR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:27.25rem;left:69.6875rem; }
#R6heCw6ur1QDk6iDTBCrvBhWXWrKCync { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15101;line-height:1.2;letter-spacing:0;top:27.875rem;left:71.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K41x49ZRrErQEruFt8KI1scysoKXfZdS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:27.25rem;left:64.125rem; }
#CohOFbsnxLTarughE82vhUEwSy0vZ51y { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:27.9375rem;left:61rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utZNwkrOXV7icivZsbn4PKID0lBayw8L { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:27.25rem;left:58.75rem; }
#b89cDlLsIFOB0DAWUF3xWJshmluM0DVo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:27.875rem;left:66.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7Nc5wD52tebVt133II3tT6Kh2MUo5tQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:24.75rem;left:58.9375rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzDM8qhlVVyCzDGDaAJIlznqLE3ZJbTD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:22.625rem;left:59.3125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQmSbtp7pitXqIcWWrH1nmx9rxQStfU5 { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:5.3125rem;left:37.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyzOFHg96nEbnZWgICGZEifLBOUZ84pJ { box-sizing:content-box;height:16.5rem;width:18.5625rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:37.500003814698rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#GIQpexZs0qbdcixTuvMdANalVZOmNNwb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:27.9375rem;left:52.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRtAwZiGk9w4nE8wrT74O3iCv7hTxHe3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:27.1875rem;left:50.75rem; }
#uZWzsiyVALwnwGD1pUfQAewf3DaDt5kr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15111;line-height:1.2;letter-spacing:0;top:27.8125rem;left:47.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdMc8DrMDpTg4ry71ovzT8XoLWJ6I4gT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:27.1875rem;left:45.1875rem; }
#hPAaUnQ22oo1ySSNu17N7PXu617Um1Px { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:24.6875rem;left:40rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7P59avAXWwVN1Mlk2z9SDELv3rIBOQJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:22.5625rem;left:40.375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sybpG4owTO1swdcw4Kbbv3p6CnCKw3yA { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:27.875rem;left:42.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn6ni05lHOh2ZTxEeazTrKCM2iAL9hTD { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.5rem;width:18.625rem;top:7.75rem;left:37.500003814698rem;overflow:hidden;display:block; }
#kAOnQbAv7VwEmwnszEhb8aDBdiUu5fcR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:27.1875rem;left:39.375rem; }
#FZu7DN8g5vBHJC167oXSvSF8hNtEMHER { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:39.875rem;left:29.958332061767rem;display:block; }
#N6VS6g67fKS0HWv6reyms29DBmblTU6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3f8d4uO9K5K3g8CcDZR0TZTaXKRUR74 { position:absolute;display:block;z-index:15155;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:4rem;width:4rem;top:7.7499952316281rem;left:37.500003814698rem;overflow:hidden;display:block; }
#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container { background-color: transparent; background-image: none; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container > .video-iframe-container { display: none; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row > .video-iframe-container { display: none; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .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); }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container { border-width: 0; border-radius: 0; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#k5KTSDGl0PJ1fy5UcmyaIPZPrt9Di1ot { 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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:25.9375rem;width:16.25rem;top:8.8125rem;left:1.0625rem;display:none; }
#vR9FUTLcBLGyaMvZzmTH8oUG1lIOSJzf { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80728912353513rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bif8QGMJXeMalCXMNJVLvVT995gt7f1r { 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.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:32.25rem;width:16.25rem;top:5.6875rem;left:1.0625rem;display:block; }
#aqzTohmuSl6ZwQDB2K3uky4qb2O6lWet { position:absolute;display:block;z-index:15016;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.8125rem;width:16.5rem;top:5.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#qiQtAgP1obUs1TnwD0sNSaW9KlRcl2I8 { position:absolute;display:block;z-index:15012;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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:32.0625rem;width:16.1875rem;top:6rem;left:20rem;display:block; }
#CW48pA7VuMnMKitnBMZZpM6XWH9zUMtQ { position:absolute;display:block;z-index:15018;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.8125rem;width:16.5rem;top:5.6875rem;left:20rem;overflow:hidden;display:block; }
#MvULsvPSl5eoBzM62KlASLHe37KH3T0e { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.0625rem;left:2.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sufXQazuqy9NQOU1OzugXqR9RIPTWyv5 { position:absolute;display:block;z-index:15008;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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:32.0625rem;width:16.25rem;top:5.8125rem;left:38.6875rem;display:block; }
#s3k6rpA9UIlAQvrZ3t5paarFem4iZl7e { position:absolute;display:block;z-index:15019;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.8125rem;width:16.5rem;top:5.6875rem;left:38.75rem;overflow:hidden;display:block; }
#zakrXSkgpW6Qse7Cg8Et0mz2GqWp71OT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.0625rem;left:21.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUOq1IVFx6I0dGNT7yWZUBs2IexHo8V6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.0625rem;left:39.6875rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhS4wc89pmc6JWZ1oRE519w5QdhsnKA8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.625rem;left:45.75rem;overflow:hidden;display:block; }
#A6LZEzAzzNsvHD5T4eMxcvIPXSMgqh5F { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.75rem;left:2.375rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sklScJoChyySJvAeGweZPdgnq5RIN5ko { color:rgba(var(--color-primary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.6875rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9J2xSuhGAskQGgefZvCazIybhwTTlgW { color:rgba(var(--color-primary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:23.8125rem;left:21.5rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZnGybyflxb8LOaxv1Ak5FueEFNpPDxg { position:absolute;display:block;z-index:15004;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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:32.125rem;width:16.1875rem;top:5.75rem;left:57.4375rem;display:block; }
#Qt3QfT8NtzkTt59wdm4qQRkVtHxlDMFH { position:absolute;display:block;z-index:15017;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.8125rem;width:16.5rem;top:5.6875rem;left:57.4375rem;overflow:hidden;display:block; }
#nQwTRN1sEqrep7XOPBTuKhkHJ0rRmwDa { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:23.6875rem;left:58.3125rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVJKwXqRxD5QUefOHWtMngsuku8pDE8u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0625rem;left:58.9375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ep08xsTc7N0zOAMmsC5ekWxUXNPSfCOS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.625rem;left:64.75rem;overflow:hidden;display:block; }
#hgCCIpOs3TcN1fRk1vRTpMd2CBdyfnGf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:58.35417175293rem;left:28.59765625rem;display:none; }
#ITITNEzeXTmbtwHM2eoUR5CMflhgzCID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEd17SVmNtSTOymNby516yuvG9LHebMl { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80728912353513rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.3125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:3.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:1.65625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.3125rem;left:25.875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:21.875rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.48593711853rem;left:19.90625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:40.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:39.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:63.375rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:59.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.484375476837rem;left:58.312503814698rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT { position:relative;display:block; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT { background-color: transparent; background-image: none; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row .container > .video-iframe-container { display: none; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row > .video-iframe-container { display: none; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .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); }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT { border-width: 0; border-radius: 0; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .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; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;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; }#OOsl1RXzSxTTguAQp3lf75mTB4pcCyyn { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#F7AxqPqZ6Zm8eEIAII11Kn0VFuloqmGS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:20.3125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.4414063990119rem;left:4.21484375rem;overflow:hidden;display:block; }
#v2zudScKrVKKv23CP1DdMTeBHulcdy71 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.34765625rem;left:27.592449188233rem;overflow:hidden;display:block; }
#GDusQX1Q3OsCCcUGyh5X4hBxIiogsQI6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:20.375rem;top:21.1875rem;left:4.1872835159302rem;display:block; }
#fPfIUhrNffMr8WDonx1ECTvRw54hdZJo { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeQMwMqDGQPqCNwQtSsgJWHl7txe52G1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCeiNeTtKXxoTp1tF7eT22p3Hi5zKXSe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.25rem;left:27.5625rem;display:block; }
#znDdzfJbwmG4ogyuzuhsMMQ9N8Bb52go { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:51.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avOxTzgCR5DViBe4ao5nTWV1MfLEJc7A { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.4375rem;left:51.75rem;display:block; }
#WqTJZh9xUO1ognTJPVmdOoyiJaEW9a7T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.499786376953rem;left:3.9370670318604rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVAONeX1wXDmooBPwT4wvRHh7V3PzdI1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.999565124512rem;left:4.0000009536743rem;display:block; }
#fop4B1601qqf2cnTatFbVTtIS1TFo3PR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.374786376953rem;left:27.999134063721rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoZoIwkrt33rdIgJ5OrSQVFT2LDpnb1G { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.937065124512rem;left:27.937286376953rem;display:block; }
#sBav4poGI4VymdincSIKNSRI8uOrIygA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:51.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMouTxvNBBy7iFkisMoaAegbrEeedTv5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.75rem;top:40.9375rem;left:51.625rem;display:block; }
#zA2crkNIMcQC6rOw1P32A6egcALNDITX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14rem;width:20.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.4375rem;left:51.75rem;overflow:hidden;display:block; }
#HJkvKnt19qm3tLf85a7mlMGOguBTwJGS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.124557495118rem;left:4.0625019073486rem;overflow:hidden;display:block; }
#d0r1p59JRcxlDWdgRITzxesaHicglvVE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.625rem;width:20.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.311218261719rem;left:27.936199188233rem;overflow:hidden;display:block; }
#D36hhlGBdNKdmJUpb6Ayq6JQNDM2eArC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.000015258789rem;left:51.623699188233rem;overflow:hidden;display:block; }
#iCdPChnTGB1WvmodAXCM509PLTySyrqb { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#xSH93XsAFtX2OCTE4H57iihut1MSQIlI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.5625rem;left:39.25rem;display:none; }
#tq6n4Qg0f0qhMeG7dAhUF44dgIOQnIMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.06);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: none;height:19.375rem;width:19.375rem;top:4.25rem;left:27.75rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:5.75rem;left:60.75rem;overflow:hidden;display:block; }
#FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:5.75rem;left:35.5rem;overflow:hidden;display:block; }
#pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.6875rem;top:5.7499961853028rem;left:10.0625rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:52.6875rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:27.25rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.25rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.502197265625rem;left:55.9375rem;height:4.546875rem;font-style:italic;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:29.25rem;height:7.957rem;font-style:italic;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.1875rem;height:6.8203125rem;font-style:italic;display:block; }
#BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.06);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: none;height:19.375rem;width:19.375rem;top:4.25rem;left:53rem;display:block; }
#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.06);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: none;height:19.375rem;width:19.375rem;top:4.1875rem;left:3.375rem;display:block; }
#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo { position:relative;display:block; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo { background-color: transparent; background-image: none; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row .container > .video-iframe-container { display: none; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row > .video-iframe-container { display: none; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .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); }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo { border-width: 0; border-radius: 0; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .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; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .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:36.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; }#k6nlMKZskMgHPieC2togLAyCnSgaOEIi { position:absolute;display:block;z-index:15005;background-color:rgba(243,245,248,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,245,248,0.31) ;height:23.875rem;width:19.375rem;top:10.125rem;left:51.625rem;display:block; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-form-header {  }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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:16.875rem;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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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:16.875rem;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) ; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-text {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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:16.875rem;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) ; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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:16.875rem;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) ; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-select {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-2),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:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-container:first-of-type{padding-top:0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-container:last-of-type{padding-bottom:0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.687503814698rem;top:14.500000953674rem;z-index:15013;position:absolute; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm {display:block;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.687503814698rem;top:14.500000953674rem;z-index:15013;position:absolute; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #vTnLIl474slJTrBRkiALFuSUxeZuQpVz { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z7eCnJL3vv65imgFDFqb1J36b18RuwTa { position:relative;display:none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KJCGqJF6KNlKAXiw8nfRnqGWTFPFbgAV { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #R4EIGSVK7KZAhgb6K8gmsvwPoFeOrkzL { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #VNidwgPAPWSMq9SAovRFFMBgiExx4rOa { position:relative;display:none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #ZLzALbZKetHwOQwWvTpA78yvBkiAVmRN { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #PX7W9vbS4xL7WRPnDJmECQoDn1MqkxN4 { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #gLF5dhvcnAcc2I1QILbi9twnOkFyKZdd { position:relative;display:none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #uKicJWe4eTWSZ97ZCxhArRXM9lRFXAmJ { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KE04lTrHpWMGOtHJoOBxQakDWDL00Lfe { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #moDETfyzWTN5t6z5CuLlTW5nn2J87XOW { position:relative;display:none; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z3E0duE9lUPkURGrUry9tRosntH8W6gl { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #deKpNk2athfIWZOHRTwmZ8dM9aIr0PIs { position:relative; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #CuwuxVk8cV6vMwmCHwgVkZKCQwmOR9Tf { position:relative; }
#Pepp415GOo1lhZloPucTvBAAusnAcZa3 { color:#030304;display:block;width:17.622375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:52.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6Qx9WHG1AVpD84LIx7WtP8WPFgtc5oM { position:absolute;display:block;z-index:15014;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:30.6875rem;width:44.4375rem;top:2.6875rem;left:1.125rem;overflow:hidden;display:block; }
#GdWyWm2GN3hw0OqtAhaEyF34VaH2ntH9 { display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:46.5rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.62370300293rem;left:3.8098945617676rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { 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:8.5623125rem;width:12.4370625rem;top:0.69140625rem;left:2.5598945617676rem;overflow:hidden;display:block; }
#DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:5.5869140625rem;left:47.0625rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.9716796875rem;left:46.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:5.623046875rem;left:45.0625rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.046875rem;left:21.984375rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d180fevRMlOioQJQhgWWBaW02PCPQ5DD { display:block; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpvw5azEKyivZf8yCdm0fLkiDTEWWRTe { top:2.1875rem;left:2.71875rem;width:11.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOcQiLSeW8qgyAJWWmPI2rUeWSVGgwu { top:10.5rem;left:0rem;width:34.4375rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTq1dryKXC9PFSeO5MhVpRZ6gRrGF0NT { top:17.375rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtEUFFpnSmH0TM9VwfWTBToNuTnpd6EI { top:17.75rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQPlu6GvZ2Rgi9tm5V2RHkN4TaX1zCI5 { top:10.75rem;left:30.1875rem;width:17.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypmLodwkgTe5GonCRKTtlykPaJHst8Sn { width:19.375rem;height:23.875rem;top:10.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQDMgbCnfxQfbI2vBSuxAtgyJasIRqc { top:10rem;left:0rem;width:33.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0MXeuqpaxzrXgbqLqnHEkDXvVtGLfeZ { top:19.875rem;left:2.5625rem;width:12rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTmi6QsEKi6ImyTaNQFdiQ1hwBmqikIX { top:35.1875rem;left:16.312503814698rem;width:7.5625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSxGihzrqIzDFODZIWoiuCTNHPe079SG { top:35.1875rem;left:0rem;width:9.1875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSwIqcSnIvqBtBTQUL3d0c4KmSP7IQlk { top:35.1875rem;left:2.71875rem;width:12.5625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr6Vufrl803ip6bLlXBGwKe2h0hWfCwZ { top:35.1875rem;left:2rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDnsrkI1O4P3vF3yolc4frJmUMp1t5rw { top:35.1875rem;left:15.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXIkMWKFUVeO2hIu0qwCOsluE50nrcyJ { top:30.3125rem;left:11.0625rem;width:15.625rem;height:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJdSTwb1NK6RrErsTZE0SXQ1mzGaghV { top:26.625rem;left:5.625rem;width:4.5rem;height:4.0625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1U62wFDtaz3fxT1C7QrNo3xqxFUwKfa { top:33.875rem;left:0rem;width:32.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp  { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp {display:block;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #xZ0JmE8FuKwcPUkmcSWBLoyKzKxFL2ox {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #PQzXTWuDeQ57w4TGXSz6sbdTuKFak7kd { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #XmMkdAKPiITEGfL5Z4vhx1IlykLPzazB {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #DSxEDrifPShwT1d8G7CUDJslwu3vb5Tx {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #wZp0Seg0dXxTO4CJmBFA3uLVHJEUaluB { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #VV6ZWkWDNAfNGZ8L0GgL5gfyvWkTNffu {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #BtZz0Wb8R6ZU5idPqLcBVV3IaGopsHzO {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #e5ENXlgUCROkEWDcTcPh5WDuZ7UbQSAh {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #O4MWZh5TLN6p8STz2fJ7uU0Sd5BMQ9pR {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #qkUoTyn6R4kohl5O4UW5afbTsTyCfD6q {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #cxEledVwTOhIKy35w2nFocahPfqFATXJ {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #fyVT9AzovICWPRWRGpTdm8RvhZC9te8D {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #kX8NTW6OTNFW32EmInpcXqt9yLTfvJV2 {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #WOm2rQXzC2fL7aoZIB1AFyyR7V1GAoUV {  }
 }@media only screen and (max-width: 763px) { #DkJG0gynTfCx8zdHihhm9mGq3qIplh0a { display:block; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4DHn5iarakHVZBagEMxJ21PiJ8ENRs9 { top:9.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVHVIpCutaPF1TUI4wz0HEJ8k6BOs7h { top:39.625rem;left:0rem;width:32.625rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxMXIDSLGdpkK8JkGDU5Etq2ZqXp57Nc { top:2.4375rem;left:0rem;width:35.125rem;height:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxCISCILOX4ivXU6tdttV6A7mCZB6GL8 { top:38.5625rem;left:0rem;width:33.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NykPGvggXnyiMA7rV0beThOTLCN69has { top:38.3125rem;left:0rem;width:33.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCnvg5GTBWChB56gWuuWNtMAOFyuc6be { width:19.5625rem;height:3.25rem;top:64.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu16ThMqFHvg7c56OPuHmA28r3qN3PHc { display:block; }
 }@media only screen and (max-width: 763px) { #bILwgNDUBn5Gx5A96yqqe2QP4Aua6wml { top:62.0625rem;left:12.875rem;width:11rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33oWgCLKyl59Vipbl0bDKfWufum9TPH { top:4.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hom7kNFZU2Ze4M9oeyqb91558HMlVAFd { top:9.0625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg { display:block; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtG5heCl0kRAx1aZrywNFzm52WXDvMSa { width:11.4375rem;height:8.25rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi0Rc9ze92nrumoUIKpMRUDz0Wulctvb { top:0.625rem;left:0rem;width:47.75rem;height:26.856295149639rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K { display:block; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDvmWMNtEMMxo70D0kvTMOTNWHoRTQXA { width:47.75rem;height:2.8125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeGu0f5t5m2T4RkXdEh5vZKsxSL0ZX1i { width:18.75rem;height:2.4375rem;top:5.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gLqg9R8hx5tTMtIGZ8NSEEETbxH6mU { top:7.75rem;left:0rem;width:18.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz8D67bsRkvQ9Q26lalEylNV2SIgnw61 { top:21.1875rem;left:0rem;width:18.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyxkxOcLvpz667T8xtUKqRK5OSmX7NLr { top:22.625rem;left:0rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAtkC9QBi2e4yt8s8routS4ZwncKmDh8 { top:24.8125rem;left:0rem;width:13rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDxPS7pf4GrEo2Pd65bnUEuASDBSFg3 { top:27.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcBttQfWWzMrDfrzDJ98yhhKANsnexHR { top:27.1875rem;left:4.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVsMGwsGu1wkclo9fITXrs896csSGZ0y { top:27.1875rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpBy2zi6iG5OT9VvLCRq6PeAcrmKLTD { top:27.8125rem;left:6.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbwgtBfKgJQfWmDxcTeme51FwbdQUKSe { top:27.8125rem;left:1.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQu8hrEGeRHagn2pDJTyqd4RydpBGTqN { top:27.9375rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCVOziWWMiFgt1AzWeA11xOWmFxSQQnb { top:29.8125rem;left:0rem;width:18.5rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfz0XxTNB0ELKPGFipic6yHUixZPpG7 { top:34.75rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D44vydcSvFExWnOJ6OdGZUuwyx6PXnfu { top:35.5rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU6VhWKXIApT1Xvc2xU4gKEwJgC03kEc { top:35.375rem;left:6.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXtAE0Eu8vzOleXfONvR3hhtevNFDfP { top:34.75rem;left:4.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW6sK98LKMfo5388Mni9Tmw4ippEreKM { top:35.3125rem;left:1.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns3OFhNQMTrlu26SWrvtynS9UHu6UUaT { top:32.625rem;left:0rem;width:13.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwQtxHN1IWhxeNn4EU4vb8gkANieUFSg { top:34.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rul9MHpvILduLCq07XcsUcHmLyhqmdrN { top:30.125rem;left:0rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTXDFguWiwpbrtA87PtXDlhH7Nha5oP { width:19.1875rem;height:2.4375rem;top:5.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOADtAAN6EEB7zBZUlZHF0Fcp0SQI8ey { top:7.75rem;left:5.25rem;width:18.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABJkNU7NRgi9BHur9GcpEQNksGvTBZR { top:21.25rem;left:5.3125rem;width:18.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7f6lc5TcDzJAFqUfT21sr4gWp5RTBVP { top:27.25rem;left:16.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFOTakTxBf3SnFDq34M7cqkx37QovzT { top:27.25rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiGN90ygfAT3iqdSP257GEJN8GtBQl0X { top:27.9375rem;left:13.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhKmRFlEixwKsgCEHLR0HgJ3Mw0XBcZI { top:28rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTIJUHimusXM0d5ioxFxistEp8ypcHwJ { top:27.875rem;left:18.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvOZfqrm14UBtGcObw34G86GP1kO0KT7 { top:24.8125rem;left:10.875rem;width:13rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDRxFSXy1vgRe1HdPD5oQFqFyvXHdVpo { top:27.25rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE9wnySmDlSziOpM8DqD1Q9G5r8MNFsP { top:22.625rem;left:10.8125rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2ZnwwbMAS4gPnovMfNMX0c2OZeW5Owo { top:29.9375rem;left:5.3125rem;width:18.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0N1x3zE1ChaySIXFBGOLcLMTWG2ErAh { top:32.6875rem;left:9.5625rem;width:14.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhqe8vZuyIT5a7VIvlnaDnOMVVddPMwV { top:30.1875rem;left:10.8125rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibCZXAoRr1NNf8A022KvRtaZBiVlq7t { top:35.5625rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz6C2Cumk8a0ACpkqJlNNVN3Fb5Ue2BN { top:34.8125rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTePJG765ISTSryf2ymGGEPT2hHERaff { top:35.4375rem;left:18.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwPG6LTbEhemV8VvnZT5KG5IM2ZQC3r { top:34.8125rem;left:16.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAFHXzDiamSmhkgFwcz67czHGTwyKTf { top:35.5rem;left:13.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0UmViLkaX3iZGSSIW4WCThGqVDBitR { top:34.8125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmd1KcQnZEQ54Vn5BivKJxriS31ytp6Q { top:7.75rem;left:27.8125rem;width:18.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJ3QzxZUmbkXkx20GF7vygeUIN0vJ8f { width:18.25rem;height:2.4375rem;top:5.3125rem;left:29.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp1c5tAUmR8FOxRIgxcdG1EPuSwb6zQ3 { top:21.25rem;left:29.1875rem;width:18.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmvxBkX958tgnH7HfrZT2XqarJgHaHR { top:27.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6heCw6ur1QDk6iDTBCrvBhWXWrKCync { top:27.875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K41x49ZRrErQEruFt8KI1scysoKXfZdS { top:27.25rem;left:40.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CohOFbsnxLTarughE82vhUEwSy0vZ51y { top:27.9375rem;left:37.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZNwkrOXV7icivZsbn4PKID0lBayw8L { top:27.25rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b89cDlLsIFOB0DAWUF3xWJshmluM0DVo { top:27.875rem;left:42.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Nc5wD52tebVt133II3tT6Kh2MUo5tQ { top:24.75rem;left:33.75rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDM8qhlVVyCzDGDaAJIlznqLE3ZJbTD { top:22.625rem;left:34.6875rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmSbtp7pitXqIcWWrH1nmx9rxQStfU5 { width:18.25rem;height:2.4375rem;top:5.3125rem;left:17.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyzOFHg96nEbnZWgICGZEifLBOUZ84pJ { top:21.25rem;left:17.25rem;width:18.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIQpexZs0qbdcixTuvMdANalVZOmNNwb { top:27.9375rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRtAwZiGk9w4nE8wrT74O3iCv7hTxHe3 { top:27.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZWzsiyVALwnwGD1pUfQAewf3DaDt5kr { top:27.8125rem;left:30.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdMc8DrMDpTg4ry71ovzT8XoLWJ6I4gT { top:27.1875rem;left:28.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPAaUnQ22oo1ySSNu17N7PXu617Um1Px { top:24.6875rem;left:21.8125rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7P59avAXWwVN1Mlk2z9SDELv3rIBOQJ { top:22.5625rem;left:22.75rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybpG4owTO1swdcw4Kbbv3p6CnCKw3yA { top:27.875rem;left:25.03125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6ni05lHOh2ZTxEeazTrKCM2iAL9hTD { top:7.75rem;left:17.1875rem;width:18.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAOnQbAv7VwEmwnszEhb8aDBdiUu5fcR { top:27.1875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZu7DN8g5vBHJC167oXSvSF8hNtEMHER { width:17.5rem;height:3.4375rem;top:39.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VS6g67fKS0HWv6reyms29DBmblTU6d { display:block; }
 }@media only screen and (max-width: 763px) { #O3f8d4uO9K5K3g8CcDZR0TZTaXKRUR74 { top:7.6875rem;left:23.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR { display:block; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5KTSDGl0PJ1fy5UcmyaIPZPrt9Di1ot { width:16.25rem;height:25.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9FUTLcBLGyaMvZzmTH8oUG1lIOSJzf { width:47.75rem;height:3.625rem;top:0.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bif8QGMJXeMalCXMNJVLvVT995gt7f1r { width:16.25rem;height:32.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzTohmuSl6ZwQDB2K3uky4qb2O6lWet { top:5.6875rem;left:0rem;width:16.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiQtAgP1obUs1TnwD0sNSaW9KlRcl2I8 { width:16.1875rem;height:32.0625rem;top:6rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW48pA7VuMnMKitnBMZZpM6XWH9zUMtQ { top:5.6875rem;left:7.375rem;width:16.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvULsvPSl5eoBzM62KlASLHe37KH3T0e { width:13.75rem;height:1.4375rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufXQazuqy9NQOU1OzugXqR9RIPTWyv5 { width:16.25rem;height:32.0625rem;top:5.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3k6rpA9UIlAQvrZ3t5paarFem4iZl7e { top:5.6875rem;left:19.3125rem;width:16.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakrXSkgpW6Qse7Cg8Et0mz2GqWp71OT { width:13.5rem;height:1.4375rem;top:20.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOq1IVFx6I0dGNT7yWZUBs2IexHo8V6 { width:14.4375rem;height:2.875rem;top:20.0625rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhS4wc89pmc6JWZ1oRE519w5QdhsnKA8 { width:3.125rem;height:3.125rem;top:7.625rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LZEzAzzNsvHD5T4eMxcvIPXSMgqh5F { width:14.25rem;height:9.75rem;top:23.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklScJoChyySJvAeGweZPdgnq5RIN5ko { width:14.5rem;height:5.5625rem;top:23.75rem;left:21.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9J2xSuhGAskQGgefZvCazIybhwTTlgW { width:13.4375rem;height:6.9375rem;top:23.8125rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZnGybyflxb8LOaxv1Ak5FueEFNpPDxg { width:16.1875rem;height:32.125rem;top:5.75rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3QfT8NtzkTt59wdm4qQRkVtHxlDMFH { top:5.6875rem;left:31.25rem;width:16.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwTRN1sEqrep7XOPBTuKhkHJ0rRmwDa { width:14.6875rem;height:5.5625rem;top:23.6875rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVJKwXqRxD5QUefOHWtMngsuku8pDE8u { width:13.5rem;height:2.875rem;top:20.0625rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep08xsTc7N0zOAMmsC5ekWxUXNPSfCOS { width:3.125rem;height:3.125rem;top:7.625rem;left:40.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCCIpOs3TcN1fRk1vRTpMd2CBdyfnGf { width:17.5rem;height:3.4375rem;top:58.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITITNEzeXTmbtwHM2eoUR5CMflhgzCID { display:block; }
 }@media only screen and (max-width: 763px) { #lEd17SVmNtSTOymNby516yuvG9LHebMl { width:20rem;height:4.875rem;top:1.375rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.3125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:15.375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:4.9375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.3125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.4375rem;left:7.5rem;width:16.375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:4.9375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.3125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.4375rem;left:21.4375rem;width:14.375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:4.9375rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.4375rem;left:33.125rem;width:14.625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT { display:block; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOsl1RXzSxTTguAQp3lf75mTB4pcCyyn { width:47.75rem;height:3.625rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7AxqPqZ6Zm8eEIAII11Kn0VFuloqmGS { width:20.3125rem;height:13.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2zudScKrVKKv23CP1DdMTeBHulcdy71 { width:20.4375rem;height:13.9375rem;top:7.3125rem;left:13.967449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDusQX1Q3OsCCcUGyh5X4hBxIiogsQI6 { top:21.1875rem;left:0rem;width:20.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPfIUhrNffMr8WDonx1ECTvRw54hdZJo { top:21.6875rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeQMwMqDGQPqCNwQtSsgJWHl7txe52G1 { top:21.75rem;left:13.875rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeiNeTtKXxoTp1tF7eT22p3Hi5zKXSe { top:21.25rem;left:13.9375rem;width:20.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znDdzfJbwmG4ogyuzuhsMMQ9N8Bb52go { top:21.875rem;left:27.25rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avOxTzgCR5DViBe4ao5nTWV1MfLEJc7A { top:21.4375rem;left:27.3125rem;width:20.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTJZh9xUO1ognTJPVmdOoyiJaEW9a7T { top:41.4375rem;left:0rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAONeX1wXDmooBPwT4wvRHh7V3PzdI1 { top:40.9375rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fop4B1601qqf2cnTatFbVTtIS1TFo3PR { top:41.3125rem;left:14.374134063721rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZoIwkrt33rdIgJ5OrSQVFT2LDpnb1G { top:40.875rem;left:14.312286376953rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBav4poGI4VymdincSIKNSRI8uOrIygA { top:41.375rem;left:27.0625rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMouTxvNBBy7iFkisMoaAegbrEeedTv5 { top:40.9375rem;left:27rem;width:20.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2crkNIMcQC6rOw1P32A6egcALNDITX { width:20.5rem;height:13.957307602289rem;top:7.4375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkvKnt19qm3tLf85a7mlMGOguBTwJGS { width:20.375rem;height:13.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0r1p59JRcxlDWdgRITzxesaHicglvVE { width:20.5625rem;height:13.625rem;top:27.25rem;left:14.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #D36hhlGBdNKdmJUpb6Ayq6JQNDM2eArC { width:20.75rem;height:13.9375rem;top:27rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdPChnTGB1WvmodAXCM509PLTySyrqb { width:47.75rem;height:0;top:3.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSH93XsAFtX2OCTE4H57iihut1MSQIlI { width:19.5625rem;height:3.25rem;top:28.5625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tq6n4Qg0f0qhMeG7dAhUF44dgIOQnIMu { display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:4.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:5.75rem;left:37.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { top:5.75rem;left:21.8125rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { top:5.6875rem;left:5.5rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:10.75rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { top:10.75rem;left:12.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:10.6875rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:13.5rem;left:33.125rem;width:14.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:12.9375rem;left:14.5rem;width:17.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:12.9375rem;left:0rem;width:17.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { top:4.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:4.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo { display:block; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6nlMKZskMgHPieC2togLAyCnSgaOEIi { width:19.375rem;height:23.875rem;top:10.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-text {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-select {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm  { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm {display:block;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #vTnLIl474slJTrBRkiALFuSUxeZuQpVz {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z7eCnJL3vv65imgFDFqb1J36b18RuwTa { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KJCGqJF6KNlKAXiw8nfRnqGWTFPFbgAV {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #R4EIGSVK7KZAhgb6K8gmsvwPoFeOrkzL {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #VNidwgPAPWSMq9SAovRFFMBgiExx4rOa { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #ZLzALbZKetHwOQwWvTpA78yvBkiAVmRN {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #PX7W9vbS4xL7WRPnDJmECQoDn1MqkxN4 {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #gLF5dhvcnAcc2I1QILbi9twnOkFyKZdd {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #uKicJWe4eTWSZ97ZCxhArRXM9lRFXAmJ {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KE04lTrHpWMGOtHJoOBxQakDWDL00Lfe {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #moDETfyzWTN5t6z5CuLlTW5nn2J87XOW {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z3E0duE9lUPkURGrUry9tRosntH8W6gl {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #deKpNk2athfIWZOHRTwmZ8dM9aIr0PIs {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #CuwuxVk8cV6vMwmCHwgVkZKCQwmOR9Tf {  }
 }@media only screen and (max-width: 763px) { #Pepp415GOo1lhZloPucTvBAAusnAcZa3 { top:10.75rem;left:30.1875rem;width:17.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Qx9WHG1AVpD84LIx7WtP8WPFgtc5oM { top:2.6875rem;left:0rem;width:44.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdWyWm2GN3hw0OqtAhaEyF34VaH2ntH9 { width:28.5rem;height:6.0625rem;top:2.875rem;left:19.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:7.5625rem;left:0rem;width:29.4375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:0.6875rem;left:0rem;width:12.375rem;height:8.5190654541431rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { top:5.5625rem;left:26.875rem;width:20.875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { top:3.9375rem;left:32.75rem;width:6.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { top:5.5625rem;left:31.4375rem;width:2.0625rem;height:2.0625rem;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) { #dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { top:1rem;left:8.359375rem;width:34.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d180fevRMlOioQJQhgWWBaW02PCPQ5DD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c50d03e-1a68-488e-8414-c113f05974f3/WhatsAppImage20251121at34404PM.jpeg");background-position:center !important;background-repeat:no-repeat !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; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD.adaptive-delivery-prevent-bg, #d180fevRMlOioQJQhgWWBaW02PCPQ5DD.lazyload, #d180fevRMlOioQJQhgWWBaW02PCPQ5DD.lazyloading { background-image: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { background-color: transparent; background-image: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container > .video-iframe-container { display: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container { display: none; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .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); }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { border-width: 0; border-radius: 0; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD::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; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d180fevRMlOioQJQhgWWBaW02PCPQ5DD > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpvw5azEKyivZf8yCdm0fLkiDTEWWRTe { width:14.5rem;height:9.6875rem;top:0.9921875rem;left:2.7486979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOcQiLSeW8qgyAJWWmPI2rUeWSVGgwu { width:20rem;height:4.328125rem;top:9.8736982345581rem;left:0rem;font-size:1.3125rem;color:#dab186;display:block; }
 }@media only screen and (max-width: 763px) { #CTq1dryKXC9PFSeO5MhVpRZ6gRrGF0NT { width:4.9375rem;height:1.54375rem;top:11.387499809265rem;left:0.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtEUFFpnSmH0TM9VwfWTBToNuTnpd6EI { width:4.9375rem;height:1.70625rem;top:11.306640625rem;left:0.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQPlu6GvZ2Rgi9tm5V2RHkN4TaX1zCI5 { width:18.186875rem;height:4.140625rem;top:34.1875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypmLodwkgTe5GonCRKTtlykPaJHst8Sn { width:19.3125rem;height:22.8125rem;top:33.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQDMgbCnfxQfbI2vBSuxAtgyJasIRqc { width:20rem;height:5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0MXeuqpaxzrXgbqLqnHEkDXvVtGLfeZ { width:8.9375rem;height:2.92448125rem;top:15.9375rem;left:5.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTmi6QsEKi6ImyTaNQFdiQ1hwBmqikIX { width:6.0625rem;height:2.25rem;top:26.0625rem;left:13.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSxGihzrqIzDFODZIWoiuCTNHPe079SG { width:5.875rem;height:3.375rem;top:26.0625rem;left:7.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSwIqcSnIvqBtBTQUL3d0c4KmSP7IQlk { width:6.875rem;height:4.5rem;top:26.0625rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hr6Vufrl803ip6bLlXBGwKe2h0hWfCwZ { width:0.0625rem;height:4.375rem;top:26.0625rem;left:13.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lDnsrkI1O4P3vF3yolc4frJmUMp1t5rw { width:0.0625rem;height:4.375rem;top:26.0625rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EXIkMWKFUVeO2hIu0qwCOsluE50nrcyJ { width:5.24739375rem;height:0.5625rem;top:22.6875rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJdSTwb1NK6RrErsTZE0SXQ1mzGaghV { width:4.5612rem;height:3.125rem;top:19.8125rem;left:7.8125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1U62wFDtaz3fxT1C7QrNo3xqxFUwKfa { width:19.875rem;height:5.1875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-regular-label { display:block;width:16.875rem;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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .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; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp  { width:16.875rem;height:auto;top:37.4375rem;left:0.3125rem; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp {display:block;}#AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp { width:16.875rem;height:auto;top:37.4375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #xZ0JmE8FuKwcPUkmcSWBLoyKzKxFL2ox {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #PQzXTWuDeQ57w4TGXSz6sbdTuKFak7kd { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #XmMkdAKPiITEGfL5Z4vhx1IlykLPzazB {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #DSxEDrifPShwT1d8G7CUDJslwu3vb5Tx {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #wZp0Seg0dXxTO4CJmBFA3uLVHJEUaluB { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #VV6ZWkWDNAfNGZ8L0GgL5gfyvWkTNffu {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #BtZz0Wb8R6ZU5idPqLcBVV3IaGopsHzO {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #e5ENXlgUCROkEWDcTcPh5WDuZ7UbQSAh { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #O4MWZh5TLN6p8STz2fJ7uU0Sd5BMQ9pR {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #qkUoTyn6R4kohl5O4UW5afbTsTyCfD6q {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #cxEledVwTOhIKy35w2nFocahPfqFATXJ { display:none; }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #fyVT9AzovICWPRWRGpTdm8RvhZC9te8D {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #kX8NTW6OTNFW32EmInpcXqt9yLTfvJV2 {  }
 }@media only screen and (max-width: 763px) { #AtRHP8W0KJ50SwiOgLufa5mBNfnXoqxp #WOm2rQXzC2fL7aoZIB1AFyyR7V1GAoUV {  }
 }@media only screen and (max-width: 763px) { #DkJG0gynTfCx8zdHihhm9mGq3qIplh0a { display:block; }#DkJG0gynTfCx8zdHihhm9mGq3qIplh0a > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4DHn5iarakHVZBagEMxJ21PiJ8ENRs9 { width:20rem;height:10rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hZVHVIpCutaPF1TUI4wz0HEJ8k6BOs7h { width:19.75rem;height:23.625rem;top:21.25rem;left:0.25rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WxMXIDSLGdpkK8JkGDU5Etq2ZqXp57Nc { width:20rem;height:11.6953125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #UxCISCILOX4ivXU6tdttV6A7mCZB6GL8 { width:20rem;height:0.4375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NykPGvggXnyiMA7rV0beThOTLCN69has { width:20rem;height:0.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCnvg5GTBWChB56gWuuWNtMAOFyuc6be { width:14.3046875rem;height:2.87109375rem;top:47.437502861023rem;left:2.8476563096046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu16ThMqFHvg7c56OPuHmA28r3qN3PHc { display:block; }
 }@media only screen and (max-width: 763px) { #bILwgNDUBn5Gx5A96yqqe2QP4Aua6wml { width:13.308625rem;height:1.03125rem;top:45.363284111023rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33oWgCLKyl59Vipbl0bDKfWufum9TPH { top:0rem;left:0rem;width:20rem;height:6.171875rem;z-index:15010;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hom7kNFZU2Ze4M9oeyqb91558HMlVAFd { top:6.1809883117676rem;left:0rem;width:20rem;height:1.13671875rem;z-index:15011;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg { display:block; }#zunZ8lXPWcpnMVrFWWhwlLpOLFl4VBRg > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtG5heCl0kRAx1aZrywNFzm52WXDvMSa { width:19.0625rem;height:2.2747375rem;top:1.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi0Rc9ze92nrumoUIKpMRUDz0Wulctvb { width:19.6875rem;height:11.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K { display:block; }#OlEzXBwR6ofQWNS3LD7E8duD13Cz2L1K > .row .container { width:20rem;height:125.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDvmWMNtEMMxo70D0kvTMOTNWHoRTQXA { width:20rem;height:2.2747375rem;top:0.62500524520875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeGu0f5t5m2T4RkXdEh5vZKsxSL0ZX1i { width:18.75rem;height:2.03125rem;top:29.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gLqg9R8hx5tTMtIGZ8NSEEETbxH6mU { width:18.375rem;height:13.25rem;top:31.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz8D67bsRkvQ9Q26lalEylNV2SIgnw61 { width:18.5625rem;height:7.5625rem;top:45.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyxkxOcLvpz667T8xtUKqRK5OSmX7NLr { width:13.0625rem;height:1.34895625rem;top:45.375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kAtkC9QBi2e4yt8s8routS4ZwncKmDh8 { width:13rem;height:1.125rem;top:47.25rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hnDxPS7pf4GrEo2Pd65bnUEuASDBSFg3 { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #OcBttQfWWzMrDfrzDJ98yhhKANsnexHR { display:flex;width:2.25rem;height:2.25rem;top:49.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uVsMGwsGu1wkclo9fITXrs896csSGZ0y { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #mgpBy2zi6iG5OT9VvLCRq6PeAcrmKLTD { width:1.875rem;height:1.125rem;top:50.3125rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SbwgtBfKgJQfWmDxcTeme51FwbdQUKSe { width:1.875rem;height:1.125rem;top:50.25rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MQu8hrEGeRHagn2pDJTyqd4RydpBGTqN { width:1.875rem;height:1.125rem;top:50.4375rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NCVOziWWMiFgt1AzWeA11xOWmFxSQQnb { width:18.5625rem;height:8.125rem;top:52.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfz0XxTNB0ELKPGFipic6yHUixZPpG7 { display:flex;width:2.1875rem;height:2.1875rem;top:57.625rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #D44vydcSvFExWnOJ6OdGZUuwyx6PXnfu { width:1.875rem;height:1.125rem;top:58.5625rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MU6VhWKXIApT1Xvc2xU4gKEwJgC03kEc { width:1.875rem;height:1.125rem;top:58.5rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TIXtAE0Eu8vzOleXfONvR3hhtevNFDfP { display:flex;width:2.25rem;height:2.25rem;top:57.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oW6sK98LKMfo5388Mni9Tmw4ippEreKM { width:1.875rem;height:1.125rem;top:58.4375rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ns3OFhNQMTrlu26SWrvtynS9UHu6UUaT { width:13.25rem;height:1.125rem;top:55.75rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UwQtxHN1IWhxeNn4EU4vb8gkANieUFSg { display:flex;width:2.25rem;height:2.25rem;top:57.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #Rul9MHpvILduLCq07XcsUcHmLyhqmdrN { width:13.0625rem;height:1.34895625rem;top:53.5625rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cKTXDFguWiwpbrtA87PtXDlhH7Nha5oP { width:20rem;height:2.03125rem;top:63.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOADtAAN6EEB7zBZUlZHF0Fcp0SQI8ey { width:18.4375rem;height:13.5rem;top:66.458335876462rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABJkNU7NRgi9BHur9GcpEQNksGvTBZR { width:18.5625rem;height:6.75rem;top:79.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7f6lc5TcDzJAFqUfT21sr4gWp5RTBVP { display:flex;width:2.25rem;height:2.25rem;top:83.4375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #tTFOTakTxBf3SnFDq34M7cqkx37QovzT { display:flex;width:2.1875rem;height:2.1875rem;top:83.4375rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #SiGN90ygfAT3iqdSP257GEJN8GtBQl0X { width:1.875rem;height:1.125rem;top:84.125rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fhKmRFlEixwKsgCEHLR0HgJ3Mw0XBcZI { width:1.875rem;height:1.125rem;top:84.1875rem;left:15.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mTIJUHimusXM0d5ioxFxistEp8ypcHwJ { width:1.875rem;height:1.125rem;top:84.0625rem;left:10.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AvOZfqrm14UBtGcObw34G86GP1kO0KT7 { width:13rem;height:1.125rem;top:82.3125rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IDRxFSXy1vgRe1HdPD5oQFqFyvXHdVpo { display:flex;width:2.25rem;height:2.25rem;top:83.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TE9wnySmDlSziOpM8DqD1Q9G5r8MNFsP { width:13.0625rem;height:1.34895625rem;top:80.4375rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O2ZnwwbMAS4gPnovMfNMX0c2OZeW5Owo { width:18.5625rem;height:6.625rem;top:86.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0N1x3zE1ChaySIXFBGOLcLMTWG2ErAh { width:14.3125rem;height:1.125rem;top:89.1875rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bhqe8vZuyIT5a7VIvlnaDnOMVVddPMwV { width:13.0625rem;height:1.34895625rem;top:87.375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TibCZXAoRr1NNf8A022KvRtaZBiVlq7t { width:1.875rem;height:1.125rem;top:91.375rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bz6C2Cumk8a0ACpkqJlNNVN3Fb5Ue2BN { display:flex;width:2.1875rem;height:2.1875rem;top:90.625rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #CTePJG765ISTSryf2ymGGEPT2hHERaff { width:1.875rem;height:1.125rem;top:91.25rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nuwPG6LTbEhemV8VvnZT5KG5IM2ZQC3r { display:flex;width:2.25rem;height:2.25rem;top:90.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wTAFHXzDiamSmhkgFwcz67czHGTwyKTf { width:1.875rem;height:1.125rem;top:91.3125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0UmViLkaX3iZGSSIW4WCThGqVDBitR { display:flex;width:2.25rem;height:2.25rem;top:90.625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #rmd1KcQnZEQ54Vn5BivKJxriS31ytp6Q { width:18.4375rem;height:12.75rem;top:98.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJ3QzxZUmbkXkx20GF7vygeUIN0vJ8f { width:20rem;height:2.03125rem;top:95.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp1c5tAUmR8FOxRIgxcdG1EPuSwb6zQ3 { width:18.5625rem;height:7.375rem;top:110.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmvxBkX958tgnH7HfrZT2XqarJgHaHR { display:flex;width:2.1875rem;height:2.1875rem;top:114.5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #R6heCw6ur1QDk6iDTBCrvBhWXWrKCync { width:1.875rem;height:1.125rem;top:115.25rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K41x49ZRrErQEruFt8KI1scysoKXfZdS { display:flex;width:2.25rem;height:2.25rem;top:114.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #CohOFbsnxLTarughE82vhUEwSy0vZ51y { width:1.875rem;height:1.125rem;top:115.1875rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #utZNwkrOXV7icivZsbn4PKID0lBayw8L { display:flex;width:2.25rem;height:2.25rem;top:114.5rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #b89cDlLsIFOB0DAWUF3xWJshmluM0DVo { width:1.875rem;height:1.125rem;top:115.125rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H7Nc5wD52tebVt133II3tT6Kh2MUo5tQ { width:14rem;height:1.125rem;top:113.0625rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yzDM8qhlVVyCzDGDaAJIlznqLE3ZJbTD { width:13.0625rem;height:1.34895625rem;top:111.1875rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JQmSbtp7pitXqIcWWrH1nmx9rxQStfU5 { width:18.25rem;height:2.03125rem;top:4.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyzOFHg96nEbnZWgICGZEifLBOUZ84pJ { width:18.5625rem;height:7.5625rem;top:19.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIQpexZs0qbdcixTuvMdANalVZOmNNwb { width:1.875rem;height:1.125rem;top:24.875rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rRtAwZiGk9w4nE8wrT74O3iCv7hTxHe3 { display:flex;width:2.1875rem;height:2.1875rem;top:24.125rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #uZWzsiyVALwnwGD1pUfQAewf3DaDt5kr { width:1.875rem;height:1.125rem;top:24.75rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JdMc8DrMDpTg4ry71ovzT8XoLWJ6I4gT { display:flex;width:2.25rem;height:2.25rem;top:24.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hPAaUnQ22oo1ySSNu17N7PXu617Um1Px { width:14rem;height:1.125rem;top:21.625rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F7P59avAXWwVN1Mlk2z9SDELv3rIBOQJ { width:13.0625rem;height:1.34895625rem;top:19.875rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sybpG4owTO1swdcw4Kbbv3p6CnCKw3yA { width:1.875rem;height:1.125rem;top:24.8125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6ni05lHOh2ZTxEeazTrKCM2iAL9hTD { width:18.625rem;height:12.375rem;top:7.2083339691163rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAOnQbAv7VwEmwnszEhb8aDBdiUu5fcR { display:flex;width:2.25rem;height:2.25rem;top:24.125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #FZu7DN8g5vBHJC167oXSvSF8hNtEMHER { width:17.5rem;height:3.4375rem;top:119.5625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VS6g67fKS0HWv6reyms29DBmblTU6d { display:block; }
 }@media only screen and (max-width: 763px) { #O3f8d4uO9K5K3g8CcDZR0TZTaXKRUR74 { width:4.5625rem;height:4.5625rem;top:6.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR { display:block; }#CBXkgeXnDgSIGFzfLyn1u52nRwSLgEyR > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5KTSDGl0PJ1fy5UcmyaIPZPrt9Di1ot { width:17.25rem;height:27.3125rem;top:8.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9FUTLcBLGyaMvZzmTH8oUG1lIOSJzf { width:20rem;height:0;top:0.874568939209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bif8QGMJXeMalCXMNJVLvVT995gt7f1r { width:17.1875rem;height:22.125rem;top:38.5rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aqzTohmuSl6ZwQDB2K3uky4qb2O6lWet { width:17.375rem;height:13rem;top:8.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiQtAgP1obUs1TnwD0sNSaW9KlRcl2I8 { width:17.25rem;height:25rem;top:38.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW48pA7VuMnMKitnBMZZpM6XWH9zUMtQ { width:17.4375rem;height:12.875rem;top:38.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvULsvPSl5eoBzM62KlASLHe37KH3T0e { width:13.125rem;height:2.92448125rem;top:21.9375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sufXQazuqy9NQOU1OzugXqR9RIPTWyv5 { width:17.25rem;height:26.1875rem;top:66.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3k6rpA9UIlAQvrZ3t5paarFem4iZl7e { width:17.5rem;height:13.0625rem;top:66.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakrXSkgpW6Qse7Cg8Et0mz2GqWp71OT { width:13.125rem;height:1.4622375rem;top:52.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOq1IVFx6I0dGNT7yWZUBs2IexHo8V6 { width:13.75rem;height:2.924475rem;top:80.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhS4wc89pmc6JWZ1oRE519w5QdhsnKA8 { width:3.125rem;height:3.125rem;top:73.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LZEzAzzNsvHD5T4eMxcvIPXSMgqh5F { width:15.3125rem;height:8.3984375rem;top:26rem;left:2.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sklScJoChyySJvAeGweZPdgnq5RIN5ko { width:15.25rem;height:5.59895625rem;top:84.5625rem;left:2.3125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9J2xSuhGAskQGgefZvCazIybhwTTlgW { width:15.0625rem;height:6.9986875rem;top:55.1875rem;left:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IZnGybyflxb8LOaxv1Ak5FueEFNpPDxg { width:17.25rem;height:24.625rem;top:95.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3QfT8NtzkTt59wdm4qQRkVtHxlDMFH { width:17.5rem;height:13rem;top:95.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwTRN1sEqrep7XOPBTuKhkHJ0rRmwDa { width:15.3125rem;height:5.59895625rem;top:112.8125rem;left:2.375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nVJKwXqRxD5QUefOHWtMngsuku8pDE8u { width:14.0625rem;height:2.92448125rem;top:108.75rem;left:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep08xsTc7N0zOAMmsC5ekWxUXNPSfCOS { width:3.125rem;height:3.125rem;top:72.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCCIpOs3TcN1fRk1vRTpMd2CBdyfnGf { width:17.5rem;height:3.4375rem;top:121.3125rem;left:1.25rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #ITITNEzeXTmbtwHM2eoUR5CMflhgzCID { display:block; }
 }@media only screen and (max-width: 763px) { #lEd17SVmNtSTOymNby516yuvG9LHebMl { width:20rem;height:4.875rem;top:2.08203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { background-color:#263343;background-image:none;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:5.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:9.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29948125rem;top:13.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:15.875rem;height:9.096375rem;top:15.875000476837rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:26.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.49978125rem;height:4.49978125rem;top:26.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:2.59895625rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.5625rem;height:6.497375rem;top:34.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:41.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:43.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.29948125rem;top:47.6875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:15.6875rem;height:6.497375rem;top:49.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:58.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.29948125rem;top:63.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:14.875rem;height:9.096375rem;top:65.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT { display:block; }#udVSdxKdMVxOgbNZmGNNPQJGhdNMZrLT > .row .container { width:20rem;height:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOsl1RXzSxTTguAQp3lf75mTB4pcCyyn { width:18.375rem;height:3.73698125rem;top:0.91015625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7AxqPqZ6Zm8eEIAII11Kn0VFuloqmGS { width:19.25rem;height:12.1875rem;top:5.5609813854098rem;left:0.49913197755814rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v2zudScKrVKKv23CP1DdMTeBHulcdy71 { width:19.125rem;height:11.375rem;top:21.311850659549rem;left:0.43728297948838rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GDusQX1Q3OsCCcUGyh5X4hBxIiogsQI6 { width:19.25rem;height:2.5625rem;top:17.749566189945rem;left:0.49978297948838rem;background-color:#263343;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) { #fPfIUhrNffMr8WDonx1ECTvRw54hdZJo { width:19.0625rem;height:1.625rem;top:18.3125rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeQMwMqDGQPqCNwQtSsgJWHl7txe52G1 { width:18.875rem;height:1.625rem;top:33.1875rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCeiNeTtKXxoTp1tF7eT22p3Hi5zKXSe { width:19.125rem;height:2.5625rem;top:32.624785535038rem;left:0.43728297948838rem;background-color:#263343;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) { #znDdzfJbwmG4ogyuzuhsMMQ9N8Bb52go { width:19.125rem;height:1.625rem;top:49.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avOxTzgCR5DViBe4ao5nTWV1MfLEJc7A { width:19.25rem;height:2.5625rem;top:48.874350659549rem;left:0.43728297948838rem;background-color:#263343;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) { #WqTJZh9xUO1ognTJPVmdOoyiJaEW9a7T { width:18.875rem;height:1.625rem;top:64.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAONeX1wXDmooBPwT4wvRHh7V3PzdI1 { width:19.125rem;height:2.5625rem;top:64.1875rem;left:0.4375rem;background-color:#263343;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) { #fop4B1601qqf2cnTatFbVTtIS1TFo3PR { width:19.0625rem;height:1.625rem;top:81.1875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZoIwkrt33rdIgJ5OrSQVFT2LDpnb1G { width:19.125rem;height:2.5625rem;top:80.625rem;left:0.4375rem;background-color:#263343;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) { #sBav4poGI4VymdincSIKNSRI8uOrIygA { width:19rem;height:1.625rem;top:97.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMouTxvNBBy7iFkisMoaAegbrEeedTv5 { width:19.125rem;height:2.5625rem;top:97.375rem;left:0.4375rem;background-color:#263343;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) { #zA2crkNIMcQC6rOw1P32A6egcALNDITX { width:19.1875rem;height:12.75rem;top:36.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkvKnt19qm3tLf85a7mlMGOguBTwJGS { width:19.1875rem;height:11.9375rem;top:52.25rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d0r1p59JRcxlDWdgRITzxesaHicglvVE { width:19.0625rem;height:12.8125rem;top:67.875rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D36hhlGBdNKdmJUpb6Ayq6JQNDM2eArC { width:19.125rem;height:12.75rem;top:84.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdPChnTGB1WvmodAXCM509PLTySyrqb { width:20rem;height:0;top:101.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSH93XsAFtX2OCTE4H57iihut1MSQIlI { width:17.625rem;height:3.375rem;top:101.0625rem;left:1.1875000596046rem;font-size:1.5625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tq6n4Qg0f0qhMeG7dAhUF44dgIOQnIMu { display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:15.9375rem;top:43.125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:3.8125rem;height:3.8125rem;top:44.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { width:3.8125rem;height:3.6875rem;top:23.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { width:3.6875rem;height:3.8125rem;top:4.6250001192093rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.13725rem;top:49.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.13725rem;top:28.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.13725rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.68359375rem;top:52.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:10.2305rem;top:31.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:9.09375rem;top:12rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { width:18.75rem;height:19.3125rem;top:22.875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:18.25rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo { display:block; }#m1r4kSp68U0Q9Cu0RkHKpxBlAJeBhOSo > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6nlMKZskMgHPieC2togLAyCnSgaOEIi { width:19.375rem;height:23.875rem;top:21.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-regular-label { display:block;width:16.875rem;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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-text {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-select {padding-top: 0; padding-bottom: 0;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .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; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm  { width:16.875rem;height:17.25rem;top:25.4375rem;left:0.375rem; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm {display:block;}#eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm { width:16.875rem;height:17.25rem;top:25.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #vTnLIl474slJTrBRkiALFuSUxeZuQpVz {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z7eCnJL3vv65imgFDFqb1J36b18RuwTa { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KJCGqJF6KNlKAXiw8nfRnqGWTFPFbgAV {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #R4EIGSVK7KZAhgb6K8gmsvwPoFeOrkzL {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #VNidwgPAPWSMq9SAovRFFMBgiExx4rOa { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #ZLzALbZKetHwOQwWvTpA78yvBkiAVmRN {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #PX7W9vbS4xL7WRPnDJmECQoDn1MqkxN4 {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #gLF5dhvcnAcc2I1QILbi9twnOkFyKZdd { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #uKicJWe4eTWSZ97ZCxhArRXM9lRFXAmJ {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #KE04lTrHpWMGOtHJoOBxQakDWDL00Lfe {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #moDETfyzWTN5t6z5CuLlTW5nn2J87XOW { display:none; }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #z3E0duE9lUPkURGrUry9tRosntH8W6gl {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #deKpNk2athfIWZOHRTwmZ8dM9aIr0PIs {  }
 }@media only screen and (max-width: 763px) { #eNZKgfOlvpw2or7ytNmNk7CXaPFzKVvm #CuwuxVk8cV6vMwmCHwgVkZKCQwmOR9Tf {  }
 }@media only screen and (max-width: 763px) { #Pepp415GOo1lhZloPucTvBAAusnAcZa3 { width:17.5625rem;height:4.140625rem;top:21.6875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Qx9WHG1AVpD84LIx7WtP8WPFgtc5oM { width:20rem;height:13.811533052039rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdWyWm2GN3hw0OqtAhaEyF34VaH2ntH9 { width:20rem;height:4.62890625rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { background-color:#263343;background-image:none;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:17.999125rem;height:6.11979375rem;top:4.9978294372559rem;left:0.99934893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:7.5rem;height:5.24956875rem;top:0.689022064209rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { width:16.1875rem;height:4.89583125rem;top:13.318359375rem;left:1.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { width:6.374rem;height:1.3997375rem;top:11.9814453125rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { width:2.25rem;height:2.25rem;top:13.318359375rem;left:2.4619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { width:20rem;height:2.2734375rem;top:0.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }