.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:241,231,223;--color-primary-1:234,209,179;--color-primary-2:183,133,97;--color-primary-3:110,80,58;--color-primary-4:37,27,19;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:227,227,227;--color-secondary-3:67,61,61;--color-secondary-4:47,46,46;--color-tertiary-0:241,229,229;--color-tertiary-1:208,169,169;--color-tertiary-2:160,82,82;--color-tertiary-3:80,41,41;--color-tertiary-4:24,12,12;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/674372af-e9ff-4539-89e9-3191ad5a5ad7/tlo3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:40.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#000000;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9375rem;left:1.25rem;height:8.6230625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.25rem;height:9.74609375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { z-index:15003;top:32.0625rem;left:6.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iO0KgPcCCsBHOEcRvHzetOSlsJg2MqUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { background-color:transparent;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:#252627;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.875rem;left:19.25rem;display:block; }
#ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { background-color:transparent;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:#252627;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.875rem;left:25.5625rem;display:block; }
#GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { background-color:transparent;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:#252627;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.875rem;left:36.0625rem;display:block; }
#RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { background-color:transparent;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:#252627;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.875rem;left:46.375rem;display:block; }
#XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { background-color:transparent;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:#252627;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.875rem;left:53.125rem;display:block; }
#PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:36.6875rem;left:30.1875rem; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#tMubcFinIkdzOywvdtMUSfLVMeTTLvrw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:0.5rem;left:2.75rem;overflow:hidden;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:#000000;display:block;width:55.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:0.859375rem;left:2.1875rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:1.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#000000;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:20.375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:28.75rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:43.5625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5625rem;left:41.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:48.75rem;display:block; }
#tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.96875rem;left:7.59375rem; }
#EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.6875rem;left:28.3125rem; }
#Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:3.0625rem;left:48.6875rem; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { color:rgba(var(--color-primary-1),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { background-color: transparent; background-image: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .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); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { border-width: 0; border-radius: 0; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.5625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { color:rgba(var(--color-secondary-0),1);display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:8.75rem;display:block; }
#d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:23.5625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { color:rgba(var(--color-secondary-0),1);display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:28.75rem;display:block; }
#XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { color:rgba(var(--color-secondary-0),1);display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:44.34375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { color:rgba(var(--color-secondary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5625rem;left:40.25rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:48.75rem;display:block; }
#hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.5625rem;left:8.0625rem; }
#hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.5625rem;left:28.1875rem; }
#sJMO1fcN16izE7J5QMqmeTbWnCtManQv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.59375rem;left:48.21875rem; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container { background-color: transparent; background-image: none; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container > .video-iframe-container { display: none; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row > .video-iframe-container { display: none; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .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); }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container { border-width: 0; border-radius: 0; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#vcI3qP0nUya3gCv6Ed9GwUuBRm5IOgFe { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.224609375rem;left:2.40625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKynU0GmpaaQQIptXFE1hUTnNUZeBBKc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.75rem;left:2.6875rem;overflow:hidden;display:block; }
#VPUoTeEofWlJhFNzrc3D8He20NsuTCFw { color:#585858;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.4375rem;left:1.9375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyayTsaTl5BtcWbZCCBXhB3laS7MNKKT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.1875rem;left:5.8125rem;display:block; }
#f062q77HQbDxtV9W4MQyxKKSoiuvQbkD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:1.25rem;left:17.0625rem;overflow:hidden;display:block; }
#mVoUHzfGsZ1fVdkSsaJwxttRJGP2PyHp { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.4375rem;left:14.75rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUvKlomWWzEp3kDWtboHfqnEolErUNvg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.1875rem;left:19.9375rem;display:block; }
#FtbgLmTynivyJQWlcBsyzsPvOBwNLwE0 { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.4375rem;left:15.875rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhcJl9sewsDJoFfJ8QzSOVD6sSQM2MPN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:1.25rem;left:47.5rem;overflow:hidden;display:block; }
#hzygWagsPMCyLTgedXVqhhVILGHA09rF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:3.1875rem;left:50.6875rem; }
#cRfTNsvUbL5iFGeNEVCF4g3bTsDmgqCh { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.125rem;left:45.3125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXoXIkp7vTL6qCb0rb0cm53VJkm4y0OO { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:11.25rem;left:30.125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ip0T3ny9ciQi1Na8GecSJmmhMUPEHqNt { position:absolute;display:block;z-index:15022;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:9rem;width:9rem;top:1.25rem;left:32.0625rem;overflow:hidden;display:block; }
#QOFaixTIXaDp7xoBRB2vkDMbcHtsg1Sr { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.375rem;left:35.3125rem;display:block; }
#c9XN2cMPcPL73Pv67Vi5wPoqRK9xiDs3 { color:#585858;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.3125rem;left:45.9375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTgdDNf32aDIv9aeq8Z81ptmR6g377eW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.375rem;left:50.5rem;display:block; }
#DXGHdpiD8qS2SnTPaBLySTZW6TAq1TuR { color:#585858;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.25rem;left:31.0625rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { background-color: transparent; background-image: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .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); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { border-width: 0; border-radius: 0; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#sNrQag1IviGTszUveoMKCm8k0CLxQMfQ { color:#000000;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.42724609375rem;left:26.8125rem;height:14.77734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WcDfAUpLxBdBsTirReDMk0dnHngJP5pm { position:absolute;display:block;z-index:15002;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;height:13.5625rem;width:21.625rem;top:2.96875rem;left:2.75rem;overflow:hidden;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !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; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.197265625rem;left:0rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#six3sdnBoz7aLypuURtn1FaZ976JMu8k { 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; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .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); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iirQ7yDFLgex2qZ7cEg7zZNH8N70Fiv6 { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { background-color: transparent; background-image: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container > .video-iframe-container { display: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container { display: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .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); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { border-width: 0; border-radius: 0; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { font-size:0.875rem;font-family:arial;height:185.25rem;width:60rem;position:relative;display:block; }#e6COCvO3G0R4h2reDboiXyx7vN4O1Tfx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HwOIC1SMFLhD83NDM3TX0BdRTonopKZV { 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:46.3125rem;width:60rem;top:46.25rem;left:0rem;overflow:hidden;display:block; }
#LyaRAlSmTqdeeBCMF0PxIHW2dIhVHauK { 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:46.3125rem;width:60rem;top:92.5625rem;left:0rem;overflow:hidden;display:block; }
#IG5xN5spdB8p8F49XOP1J49JaGri8p4G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:60rem;top:138.875rem;left:0rem;overflow:hidden;display:block; }
#e2pmlb77SNdgbaSe8Tgm6QrdvObocT2w { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1rem;left:46.4375rem;height:3.33105625rem;display:block; }
#GaS7UJa1Ji7MMPFvCtNpkq76A3zVTkNL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.09375rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#WxPiXMomEpvFrnUiO0t6baylu4nA9KuT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.75rem;height:3.33105625rem;display:block; }
#rqdDu0rICimiTPaqi72yubPOCJqksg1J { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.5625rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#n3ZBi0QgsE2g3ATyJqdJH0ODA1i2TOG4 { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:45.5rem;height:3.33105625rem;display:block; }
#sO8JcwlDEFShsHkU4ECePrgewfpgPeoB { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.625rem;left:41.15625rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#EtG0fHnfIcKphHPm4pVLso0W9i6XaGQp { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:46.25rem;left:0rem;display:block; }
#XUFh8LW5Od4KZEBZB94aCyR1PlSA99qO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.5rem;left:3.75rem;height:3.33105625rem;display:block; }
#URAorZhze8bTKW92CTB5MNRBMxK0ugVB { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.125rem;left:1.09375rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#KR4iKNDOOygxZ6trxiwEfXkPvZFW3KmK { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.625rem;left:45.3125rem;height:3.33105625rem;display:block; }
#uleqmWulKFgrtTnoxShHekh0BAQxq15z { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:66.75rem;left:41.625rem;height:9.098625rem;text-align:justify;text-align-last:initial;display:block; }
#Udq691wvtwqg2V0bfkhRLdtSnBakbCAA { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:78.125rem;left:3.21875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#fylBllHPT5xLkTVJVmeSzpEHiaybixP7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:85.474609375rem;left:1.71875rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#ewGtX2VXvx6RmkAQTJPeDAJsgZcf5Mgy { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:92.5625rem;left:0rem;display:block; }
#TTucAHEbkgVLRiqqZlmfd76M4V2xGHKt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:93.5rem;left:43.75rem;height:3.33105625rem;display:block; }
#oyFcJmwZuePeyooWemXLNTgPfFxRQh5S { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:97.75rem;left:42.09375rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#T6s5Odo2DmHmclJTTzRcSSGSXRByg88E { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:108.5rem;left:6.5rem;height:3.33105625rem;display:block; }
#Cbi2f7HP69ykf4lZ6mV9amftkkapUamq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:112.4375rem;left:0.53125rem;height:10.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#zZQBTrcIkr7ZHKwg6o8V1waBK5hmC0S7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:125.125rem;left:40.90625rem;height:3.33105625rem;display:block; }
#HeU7L8zoIFO1kU5u7D0RLEQvtkkX5iSQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:129.8125rem;left:40.875rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#zH3CPExGs8IPRhA2ZTeHo60H70EClhnP { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:138.75rem;left:0rem;display:block; }
#zDaCmWuEDFe3K6R0FNxMs6oa2DG2H6ea { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:140.0625rem;left:1.46875rem;height:3.33105625rem;display:block; }
#BduqBvcDmb7Rei5RlWBLOOkZyl7oGlC2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:145.25rem;left:1.75rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#I7PnBko2qpKFBLk1PGOUvuOdKLOrBZey { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:154.5625rem;left:43.1875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#TRDuHG9BEZ6LIVEgpstv9C6qIgHV63Wp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:161.9375rem;left:42.28125rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#nPIGucqyw74FkrRHH786sqeInTvA8gTx { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:171.5rem;left:0.125rem;height:3.33105625rem;display:block; }
#TvD2TmktxUbHLpXfsBT8M7AcAzg81Uh1 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:175.4560546875rem;left:1.03125rem;height:9.098625rem;text-align:justify;text-align-last:initial;display:block; }
#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ > .row .container { border-width: 0; border-radius: 0; }#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ > .row .container { font-size:0.875rem;font-family:arial;height:185.25rem;width:60rem;position:relative;display:none; }#RkheUEf9Whg00QFRzbB8mSuOX3U2deqk { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1rem;left:46.4375rem;height:3.33105625rem;display:block; }
#w1CghfeT2HVPTqlZaS7x2B34MN4XyC6T { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.09375rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#ScvyonBi3lFphIkJfRnoEPfe29Sv5THa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.75rem;height:3.33105625rem;display:block; }
#GSk54RROUZXsMKUkMEnL0nFm3W24phEX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.5625rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#tQBN1FEQfcxBo2yvKmrEsI9E5gv1mNoZ { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:45.5rem;height:3.33105625rem;display:block; }
#CKbpXb94CJsHBwnHQiEvFwcT8G26fItD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.625rem;left:41.15625rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#UwVzkD464taH4I9IqABfHR51ipIg0Bu1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.5rem;left:3.75rem;height:3.33105625rem;display:block; }
#dPFv7i8zzZKu4b5Uw3SoeKITIJtkLHFW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.125rem;left:1.09375rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#sHmP4ASQpuGMxCTnwgZQGRkUUeBCnwtI { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.625rem;left:45.3125rem;height:3.33105625rem;display:block; }
#nlJ9WqyozqEkooJSM6v9yUfLMOeD7kKF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:66.75rem;left:41.625rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#DeCkUXcJywaHpsCiAcWiRltvtX7Bxa6r { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:78.125rem;left:3.21875rem;height:9.9931875rem;text-align:center;text-align-last:center;display:block; }
#lT8xDiOLty9hxUr7T39spzyPvrauV174 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:85.474609375rem;left:1.71875rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#VuUbTKnynhwplhH6x7Cn40d5gtTT7NJ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:93.5rem;left:43.75rem;height:3.33105625rem;display:block; }
#z9xSzqLIecvsWF6dbEyRVna2VPKfVeMM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:97.75rem;left:42.09375rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#UwvbzyFughPQShErmy8RfsZE3IF7Hkv4 { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:108.5rem;left:6.5rem;height:3.33105625rem;display:block; }
#DTyS2tqdpW8hU9qFbg1xbq8OrGvnqRFE { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:112.4375rem;left:0.53125rem;height:9.098625rem;text-align:justify;text-align-last:initial;display:block; }
#I6sXgraWb2esvTdANKFNKMD2Cmd3lJE3 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:125.125rem;left:40.90625rem;height:6.662125rem;display:block; }
#XZ9a8q1uIWqrxduEzVH9Q1czgJBK8aAv { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:129.8125rem;left:40.875rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#lbFLoviS2QMt1VQm4s2sVvkU4JSXnIRd { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:154.5625rem;left:43.1875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#LQrySERT6wZ1l47cUDv3CaC4XqovxIqs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:161.9375rem;left:42.28125rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#a5gx1TzGmXfnK89iXDNH6Csknc2HrCCg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:171.5rem;left:0.125rem;height:3.33105625rem;display:block; }
#Gc96o8RX8NXWOOBhuCtLRvXpCmlsOzVT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:175.4560546875rem;left:1.03125rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#lMeu2UmTCMdihq8X9m4N7Wo11fonAhTT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:46.25rem;display:none; }
#bq9TnyTGo1hiFFpAZqt8cxrNtik8AJHz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:45.875rem;display:none; }
#oxOcUooBvWTE9A8RPGsl4NCQE6solvGC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:46.5rem;display:none; }
#wNPaAQ4Nl6ydH0hApuw53I2m1adB9KuN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:46.25rem;display:none; }
#ZQ0EdMqHGqV50ENnTTEdPW9AGuuJ14Uw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:46.25rem;display:none; }
#IiG82q7TnGWl3N8WHdarth0AURkwW1er { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:46.25rem;display:none; }
#dd5b2qzPooDdC6kEs8NsTd2Tdk3gWhl3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:46.25rem;display:none; }
#cplrAfunHGaeFm18vWbXPMWuNVKCVJx9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:46.125rem;display:none; }
#sv83xJc8MT8466Uvokw0kFKkwECaJvSh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5rem;width:46.125rem;display:none; }
#uPpeqCJaPHGvTKXRODwgilkkX67FThTF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:46.375rem;display:none; }
#gmB2iqvIAXQh38KgNgNV5TCw3MM8xU8N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:45.875rem;display:none; }
#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { 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; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { background-color: transparent; background-image: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .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); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { border-width: 0; border-radius: 0; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGgGdmoabiWml529gg1t41kRi05WZGkT { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #fbfafa);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #fbfafa);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #fbfafa);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #fbfafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fbfafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fbfafa' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #fbfafa);background-size:auto !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; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:rgba(var(--color-secondary-0),1);display:block;width:29rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:0.0625rem;height:7.949225rem;font-style:normal;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:rgba(var(--color-secondary-0),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.78125rem;height:6.5rem;font-style:normal;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#f2f9ff;width:14.4375rem;height:3.75rem;font-family:lato;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:lato;font-size:0.875rem;font-weight:300;color:rgba(var(--color-secondary-0),1);vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.90625rem;left:30.1875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.90625rem;left:30.1875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #iC47fiNS4xQ5ksrTTLMg2awuE9p5iCAu { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #yUKapogamESKpbMhCTLxIyGnftQXt62v { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LUHiMaTmNJL8OqPLIUd7vmvZlCtFb1Xh { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { position:relative;z-index:2; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:40rem;left:2.125rem; }
#yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#h624ty1BfrDumyaON3Rp8XPS1hJpJ80i { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:40rem;left:5.8125rem; }
#h624ty1BfrDumyaON3Rp8XPS1hJpJ80i > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#OhdB9UgbzqOi0vFvZkSA1i91vPeQ3XfG { color:#2f2f2f;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.46875rem;left:2.125rem;height:0.9746125rem;display:block; }
#q1ckk8AidcFgVtI6nFsVp8HsB5VJo2c9 { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.0625rem;left:1.25rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#w8ZCDAJhf4ZC1Qdy2ThCsuol1U9iOPE6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44rem;left:5.875rem;height:4.0625rem;text-align:right;text-align-last:right;display:block; }
#nMUmuDoRV7x9hhPt10M9o8F93i295z0z { position:relative;display:none; }#nMUmuDoRV7x9hhPt10M9o8F93i295z0z { border-width: 0; border-radius: 0; }#nMUmuDoRV7x9hhPt10M9o8F93i295z0z > .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; }#nMUmuDoRV7x9hhPt10M9o8F93i295z0z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:36.5625rem;height:9.6875rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { top:32.0625rem;left:0.125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO0KgPcCCsBHOEcRvHzetOSlsJg2MqUT { display:block; }
 }@media only screen and (max-width: 763px) { #RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { width:8.75rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block; }
 }@media only screen and (max-width: 763px) { #m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { width:11.25rem;height:2.5rem;top:1.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:7.5rem;height:2.5rem;top:1.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:36.6875rem;left:24.0625rem;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #tMubcFinIkdzOywvdtMUSfLVMeTTLvrw { top:0.5rem;left:0rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:47.75rem;height:1.625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:7.9375rem;top:0.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:6rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:7.5rem;top:11.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:7.5rem;top:11.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:4.8125rem;height:4.8125rem;top:1.9375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:3.375rem;height:3.375rem;top:2.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:2.625rem;height:2.625rem;top:3.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:47.75rem;height:3.375rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { width:47.75rem;height:5.8125rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:16.5rem;height:6rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:16.5rem;height:7.5rem;top:11.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:19.375rem;height:9rem;top:11.5625rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:3.875rem;height:3.875rem;top:2.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:3.625rem;height:3.625rem;top:2.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:3.5625rem;height:3.5625rem;top:2.5625rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.375rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:47.75rem;height:4.875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0H4lAyH27Cebphp7arZQ6p4SEvSksk { display:block; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcI3qP0nUya3gCv6Ed9GwUuBRm5IOgFe { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKynU0GmpaaQQIptXFE1hUTnNUZeBBKc { top:1.75rem;left:0.625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPUoTeEofWlJhFNzrc3D8He20NsuTCFw { width:11.25rem;height:12rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyayTsaTl5BtcWbZCCBXhB3laS7MNKKT { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f062q77HQbDxtV9W4MQyxKKSoiuvQbkD { top:1.25rem;left:7.5rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVoUHzfGsZ1fVdkSsaJwxttRJGP2PyHp { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvKlomWWzEp3kDWtboHfqnEolErUNvg { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtbgLmTynivyJQWlcBsyzsPvOBwNLwE0 { width:10.6875rem;height:10.5rem;top:16.4375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcJl9sewsDJoFfJ8QzSOVD6sSQM2MPN { top:1.25rem;left:37.1875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzygWagsPMCyLTgedXVqhhVILGHA09rF { width:2.125rem;height:2.125rem;top:3.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRfTNsvUbL5iFGeNEVCF4g3bTsDmgqCh { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXoXIkp7vTL6qCb0rb0cm53VJkm4y0OO { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip0T3ny9ciQi1Na8GecSJmmhMUPEHqNt { top:1.25rem;left:22.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOFaixTIXaDp7xoBRB2vkDMbcHtsg1Sr { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XN2cMPcPL73Pv67Vi5wPoqRK9xiDs3 { width:11.6875rem;height:12rem;top:16.3125rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTgdDNf32aDIv9aeq8Z81ptmR6g377eW { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXGHdpiD8qS2SnTPaBLySTZW6TAq1TuR { width:11rem;height:12rem;top:16.25rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNrQag1IviGTszUveoMKCm8k0CLxQMfQ { top:2.375rem;left:0rem;width:32.625rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDfAUpLxBdBsTirReDMk0dnHngJP5pm { top:2.9375rem;left:0rem;width:21.625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:5.5625rem;top:4.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iirQ7yDFLgex2qZ7cEg7zZNH8N70Fiv6 { width:47.75rem;height:1.625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { display:block; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6COCvO3G0R4h2reDboiXyx7vN4O1Tfx { top:0rem;left:0rem;width:47.75rem;height:36.807291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOIC1SMFLhD83NDM3TX0BdRTonopKZV { top:46.25rem;left:0rem;width:47.75rem;height:36.85703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyaRAlSmTqdeeBCMF0PxIHW2dIhVHauK { top:92.5625rem;left:0rem;width:47.75rem;height:36.85703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5xN5spdB8p8F49XOP1J49JaGri8p4G { top:138.875rem;left:0rem;width:47.75rem;height:36.85703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2pmlb77SNdgbaSe8Tgm6QrdvObocT2w { top:1rem;left:36.125rem;width:7.125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaS7UJa1Ji7MMPFvCtNpkq76A3zVTkNL { top:5.4375rem;left:31.78125rem;width:15.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxPiXMomEpvFrnUiO0t6baylu4nA9KuT { top:16.0625rem;left:1.6875rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqdDu0rICimiTPaqi72yubPOCJqksg1J { top:20.5625rem;left:0rem;width:16.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ZBi0QgsE2g3ATyJqdJH0ODA1i2TOG4 { top:32.3125rem;left:35.1875rem;width:9rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO8JcwlDEFShsHkU4ECePrgewfpgPeoB { top:36.625rem;left:29.9375rem;width:17.6875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtG0fHnfIcKphHPm4pVLso0W9i6XaGQp { top:46.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUFh8LW5Od4KZEBZB94aCyR1PlSA99qO { top:47.5rem;left:1.6875rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAorZhze8bTKW92CTB5MNRBMxK0ugVB { top:52.125rem;left:0rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR4iKNDOOygxZ6trxiwEfXkPvZFW3KmK { top:62.625rem;left:35rem;width:9.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uleqmWulKFgrtTnoxShHekh0BAQxq15z { top:66.75rem;left:30.875rem;width:16.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udq691wvtwqg2V0bfkhRLdtSnBakbCAA { top:78.125rem;left:1.15625rem;width:13.5625rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylBllHPT5xLkTVJVmeSzpEHiaybixP7 { top:85.4375rem;left:0rem;width:16.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewGtX2VXvx6RmkAQTJPeDAJsgZcf5Mgy { top:92.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTucAHEbkgVLRiqqZlmfd76M4V2xGHKt { top:93.5rem;left:33.4375rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFcJmwZuePeyooWemXLNTgPfFxRQh5S { top:97.75rem;left:31.4375rem;width:16.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6s5Odo2DmHmclJTTzRcSSGSXRByg88E { top:108.5rem;left:4.4375rem;width:7rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbi2f7HP69ykf4lZ6mV9amftkkapUamq { top:112.4375rem;left:0rem;width:18.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZQBTrcIkr7ZHKwg6o8V1waBK5hmC0S7 { top:125.125rem;left:29.4375rem;width:18.1875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeU7L8zoIFO1kU5u7D0RLEQvtkkX5iSQ { top:129.8125rem;left:29.375rem;width:18.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH3CPExGs8IPRhA2ZTeHo60H70EClhnP { top:138.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDaCmWuEDFe3K6R0FNxMs6oa2DG2H6ea { top:140.0625rem;left:0rem;width:17.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BduqBvcDmb7Rei5RlWBLOOkZyl7oGlC2 { top:145.25rem;left:0rem;width:16.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7PnBko2qpKFBLk1PGOUvuOdKLOrBZey { top:154.5625rem;left:32.875rem;width:13.625rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDuHG9BEZ6LIVEgpstv9C6qIgHV63Wp { top:161.9375rem;left:31.96875rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPIGucqyw74FkrRHH786sqeInTvA8gTx { top:171.5rem;left:0rem;width:19.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvD2TmktxUbHLpXfsBT8M7AcAzg81Uh1 { top:175.4375rem;left:0rem;width:17.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ { display:none; }#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RkheUEf9Whg00QFRzbB8mSuOX3U2deqk { top:1rem;left:36.125rem;width:7.125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CghfeT2HVPTqlZaS7x2B34MN4XyC6T { top:5.4375rem;left:31.78125rem;width:15.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvyonBi3lFphIkJfRnoEPfe29Sv5THa { top:16.0625rem;left:1.6875rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSk54RROUZXsMKUkMEnL0nFm3W24phEX { top:20.5625rem;left:0rem;width:16.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBN1FEQfcxBo2yvKmrEsI9E5gv1mNoZ { top:32.3125rem;left:35.1875rem;width:9rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbpXb94CJsHBwnHQiEvFwcT8G26fItD { top:36.625rem;left:29.9375rem;width:17.6875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwVzkD464taH4I9IqABfHR51ipIg0Bu1 { top:47.5rem;left:1.6875rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFv7i8zzZKu4b5Uw3SoeKITIJtkLHFW { top:52.125rem;left:0rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHmP4ASQpuGMxCTnwgZQGRkUUeBCnwtI { top:62.625rem;left:35rem;width:9.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJ9WqyozqEkooJSM6v9yUfLMOeD7kKF { top:66.75rem;left:30.875rem;width:16.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCkUXcJywaHpsCiAcWiRltvtX7Bxa6r { top:78.125rem;left:1.15625rem;width:13.5625rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8xDiOLty9hxUr7T39spzyPvrauV174 { top:85.4375rem;left:0rem;width:16.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuUbTKnynhwplhH6x7Cn40d5gtTT7NJ5 { top:93.5rem;left:33.4375rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9xSzqLIecvsWF6dbEyRVna2VPKfVeMM { top:97.75rem;left:31.4375rem;width:16.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvbzyFughPQShErmy8RfsZE3IF7Hkv4 { top:108.5rem;left:4.4375rem;width:7rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTyS2tqdpW8hU9qFbg1xbq8OrGvnqRFE { top:112.4375rem;left:0rem;width:18.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6sXgraWb2esvTdANKFNKMD2Cmd3lJE3 { top:125.125rem;left:29.4375rem;width:18.1875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ9a8q1uIWqrxduEzVH9Q1czgJBK8aAv { top:129.8125rem;left:29.375rem;width:18.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFLoviS2QMt1VQm4s2sVvkU4JSXnIRd { top:154.5625rem;left:32.875rem;width:13.625rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQrySERT6wZ1l47cUDv3CaC4XqovxIqs { top:161.9375rem;left:31.96875rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gx1TzGmXfnK89iXDNH6Csknc2HrCCg { top:171.5rem;left:0rem;width:19.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc96o8RX8NXWOOBhuCtLRvXpCmlsOzVT { top:175.4375rem;left:0rem;width:17.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMeu2UmTCMdihq8X9m4N7Wo11fonAhTT { width:46.25rem;height:36.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq9TnyTGo1hiFFpAZqt8cxrNtik8AJHz { width:45.875rem;height:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxOcUooBvWTE9A8RPGsl4NCQE6solvGC { width:46.5rem;height:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNPaAQ4Nl6ydH0hApuw53I2m1adB9KuN { width:46.25rem;height:36.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ0EdMqHGqV50ENnTTEdPW9AGuuJ14Uw { width:46.25rem;height:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiG82q7TnGWl3N8WHdarth0AURkwW1er { width:46.25rem;height:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dd5b2qzPooDdC6kEs8NsTd2Tdk3gWhl3 { width:46.25rem;height:36.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cplrAfunHGaeFm18vWbXPMWuNVKCVJx9 { width:46.125rem;height:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv83xJc8MT8466Uvokw0kFKkwECaJvSh { width:46.125rem;height:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPpeqCJaPHGvTKXRODwgilkkX67FThTF { width:46.375rem;height:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmB2iqvIAXQh38KgNgNV5TCw3MM8xU8N { width:45.875rem;height:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:47.75rem;height:1.625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #iC47fiNS4xQ5ksrTTLMg2awuE9p5iCAu {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #yUKapogamESKpbMhCTLxIyGnftQXt62v {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LUHiMaTmNJL8OqPLIUd7vmvZlCtFb1Xh {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe { top:40rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
#yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #h624ty1BfrDumyaON3Rp8XPS1hJpJ80i { top:40rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
#h624ty1BfrDumyaON3Rp8XPS1hJpJ80i > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #OhdB9UgbzqOi0vFvZkSA1i91vPeQ3XfG { top:38.4375rem;left:0rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ckk8AidcFgVtI6nFsVp8HsB5VJo2c9 { top:44.0625rem;left:0rem;width:26.1875rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ZCDAJhf4ZC1Qdy2ThCsuol1U9iOPE6 { top:44rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUmuDoRV7x9hhPt10M9o8F93i295z0z { display:none; }#nMUmuDoRV7x9hhPt10M9o8F93i295z0z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:18.75rem;height:11.3984375rem;top:16.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:18.75rem;height:8.53125rem;top:29.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { top:41.0625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO0KgPcCCsBHOEcRvHzetOSlsJg2MqUT { display:block; }
 }@media only screen and (max-width: 763px) { #RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { width:6.8125rem;height:2.5rem;top:7.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block; }
 }@media only screen and (max-width: 763px) { #m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { width:9.6875rem;height:2.5rem;top:7.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:8.75rem;height:2.5rem;top:9.75rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:9.75rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:12.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:46.5rem;left:9rem;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #tMubcFinIkdzOywvdtMUSfLVMeTTLvrw { width:7.25rem;height:7.25rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:2.4375rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:18.75rem;height:1.29980625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.75rem;height:19.5rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:3.1494125rem;top:8.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:6rem;top:12.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:0.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:11.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:3.1494125rem;top:27.625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:7.5rem;top:51.125rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:20.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:30.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.57470625rem;top:48.6875rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:7.5rem;top:31.5625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:41.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:50.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:5.5rem;height:5.5rem;top:1rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:4.3125rem;height:4.3125rem;top:21.15625rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:3.6875rem;height:3.6875rem;top:42.40625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:18.75rem;height:2.4375rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { width:18.75rem;height:15.597625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.57470625rem;top:8.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:16.5rem;height:6rem;top:11.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:10.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.57470625rem;top:27.0625rem;left:3.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:16.5rem;height:7.5rem;top:53.5rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:29.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.57470625rem;top:50.125rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:16.5rem;height:10.5rem;top:30.3125rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:52.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { width:6.25rem;height:6.25rem;top:1.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:4.8125rem;height:4.8125rem;top:2.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { width:6.25rem;height:6.25rem;top:20.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:4.625rem;height:4.625rem;top:21.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:6.25rem;height:6.25rem;top:43.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:4.5625rem;height:4.5625rem;top:44.15625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.4375rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:9.098625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0H4lAyH27Cebphp7arZQ6p4SEvSksk { display:block; }#DL0H4lAyH27Cebphp7arZQ6p4SEvSksk > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcI3qP0nUya3gCv6Ed9GwUuBRm5IOgFe { width:12.9375rem;height:1.57470625rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKynU0GmpaaQQIptXFE1hUTnNUZeBBKc { width:7rem;height:7rem;top:0.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPUoTeEofWlJhFNzrc3D8He20NsuTCFw { width:16.5rem;height:7.5rem;top:10.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyayTsaTl5BtcWbZCCBXhB3laS7MNKKT { width:2.5rem;height:0.125rem;top:10.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f062q77HQbDxtV9W4MQyxKKSoiuvQbkD { width:6.6875rem;height:6.6875rem;top:63.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVoUHzfGsZ1fVdkSsaJwxttRJGP2PyHp { width:12.9375rem;height:3.1494125rem;top:70.1875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvKlomWWzEp3kDWtboHfqnEolErUNvg { width:2.5rem;height:0.125rem;top:73.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtbgLmTynivyJQWlcBsyzsPvOBwNLwE0 { width:13.625rem;height:6rem;top:74.625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcJl9sewsDJoFfJ8QzSOVD6sSQM2MPN { width:6.1875rem;height:6.1875rem;top:21rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzygWagsPMCyLTgedXVqhhVILGHA09rF { width:2.125rem;height:2.125rem;top:22.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRfTNsvUbL5iFGeNEVCF4g3bTsDmgqCh { width:12.9375rem;height:3.1494125rem;top:27.75rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXoXIkp7vTL6qCb0rb0cm53VJkm4y0OO { width:12.9375rem;height:3.1494125rem;top:49.25rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ip0T3ny9ciQi1Na8GecSJmmhMUPEHqNt { width:7.25rem;height:7.25rem;top:42.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOFaixTIXaDp7xoBRB2vkDMbcHtsg1Sr { width:2.5rem;height:0.125rem;top:53rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XN2cMPcPL73Pv67Vi5wPoqRK9xiDs3 { width:16.5rem;height:7.5rem;top:53.9375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTgdDNf32aDIv9aeq8Z81ptmR6g377eW { width:2.5rem;height:0.125rem;top:31.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXGHdpiD8qS2SnTPaBLySTZW6TAq1TuR { width:16.5rem;height:7.5rem;top:32.0625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNrQag1IviGTszUveoMKCm8k0CLxQMfQ { width:20rem;height:21.606925rem;top:12.54296875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcDfAUpLxBdBsTirReDMk0dnHngJP5pm { width:20rem;height:12.543rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:14.296875rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:18.75rem;height:4.0625rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iirQ7yDFLgex2qZ7cEg7zZNH8N70Fiv6 { width:18.75rem;height:1.29980625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { display:none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { width:20rem;height:228.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6COCvO3G0R4h2reDboiXyx7vN4O1Tfx { width:20rem;height:15.416666666667rem;top:211.70121875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOIC1SMFLhD83NDM3TX0BdRTonopKZV { width:20rem;height:15.4375rem;top:195.01371875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyaRAlSmTqdeeBCMF0PxIHW2dIhVHauK { width:20rem;height:15.4375rem;top:178.32621875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5xN5spdB8p8F49XOP1J49JaGri8p4G { width:20rem;height:15.4375rem;top:161.63871875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2pmlb77SNdgbaSe8Tgm6QrdvObocT2w { width:7.125rem;height:2.5996125rem;top:153.47660625rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaS7UJa1Ji7MMPFvCtNpkq76A3zVTkNL { width:15.8125rem;height:5.19921875rem;top:147.0273875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxPiXMomEpvFrnUiO0t6baylu4nA9KuT { width:12.5rem;height:2.5996125rem;top:143.177775rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqdDu0rICimiTPaqi72yubPOCJqksg1J { width:16.875rem;height:7.7988125rem;top:134.1294625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ZBi0QgsE2g3ATyJqdJH0ODA1i2TOG4 { width:9rem;height:2.5996125rem;top:130.27985rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO8JcwlDEFShsHkU4ECePrgewfpgPeoB { width:17.6875rem;height:7.7988125rem;top:121.2315375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtG0fHnfIcKphHPm4pVLso0W9i6XaGQp { width:20rem;height:0.1875rem;top:160.20121875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUFh8LW5Od4KZEBZB94aCyR1PlSA99qO { width:12.5rem;height:2.5996125rem;top:117.381925rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAorZhze8bTKW92CTB5MNRBMxK0ugVB { width:17.8125rem;height:6.499rem;top:109.6333625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR4iKNDOOygxZ6trxiwEfXkPvZFW3KmK { width:9.375rem;height:2.5996125rem;top:105.78375rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uleqmWulKFgrtTnoxShHekh0BAQxq15z { width:16.75rem;height:9.098625rem;top:95.435625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udq691wvtwqg2V0bfkhRLdtSnBakbCAA { width:13.5625rem;height:5.19921875rem;top:88.98640625rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylBllHPT5xLkTVJVmeSzpEHiaybixP7 { width:16.5625rem;height:6.499rem;top:81.23784375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewGtX2VXvx6RmkAQTJPeDAJsgZcf5Mgy { width:20rem;height:0.1875rem;top:158.76371875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTucAHEbkgVLRiqqZlmfd76M4V2xGHKt { width:12.5rem;height:2.5996125rem;top:77.38823125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFcJmwZuePeyooWemXLNTgPfFxRQh5S { width:16.1875rem;height:7.7988125rem;top:68.33991875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6s5Odo2DmHmclJTTzRcSSGSXRByg88E { width:7rem;height:2.5996125rem;top:64.49030625rem;left:6.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbi2f7HP69ykf4lZ6mV9amftkkapUamq { width:18.9375rem;height:10.3984375rem;top:52.84186875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZQBTrcIkr7ZHKwg6o8V1waBK5hmC0S7 { width:18.1875rem;height:2.5996125rem;top:48.99225625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeU7L8zoIFO1kU5u7D0RLEQvtkkX5iSQ { width:18.25rem;height:6.499rem;top:41.24369375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH3CPExGs8IPRhA2ZTeHo60H70EClhnP { width:20rem;height:0.1875rem;top:157.32621875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDaCmWuEDFe3K6R0FNxMs6oa2DG2H6ea { width:17.0625rem;height:2.5996125rem;top:37.39408125rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BduqBvcDmb7Rei5RlWBLOOkZyl7oGlC2 { width:16.5rem;height:6.499rem;top:29.64551875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7PnBko2qpKFBLk1PGOUvuOdKLOrBZey { width:13.625rem;height:5.19921875rem;top:23.1963rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDuHG9BEZ6LIVEgpstv9C6qIgHV63Wp { width:15.4375rem;height:6.499rem;top:15.4477375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPIGucqyw74FkrRHH786sqeInTvA8gTx { width:19.75rem;height:2.5996125rem;top:11.598125rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvD2TmktxUbHLpXfsBT8M7AcAzg81Uh1 { width:17.9375rem;height:9.098625rem;top:1.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ { display:block; }#DmwRJZdEQ7JXlUvXHH22zIBCboeeVsxZ > .row .container { width:20rem;height:318.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkheUEf9Whg00QFRzbB8mSuOX3U2deqk { width:5.4375rem;height:2.5996125rem;top:60.4375rem;left:7.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CghfeT2HVPTqlZaS7x2B34MN4XyC6T { width:17.5625rem;height:5.19921875rem;top:64rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvyonBi3lFphIkJfRnoEPfe29Sv5THa { width:9.3125rem;height:2.5996125rem;top:86.375rem;left:5.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSk54RROUZXsMKUkMEnL0nFm3W24phEX { width:16.875rem;height:7.7988125rem;top:89.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBN1FEQfcxBo2yvKmrEsI9E5gv1mNoZ { width:6.875rem;height:2.5996125rem;top:114.99609375rem;left:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbpXb94CJsHBwnHQiEvFwcT8G26fItD { width:17.6875rem;height:7.7988125rem;top:118.095703125rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwVzkD464taH4I9IqABfHR51ipIg0Bu1 { width:9.6875rem;height:2.5996125rem;top:143.3125rem;left:5.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFv7i8zzZKu4b5Uw3SoeKITIJtkLHFW { width:17.8125rem;height:6.499rem;top:146.625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHmP4ASQpuGMxCTnwgZQGRkUUeBCnwtI { width:7.3125rem;height:2.5996125rem;top:171.625rem;left:6.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJ9WqyozqEkooJSM6v9yUfLMOeD7kKF { width:16.75rem;height:9.098625rem;top:174.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCkUXcJywaHpsCiAcWiRltvtX7Bxa6r { width:13.5625rem;height:5.19921875rem;top:201.5rem;left:3.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8xDiOLty9hxUr7T39spzyPvrauV174 { width:17.625rem;height:6.499rem;top:207.3876953125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuUbTKnynhwplhH6x7Cn40d5gtTT7NJ5 { width:10.875rem;height:2.5996125rem;top:262.712890625rem;left:4.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9xSzqLIecvsWF6dbEyRVna2VPKfVeMM { width:17.25rem;height:7.7988125rem;top:266.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvbzyFughPQShErmy8RfsZE3IF7Hkv4 { width:5.125rem;height:2.5996125rem;top:231.125rem;left:7.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTyS2tqdpW8hU9qFbg1xbq8OrGvnqRFE { width:18.9375rem;height:10.3984375rem;top:234.375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6sXgraWb2esvTdANKFNKMD2Cmd3lJE3 { width:14rem;height:2.5996125rem;top:290.9375rem;left:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ9a8q1uIWqrxduEzVH9Q1czgJBK8aAv { width:18.25rem;height:6.499rem;top:294.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFLoviS2QMt1VQm4s2sVvkU4JSXnIRd { width:13.625rem;height:5.19921875rem;top:0.875rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQrySERT6wZ1l47cUDv3CaC4XqovxIqs { width:17.9375rem;height:5.19921875rem;top:7.125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gx1TzGmXfnK89iXDNH6Csknc2HrCCg { width:15.375rem;height:2.5996125rem;top:31.1875rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc96o8RX8NXWOOBhuCtLRvXpCmlsOzVT { width:17.9375rem;height:9.098625rem;top:34.787109375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMeu2UmTCMdihq8X9m4N7Wo11fonAhTT { top:14.12109375rem;left:0rem;width:20rem;height:15.875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bq9TnyTGo1hiFFpAZqt8cxrNtik8AJHz { top:44.8125rem;left:0rem;width:20rem;height:15.0625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxOcUooBvWTE9A8RPGsl4NCQE6solvGC { top:70.43359375rem;left:0rem;width:20rem;height:15rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wNPaAQ4Nl6ydH0hApuw53I2m1adB9KuN { top:98.12109375rem;left:0rem;width:20rem;height:15.9375rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0EdMqHGqV50ENnTTEdPW9AGuuJ14Uw { top:126.80859375rem;left:0rem;width:20rem;height:15.1875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IiG82q7TnGWl3N8WHdarth0AURkwW1er { top:155.43359375rem;left:0rem;width:20rem;height:15.0625rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dd5b2qzPooDdC6kEs8NsTd2Tdk3gWhl3 { top:184.49609375rem;left:0rem;width:20rem;height:15.875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cplrAfunHGaeFm18vWbXPMWuNVKCVJx9 { top:214.80859375rem;left:0rem;width:20rem;height:15.0625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sv83xJc8MT8466Uvokw0kFKkwECaJvSh { top:246rem;left:0rem;width:20rem;height:15.8125rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uPpeqCJaPHGvTKXRODwgilkkX67FThTF { top:275.05859375rem;left:0rem;width:20rem;height:15rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gmB2iqvIAXQh38KgNgNV5TCw3MM8xU8N { top:303.24609375rem;left:0rem;width:20rem;height:15.0625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:18.75rem;height:3.8994125rem;top:1.5810546875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:18.75rem;height:1.29980625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:17.625rem;height:7.875rem;top:2.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:20rem;height:3.16845625rem;top:12rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:17.5rem;height:auto;top:15.9375rem;left:0rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:17.5rem;height:auto;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #iC47fiNS4xQ5ksrTTLMg2awuE9p5iCAu {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #yUKapogamESKpbMhCTLxIyGnftQXt62v {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LUHiMaTmNJL8OqPLIUd7vmvZlCtFb1Xh {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe { display:flex;width:2.75rem;height:2.75rem;top:53.4375rem;left:6.9375rem; }
#yW7vmScKTRp8mBOG1cL1WDx4oTLLfwWe > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #h624ty1BfrDumyaON3Rp8XPS1hJpJ80i { display:flex;width:2.75rem;height:2.75rem;top:53.4375rem;left:10.375rem; }
#h624ty1BfrDumyaON3Rp8XPS1hJpJ80i > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #OhdB9UgbzqOi0vFvZkSA1i91vPeQ3XfG { width:7.3125rem;height:0.9746125rem;top:51.1875rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ckk8AidcFgVtI6nFsVp8HsB5VJo2c9 { width:20rem;height:4.0625rem;top:61.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ZCDAJhf4ZC1Qdy2ThCsuol1U9iOPE6 { width:12.5rem;height:4.0625rem;top:61.5rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUmuDoRV7x9hhPt10M9o8F93i295z0z { display:block; }#nMUmuDoRV7x9hhPt10M9o8F93i295z0z > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }