.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,217,221;--color-primary-1:241,128,143;--color-primary-2:227,0,31;--color-primary-3:114,0,16;--color-primary-4:34,0,5;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:67,67,67;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"toyota";--paragraphs-font-family:"toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:6.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:4.5rem;display:block; }
#tuv9kq9NXvab4VlCodvu2GHCdZoWg4KZ { position:absolute;display:block;z-index:15025;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.875rem;width:24.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#eWmI7rWv3bUEibzvDdk8nWDZ1xdOFNzS { position:absolute;display:block;z-index:15026;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:4.49978125rem;width:9.6875rem;top:0.96788197755812rem;left:63.2497882843rem;overflow:hidden;display:block; }
#snIuaV6naeOvmAG50Kiax5P5I9ecukfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/96f37e76-ab40-4ae9-aa3b-149a12b2af5c/Chodze_GrupyZawodowe_LP.png");background-position:center !important;background-repeat:no-repeat !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; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC.adaptive-delivery-prevent-bg, #snIuaV6naeOvmAG50Kiax5P5I9ecukfC.lazyload, #snIuaV6naeOvmAG50Kiax5P5I9ecukfC.lazyloading { background-image: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { background-color: transparent; background-image: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .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); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { border-width: 0; border-radius: 0; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-form-header {  }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#e3001f;width:19.1875rem;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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);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:19.1875rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);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:19.1875rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-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:6.3125rem;margin-bottom:0.25rem;margin-left:6.125rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:6.875rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.1875rem;top:8.0338544845581rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.1875rem;top:8.0338544845581rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #MJTLZpCPh4mHBUp2BPEf1MpgzcMgaIwC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #d85MoTTy1IFdvDLBLDTOGfoP5mVolxyo { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #TrH1nZUxu2Gk3qogZUl2nmMtFWNTXZ9H { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #gtEn68SqrQqhOzVFZxWZNbwlJBasitrz { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #NTI93VXGyLrt7v8zat9eurg6F9b48ENX { position:relative;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iU0vGNvlmzhB8cQG9NUqbVhWHUBnXGzF { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 { position:relative;display:block;z-index:15000; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 { position:relative;display:block;z-index:15000; }
#nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { position:relative;display:block;z-index:100000;display:block; }
#XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { position:relative;display:block;z-index:100000;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 { position:relative;z-index:2; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M { position:relative; }
#pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0.58);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:43.5625rem;width:21.6875rem;top:4.0247402191162rem;left:53.235253975534rem;display:block; }
#CWNW8mG1GMiqKeNQ7yTsrh4oFPD19QrL { color:#ce0924;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.11328125rem;left:53.71875rem;height:3.00520625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wki25Z34FdKRmkefTBJzBWGT2LQD03cU { background-color:transparent;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.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.062498125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.233074188233rem;left:59.875rem;display:block; }
#UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0);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; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { border-width: 0; border-radius: 0; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { position:absolute;display:block;z-index:15037;height:12.5rem;width:18.1875rem;top:19.9375rem;left:20rem;display:none; }
#yo2ZUUMNQ0FOOW25qTt4O4spdViEPu4W { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.81163024902344rem;left:1.005859375rem;height:2.19375rem;font-style:normal;display:block; }
#yX1oMKKhLuDxsBktB1d59POupSEy8BZl { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.4986991882324rem;left:1.0616321563721rem;height:6.5rem;display:block; }
#zOyQfKmSo8CeakaVAJx627NpPbK9KE3o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.9355625rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.744141578674rem;left:57.778863906861rem;display:block; }
#xvUSR3oCBzI5Xp5OawT2iW2aI449MWgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CblSFSi0ixT4BHGyrbtwZZd2NSTWhytB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#PLFdahhrznlHJq8MRebpEllf11dFsTIt { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.744141578674rem;left:1.005859375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container { background-color: transparent; background-image: none; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container > .video-iframe-container { display: none; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row > .video-iframe-container { display: none; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .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); }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container { border-width: 0; border-radius: 0; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#raoZ7WhJEAXirsBTx6w1VsALrJqhTeyu { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.2489137649536rem;left:1.0622844696045rem;height:2.19375rem;font-style:normal;display:block; }
#E0JMEUmdxtsGLmf3rlTFavJmVs2q7Pg0 { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:5.25rem;left:7.125rem;height:2.6rem;font-style:normal;display:block; }
#qcKKcD9gHTdVLCQUDPlhNbiCAbGOAOvz { color:rgba(var(--color-primary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.25rem;left:62.5625rem;height:2.6rem;font-style:normal;display:block; }
#X4d1U9OsT59fyXwpUOTUFBFgl3Z0ai6q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.24913125rem;width:4.24913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:4.4375rem;left:57.75rem; }
#Dyu6LvbeBASo4CoVEqQEZxCDcy33rxKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.875rem;left:2.5rem; }
#dHU48nl37Iqykx0k1o2PTUTRTfV631pv { color:rgba(var(--color-primary-2),1);display:block;width:15.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5.2495670318604rem;left:40.186632156372rem;height:2.6rem;font-style:normal;display:block; }
#TiLZtNT8zkgg1ogxXd6ksKHK8DL8yRTe { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:5.2495670318604rem;left:24.186201095581rem;height:2.6rem;font-style:normal;display:block; }
#XrJ8AKTsGK575UMCAn13ZVdldpQWqDhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:4.9858951568604rem;left:20.124784469604rem; }
#KwdUGtFytrpIlVfKiGNe06dOZvJywlv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:4.9858951568604rem;left:35.937501907349rem; }
#KSA40KsKusab9LUMkUfhhsA1Vcn70Rtt { color:#e3001f;display:block;width:18.625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:30.4375rem;height:2.5989625rem;font-style:normal;display:block; }
#XmlzqUltAx3PVF02uFbX3vdm3wR1eOT4 { 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.4375rem;width:3.4375rem;top:9.6875rem;left:25.9375rem;overflow:hidden;display:block; }
#ofSpzECCh4UiT1duMxq5F2P76tucxqcl { position:relative;display:block; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl { background-color: transparent; background-image: none; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row .container > .video-iframe-container { display: none; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row > .video-iframe-container { display: none; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .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); }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl { border-width: 0; border-radius: 0; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .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; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;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; }#anWL1NhS9LUMFwieOVTOPvliZgDeXPff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.361328125rem;left:1.0611991882324rem; }
#XTKyt9N7TCkTDJ9pcONvdDFU4E0pveXp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:5.5023880004883rem;left:3.8769550323486rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVpRVhEI3bhd77mqUPlRwOD80DVKmUnO { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:7.8168411254881rem;left:4.0017375946045rem;height:2.92535rem;font-style:normal;display:block; }
#J6QP0eWeTbJeGPemdA3sviZLQZ1J5hxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.361328125rem;left:39.698350906372rem; }
#pGvvSqHbxy66KTfuIJ6UQ6HQkN0pIGth { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:11.545139312744rem;left:3.8769550323486rem;height:2.92535rem;font-style:normal;display:block; }
#Xn5l88PODhNUFzzM5nm6iBOrDPvyBQCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.8168411254881rem;left:1.0611991882324rem; }
#pWhdaalnPU8bmuOrAk56RqVDGDMe4BAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.545139312744rem;left:1.0611991882324rem; }
#ZX7BV4KTrSnCD5C1pwAIFEehXxOLgMX6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:14.972873687744rem;left:1.0611991882324rem; }
#RtkGnslagD7UBOlrQGGuuCAvtT1we4gB { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.8098945617676rem;left:1.0611991882324rem;height:2.19375rem;font-style:normal;display:block; }
#TsT6t2zILp0xK7prMgxCnKwygN10umK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:5.361328125rem;left:42.311197280884rem;height:2.92535rem;font-style:normal;display:block; }
#tKngQ1ddNG7SMUSmvIGnd3clzP35ZTxr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:15.116104125976rem;left:3.8769550323486rem;height:1.462675rem;font-style:normal;display:block; }
#HTsihXqIveGdR7xXrX1wgld0iTWVtqtw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:8.8921432495119rem;left:42.311197280884rem;height:1.462675rem;font-style:normal;display:block; }
#VHvLqso9GHniqP9zbehVHW764XbIgIBA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:11.545139312744rem;left:42.311197280884rem;height:1.462675rem;font-style:normal;display:block; }
#ZWeTI3Hh49t1cmd8hxb4pvAQkPVktoWs { color:rgba(var(--color-tertiary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:14.470485687256rem;left:42.311197280884rem;height:2.92535rem;font-style:normal;display:block; }
#ylghPVrIcIOIJJCTDqpD149bkkGVasX7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.545139312744rem;left:39.698350906372rem; }
#JzkEorT0scd4sEeuEJcATT6FRyoPfOXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:8.75rem;left:39.698350906372rem; }
#KnZavTkJhDTIhJTdfk5QPAOz65G9M2XX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:14.470485687256rem;left:39.698350906372rem; }
#Wd56Rkb808zysuT6BIccd2EwL1uV113m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container { background-color: transparent; background-image: none; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container > .video-iframe-container { display: none; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row > .video-iframe-container { display: none; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .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); }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container { border-width: 0; border-radius: 0; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#shhIusqOzuMSqdQaB2TfmfDGX3Cv6cal { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:8.375rem;height:4.30625rem;text-align:center;text-align-last:center;display:block; }
#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc { position:relative;display:block; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc { background-color: transparent; background-image: none; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row .container > .video-iframe-container { display: none; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row > .video-iframe-container { display: none; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .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); }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc { border-width: 0; border-radius: 0; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .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; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .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:40.3125rem;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; }#BZQ1wMKpOWcNadnNts9vU5SAar8JzGLf { position:absolute;display:block;z-index:14990;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:10rem;width:19.3125rem;top:2.2374992370606rem;left:3.40625rem;overflow:hidden;display:block; }
#K0J7LCHLoKR7Tvd7T1IAEM03dX1FNdKq { color:rgba(var(--color-secondary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.38125038147rem;left:0rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#imayLbwShKP9pBy1CCTJTqGlxZexNw9J { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.34375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZFBUqbU9X6JOuvGgx0aUydeXJ5UZxuv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.85000038147rem;left:5.78125rem;height:3.25rem;display:block; }
#glAyClEyKfVNWdNktVQSvbEIdskkHisb { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28.375rem;left:0.8125rem;display:block; }
#cNd6XoT1dxAeD7flau7Nsea6FBMm0b8u { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.90625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIS4MrvWamHTtwqttL3my5L1ctvT4bFd { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.59375rem;left:0.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NTdRP9HeLLV0PR1l92ZteyhzitOHOC3e { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RIUpMKVkxFl9Ad6JBiqHanr1yn8tO6iM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28.375rem;left:12.375rem;display:block; }
#FIycZML6x5VzxI4w15NfnZ3iVIgkToS1 { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.90625rem;left:0.59375rem;display:block; }
#aBiSuCserX9yh2q8JW6OePXKwKqp3ABD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.625rem;top:2.6312503814698rem;left:52.9375rem;overflow:hidden;display:block; }
#drWWS45sfC0NQwqPUTmQcFLfu5zkmhc3 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.44375038147rem;left:27.5625rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#xTfmLBIl2BpK5AAKnhLhnlSAy4hxEQON { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:33.46875rem;left:5.25rem;display:block; }
#qaHRHyzw9BwcsLJQlvrCAK4oQIduH0g2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rUbQ36nMyM3SugwVTxSXfpr2H4IoHC7P { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.325000762939rem;left:0.84375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltTPKw5n7p7gVoL8PyOApqtRTb3llkbV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.325000762939rem;left:12.34375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uueZBh5z1InPQcpmSa5qnAwsOlF7rWA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.25rem;left:25.9375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v82u0whlSIcAgr0N89DZKCP6kfTtRyBG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:26.25rem;left:37.5rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ma7qGKsS0UHTXUaSLqOZbNHPaG2fbdZO { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.5rem;left:37.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#VMLonJ5mJC4J22qgKbxic6pGubMRFVxn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28.3125rem;left:37.375rem;display:block; }
#b4NMylyTrKvhhVVGkuFPQ31veKh7cTxZ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28.3125rem;left:25.8125rem;display:block; }
#KhxaCTmwHV0O2oVRTnrSJa4JBpPTH9yP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5rem;left:25.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kQGSvlrqO9upTGduoMSTZFAsbaPvfgkC { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:33.25rem;left:30rem;display:block; }
#EQvATJP4az0bnx97T3dDyaTbmorqZ9I6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxFwSnWCvLITKHQbmnVSqIgozpldAMFr { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.90625rem;left:25.5rem;display:block; }
#J5uP06zDn9fPwMxXG6VIOIdJ6vuAXGmc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:29.40625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#me1PT7EQHCPT9qWZLwx7FZTZQzP5GK2g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.66250038147rem;left:30.84375rem;height:3.25rem;display:block; }
#zNhJe8SdZV2Ry1zoAqNEIKkVJTC8J3mG { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:52.25rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#Ve8K4asETvQgiHnmSodgd4zLpLagLNAO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.4375rem;left:54.0625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aqlqFwqwbL6rdJ0rTfgFmDCT6aRB8gcX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.375rem;left:55.5rem;height:3.25rem;display:block; }
#zOclEPpuXcNZbiHdLyiTqFU2znOnfplX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:25.9375rem;left:50.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFM2WFSl0TvyO3wpQ1ftpdARV5ZDufa1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:25.9375rem;left:62.1875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fr5D7OzAgTmbXkTN5GIFwEtIP1tTRlWx { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28rem;left:62.0625rem;display:block; }
#iDrLMgcI6v8ls3ta36t4pKXKtRxlPRTb { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:28rem;left:50.5rem;display:block; }
#UGQZSMHXyDMf49mpbbA6Odhm334xog9A { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.1875rem;left:50.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XckG163oao0SgDRTMUvvRgXintkGCEdT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.1875rem;left:62.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Bt3tb44gkzpp44S6oxCZK0NUlUzHhoya { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:32.9375rem;left:54.6875rem;display:block; }
#SsQLkLkePldnkWhKJMUF3HtZo793h4Se { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXAlkhSP9BN4fDkyuXOrCBvaQrDbErsP { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.89375019073488rem;left:50.28125rem;display:block; }
#qflAOEr4LR42BPByfGXzCh2wz3ZJcZQt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:12.03125rem;left:5.09375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#EtMh6BXoEsXLtqxMioDnZbkiEay1aZxf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:12.21875rem;left:30.09375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#AUODo5Rf510OXf1DXy7sCE0NfiNBCD9b { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:19.5625rem;top:1.8000001907349rem;left:26.875rem;overflow:hidden;display:block; }
#SM0nhabS7tfUQ58E8omEQhBk1xNXmmR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:12.00625038147rem;left:54.0625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#THsmZk4sbn2Rtz7yhh9x7og3payM2HFn { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.25rem;left:12.40625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3VxCtzDBPeyx8XF4pIHhhoDtaXfydE6 { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.25rem;left:37.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TX58qvaGTJzywQT6UDJkPt2Ad3Uf4Ddm { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUfXwJT8KerSRIM1I0k7mFlUDVTmFbfz { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.875rem;left:62.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkvAwnFpaa8FMeEa3X8oAWCscD4FNaui { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.875rem;left:50.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 { position:relative;display:block; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 { background-color: transparent; background-image: none; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row .container > .video-iframe-container { display: none; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row > .video-iframe-container { display: none; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .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); }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 { border-width: 0; border-radius: 0; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .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; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .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:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UdKQUNGQ5ZwP3Hpx89VeWc4ILaeSU1Mg { position:absolute;display:block;z-index:14984;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:21.25rem;top:2.2562503814698rem;left:1.875rem;overflow:hidden;display:block; }
#XouWU3QGtDf2NntbWEdnTloC9ZIeEdNX { color:rgba(var(--color-secondary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.631248474121rem;left:0rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#A3GizLe8oq3tOZQTET0xzpFicfKIpU18 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:4.34375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpqOSiTUB0riOCsBxdQTOtV2egMfLt5T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.099998474121rem;left:5.78125rem;height:3.25rem;display:block; }
#E207h6RSxVu2V3eFdhEGQcHKENk6s8D6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.625rem;left:0.8125rem;display:block; }
#dmFplIbBFESIngJ5VJz4WATZaCKI2sgM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UxVB0TkBpCqvAoMgx7B5fuiG4PQque5r { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.8125rem;left:12.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#LPHRhG1zeMPF2P630aQMLo9QXMzdf6kk { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.625rem;left:12.375rem;display:block; }
#EbSmUqzvNkf9QnGUEgpumDRhrdm0o3TB { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.90625rem;left:0.59375rem;display:block; }
#AaEWCCrqBfkdBx8IpvZqqTw7eKSUhb4t { position:absolute;display:block;z-index:14983;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:23.6875rem;top:2.0062503814698rem;left:25.65625rem;overflow:hidden;display:block; }
#TWdxNTMzuNvOI2qoc2GWuSm38tn9QTZt { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.881248474121rem;left:27.5625rem;height:5.11719375rem;text-align:center;text-align-last:center;display:block; }
#tAevqQzlfEAAShD0TTf9oHR9TqlL64io { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.875rem;left:5rem;display:block; }
#Qgolkh6gpAx4db3tEPWkxv0RdwpeNBwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDHTwLF0DFsPnZCgSuauPBRTBm255V8f { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.9375rem;left:37.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xGSHUS4XQ1QNRMFqGsvT4dOnvt1i3hKK { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.75rem;left:37.375rem;display:block; }
#n7A1PxLDouOOf0CosiVWGZWPx6XSB4sP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.75rem;left:25.8125rem;display:block; }
#qPelrZkdhSAPWoXvoL6wbQz0pwWh6QGy { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.9375rem;left:25.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Qi7DUmzrgTEKHd1LTJq7gmq6OEZTWUr7 { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:33rem;left:30rem;display:block; }
#ppR9h9C21k0HkfQvxIGf3sTTrS2PNBui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxeTS9bx8QP37evuI0aTTRn5WkUlkxt5 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.90625rem;left:25.5rem;display:block; }
#Aq5BTpcJcLdKmZq6CWrVpC82GNTW4SnD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:29.40625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zy57WwovTgq1pHDTc0OSprMWbeSNraBb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.099998474121rem;left:30.84375rem;height:3.25rem;display:block; }
#hF3gCJphzmTF72k9NmUiWkyiUMk4USGA { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.9375rem;left:52.25rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#mifNUzLmwGWomT6Twrokc4oZ61m3hHfe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.25rem;left:54.0625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NdBQ8GvKqZqVEVibwzStywgyc6fqsPTC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:55.5rem;height:3.25rem;display:block; }
#xgNhnRcuQuuDx8rDIXnwTzS8Up5npzWi { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.8125rem;left:62.0625rem;display:block; }
#hP1us6r7Z1tKJ8Cl3XtlMPBLykGUEQAh { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.875rem;width:11.0625rem;top:27.8125rem;left:50.5rem;display:block; }
#nSzrbdD2fCzT4tdCw5eio60vHo5uJmyN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28rem;left:50.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KxukISIHII2MoDa7xafPlIiN0I2XKpHg { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28rem;left:62.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KFfDgUCcXr6nluCQHkA7aQxbnWTD7VaL { background-color:rgba(144,144,144,0.37);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:33.0625rem;left:54.6875rem;display:block; }
#hwg3ogkiRG0DdMInOND5NI6AH4zJhbov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1o1s2LsQdDkLQDIemv3NsNIfgyeCuDt { position:absolute;display:block;z-index:14985;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:23.125rem;top:0.89375019073488rem;left:50.28125rem;display:block; }
#FPwOrBm2KHA6FO5kmv8yCl3Uq6XGmxvO { position:absolute;display:block;z-index:14982;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:20.75rem;top:0.5625rem;left:51.875rem;overflow:hidden;display:block; }
#X6uPvRONXHm3PNlFLTWG1Ueu8rlVooZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:11.568748474121rem;left:3.3125rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#iidH6fBhOfsD7S8FKhp6d7TBWTtW98WE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:11.693748474121rem;left:28.3125rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#pTpCMiGLD2FvTn0Ti77o4kesyiUnpdTH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.818748474121rem;left:53.0625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#F6VCLwDbdpcEWKtHwnQI6N0ZAApRKMSA { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.5625rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zk3ApCn4yNHyu3DvvIVZuRfDiEagTz7a { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.5625rem;left:12.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQEhJRINbJ0W73ir2NQgZgDqfBzgwflu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:25.625rem;left:0.875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn1pQDthvWIevB0z9kmGynrFCnUXWHL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.625rem;left:12.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enXxTz8VMyp3C05e83BBOPJln5kUpSyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:25.75rem;left:25.9375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKdPoEvMAaktwpJm7GRAiT9TA3SkFqE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.4375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nno4W7TvFgNtXSZAKTdHNhtP056EIVEM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.8125rem;left:50.5625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zInwvv7LlsIV08v4Osx4BO2cBOSKBaJd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:25.8125rem;left:62.0625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCdl2Q0THT3QsiJkMP87z5hMRl4s0IUk { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.6875rem;left:37.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqDcCOF7tdsK3bBqQ1T65Xcv3WH7UCpH { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.6875rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycm4GV6obL0EUvEePWqUzpklIAyk6wmw { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.8125rem;left:62.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GG1IOmVxMNDsQ7VG4Bp9kTcDeGeu4ssR { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:30.8125rem;left:50.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container { background-color: transparent; background-image: none; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container > .video-iframe-container { display: none; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row > .video-iframe-container { display: none; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .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); }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container { border-width: 0; border-radius: 0; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gQNmm7FfTxaTTSXXEBzeOwfMfx0iErzv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.66875076293944rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL { position:relative;display:block; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL { background-color: transparent; background-image: none; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row .container > .video-iframe-container { display: none; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row > .video-iframe-container { display: none; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .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); }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL { border-width: 0; border-radius: 0; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .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; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .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:26.0625rem;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; }#LTun7ng0uQQgeUhWIbtGctTMwol3iE9i { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:7.5rem;height:7.23125rem;display:block; }
#TwTFlsRTG7t7nQd6b2CqkV3ptrMBUJ61 { color:rgba(var(--color-primary-2),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:33.625rem;height:7.23125rem;display:block; }
#U6nd1cPFrwlJ5vTqWdT6UoTEddlzxqhq { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5625rem;left:55rem;height:7.23125rem;display:block; }
#hJGTxFsfC4w1QEAzvluQGtvPiMTBefXL { position:absolute;display:block;z-index:15003;background-color:#434343;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.25rem;width:12.5rem;top:10.875rem;left:2.875rem;display:block; }
#W2I1dgonzqUkOhoTHW3SsgQtvVgP3pf4 { position:absolute;display:block;z-index:15004;background-color:#434343;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.25rem;width:12.5rem;top:10.875rem;left:30.6875rem;display:block; }
#kx221iQoKwxLQ9k5XMIA45PQOBk8ubXX { position:absolute;display:block;z-index:15005;background-color:#434343;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.25rem;width:12.5rem;top:10.9375rem;left:57.5625rem;display:block; }
#XvTipAo5vQfuDNu6D6s7NiAwTsWinZ7S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:2.375rem;height:5.84895625rem;text-align:center;text-align-last:center;display:block; }
#u5dVQezg2KwvcmCKSbPFNFxPxe1hE1IN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5rem;left:30.1875rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#E0Ne2dNXqnD1T1vMy9rvQIZRa4QfwTqp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:57.0625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#Cod10q9As3spmu2fTTlp7hzTVp6iQUTB { position:absolute;display:block;z-index:15003;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:12.5rem;top:10.875rem;left:2.875rem;display:none; }
#EhoSdWkbs9x72t5A0U3w2GOfg1LbFIzu { position:absolute;display:block;z-index:15003;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:12.5rem;top:10.875rem;left:2.875rem;display:none; }
#agW9RC4TLb4sNZXb6T6avxuNBvULPPfD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.9375rem;left:5.4375rem; }
#sRLmotbZyCVMKCDTT1Ey9oM9PHeFrtMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.5625rem;left:33.25rem; }
#XTufbQNdW5JQCUu4KXMczTZLzmvfNXQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:60.59375rem; }
#xJrOdTbMxOaW6Uu8TdJUOCvD7nXZwOyL { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.25rem;left:63.03125rem;display:block; }
#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk { position:relative;display:none; }#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk { border-width: 0; border-radius: 0; }#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk > .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; }#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk > .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:15.6875rem;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:none; }#RJZwovTTgTMoKqRNn902QzRTv2aLyyTR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#JIQCWMVAUugTfwuPe7fReckQS7q8eNFN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.75rem;height:2.192925rem;font-style:normal;display:block; }
#ClAw81wTqOLkxhy6pzv5BMVsG7N6Cx0x { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#VfUzerhxRBpLao6T5fhdRu5I2PHdQXw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:3.125rem;height:2.6rem;font-style:normal;display:block; }
#tfekGCIZTzwFmarmaSsOzmEd1Nq8459G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.875rem;left:0.75rem; }
#CS1HnDE9HuFgetwPOXz5uEvtp8yVKVkh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:8.9375rem;left:0.75rem; }
#MMuKqqu53KMJqoehsAWwa9ThIOJqeoeJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.9375rem;left:0.75rem; }
#rpGS2izb00hkvUl7oketFKXfzKBuemIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container { background-color: transparent; background-image: none; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container > .video-iframe-container { display: none; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row > .video-iframe-container { display: none; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .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); }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container { border-width: 0; border-radius: 0; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#tJQueBar8P8x4TWBl1xvz2EG1S0yThtf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.03125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaQZPHwV8BFHhPIuI5ZPNUFRNAoFRz4I { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.03125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e8b5e3f-23ee-449a-b4aa-be65b02efa48/CORS0007a_26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.adaptive-delivery-prevent-bg, #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.lazyload, #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.lazyloading { background-image: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { background-color: transparent; background-image: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container > .video-iframe-container { display: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row > .video-iframe-container { display: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .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); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { border-width: 0; border-radius: 0; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9::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; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#agGe8BulJiVECUV4yQxzQleg0ToRqGGp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.77);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:40.1875rem;width:23.4375rem;top:0rem;left:51.500001907349rem;display:block; }
#ee424tUZAwZk0CuERl9kimhiWkWoKPkx { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9373125rem;height:1.060761875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.883034467697rem;left:59.249132156372rem;display:block; }
#bdThIa3nbnuIhKbPaQTIErXFUezTEVxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0Bo4cCl6T9eGtMEtQdP4dLK59q0UsM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:3.0859375rem;display:block; }
#XoCAyL9LLGCIKXUklThH7rRwf4Q9z777 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.68);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:15.8745625rem;width:19.375rem;top:4.1861958503723rem;left:0rem;display:block; }
#pr6MfJsiO5hT4oecz1LR9kscIkI7Enms { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.68);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:15.75rem;width:19.375rem;top:4.25rem;left:21.8125rem;display:block; }
#o8akHGZOP4CKOrSM37hD9Pk1thS2MQgT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:23.5625rem;height:3.0859375rem;display:block; }
#TLTBmwnaHkb0MA71JliCRz1IVgoEGKKt { 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-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.9375rem;left:2.5625rem;display:block; }
#OqDqNrIyHNBmfPcJCVbdTogyZAChNA9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQox7TgWmUo8LiSmrnyhLvTmGA7ZF0Mx { 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-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.9375rem;left:24.375rem;display:block; }
#oUFfQqXt83MvEERMZgPuR29vc5VZSais { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9B5NpE0EDChIT1uf76qDxFyvgCbmrUS { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:9.875rem;left:1.4375rem;display:block; }
#FTTaNEz5y1I9MAJkUUK4ILT3T1ANvppT { position:absolute;display:block;z-index:15023;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10rem;left:1.5625rem;display:block; }
#b6BTob0FIBvT1e5fgtdfE6nN1GWQHCOk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.375rem;left:1.4375rem;display:block; }
#S9Py0W6cIAwJS34oscrOf9PhPwCtEfqk { position:absolute;display:block;z-index:15026;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.5rem;left:1.5625rem;display:block; }
#Zd1igkufqrhlGWtsTTBDeIz4PBPrDrnR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:9.875rem;left:23.375rem;display:block; }
#bztlfFmHnQcvzN40xSXqeTGB9tf8RmHT { position:absolute;display:block;z-index:15027;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10rem;left:23.5rem;display:block; }
#DZJEZkqWrsmO4eL9sJAUMiNLLLS9VPaq { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:12.4375rem;left:23.375rem;display:block; }
#Q8fZUAAEsE2olNcXwOm6gg4AzXy9WGnp { position:absolute;display:block;z-index:15030;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.5625rem;left:23.5rem;display:block; }
#qPbgm4uPbRWB7Oncm9dTU9eAb1XSTnUf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5rem;left:4.4375rem;height:1.1375rem;font-style:normal;display:block; }
#p4TyRnEmm8DrqXaGqxEry8qcxbR6ozoi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13rem;left:4.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#hKMDwNTdP348R1xKvaP0k5ezCh6IOabC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#bPo0xgCzx9lh2u3p9bPRsf6x2OaQpiAX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#FGeGOaoFVg2TM0bxwR9NUmkl3ECXxJOI { position:absolute;display:block;z-index:15036;height:13.375rem;width:19.625rem;top:21.012512207031rem;left:0rem;display:block; }
#dTn0xx06hST6nD8l5VcTLlXMEGieBlCO { position:absolute;display:block;z-index:15037;height:13.4375rem;width:19.6875rem;top:21.012512207031rem;left:21.96875rem;display:block; }
#U13TNcbcz838f5e2VAtdaXfnHuqeqgRp { position:absolute;display:block;z-index:15036;height:12.5rem;width:18.1875rem;top:19.9375rem;left:0rem;display:none; }
#Sn2mT9x1OdT9IJlLEyc9sRhclCV4tB3W { position:absolute;display:block;z-index:15037;height:12.5rem;width:18.1875rem;top:19.9375rem;left:20rem;display:none; }
#m8BpKouO1VFE41soVezNkuVofqe9Tbex { background-color:transparent;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.5625rem;left:4.0625rem;display:block; }
#Bu8KUaG5nOGNEeOqa8Fq08E8iNGFwbPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ee0hKJt7NoRI2eUNKziKdvuiL9W5MNd2 { background-color:transparent;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.65625rem;left:26.0625rem;display:block; }
#TDsQLs4ZuNC3E2s5uQqz6qTASXcXmxNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXbI9QGdRvRi5drwZVc1QeGZGTxHbp5h { background-color:transparent;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:10.40625rem;left:4.375rem;display:block; }
#DCHtg32tutTuOeSSr3OoPw3B3GfpuvHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRsCOUL5PX23Gn4zUMND3XwsFE24kqt5 { background-color:transparent;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:1.3125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:10.40625rem;left:4.125rem;display:block; }
#y9GJwoETqFUyikr0xdkVphmL32gm9iUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJqBrLoyEd1iD3c8zTrIfT2Xe0TtPvQe { background-color:transparent;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:10.40625rem;left:25.9375rem;display:block; }
#T30QGFCTc7x3Pr6FdQeTLppA2NeP995m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM7IaQ5iyinqWKp318Xof9dWZypyUQBi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:0.89084696769713rem;left:54.903429031372rem;height:1.54375rem;font-style:normal;display:block; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-form-header {  }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:19.1875rem;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; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:19.1875rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-text {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:19.1875rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-select {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-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:6.3125rem;margin-bottom:0.25rem;margin-left:6.125rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:6.875rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-secondary-0),1);vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container:first-of-type{padding-top:0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container:last-of-type{padding-bottom:0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.311204910278rem;top:2.3643662929535rem;z-index:15013;position:absolute; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem;display:block;vertical-align:top; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-secondary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX {display:block;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.311204910278rem;top:2.3643662929535rem;z-index:15013;position:absolute; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #WaGVllxINLd5iF9eoD4bTBnphBvnoMzS { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #TaAEziruxLzHsAOIccctwFRwTHlUnwI7 { position:relative;display:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #dZHzOg0muw8hngyEUHNZUqpl4KlRkU6P { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #B1MrMkdFWJKb2Cs0p35edBoyaBzRv2wD { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BiT5B6oHhUbyzRD9x1FygHd6O5ANv5Ve { position:relative;display:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yP5yIgUENmToDFlwPm9lHwha0MKL3Lzp { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #wdbMtg15MvSi8TCNLZbavqnkFlfWFhdH { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #qwqmIf7GUuIMJAV4pnP7K36qp8KOnGOO { position:relative;display:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #Zarhb2XRRXe1DFcUJFWecia6NdB3qGPA { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #fR0kICuHiblc5supaJxdLIiaIWJQA31O { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yknOMkxJtU1vTTO8vZi9u6VQuEyxHuDv { position:relative;display:block; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #MPCuO1RU8ORkTkx2zv8qT6hpoXI4x4CJ { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #QG6AX0rqLNU4M1vKlSsptLxptUVka2xt { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BAH4MoyHNJ6Lp1KbF04JoRlO1Bw7Lkzc { position:relative;display:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #y4hTkDPe0izayJZGemiJyAslevB4XcNg { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #cgrV00KIRugURU3RN9omee51ki4IPTML { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #f8vHdCKvXF6J4n2mZaOJtpAsAnduTXAE { position:relative;display:none; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #i5t1iPpR0IOWHKmlsUqEaRr3xNmsTHzQ { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #eeP32h4XmTXWfazfz88zJyqhNDm6lgu2 { position:relative;display:block;z-index:15000; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #U3kcTho4saavrNUmgFLno4voSaEtPIKk { position:relative;display:block;z-index:15000; }
#TCSh9T8TpCs1WZV1NIGCUfvhJWAJZZAv { position:relative;display:block;z-index:100000;display:block; }
#W3dFoznKPbyoMwN91oEVRBn65EGkV38E { position:relative;display:block;z-index:100000;display:block; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #JGT7S0noLwrFkG6S2qU50Shkaruv3fQS { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #SgtSmQFL6AfVFwSp0lMU7a70GT405RbQ { position:relative;z-index:2; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #xS2hm8IOnTN5FF7lb9tzenV8tLxCRaba { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #LyIdzZrG4koBhIDych49uqFhQOZW96cm { position:relative; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #x8bHU8SmNR5eU0gfd4wvUR1IAm26Fx2U { position:relative; }
#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { background-color: transparent; background-image: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container > .video-iframe-container { display: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container { display: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .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); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { border-width: 0; border-radius: 0; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { background-color:transparent;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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:33.75rem;display:block; }
#SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQIed93IUFeyAbEDtVP70scqilNMxXJG { background-color:transparent;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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:43.625rem;display:block; }
#JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { background-color:transparent;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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:56.375rem;display:block; }
#BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { background-color:transparent;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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:66.4375rem;display:block; }
#euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#I66rTFF0P1zAUvyR8edi7T73dVh962Vg { position:relative;display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg { background-color: transparent; background-image: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container > .video-iframe-container { display: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row > .video-iframe-container { display: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .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); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg { border-width: 0; border-radius: 0; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .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; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .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:6.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; }#WAqboXgibHzC9lDZBCqvJbuMzKqCWc8w { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:10.4375rem;height:1.1375rem;font-style:normal;display:block; }
#DZWmXQKI8R6RDVxpnrd5iDgeHoVQqTkH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:15.375rem;height:1.1375rem;font-style:normal;display:block; }
#JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#ZgxoXNNJX0EUFZebze8HhV6VN0fT6d9J { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:12.6875rem;height:1.1375rem;font-style:normal;display:block; }
#NNTTp1FwBoqcBDomPSAUt4od9RmyBLQm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:17.5625rem;height:1.1375rem;font-style:normal;display:block; }
#lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.125rem;top:3.4375rem;left:14.9375rem;display:block; }
#UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.125rem;top:5rem;left:17.25rem;display:block; }
#SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { color:rgba(var(--color-tertiary-4),1);display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6500015258789rem;left:6.53125rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { top:0rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuv9kq9NXvab4VlCodvu2GHCdZoWg4KZ { top:0.8125rem;left:0rem;width:24.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmI7rWv3bUEibzvDdk8nWDZ1xdOFNzS { top:0.9375rem;left:38.0625rem;width:9.6875rem;height:4.49978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #MJTLZpCPh4mHBUp2BPEf1MpgzcMgaIwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #d85MoTTy1IFdvDLBLDTOGfoP5mVolxyo {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #TrH1nZUxu2Gk3qogZUl2nmMtFWNTXZ9H {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #gtEn68SqrQqhOzVFZxWZNbwlJBasitrz {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #NTI93VXGyLrt7v8zat9eurg6F9b48ENX {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iU0vGNvlmzhB8cQG9NUqbVhWHUBnXGzF {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { top:4rem;left:26.0625rem;width:21.6875rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNW8mG1GMiqKeNQ7yTsrh4oFPD19QrL { top:5.0625rem;left:27rem;width:20.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.4375rem;height:1rem;top:44.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yo2ZUUMNQ0FOOW25qTt4O4spdViEPu4W { top:0.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX1oMKKhLuDxsBktB1d59POupSEy8BZl { top:4.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOyQfKmSo8CeakaVAJx627NpPbK9KE3o { width:13.875rem;height:3.4375rem;top:12.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvUSR3oCBzI5Xp5OawT2iW2aI449MWgl { display:block; }
 }@media only screen and (max-width: 763px) { #CblSFSi0ixT4BHGyrbtwZZd2NSTWhytB { display:none; }
 }@media only screen and (max-width: 763px) { #PLFdahhrznlHJq8MRebpEllf11dFsTIt { top:12.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z { display:block; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raoZ7WhJEAXirsBTx6w1VsALrJqhTeyu { top:1.1875rem;left:0rem;width:41.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JMEUmdxtsGLmf3rlTFavJmVs2q7Pg0 { top:5.25rem;left:0rem;width:9.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcKKcD9gHTdVLCQUDPlhNbiCAbGOAOvz { top:5.25rem;left:36.8125rem;width:10.9375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4d1U9OsT59fyXwpUOTUFBFgl3Z0ai6q { top:4.4375rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyu6LvbeBASo4CoVEqQEZxCDcy33rxKD { top:4.875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHU48nl37Iqykx0k1o2PTUTRTfV631pv { top:5.1875rem;left:26.561632156372rem;width:15.375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLZtNT8zkgg1ogxXd6ksKHK8DL8yRTe { top:5.1875rem;left:10.561201095581rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrJ8AKTsGK575UMCAn13ZVdldpQWqDhU { top:4.9375rem;left:6.4997844696044rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwdUGtFytrpIlVfKiGNe06dOZvJywlv5 { top:4.9375rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSA40KsKusab9LUMkUfhhsA1Vcn70Rtt { top:10.125rem;left:16.8125rem;width:18.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmlzqUltAx3PVF02uFbX3vdm3wR1eOT4 { top:9.6875rem;left:12.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofSpzECCh4UiT1duMxq5F2P76tucxqcl { display:block; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anWL1NhS9LUMFwieOVTOPvliZgDeXPff { top:5.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKyt9N7TCkTDJ9pcONvdDFU4E0pveXp { top:5.5rem;left:0rem;width:30.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVpRVhEI3bhd77mqUPlRwOD80DVKmUnO { top:7.8125rem;left:0rem;width:30.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QP0eWeTbJeGPemdA3sviZLQZ1J5hxD { top:5.3125rem;left:26.073350906372rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGvvSqHbxy66KTfuIJ6UQ6HQkN0pIGth { top:11.5rem;left:0rem;width:31.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5l88PODhNUFzzM5nm6iBOrDPvyBQCu { top:7.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWhdaalnPU8bmuOrAk56RqVDGDMe4BAV { top:11.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX7BV4KTrSnCD5C1pwAIFEehXxOLgMX6 { top:14.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtkGnslagD7UBOlrQGGuuCAvtT1we4gB { top:1.75rem;left:0rem;width:41.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsT6t2zILp0xK7prMgxCnKwygN10umK0 { top:5.3125rem;left:17.4375rem;width:30.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKngQ1ddNG7SMUSmvIGnd3clzP35ZTxr { top:15.0625rem;left:0rem;width:30.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsihXqIveGdR7xXrX1wgld0iTWVtqtw { top:8.875rem;left:17.4375rem;width:30.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHvLqso9GHniqP9zbehVHW764XbIgIBA { top:11.5rem;left:17.4375rem;width:30.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeTI3Hh49t1cmd8hxb4pvAQkPVktoWs { top:14.4375rem;left:17.4375rem;width:30.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylghPVrIcIOIJJCTDqpD149bkkGVasX7 { top:11.5rem;left:26.073350906372rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzkEorT0scd4sEeuEJcATT6FRyoPfOXt { top:8.75rem;left:26.073350906372rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnZavTkJhDTIhJTdfk5QPAOz65G9M2XX { top:14.4375rem;left:26.073350906372rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd56Rkb808zysuT6BIccd2EwL1uV113m { display:block; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shhIusqOzuMSqdQaB2TfmfDGX3Cv6cal { top:0rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc { display:block; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZQ1wMKpOWcNadnNts9vU5SAar8JzGLf { top:2.1875rem;left:0rem;width:19.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0J7LCHLoKR7Tvd7T1IAEM03dX1FNdKq { top:12.375rem;left:0rem;width:25.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imayLbwShKP9pBy1CCTJTqGlxZexNw9J { top:18.6875rem;left:0rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZFBUqbU9X6JOuvGgx0aUydeXJ5UZxuv { top:22.8125rem;left:0rem;width:12.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glAyClEyKfVNWdNktVQSvbEIdskkHisb { top:28.375rem;left:0rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNd6XoT1dxAeD7flau7Nsea6FBMm0b8u { top:31.25rem;left:0rem;width:10.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIS4MrvWamHTtwqttL3my5L1ctvT4bFd { top:28.5625rem;left:0rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdRP9HeLLV0PR1l92ZteyhzitOHOC3e { top:28.5625rem;left:0rem;width:11.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIUpMKVkxFl9Ad6JBiqHanr1yn8tO6iM { top:28.375rem;left:0rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIycZML6x5VzxI4w15NfnZ3iVIgkToS1 { top:0.875rem;left:0rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiSuCserX9yh2q8JW6OePXKwKqp3ABD { top:2.625rem;left:29.125rem;width:18.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWWS45sfC0NQwqPUTmQcFLfu5zkmhc3 { top:12.4375rem;left:13.9375rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfmLBIl2BpK5AAKnhLhnlSAy4hxEQON { width:15rem;height:3.4375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHRHyzw9BwcsLJQlvrCAK4oQIduH0g2 { display:block; }
 }@media only screen and (max-width: 763px) { #rUbQ36nMyM3SugwVTxSXfpr2H4IoHC7P { top:26.3125rem;left:0rem;width:10.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTPKw5n7p7gVoL8PyOApqtRTb3llkbV { top:26.3125rem;left:0rem;width:11.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uueZBh5z1InPQcpmSa5qnAwsOlF7rWA4 { top:26.25rem;left:12.3125rem;width:10.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v82u0whlSIcAgr0N89DZKCP6kfTtRyBG { top:26.25rem;left:23.875rem;width:10.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7qGKsS0UHTXUaSLqOZbNHPaG2fbdZO { top:28.5rem;left:23.875rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLonJ5mJC4J22qgKbxic6pGubMRFVxn { top:28.3125rem;left:23.75rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NMylyTrKvhhVVGkuFPQ31veKh7cTxZ { top:28.3125rem;left:12.1875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhxaCTmwHV0O2oVRTnrSJa4JBpPTH9yP { top:28.5rem;left:12.25rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQGSvlrqO9upTGduoMSTZFAsbaPvfgkC { width:15rem;height:3.4375rem;top:33.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQvATJP4az0bnx97T3dDyaTbmorqZ9I6 { display:block; }
 }@media only screen and (max-width: 763px) { #MxFwSnWCvLITKHQbmnVSqIgozpldAMFr { top:0.875rem;left:11.875rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5uP06zDn9fPwMxXG6VIOIdJ6vuAXGmc { top:18.75rem;left:15.781250953674rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me1PT7EQHCPT9qWZLwx7FZTZQzP5GK2g { top:22.625rem;left:17.21875rem;width:12.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhJe8SdZV2Ry1zoAqNEIKkVJTC8J3mG { top:12.125rem;left:27.75rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8K4asETvQgiHnmSodgd4zLpLagLNAO { top:18.4375rem;left:31.4375rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlqFwqwbL6rdJ0rTfgFmDCT6aRB8gcX { top:22.375rem;left:35.1875rem;width:12.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOclEPpuXcNZbiHdLyiTqFU2znOnfplX { top:25.9375rem;left:36.875rem;width:10.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFM2WFSl0TvyO3wpQ1ftpdARV5ZDufa1 { top:25.9375rem;left:36.875rem;width:10.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr5D7OzAgTmbXkTN5GIFwEtIP1tTRlWx { top:28rem;left:36.6875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDrLMgcI6v8ls3ta36t4pKXKtRxlPRTb { top:28rem;left:36.6875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGQZSMHXyDMf49mpbbA6Odhm334xog9A { top:28.1875rem;left:36.75rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckG163oao0SgDRTMUvvRgXintkGCEdT { top:28.1875rem;left:36.6875rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3tb44gkzpp44S6oxCZK0NUlUzHhoya { width:15rem;height:3.4375rem;top:32.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsQLkLkePldnkWhKJMUF3HtZo793h4Se { display:block; }
 }@media only screen and (max-width: 763px) { #vXAlkhSP9BN4fDkyuXOrCBvaQrDbErsP { top:0.875rem;left:24.5rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qflAOEr4LR42BPByfGXzCh2wz3ZJcZQt { top:12rem;left:0rem;width:14.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtMh6BXoEsXLtqxMioDnZbkiEay1aZxf { top:12.1875rem;left:16.46875rem;width:14.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUODo5Rf510OXf1DXy7sCE0NfiNBCD9b { top:1.75rem;left:13.25rem;width:19.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0nhabS7tfUQ58E8omEQhBk1xNXmmR0 { top:12rem;left:31.75rem;width:16rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsmZk4sbn2Rtz7yhh9x7og3payM2HFn { top:31.25rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3VxCtzDBPeyx8XF4pIHhhoDtaXfydE6 { top:31.25rem;left:23.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX58qvaGTJzywQT6UDJkPt2Ad3Uf4Ddm { top:31.25rem;left:12.3125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfXwJT8KerSRIM1I0k7mFlUDVTmFbfz { top:30.875rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvAwnFpaa8FMeEa3X8oAWCscD4FNaui { top:30.875rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 { display:block; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdKQUNGQ5ZwP3Hpx89VeWc4ILaeSU1Mg { top:2.25rem;left:0rem;width:21.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XouWU3QGtDf2NntbWEdnTloC9ZIeEdNX { top:11.625rem;left:0rem;width:25.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GizLe8oq3tOZQTET0xzpFicfKIpU18 { top:17.9375rem;left:0rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpqOSiTUB0riOCsBxdQTOtV2egMfLt5T { top:22.0625rem;left:0rem;width:12.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E207h6RSxVu2V3eFdhEGQcHKENk6s8D6 { top:27.625rem;left:0rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmFplIbBFESIngJ5VJz4WATZaCKI2sgM { top:27.8125rem;left:0rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxVB0TkBpCqvAoMgx7B5fuiG4PQque5r { top:27.8125rem;left:0rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHRhG1zeMPF2P630aQMLo9QXMzdf6kk { top:27.625rem;left:0rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSmUqzvNkf9QnGUEgpumDRhrdm0o3TB { top:0.875rem;left:0rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaEWCCrqBfkdBx8IpvZqqTw7eKSUhb4t { top:2rem;left:12.03125rem;width:23.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdxNTMzuNvOI2qoc2GWuSm38tn9QTZt { top:11.875rem;left:13.9375rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAevqQzlfEAAShD0TTf9oHR9TqlL64io { width:15rem;height:3.4375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgolkh6gpAx4db3tEPWkxv0RdwpeNBwT { display:block; }
 }@media only screen and (max-width: 763px) { #dDHTwLF0DFsPnZCgSuauPBRTBm255V8f { top:27.9375rem;left:23.8125rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSHUS4XQ1QNRMFqGsvT4dOnvt1i3hKK { top:27.75rem;left:23.75rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7A1PxLDouOOf0CosiVWGZWPx6XSB4sP { top:27.75rem;left:12.1875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPelrZkdhSAPWoXvoL6wbQz0pwWh6QGy { top:27.9375rem;left:12.25rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7DUmzrgTEKHd1LTJq7gmq6OEZTWUr7 { width:15rem;height:3.4375rem;top:33rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppR9h9C21k0HkfQvxIGf3sTTrS2PNBui { display:block; }
 }@media only screen and (max-width: 763px) { #gxeTS9bx8QP37evuI0aTTRn5WkUlkxt5 { top:0.875rem;left:11.875rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq5BTpcJcLdKmZq6CWrVpC82GNTW4SnD { top:18.1875rem;left:15.781250953674rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy57WwovTgq1pHDTc0OSprMWbeSNraBb { top:22.0625rem;left:17.21875rem;width:12.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF3gCJphzmTF72k9NmUiWkyiUMk4USGA { top:11.9375rem;left:27.75rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mifNUzLmwGWomT6Twrokc4oZ61m3hHfe { top:18.25rem;left:31.4375rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdBQ8GvKqZqVEVibwzStywgyc6fqsPTC { top:22.1875rem;left:35.1875rem;width:12.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgNhnRcuQuuDx8rDIXnwTzS8Up5npzWi { top:27.8125rem;left:36.6875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1us6r7Z1tKJ8Cl3XtlMPBLykGUEQAh { top:27.8125rem;left:36.6875rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSzrbdD2fCzT4tdCw5eio60vHo5uJmyN { top:28rem;left:36.8125rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxukISIHII2MoDa7xafPlIiN0I2XKpHg { top:28rem;left:36.75rem;width:11rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfDgUCcXr6nluCQHkA7aQxbnWTD7VaL { width:15rem;height:3.4375rem;top:33.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwg3ogkiRG0DdMInOND5NI6AH4zJhbov { display:block; }
 }@media only screen and (max-width: 763px) { #z1o1s2LsQdDkLQDIemv3NsNIfgyeCuDt { top:0.875rem;left:24.5rem;width:23.125rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPwOrBm2KHA6FO5kmv8yCl3Uq6XGmxvO { top:0.5625rem;left:27rem;width:20.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6uPvRONXHm3PNlFLTWG1Ueu8rlVooZ8 { top:11.5625rem;left:0rem;width:18.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidH6fBhOfsD7S8FKhp6d7TBWTtW98WE { top:11.6875rem;left:14.6875rem;width:18.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpCMiGLD2FvTn0Ti77o4kesyiUnpdTH { top:11.8125rem;left:29.375rem;width:18.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6VCLwDbdpcEWKtHwnQI6N0ZAApRKMSA { top:30.5625rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3ApCn4yNHyu3DvvIVZuRfDiEagTz7a { top:30.5625rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQEhJRINbJ0W73ir2NQgZgDqfBzgwflu { top:25.625rem;left:0rem;width:10.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1pQDthvWIevB0z9kmGynrFCnUXWHL4 { top:25.625rem;left:0rem;width:11.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXxTz8VMyp3C05e83BBOPJln5kUpSyZ { top:25.75rem;left:12.3125rem;width:10.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdPoEvMAaktwpJm7GRAiT9TA3SkFqE6 { top:25.75rem;left:23.8125rem;width:11.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nno4W7TvFgNtXSZAKTdHNhtP056EIVEM { top:25.8125rem;left:36.8125rem;width:10.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zInwvv7LlsIV08v4Osx4BO2cBOSKBaJd { top:25.8125rem;left:36.5625rem;width:11.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCdl2Q0THT3QsiJkMP87z5hMRl4s0IUk { top:30.6875rem;left:23.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqDcCOF7tdsK3bBqQ1T65Xcv3WH7UCpH { top:30.6875rem;left:12.3125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm4GV6obL0EUvEePWqUzpklIAyk6wmw { top:30.8125rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1IOmVxMNDsQ7VG4Bp9kTcDeGeu4ssR { top:30.8125rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn { display:block; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQNmm7FfTxaTTSXXEBzeOwfMfx0iErzv { top:0.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL { display:block; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTun7ng0uQQgeUhWIbtGctTMwol3iE9i { top:10.25rem;left:0rem;width:3.25rem;height:7.1875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTFlsRTG7t7nQd6b2CqkV3ptrMBUJ61 { top:10.25rem;left:20rem;width:5.375rem;height:7.1875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6nd1cPFrwlJ5vTqWdT6UoTEddlzxqhq { top:10.5625rem;left:30.0625rem;width:17.6875rem;height:7.1875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGTxFsfC4w1QEAzvluQGtvPiMTBefXL { top:10.875rem;left:0rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2I1dgonzqUkOhoTHW3SsgQtvVgP3pf4 { top:10.875rem;left:17.0625rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx221iQoKwxLQ9k5XMIA45PQOBk8ubXX { top:10.9375rem;left:35.25rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTipAo5vQfuDNu6D6s7NiAwTsWinZ7S { top:17.75rem;left:0rem;width:13.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5dVQezg2KwvcmCKSbPFNFxPxe1hE1IN { top:18.5rem;left:16.5625rem;width:13.5rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Ne2dNXqnD1T1vMy9rvQIZRa4QfwTqp { top:19.25rem;left:34.25rem;width:13.5rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cod10q9As3spmu2fTTlp7hzTVp6iQUTB { top:10.875rem;left:0rem;width:12.5rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhoSdWkbs9x72t5A0U3w2GOfg1LbFIzu { top:10.875rem;left:0rem;width:12.5rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #agW9RC4TLb4sNZXb6T6avxuNBvULPPfD { top:2.9375rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLmotbZyCVMKCDTT1Ey9oM9PHeFrtMo { top:4.5625rem;left:19.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTufbQNdW5JQCUu4KXMczTZLzmvfNXQJ { top:3.8125rem;left:41.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJrOdTbMxOaW6Uu8TdJUOCvD7nXZwOyL { top:6.25rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk { display:block; }#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJZwovTTgTMoKqRNn902QzRTv2aLyyTR { top:12.1875rem;left:0rem;width:44.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIQCWMVAUugTfwuPe7fReckQS7q8eNFN { top:2.375rem;left:0rem;width:40.875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClAw81wTqOLkxhy6pzv5BMVsG7N6Cx0x { top:5.875rem;left:0rem;width:44.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUzerhxRBpLao6T5fhdRu5I2PHdQXw7 { top:8.5rem;left:0rem;width:46.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfekGCIZTzwFmarmaSsOzmEd1Nq8459G { top:5.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1HnDE9HuFgetwPOXz5uEvtp8yVKVkh { top:8.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMuKqqu53KMJqoehsAWwa9ThIOJqeoeJ { top:11.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGS2izb00hkvUl7oketFKXfzKBuemIf { display:block; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJQueBar8P8x4TWBl1xvz2EG1S0yThtf { top:2.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQZPHwV8BFHhPIuI5ZPNUFRNAoFRz4I { top:2.1875rem;left:0rem;width:20rem;height:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 { display:block; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agGe8BulJiVECUV4yQxzQleg0ToRqGGp { top:0rem;left:24.3125rem;width:23.4375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee424tUZAwZk0CuERl9kimhiWkWoKPkx { width:7.875rem;height:1rem;top:37.875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdThIa3nbnuIhKbPaQTIErXFUezTEVxz { display:block; }
 }@media only screen and (max-width: 763px) { #n0Bo4cCl6T9eGtMEtQdP4dLK59q0UsM6 { top:5.5625rem;left:0rem;width:14.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoCAyL9LLGCIKXUklThH7rRwf4Q9z777 { top:4.125rem;left:0rem;width:19.375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr6MfJsiO5hT4oecz1LR9kscIkI7Enms { top:4.25rem;left:8.1875rem;width:19.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8akHGZOP4CKOrSM37hD9Pk1thS2MQgT { top:5.625rem;left:9.9375rem;width:14.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTBmwnaHkb0MA71JliCRz1IVgoEGKKt { width:14.25rem;height:2.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqDqNrIyHNBmfPcJCVbdTogyZAChNA9d { display:block; }
 }@media only screen and (max-width: 763px) { #kQox7TgWmUo8LiSmrnyhLvTmGA7ZF0Mx { width:14.25rem;height:2.3125rem;top:15.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUFfQqXt83MvEERMZgPuR29vc5VZSais { display:block; }
 }@media only screen and (max-width: 763px) { #t9B5NpE0EDChIT1uf76qDxFyvgCbmrUS { top:9.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTaNEz5y1I9MAJkUUK4ILT3T1ANvppT { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6BTob0FIBvT1e5fgtdfE6nN1GWQHCOk { top:12.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Py0W6cIAwJS34oscrOf9PhPwCtEfqk { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd1igkufqrhlGWtsTTBDeIz4PBPrDrnR { top:9.875rem;left:9.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztlfFmHnQcvzN40xSXqeTGB9tf8RmHT { top:10rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZJEZkqWrsmO4eL9sJAUMiNLLLS9VPaq { top:12.4375rem;left:9.75rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8fZUAAEsE2olNcXwOm6gg4AzXy9WGnp { top:12.5625rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPbgm4uPbRWB7Oncm9dTU9eAb1XSTnUf { top:10.5rem;left:0rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4TyRnEmm8DrqXaGqxEry8qcxbR6ozoi { top:13rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKMDwNTdP348R1xKvaP0k5ezCh6IOabC { top:10.5625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPo0xgCzx9lh2u3p9bPRsf6x2OaQpiAX { top:13.0625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGeGOaoFVg2TM0bxwR9NUmkl3ECXxJOI { top:21rem;left:0rem;width:19.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTn0xx06hST6nD8l5VcTLlXMEGieBlCO { top:21rem;left:8.34375rem;width:19.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13TNcbcz838f5e2VAtdaXfnHuqeqgRp { top:19.9375rem;left:0rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn2mT9x1OdT9IJlLEyc9sRhclCV4tB3W { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8BpKouO1VFE41soVezNkuVofqe9Tbex { width:6.4375rem;height:1.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8KUaG5nOGNEeOqa8Fq08E8iNGFwbPA { display:block; }
 }@media only screen and (max-width: 763px) { #Ee0hKJt7NoRI2eUNKziKdvuiL9W5MNd2 { width:6.125rem;height:1.875rem;top:12.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsQLs4ZuNC3E2s5uQqz6qTASXcXmxNz { display:block; }
 }@media only screen and (max-width: 763px) { #pXbI9QGdRvRi5drwZVc1QeGZGTxHbp5h { width:14.6875rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCHtg32tutTuOeSSr3OoPw3B3GfpuvHz { display:block; }
 }@media only screen and (max-width: 763px) { #FRsCOUL5PX23Gn4zUMND3XwsFE24kqt5 { width:14.4375rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9GJwoETqFUyikr0xdkVphmL32gm9iUZ { display:block; }
 }@media only screen and (max-width: 763px) { #kJqBrLoyEd1iD3c8zTrIfT2Xe0TtPvQe { width:11.8125rem;height:1.3125rem;top:10.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30QGFCTc7x3Pr6FdQeTLppA2NeP995m { display:block; }
 }@media only screen and (max-width: 763px) { #eM7IaQ5iyinqWKp318Xof9dWZypyUQBi { top:0.875rem;left:32.3125rem;width:15.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-text {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-select {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX {display:block;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #WaGVllxINLd5iF9eoD4bTBnphBvnoMzS {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #TaAEziruxLzHsAOIccctwFRwTHlUnwI7 { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #dZHzOg0muw8hngyEUHNZUqpl4KlRkU6P {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #B1MrMkdFWJKb2Cs0p35edBoyaBzRv2wD {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BiT5B6oHhUbyzRD9x1FygHd6O5ANv5Ve { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yP5yIgUENmToDFlwPm9lHwha0MKL3Lzp {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #wdbMtg15MvSi8TCNLZbavqnkFlfWFhdH {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #qwqmIf7GUuIMJAV4pnP7K36qp8KOnGOO {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #Zarhb2XRRXe1DFcUJFWecia6NdB3qGPA {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #fR0kICuHiblc5supaJxdLIiaIWJQA31O {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yknOMkxJtU1vTTO8vZi9u6VQuEyxHuDv {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #MPCuO1RU8ORkTkx2zv8qT6hpoXI4x4CJ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #QG6AX0rqLNU4M1vKlSsptLxptUVka2xt {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BAH4MoyHNJ6Lp1KbF04JoRlO1Bw7Lkzc { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #y4hTkDPe0izayJZGemiJyAslevB4XcNg {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #cgrV00KIRugURU3RN9omee51ki4IPTML {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #f8vHdCKvXF6J4n2mZaOJtpAsAnduTXAE { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #i5t1iPpR0IOWHKmlsUqEaRr3xNmsTHzQ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #eeP32h4XmTXWfazfz88zJyqhNDm6lgu2 {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #U3kcTho4saavrNUmgFLno4voSaEtPIKk {  }
 }@media only screen and (max-width: 763px) { #TCSh9T8TpCs1WZV1NIGCUfvhJWAJZZAv { display:block; }
 }@media only screen and (max-width: 763px) { #W3dFoznKPbyoMwN91oEVRBn65EGkV38E { display:block; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #JGT7S0noLwrFkG6S2qU50Shkaruv3fQS {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #SgtSmQFL6AfVFwSp0lMU7a70GT405RbQ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #xS2hm8IOnTN5FF7lb9tzenV8tLxCRaba {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #LyIdzZrG4koBhIDych49uqFhQOZW96cm {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #x8bHU8SmNR5eU0gfd4wvUR1IAm26Fx2U {  }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:9.1875rem;height:3.4375rem;top:0.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:11.75rem;height:3.4375rem;top:0.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:8.25rem;height:3.4375rem;top:0.6875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:8.5625rem;height:3.4375rem;top:0.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { top:1.4375rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAqboXgibHzC9lDZBCqvJbuMzKqCWc8w { top:3.5rem;left:0rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWmXQKI8R6RDVxpnrd5iDgeHoVQqTkH { top:3.5rem;left:1.75rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { top:3.5rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { top:4.875rem;left:0rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxoXNNJX0EUFZebze8HhV6VN0fT6d9J { top:4.9375rem;left:0rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTTp1FwBoqcBDomPSAUt4od9RmyBLQm { top:4.9375rem;left:3.9375rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { top:3.4375rem;left:1.3125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { top:5rem;left:3.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { top:1.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.1223959922791rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { width:3.75rem;height:3.75rem;top:1.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuv9kq9NXvab4VlCodvu2GHCdZoWg4KZ { width:19.25rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmI7rWv3bUEibzvDdk8nWDZ1xdOFNzS { width:6.8120625rem;height:3.125rem;top:2.9980471134186rem;left:6.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96f37e76-ab40-4ae9-aa3b-149a12b2af5c/Chodze_GrupyZawodowe_LP.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC.adaptive-delivery-prevent-bg, #snIuaV6naeOvmAG50Kiax5P5I9ecukfC.lazyload, #snIuaV6naeOvmAG50Kiax5P5I9ecukfC.lazyloading { background-image: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { background-color: transparent; background-image: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .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); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.3125rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:17.5rem;height:auto;top:37rem;left:0rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:17.5rem;height:auto;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #MJTLZpCPh4mHBUp2BPEf1MpgzcMgaIwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #d85MoTTy1IFdvDLBLDTOGfoP5mVolxyo {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #TrH1nZUxu2Gk3qogZUl2nmMtFWNTXZ9H {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #gtEn68SqrQqhOzVFZxWZNbwlJBasitrz {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #NTI93VXGyLrt7v8zat9eurg6F9b48ENX {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iU0vGNvlmzhB8cQG9NUqbVhWHUBnXGzF {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { width:19.375rem;height:38.6875rem;top:32.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWNW8mG1GMiqKeNQ7yTsrh4oFPD19QrL { width:20rem;height:0;top:34.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.0625rem;height:1.0625rem;top:70.1875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { background-color:#ffffff;background-image:none;display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { width:19.9375rem;height:7.125rem;top:13.6625rem;left:0rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #yo2ZUUMNQ0FOOW25qTt4O4spdViEPu4W { width:20rem;height:2.92535rem;top:2.3719635009766rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yX1oMKKhLuDxsBktB1d59POupSEy8BZl { width:17.5rem;height:16.89325rem;top:5.9678840637207rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOyQfKmSo8CeakaVAJx627NpPbK9KE3o { width:11.9986875rem;height:2.87435rem;top:30.123698711395rem;left:3.9995663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvUSR3oCBzI5Xp5OawT2iW2aI449MWgl { display:block; }
 }@media only screen and (max-width: 763px) { #CblSFSi0ixT4BHGyrbtwZZd2NSTWhytB { top:0rem;left:0rem;width:20rem;height:1.62435rem;z-index:15037;background-color:#e3001f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PLFdahhrznlHJq8MRebpEllf11dFsTIt { width:15.9375rem;height:4.86979375rem;top:24.373916149139rem;left:2.0312500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z { display:block; }#ooUt4MGlWf6Cm0w4aTgbRT94T5B39e0z > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raoZ7WhJEAXirsBTx6w1VsALrJqhTeyu { width:20rem;height:1.462675rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0JMEUmdxtsGLmf3rlTFavJmVs2q7Pg0 { width:9.6875rem;height:2.11198125rem;top:3.9995670318604rem;left:5.9353302121163rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcKKcD9gHTdVLCQUDPlhNbiCAbGOAOvz { width:9.749375rem;height:2.11198125rem;top:14.596355438233rem;left:5.9049480557442rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4d1U9OsT59fyXwpUOTUFBFgl3Z0ai6q { display:flex;width:2.93728125rem;height:2.93728125rem;top:14.185113906861rem;left:2.3415799736977rem; }
 }@media only screen and (max-width: 763px) { #Dyu6LvbeBASo4CoVEqQEZxCDcy33rxKD { display:flex;width:2.24935rem;height:2.24935rem;top:3.9301223754883rem;left:2.6866319775581rem; }
 }@media only screen and (max-width: 763px) { #dHU48nl37Iqykx0k1o2PTUTRTfV631pv { width:12.6248125rem;height:2.11198125rem;top:11.064453125rem;left:5.9049480557442rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiLZtNT8zkgg1ogxXd6ksKHK8DL8yRTe { width:12.5rem;height:1.0559875rem;top:8.0631523132325rem;left:5.9049480557442rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrJ8AKTsGK575UMCAn13ZVdldpQWqDhU { display:flex;width:2.56185rem;height:2.56185rem;top:7.3111972808837rem;left:2.5303819775581rem; }
 }@media only screen and (max-width: 763px) { #KwdUGtFytrpIlVfKiGNe06dOZvJywlv5 { display:flex;width:2.62478125rem;height:2.62478125rem;top:10.809461593628rem;left:2.4978299736977rem; }
 }@media only screen and (max-width: 763px) { #KSA40KsKusab9LUMkUfhhsA1Vcn70Rtt { width:12.6248125rem;height:3.41015625rem;top:18.011069297791rem;left:5.9353302121163rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XmlzqUltAx3PVF02uFbX3vdm3wR1eOT4 { width:2.5rem;height:2.5rem;top:18.011069297791rem;left:2.5596788525581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofSpzECCh4UiT1duMxq5F2P76tucxqcl { display:block; }#ofSpzECCh4UiT1duMxq5F2P76tucxqcl > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anWL1NhS9LUMFwieOVTOPvliZgDeXPff { display:flex;width:1.74913125rem;height:1.74913125rem;top:4.0614156723022rem;left:1.4984810948372rem; }
 }@media only screen and (max-width: 763px) { #XTKyt9N7TCkTDJ9pcONvdDFU4E0pveXp { width:13.125rem;height:2.11198125rem;top:4.0614156723022rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVpRVhEI3bhd77mqUPlRwOD80DVKmUnO { width:13.125rem;height:3.16796875rem;top:7.1223974227906rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QP0eWeTbJeGPemdA3sviZLQZ1J5hxD { display:flex;width:1.74913125rem;height:1.74913125rem;top:7.1223974227906rem;left:1.4984810948372rem; }
 }@media only screen and (max-width: 763px) { #pGvvSqHbxy66KTfuIJ6UQ6HQkN0pIGth { width:15.1248125rem;height:2.11198125rem;top:10.996094703674rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5l88PODhNUFzzM5nm6iBOrDPvyBQCu { display:flex;width:1.74913125rem;height:1.74913125rem;top:10.997179985046rem;left:1.4963107705116rem; }
 }@media only screen and (max-width: 763px) { #pWhdaalnPU8bmuOrAk56RqVDGDMe4BAV { display:flex;width:1.74913125rem;height:1.74913125rem;top:13.935547828674rem;left:1.4963107705116rem; }
 }@media only screen and (max-width: 763px) { #ZX7BV4KTrSnCD5C1pwAIFEehXxOLgMX6 { display:flex;width:1.74913125rem;height:1.74913125rem;top:16.399740219116rem;left:1.4963107705116rem; }
 }@media only screen and (max-width: 763px) { #RtkGnslagD7UBOlrQGGuuCAvtT1we4gB { width:20rem;height:2.92535rem;top:0.52409172058106rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsT6t2zILp0xK7prMgxCnKwygN10umK0 { width:13.9995625rem;height:3.16796875rem;top:16.399740219116rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKngQ1ddNG7SMUSmvIGnd3clzP35ZTxr { width:13.6870625rem;height:1.0559875rem;top:14.281685352326rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsihXqIveGdR7xXrX1wgld0iTWVtqtw { width:11.3748125rem;height:1.0559875rem;top:20.436199188233rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHvLqso9GHniqP9zbehVHW764XbIgIBA { width:13.811875rem;height:1.0559875rem;top:23.117404937744rem;left:3.8715279698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeTI3Hh49t1cmd8hxb4pvAQkPVktoWs { width:12.8125rem;height:3.16796875rem;top:25.287544727326rem;left:4.0277779698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylghPVrIcIOIJJCTDqpD149bkkGVasX7 { display:flex;width:1.68728125rem;height:1.68728125rem;top:22.802736282349rem;left:1.5288630127907rem; }
 }@media only screen and (max-width: 763px) { #JzkEorT0scd4sEeuEJcATT6FRyoPfOXt { display:flex;width:1.68728125rem;height:1.68728125rem;top:20.121528625488rem;left:1.5277779698372rem; }
 }@media only screen and (max-width: 763px) { #KnZavTkJhDTIhJTdfk5QPAOz65G9M2XX { display:flex;width:1.68728125rem;height:1.68728125rem;top:25.288625717163rem;left:1.5277779698372rem; }
 }@media only screen and (max-width: 763px) { #Wd56Rkb808zysuT6BIccd2EwL1uV113m { display:block; }#Wd56Rkb808zysuT6BIccd2EwL1uV113m > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shhIusqOzuMSqdQaB2TfmfDGX3Cv6cal { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc { display:block; }#LsWNsKTW7gCJpftTQU1wBP7V3nDurfSc > .row .container { width:20rem;height:110.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZQ1wMKpOWcNadnNts9vU5SAar8JzGLf { width:16.25rem;height:8.5rem;top:2.0625rem;left:1.8750000596046rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #K0J7LCHLoKR7Tvd7T1IAEM03dX1FNdKq { width:19.9375rem;height:5.1171875rem;top:12.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imayLbwShKP9pBy1CCTJTqGlxZexNw9J { width:20rem;height:3.89583125rem;top:18rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZFBUqbU9X6JOuvGgx0aUydeXJ5UZxuv { width:20rem;height:3.0859375rem;top:21.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glAyClEyKfVNWdNktVQSvbEIdskkHisb { width:8.75rem;height:2.875rem;top:27.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNd6XoT1dxAeD7flau7Nsea6FBMm0b8u { width:8.6875rem;height:1.05625rem;top:30.5rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIS4MrvWamHTtwqttL3my5L1ctvT4bFd { width:9.0625rem;height:2.4375rem;top:27.875rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdRP9HeLLV0PR1l92ZteyhzitOHOC3e { width:9.0625rem;height:2.4375rem;top:27.8125rem;left:10.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIUpMKVkxFl9Ad6JBiqHanr1yn8tO6iM { width:8.75rem;height:2.875rem;top:27.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIycZML6x5VzxI4w15NfnZ3iVIgkToS1 { width:19.875rem;height:25.5rem;top:11.042755126953rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #aBiSuCserX9yh2q8JW6OePXKwKqp3ABD { width:18.5rem;height:9.125rem;top:75.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWWS45sfC0NQwqPUTmQcFLfu5zkmhc3 { width:19.9375rem;height:5.1171875rem;top:49.25rem;left:0.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTfmLBIl2BpK5AAKnhLhnlSAy4hxEQON { width:13.1875rem;height:2.6875rem;top:33rem;left:3.4375rem;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qaHRHyzw9BwcsLJQlvrCAK4oQIduH0g2 { display:block; }
 }@media only screen and (max-width: 763px) { #rUbQ36nMyM3SugwVTxSXfpr2H4IoHC7P { width:8.75rem;height:1.625rem;top:25.625rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTPKw5n7p7gVoL8PyOApqtRTb3llkbV { width:8.75rem;height:1.625rem;top:25.625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uueZBh5z1InPQcpmSa5qnAwsOlF7rWA4 { width:8.75rem;height:1.625rem;top:62.75rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v82u0whlSIcAgr0N89DZKCP6kfTtRyBG { width:8.5625rem;height:1.625rem;top:62.75rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7qGKsS0UHTXUaSLqOZbNHPaG2fbdZO { width:8.6875rem;height:2.4375rem;top:65rem;left:11rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLonJ5mJC4J22qgKbxic6pGubMRFVxn { width:8.75rem;height:2.875rem;top:64.78125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NMylyTrKvhhVVGkuFPQ31veKh7cTxZ { width:8.75rem;height:2.875rem;top:64.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhxaCTmwHV0O2oVRTnrSJa4JBpPTH9yP { width:8.6875rem;height:2.4375rem;top:65rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQGSvlrqO9upTGduoMSTZFAsbaPvfgkC { width:13.1875rem;height:2.6875rem;top:69.875rem;left:3.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQvATJP4az0bnx97T3dDyaTbmorqZ9I6 { display:block; }
 }@media only screen and (max-width: 763px) { #MxFwSnWCvLITKHQbmnVSqIgozpldAMFr { width:19.875rem;height:35.9375rem;top:37.6875rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #J5uP06zDn9fPwMxXG6VIOIdJ6vuAXGmc { width:20rem;height:3.89583125rem;top:54.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me1PT7EQHCPT9qWZLwx7FZTZQzP5GK2g { width:19.75rem;height:3.0859375rem;top:58.8125rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNhJe8SdZV2Ry1zoAqNEIKkVJTC8J3mG { width:20rem;height:5.1171875rem;top:85.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8K4asETvQgiHnmSodgd4zLpLagLNAO { width:16.3125rem;height:3.89583125rem;top:91.5rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlqFwqwbL6rdJ0rTfgFmDCT6aRB8gcX { width:19.875rem;height:3.0859375rem;top:95.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOclEPpuXcNZbiHdLyiTqFU2znOnfplX { width:8.6875rem;height:1.625rem;top:99.8125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFM2WFSl0TvyO3wpQ1ftpdARV5ZDufa1 { width:8.9375rem;height:1.625rem;top:99.8125rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr5D7OzAgTmbXkTN5GIFwEtIP1tTRlWx { width:8.75rem;height:2.875rem;top:101.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDrLMgcI6v8ls3ta36t4pKXKtRxlPRTb { width:8.75rem;height:2.875rem;top:101.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGQZSMHXyDMf49mpbbA6Odhm334xog9A { width:8.625rem;height:2.4375rem;top:102.0625rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckG163oao0SgDRTMUvvRgXintkGCEdT { width:8.75rem;height:2.4375rem;top:102.0625rem;left:10.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3tb44gkzpp44S6oxCZK0NUlUzHhoya { width:13.1875rem;height:2.6875rem;top:106.9375rem;left:3.4375rem;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SsQLkLkePldnkWhKJMUF3HtZo793h4Se { display:block; }
 }@media only screen and (max-width: 763px) { #vXAlkhSP9BN4fDkyuXOrCBvaQrDbErsP { width:19.875rem;height:35.9375rem;top:74.75rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #qflAOEr4LR42BPByfGXzCh2wz3ZJcZQt { width:19.875rem;height:1.86875rem;top:12.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtMh6BXoEsXLtqxMioDnZbkiEay1aZxf { width:19.8125rem;height:1.86875rem;top:49rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUODo5Rf510OXf1DXy7sCE0NfiNBCD9b { width:19.4375rem;height:9.625rem;top:38.5625rem;left:0.5625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #SM0nhabS7tfUQ58E8omEQhBk1xNXmmR0 { width:20rem;height:1.86875rem;top:85.5rem;left:0.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsmZk4sbn2Rtz7yhh9x7og3payM2HFn { width:8.875rem;height:1.05625rem;top:30.5rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3VxCtzDBPeyx8XF4pIHhhoDtaXfydE6 { width:8.75rem;height:1.05625rem;top:67.75rem;left:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX58qvaGTJzywQT6UDJkPt2Ad3Uf4Ddm { width:8.625rem;height:1.05625rem;top:67.625rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfXwJT8KerSRIM1I0k7mFlUDVTmFbfz { width:8.75rem;height:1.05625rem;top:104.875rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvAwnFpaa8FMeEa3X8oAWCscD4FNaui { width:8.6875rem;height:1.05625rem;top:104.8125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 { display:block; }#zNMwL7Ur5SLPbqdeiLMsIoqTd2GAkgE3 > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdKQUNGQ5ZwP3Hpx89VeWc4ILaeSU1Mg { width:19.4375rem;height:8.4375rem;top:2.625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XouWU3QGtDf2NntbWEdnTloC9ZIeEdNX { width:19.9375rem;height:5.1171875rem;top:11.875rem;left:0.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3GizLe8oq3tOZQTET0xzpFicfKIpU18 { width:20rem;height:3.89583125rem;top:17.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpqOSiTUB0riOCsBxdQTOtV2egMfLt5T { width:19.875rem;height:3.0859375rem;top:21.875rem;left:0.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E207h6RSxVu2V3eFdhEGQcHKENk6s8D6 { width:8.75rem;height:2.875rem;top:27.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmFplIbBFESIngJ5VJz4WATZaCKI2sgM { width:8.6875rem;height:2.4375rem;top:28.0625rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxVB0TkBpCqvAoMgx7B5fuiG4PQque5r { width:9.0625rem;height:2.4375rem;top:28.0625rem;left:10.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHRhG1zeMPF2P630aQMLo9QXMzdf6kk { width:8.75rem;height:2.875rem;top:27.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSmUqzvNkf9QnGUEgpumDRhrdm0o3TB { width:19.875rem;height:35.9375rem;top:1.1875rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #AaEWCCrqBfkdBx8IpvZqqTw7eKSUhb4t { width:20rem;height:8.3125rem;top:39.533960737457rem;left:0.28125rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #TWdxNTMzuNvOI2qoc2GWuSm38tn9QTZt { width:19.9375rem;height:5.11719375rem;top:48.44375038147rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAevqQzlfEAAShD0TTf9oHR9TqlL64io { width:13.1875rem;height:2.6875rem;top:33.0625rem;left:3.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgolkh6gpAx4db3tEPWkxv0RdwpeNBwT { display:block; }
 }@media only screen and (max-width: 763px) { #dDHTwLF0DFsPnZCgSuauPBRTBm255V8f { width:8.8125rem;height:2.4375rem;top:64.9375rem;left:11rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSHUS4XQ1QNRMFqGsvT4dOnvt1i3hKK { width:8.75rem;height:2.875rem;top:64.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7A1PxLDouOOf0CosiVWGZWPx6XSB4sP { width:8.75rem;height:2.875rem;top:64.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPelrZkdhSAPWoXvoL6wbQz0pwWh6QGy { width:8.6875rem;height:2.4375rem;top:64.9375rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7DUmzrgTEKHd1LTJq7gmq6OEZTWUr7 { width:13.1875rem;height:2.6875rem;top:70.3125rem;left:3.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppR9h9C21k0HkfQvxIGf3sTTrS2PNBui { display:block; }
 }@media only screen and (max-width: 763px) { #gxeTS9bx8QP37evuI0aTTRn5WkUlkxt5 { width:19.875rem;height:35.9375rem;top:38.5625rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #Aq5BTpcJcLdKmZq6CWrVpC82GNTW4SnD { width:16.3125rem;height:3.89583125rem;top:54.625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy57WwovTgq1pHDTc0OSprMWbeSNraBb { width:19.9375rem;height:3.0859375rem;top:58.71249961853rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF3gCJphzmTF72k9NmUiWkyiUMk4USGA { width:20rem;height:5.1171875rem;top:87rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mifNUzLmwGWomT6Twrokc4oZ61m3hHfe { width:16.3125rem;height:3.89583125rem;top:93.412500381469rem;left:1.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdBQ8GvKqZqVEVibwzStywgyc6fqsPTC { width:19.875rem;height:3.0859375rem;top:97.4375rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgNhnRcuQuuDx8rDIXnwTzS8Up5npzWi { width:8.75rem;height:2.875rem;top:103.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1us6r7Z1tKJ8Cl3XtlMPBLykGUEQAh { width:8.75rem;height:2.875rem;top:103.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSzrbdD2fCzT4tdCw5eio60vHo5uJmyN { width:8.5625rem;height:2.4375rem;top:103.625rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxukISIHII2MoDa7xafPlIiN0I2XKpHg { width:8.6875rem;height:2.4375rem;top:103.625rem;left:11.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfDgUCcXr6nluCQHkA7aQxbnWTD7VaL { width:13.1875rem;height:2.6875rem;top:108.9375rem;left:3.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwg3ogkiRG0DdMInOND5NI6AH4zJhbov { display:block; }
 }@media only screen and (max-width: 763px) { #z1o1s2LsQdDkLQDIemv3NsNIfgyeCuDt { width:19.875rem;height:37.375rem;top:75.9375rem;left:0rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #FPwOrBm2KHA6FO5kmv8yCl3Uq6XGmxvO { width:18rem;height:10.3125rem;top:76.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6uPvRONXHm3PNlFLTWG1Ueu8rlVooZ8 { width:19.6875rem;height:1.86875rem;top:11.875rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidH6fBhOfsD7S8FKhp6d7TBWTtW98WE { width:19.8125rem;height:1.86875rem;top:48.38125038147rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpCMiGLD2FvTn0Ti77o4kesyiUnpdTH { width:18.375rem;height:1.86875rem;top:86.875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6VCLwDbdpcEWKtHwnQI6N0ZAApRKMSA { width:8.75rem;height:1.05625rem;top:30.8125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3ApCn4yNHyu3DvvIVZuRfDiEagTz7a { width:8.8125rem;height:1.05625rem;top:30.8125rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQEhJRINbJ0W73ir2NQgZgDqfBzgwflu { width:8.75rem;height:1.625rem;top:25.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1pQDthvWIevB0z9kmGynrFCnUXWHL4 { width:8.625rem;height:1.625rem;top:25.875rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXxTz8VMyp3C05e83BBOPJln5kUpSyZ { width:8.5625rem;height:1.625rem;top:62.75rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdPoEvMAaktwpJm7GRAiT9TA3SkFqE6 { width:8.6875rem;height:1.625rem;top:62.75rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nno4W7TvFgNtXSZAKTdHNhtP056EIVEM { width:8.625rem;height:1.625rem;top:101.4375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zInwvv7LlsIV08v4Osx4BO2cBOSKBaJd { width:8.6875rem;height:1.625rem;top:101.4375rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCdl2Q0THT3QsiJkMP87z5hMRl4s0IUk { width:8.75rem;height:1.05625rem;top:67.674999237062rem;left:11.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqDcCOF7tdsK3bBqQ1T65Xcv3WH7UCpH { width:8.6875rem;height:1.05625rem;top:67.75rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm4GV6obL0EUvEePWqUzpklIAyk6wmw { width:8.6875rem;height:1.05625rem;top:106.4375rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1IOmVxMNDsQ7VG4Bp9kTcDeGeu4ssR { width:8.75rem;height:1.05625rem;top:106.4375rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn { display:block; }#e2btTNgbuQyi2JF2WFCHgmIchTQI1Sqn > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQNmm7FfTxaTTSXXEBzeOwfMfx0iErzv { width:20rem;height:1.21875rem;top:1.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL { display:block; }#WlQg3AVPw4edCFrIfzy7kXspOlmlTWEL > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTun7ng0uQQgeUhWIbtGctTMwol3iE9i { width:3.25rem;height:2.59895625rem;top:4rem;left:8.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwTFlsRTG7t7nQd6b2CqkV3ptrMBUJ61 { width:5.375rem;height:2.59895625rem;top:16.75rem;left:7.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6nd1cPFrwlJ5vTqWdT6UoTEddlzxqhq { width:9.375rem;height:2.59895625rem;top:28.6875rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJGTxFsfC4w1QEAzvluQGtvPiMTBefXL { width:6.25rem;height:0.25rem;top:6.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2I1dgonzqUkOhoTHW3SsgQtvVgP3pf4 { width:12.5rem;height:0.25rem;top:30.2875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx221iQoKwxLQ9k5XMIA45PQOBk8ubXX { width:12.5rem;height:0.25rem;top:39.4875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvTipAo5vQfuDNu6D6s7NiAwTsWinZ7S { width:11rem;height:3.89583125rem;top:7.625rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5dVQezg2KwvcmCKSbPFNFxPxe1hE1IN { width:9.1875rem;height:2.923175rem;top:20.3125rem;left:5.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0Ne2dNXqnD1T1vMy9rvQIZRa4QfwTqp { width:9.75rem;height:1.9487875rem;top:31.9375rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cod10q9As3spmu2fTTlp7hzTVp6iQUTB { width:6.25rem;height:0.25rem;top:19.5625rem;left:6.875rem;z-index:15004;background-color:#434343;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) { #EhoSdWkbs9x72t5A0U3w2GOfg1LbFIzu { width:6.25rem;height:0.25rem;top:31.4375rem;left:6.875rem;z-index:15005;background-color:#434343;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) { #agW9RC4TLb4sNZXb6T6avxuNBvULPPfD { display:flex;width:4.0625rem;height:4.0625rem;top:0.5625rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #sRLmotbZyCVMKCDTT1Ey9oM9PHeFrtMo { display:flex;width:3.875rem;height:3.875rem;top:13.4375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #XTufbQNdW5JQCUu4KXMczTZLzmvfNXQJ { display:flex;width:3.8125rem;height:3.8125rem;top:25.25rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #xJrOdTbMxOaW6Uu8TdJUOCvD7nXZwOyL { width:1.3125rem;height:1.3125rem;top:26.46875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk { display:none; }#b9fNUcLdZK6qIJ40u6dpQiJtNOvgzLhk > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJZwovTTgTMoKqRNn902QzRTv2aLyyTR { width:14.561625rem;height:2.43706875rem;top:18.498266220092rem;left:3.9984810948372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIQCWMVAUugTfwuPe7fReckQS7q8eNFN { width:20rem;height:2.92535rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClAw81wTqOLkxhy6pzv5BMVsG7N6Cx0x { width:15.9375rem;height:3.6556rem;top:4.8741302490234rem;left:3.9993491768837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUzerhxRBpLao6T5fhdRu5I2PHdQXw7 { width:15.125rem;height:8.52975rem;top:9.3120670318606rem;left:4.0614150166511rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfekGCIZTzwFmarmaSsOzmEd1Nq8459G { display:flex;width:1.74913125rem;height:1.74913125rem;top:4.8730487823486rem;left:1.7480469346046rem; }
 }@media only screen and (max-width: 763px) { #CS1HnDE9HuFgetwPOXz5uEvtp8yVKVkh { display:flex;width:1.74913125rem;height:1.74913125rem;top:9.9359836578369rem;left:1.7458768486977rem; }
 }@media only screen and (max-width: 763px) { #MMuKqqu53KMJqoehsAWwa9ThIOJqeoeJ { display:flex;width:1.74913125rem;height:1.74913125rem;top:18.841146469116rem;left:1.7458768486977rem; }
 }@media only screen and (max-width: 763px) { #rpGS2izb00hkvUl7oketFKXfzKBuemIf { display:block; }#rpGS2izb00hkvUl7oketFKXfzKBuemIf > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJQueBar8P8x4TWBl1xvz2EG1S0yThtf { width:19.75rem;height:0;top:1.5625rem;left:0.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaQZPHwV8BFHhPIuI5ZPNUFRNAoFRz4I { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.adaptive-delivery-prevent-bg, #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.lazyload, #HWVfT8hH5bt20Kokt9N5fond5XRBhzP9.lazyloading { background-image: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { background-color: transparent; background-image: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container > .video-iframe-container { display: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row > .video-iframe-container { display: none; }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .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); }#HWVfT8hH5bt20Kokt9N5fond5XRBhzP9 > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agGe8BulJiVECUV4yQxzQleg0ToRqGGp { width:20rem;height:42.686625rem;top:31.431208133697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee424tUZAwZk0CuERl9kimhiWkWoKPkx { width:8.0620625rem;height:1.060761875rem;top:69.481331825256rem;left:5.9689672589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdThIa3nbnuIhKbPaQTIErXFUezTEVxz { display:block; }
 }@media only screen and (max-width: 763px) { #n0Bo4cCl6T9eGtMEtQdP4dLK59q0UsM6 { width:8.8125rem;height:2.111975rem;top:3.9375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoCAyL9LLGCIKXUklThH7rRwf4Q9z777 { width:9.375rem;height:20rem;top:3rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr6MfJsiO5hT4oecz1LR9kscIkI7Enms { width:9.375rem;height:24.5rem;top:3rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8akHGZOP4CKOrSM37hD9Pk1thS2MQgT { width:7.125rem;height:2.111975rem;top:3.9375rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTBmwnaHkb0MA71JliCRz1IVgoEGKKt { width:9.125rem;height:1.375rem;top:14.9375rem;left:0.4375rem;font-size:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OqDqNrIyHNBmfPcJCVbdTogyZAChNA9d { display:block; }
 }@media only screen and (max-width: 763px) { #kQox7TgWmUo8LiSmrnyhLvTmGA7ZF0Mx { width:9.125rem;height:1.375rem;top:14.9375rem;left:10.5rem;font-size:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oUFfQqXt83MvEERMZgPuR29vc5VZSais { display:block; }
 }@media only screen and (max-width: 763px) { #t9B5NpE0EDChIT1uf76qDxFyvgCbmrUS { width:2.375rem;height:2.375rem;top:6.875rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTaNEz5y1I9MAJkUUK4ILT3T1ANvppT { width:2.1875rem;height:2.1875rem;top:7rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6BTob0FIBvT1e5fgtdfE6nN1GWQHCOk { width:2.4375rem;height:2.4375rem;top:10.75rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Py0W6cIAwJS34oscrOf9PhPwCtEfqk { width:2.1875rem;height:2.1875rem;top:10.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd1igkufqrhlGWtsTTBDeIz4PBPrDrnR { width:2.375rem;height:2.375rem;top:6.875rem;left:13.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztlfFmHnQcvzN40xSXqeTGB9tf8RmHT { width:2.1875rem;height:2.1875rem;top:6.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZJEZkqWrsmO4eL9sJAUMiNLLLS9VPaq { width:2.4375rem;height:2.4375rem;top:10.75rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8fZUAAEsE2olNcXwOm6gg4AzXy9WGnp { width:2.1875rem;height:2.1875rem;top:10.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPbgm4uPbRWB7Oncm9dTU9eAb1XSTnUf { width:9.1875rem;height:0.8125rem;top:9.375rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4TyRnEmm8DrqXaGqxEry8qcxbR6ozoi { width:5.25rem;height:1.625rem;top:13.3125rem;left:2.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKMDwNTdP348R1xKvaP0k5ezCh6IOabC { width:8.3125rem;height:0.8125rem;top:9.375rem;left:10.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPo0xgCzx9lh2u3p9bPRsf6x2OaQpiAX { width:6rem;height:0.8125rem;top:13.3125rem;left:12.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGeGOaoFVg2TM0bxwR9NUmkl3ECXxJOI { width:18.1875rem;height:12.5rem;top:67rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTn0xx06hST6nD8l5VcTLlXMEGieBlCO { width:18.1875rem;height:12.5rem;top:80.75rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U13TNcbcz838f5e2VAtdaXfnHuqeqgRp { width:9.375rem;height:12.5rem;top:17.9375rem;left:0.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Sn2mT9x1OdT9IJlLEyc9sRhclCV4tB3W { width:9.375rem;height:12.5rem;top:17.9375rem;left:10.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #m8BpKouO1VFE41soVezNkuVofqe9Tbex { width:6.4375rem;height:1.375rem;top:13.131511688233rem;left:1.9379342198372rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8KUaG5nOGNEeOqa8Fq08E8iNGFwbPA { display:block; }
 }@media only screen and (max-width: 763px) { #Ee0hKJt7NoRI2eUNKziKdvuiL9W5MNd2 { width:6.125rem;height:1.375rem;top:13.131521224976rem;left:11.999783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsQLs4ZuNC3E2s5uQqz6qTASXcXmxNz { display:block; }
 }@media only screen and (max-width: 763px) { #pXbI9QGdRvRi5drwZVc1QeGZGTxHbp5h { width:9.5rem;height:1.3125rem;top:9.2480478286744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCHtg32tutTuOeSSr3OoPw3B3GfpuvHz { display:block; }
 }@media only screen and (max-width: 763px) { #FRsCOUL5PX23Gn4zUMND3XwsFE24kqt5 { width:14.4375rem;height:1.3125rem;top:43.481250762939rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9GJwoETqFUyikr0xdkVphmL32gm9iUZ { display:block; }
 }@media only screen and (max-width: 763px) { #kJqBrLoyEd1iD3c8zTrIfT2Xe0TtPvQe { width:8.6875rem;height:1rem;top:9.2480478286744rem;left:11.152939976156rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30QGFCTc7x3Pr6FdQeTLppA2NeP995m { display:block; }
 }@media only screen and (max-width: 763px) { #eM7IaQ5iyinqWKp318Xof9dWZypyUQBi { width:16.936875rem;height:1.54296875rem;top:32.247179985046rem;left:1.5310330986977rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.3125rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-text {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-select {padding-top: 0; padding-bottom: 0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container:first-of-type{padding-top:0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .widget-container:last-of-type{padding-bottom:0;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX  { width:17.5rem;height:auto;top:35.021728515625rem;left:0rem; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX {display:block;}#sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX { width:17.5rem;height:auto;top:35.021728515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #WaGVllxINLd5iF9eoD4bTBnphBvnoMzS {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #TaAEziruxLzHsAOIccctwFRwTHlUnwI7 { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #dZHzOg0muw8hngyEUHNZUqpl4KlRkU6P {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #B1MrMkdFWJKb2Cs0p35edBoyaBzRv2wD {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BiT5B6oHhUbyzRD9x1FygHd6O5ANv5Ve { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yP5yIgUENmToDFlwPm9lHwha0MKL3Lzp {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #wdbMtg15MvSi8TCNLZbavqnkFlfWFhdH {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #qwqmIf7GUuIMJAV4pnP7K36qp8KOnGOO {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #Zarhb2XRRXe1DFcUJFWecia6NdB3qGPA {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #fR0kICuHiblc5supaJxdLIiaIWJQA31O {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #yknOMkxJtU1vTTO8vZi9u6VQuEyxHuDv {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #MPCuO1RU8ORkTkx2zv8qT6hpoXI4x4CJ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #QG6AX0rqLNU4M1vKlSsptLxptUVka2xt {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #BAH4MoyHNJ6Lp1KbF04JoRlO1Bw7Lkzc { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #y4hTkDPe0izayJZGemiJyAslevB4XcNg {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #cgrV00KIRugURU3RN9omee51ki4IPTML {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #f8vHdCKvXF6J4n2mZaOJtpAsAnduTXAE { display:none; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #i5t1iPpR0IOWHKmlsUqEaRr3xNmsTHzQ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #eeP32h4XmTXWfazfz88zJyqhNDm6lgu2 {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #U3kcTho4saavrNUmgFLno4voSaEtPIKk {  }
 }@media only screen and (max-width: 763px) { #TCSh9T8TpCs1WZV1NIGCUfvhJWAJZZAv { display:block; }
 }@media only screen and (max-width: 763px) { #W3dFoznKPbyoMwN91oEVRBn65EGkV38E { display:block; }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #JGT7S0noLwrFkG6S2qU50Shkaruv3fQS {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #SgtSmQFL6AfVFwSp0lMU7a70GT405RbQ {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #xS2hm8IOnTN5FF7lb9tzenV8tLxCRaba {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #LyIdzZrG4koBhIDych49uqFhQOZW96cm {  }
 }@media only screen and (max-width: 763px) { #sG9lIXgtJSrTUiA2geNhdBTfhv6z81NX #x8bHU8SmNR5eU0gfd4wvUR1IAm26Fx2U {  }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:19.9375rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:20rem;height:2.4375rem;top:8.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:20rem;height:2.4375rem;top:12.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:20rem;height:2.4375rem;top:16.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { width:4.0625rem;height:2.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAqboXgibHzC9lDZBCqvJbuMzKqCWc8w { width:4.4375rem;height:1.13671875rem;top:2.5rem;left:5.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DZWmXQKI8R6RDVxpnrd5iDgeHoVQqTkH { width:4.4375rem;height:1.13671875rem;top:2.5rem;left:10.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { width:10.1875rem;height:1.13671875rem;top:0.8125rem;left:4.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { width:12.375rem;height:1.13671875rem;top:4.75rem;left:3.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxoXNNJX0EUFZebze8HhV6VN0fT6d9J { width:4.4375rem;height:1.13671875rem;top:6.5625rem;left:5.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NNTTp1FwBoqcBDomPSAUt4od9RmyBLQm { width:4.4375rem;height:1.13671875rem;top:6.5625rem;left:10.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { width:0.125rem;height:1.25rem;top:2.4375rem;left:9.75rem;background-color:#ffffff;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) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { width:0.125rem;height:1.25rem;top:6.625rem;left:9.875rem;background-color:#ffffff;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) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { width:20rem;height:2.923175rem;top:0.77499961853025rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }