.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:250,214,214;--color-primary-1:255,102,102;--color-primary-2:229,51,51;--color-primary-3:222,0,0;--color-primary-4:46,10,10;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:125,125,125;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { background-color: transparent; background-image: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container > .video-iframe-container { display: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container { display: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .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); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { border-width: 0; border-radius: 0; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#r527f186e5aea03cdb376f9c907b5524 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3f3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:20.3125rem;display:block; }
#zea03c92addf9c0441e889148a45dc8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d90f84dfb4eeecef534a2963be750311 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3f3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:31.1875rem;display:block; }
#f611422ad24258d9db000bcf48ba539d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2789ed27c4469668aac4ebd355c8c0f { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3f3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:42.125rem;display:block; }
#t791c4d447bf751e3b83eeb7b03efecd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrFgqLuqdEfcFac7E3TcqNyuq0G6TPK2 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3f3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:53rem;display:block; }
#iJuDWC3XzblMum2bHWuZ8yybOgTFlhbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaqFuPLRRn0sNUFS1UmJGuLxnuq7FTHe { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#de0000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.6875rem;left:63rem;display:block; }
#dBQ1MfUWxcd91kGq0IaPetWIp9L1F3oN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZDnVhaXpmr37AkwTfRPqQ3mwoIOKiQf { 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:4rem;width:7.375rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 { position:relative;display:block; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 { background-color: transparent; background-image: none; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row .container > .video-iframe-container { display: none; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row > .video-iframe-container { display: none; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .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); }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 { border-width: 0; border-radius: 0; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .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; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf { position:relative;display:none; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf { border-width: 0; border-radius: 0; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf > .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; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { position:relative;display:block; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { background-color: transparent; background-image: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container > .video-iframe-container { display: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container { display: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .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); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { border-width: 0; border-radius: 0; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/27a8766b-a6d2-4c92-9488-cdebfdc0f7c6/cover_0002_d.crop_816x400_34,0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container.adaptive-delivery-prevent-bg, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container.lazyload, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container.lazyloading { background-image: none; }#p6GCRILrpgey3PcRfheDJzVW21nmHJGd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:2.0625rem;height:6.9863125rem;font-style:normal;display:block; }
#QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.91748046875rem;left:2.0625rem;height:2.03125rem;font-style:normal;display:block; }
#TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6171875rem;left:6.75rem;height:2.76245rem;font-style:normal;display:block; }
#ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.51806640625rem;left:2.0625rem;height:2.2749rem;display:block; }
#rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { position:absolute;display:block;z-index:15147;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.625rem;width:12.5rem;top:13.29248046875rem;left:6.8125rem;overflow:hidden;display:block; }
#CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f80000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:16.82373046875rem;left:2.0625rem;display:block; }
#zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { position:relative;display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { background-color: transparent; background-image: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container > .video-iframe-container { display: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row > .video-iframe-container { display: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .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); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { border-width: 0; border-radius: 0; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .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; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { position:relative;display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { background-color: transparent; background-image: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container > .video-iframe-container { display: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row > .video-iframe-container { display: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .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); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { border-width: 0; border-radius: 0; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .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; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz { position:relative;display:block; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz { background-color: transparent; background-image: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container > .video-iframe-container { display: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row > .video-iframe-container { display: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .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); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz { border-width: 0; border-radius: 0; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container { border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#rZFTbCGGH3ppmLsPOH0dhzA5fo9MXmJK { color:rgba(var(--color-primary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.244140625rem;left:27.34375rem;height:2.76245rem;font-style:normal;display:block; }
#yRWzepUK8EyGlQqM5hiDdT9oI7z23wI1 { position:absolute;display:block;z-index:15147;height:1.6875rem;width:2.5625rem;top:3.32421875rem;left:69.375rem;display:block; }
#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { position:relative;display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { background-color: transparent; background-image: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .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); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { border-width: 0; border-radius: 0; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:1rem;height:4.2246125rem;font-style:normal;display:block; }
#GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { color:#646464;display:block;width:64.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15142;line-height:1.6;letter-spacing:0;top:6.375rem;left:1rem;height:1.5rem;font-style:normal;display:block; }
#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { position:relative;display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { background-color: transparent; background-image: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container > .video-iframe-container { display: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row > .video-iframe-container { display: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .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); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { border-width: 0; border-radius: 0; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .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; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:9.0625rem;left:2.4375rem;height:0.97473125rem;display:block; }
#CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15119;background-color:rgba(241,233,235,0.72);background-image:none;top:12rem;left:0.9375rem;display:block; }
#RxBQcthFNoe97SGx09bzTZFdSlaSkotL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.75rem;height:1.29980625rem;font-style:normal;display:block; }
#dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.4375rem;left:2.4375rem;overflow:hidden;display:block; }
#pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:17.625rem;left:6rem;height:1.13769375rem;display:block; }
#u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:18.75rem;left:6rem;height:1.13769375rem;display:block; }
#mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.375rem;left:2.4375rem;overflow:hidden;display:block; }
#V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:20.5rem;left:6rem;height:1.13769375rem;display:block; }
#vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:21.625rem;left:6rem;height:1.13769375rem;display:block; }
#xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:23.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:24.25rem;left:6rem;height:1.13769375rem;display:block; }
#zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.25rem;left:2.4375rem;overflow:hidden;display:block; }
#IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:26.4375rem;left:6rem;height:1.13769375rem;display:block; }
#QFTE0pCREPMolHPPBy5qKy60yGRprl15 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:27.5625rem;left:6rem;height:2.2734375rem;display:block; }
#Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:32.125rem;left:4.375rem;display:block; }
#VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0);background-image:none;top:1.1875rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;display:block; }
#lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.4375rem;height:0.97473125rem;display:block; }
#llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#G0WH5poukGm70vTdPc8aELrtlp9wzRAH { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0);background-image:none;top:1.1875rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;display:block; }
#dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:2.8125rem;left:21.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:6.25rem;left:21.1875rem;height:0.97473125rem;display:block; }
#a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:7.1875rem;left:21.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.1875rem;height:0.97473125rem;display:block; }
#lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15139;background-color:rgba(241,233,235,0.72);background-image:none;top:12rem;left:19.6875rem;display:block; }
#A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:12.4375rem;left:22.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#c8rM1mZZokK91rTML80TLiMCtT4yoCnl { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.75rem;left:21.375rem;overflow:hidden;display:block; }
#tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.9375rem;left:24.9375rem;height:1.13769375rem;display:block; }
#EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:17.0625rem;left:24.9375rem;height:1.13769375rem;display:block; }
#iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.6875rem;left:21.375rem;overflow:hidden;display:block; }
#zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:18.8125rem;left:24.9375rem;height:1.13769375rem;display:block; }
#ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:19.9375rem;left:24.9375rem;height:1.13769375rem;display:block; }
#DcorTKS0JagxrxPUnTW8PkwHVQR925aH { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.625rem;left:21.375rem;overflow:hidden;display:block; }
#qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:22.3125rem;left:24.9375rem;height:1.13769375rem;display:block; }
#u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.375rem;left:21.375rem;overflow:hidden;display:block; }
#TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:25.3125rem;left:24.9375rem;height:1.13769375rem;display:block; }
#EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.3125rem;left:21.375rem;overflow:hidden;display:block; }
#xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:27.5rem;left:24.9375rem;height:1.13769375rem;display:block; }
#vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:28.625rem;left:24.9375rem;height:1.13769375rem;display:block; }
#rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:32.0625rem;left:23.0625rem;display:block; }
#eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PnLm2VLuOcaWzkiBwDHD0wW7VOnobORD { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:30.33642578125rem;left:2.4375rem;height:0.97473125rem;display:block; }
#Simdpqpxv56VpiC3gZhvbhE2c6TIptwV { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:30.39892578125rem;left:21.1875rem;height:0.97473125rem;display:block; }
#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { position:relative;display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { background-color: transparent; background-image: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .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); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { border-width: 0; border-radius: 0; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.244140625rem;left:32.15625rem;height:2.76245rem;font-style:normal;display:block; }
#llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { position:absolute;display:block;z-index:15147;height:1.6875rem;width:2.5625rem;top:3.32421875rem;left:69.375rem;display:block; }
#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { position:relative;display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { background-color: transparent; background-image: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container > .video-iframe-container { display: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row > .video-iframe-container { display: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .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); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { border-width: 0; border-radius: 0; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .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; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.25rem;left:2rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.75rem;height:1.05615rem;font-style:normal;display:block; }
#LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:3.25rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:6.375rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { position:absolute;display:block;z-index:15143;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.625rem;width:14.8125rem;top:7.9375rem;left:2rem;overflow:hidden;display:block; }
#grVJp9AZpqGhl9K36qge04mUsA7PXRuq { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:11.75rem;left:2rem;height:1.13769375rem;font-style:normal;display:block; }
#qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:2rem;overflow:hidden;display:block; }
#CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:5.125rem;overflow:hidden;display:block; }
#LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:16.625rem;left:2rem;height:0.89355625rem;font-style:normal;display:block; }
#ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:11.375rem;overflow:hidden;display:block; }
#NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:2rem;overflow:hidden;display:block; }
#tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:5.125rem;overflow:hidden;display:block; }
#demZc9NAmkXOHolD7SodMpkq9h5ntV3n { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:8.25rem;overflow:hidden;display:block; }
#cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { position:absolute;display:block;z-index:15297;height:0.6875rem;width:0.6875rem;top:16.625rem;left:8.1875rem;display:block; }
#G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { box-sizing:content-box;height:5.625rem;width:16.875rem;position:absolute;display:block;z-index:15151;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:20.875rem;left:0.9375rem;display:block; }
#CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:21.375rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.3125rem;height:3.3056625rem;font-style:normal;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
#SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:27.5625rem;left:2.0625rem;height:0.97473125rem;display:block; }
#p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:28.5rem;left:2rem;height:1.7871125rem;font-style:normal;display:block; }
#o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { box-sizing:content-box;height:1.25rem;width:7.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.25rem;left:2rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:30.375rem;left:2.1875rem;height:0.97473125rem;font-style:normal;display:block; }
#qN7ehexGheqpG7brPdSylpiecaMScDgt { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15301;line-height:1.3;letter-spacing:0;top:30.3125rem;left:9.8125rem;height:1.05615rem;display:block; }
#WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:31.625rem;left:2rem;height:0.89355625rem;display:block; }
#LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:33.125rem;left:4.375rem;display:block; }
#H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15151;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.25rem;left:20.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.75rem;height:1.29980625rem;font-style:normal;display:block; }
#bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:1.3125rem;left:21.5rem;height:1.05615rem;font-style:normal;display:block; }
#fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20.75rem;height:0.97473125rem;font-style:normal;display:block; }
#K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.75rem;height:1.29980625rem;font-style:normal;display:block; }
#kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { position:absolute;display:block;z-index:15168;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.625rem;width:14.8125rem;top:7.9375rem;left:20.75rem;overflow:hidden;display:block; }
#JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.75rem;height:0.97473125rem;font-style:normal;display:block; }
#OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.75rem;left:20.75rem;height:1.13769375rem;font-style:normal;display:block; }
#vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:20.75rem;overflow:hidden;display:block; }
#E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.75rem;height:0.89355625rem;font-style:normal;display:block; }
#olaaSRme2balqZTO0qcVHUGDkTXIHKcb { position:absolute;display:block;z-index:15298;height:0.6875rem;width:0.6875rem;top:16.5rem;left:26.9375rem;display:block; }
#zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:23.875rem;overflow:hidden;display:block; }
#ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:20.75rem;overflow:hidden;display:block; }
#ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:27.5625rem;left:20.8125rem;height:0.97473125rem;display:block; }
#Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:28.5rem;left:20.75rem;height:1.7871125rem;font-style:normal;display:block; }
#KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:30.25rem;left:20.75rem;height:0.89355625rem;display:block; }
#DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:33.125rem;left:23.125rem;display:block; }
#hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#WiHFafPfJkKkc7DKrVWvu30opT02dy6r { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:3.25rem;left:58.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:5.4375rem;left:58.3125rem;height:0.97473125rem;font-style:normal;display:block; }
#GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:6.1875rem;left:58.25rem;height:1.29980625rem;font-style:normal;display:block; }
#C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { position:absolute;display:block;z-index:15184;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.625rem;width:14.8125rem;top:7.9375rem;left:58.3125rem;overflow:hidden;display:block; }
#RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:10.8125rem;left:58.3125rem;height:0.97473125rem;font-style:normal;display:block; }
#wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:11.75rem;left:58.3125rem;height:1.13769375rem;font-style:normal;display:block; }
#Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:67.6875rem;overflow:hidden;display:block; }
#dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:58.3125rem;overflow:hidden;display:block; }
#UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { position:absolute;display:block;z-index:15198;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:61.4375rem;overflow:hidden;display:block; }
#PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5rem;left:64.5625rem;overflow:hidden;display:block; }
#Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { position:absolute;display:block;z-index:15299;height:0.6875rem;width:0.6875rem;top:16.5rem;left:64.5rem;display:block; }
#cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:16.625rem;left:58.3125rem;height:0.89355625rem;font-style:normal;display:block; }
#gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:61.4375rem;overflow:hidden;display:block; }
#L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:58.3125rem;overflow:hidden;display:block; }
#kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:64.5625rem;overflow:hidden;display:block; }
#XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:27.375rem;left:58.3125rem;height:0.97473125rem;display:block; }
#KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:28.3125rem;left:58.25rem;height:1.7871125rem;font-style:normal;display:block; }
#mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:30.0625rem;left:58.25rem;height:0.89355625rem;display:block; }
#Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:33.125rem;left:60.625rem;display:block; }
#C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.5625rem;height:0.97473125rem;display:block; }
#UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:33.125rem;left:41.875rem;display:block; }
#cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:28.5625rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#UER2H9HpZ2BKepmIvVovPfExs1xgwnho { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:30.375rem;left:39.5rem;height:0.89355625rem;display:block; }
#Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { position:absolute;display:block;z-index:15301;height:0.6875rem;width:0.6875rem;top:16.4375rem;left:45.8125rem;display:block; }
#tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.625rem;left:39.5625rem;height:0.89355625rem;font-style:normal;display:block; }
#zWbVcck8EsPfmIcpE1wVTZ70856WgQki { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.75rem;left:39.5625rem;overflow:hidden;display:block; }
#JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.75rem;left:39.5625rem;height:1.13769375rem;font-style:normal;display:block; }
#RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.8125rem;left:39.5625rem;height:0.97473125rem;font-style:normal;display:block; }
#FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { position:absolute;display:block;z-index:15168;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.625rem;width:14.8125rem;top:7.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.4375rem;left:39.5625rem;height:0.97473125rem;font-style:normal;display:block; }
#i4dSutdbP6aySZqHFVbf60stBSZOohR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.25rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { position:relative;display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { background-color: transparent; background-image: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container > .video-iframe-container { display: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row > .video-iframe-container { display: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .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); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { border-width: 0; border-radius: 0; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .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; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpaUq535n96tJs5VGE0xF7sa7C203I7q { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:4.75rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { position:absolute;display:block;z-index:15204;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.625rem;width:14.8125rem;top:7.25rem;left:2rem;overflow:hidden;display:block; }
#kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:10.125rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2rem;height:1.13769375rem;font-style:normal;display:block; }
#E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:2rem;overflow:hidden;display:block; }
#C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { position:absolute;display:block;z-index:15218;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:5.125rem;overflow:hidden;display:block; }
#FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:8.25rem;overflow:hidden;display:block; }
#JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:11.375rem;overflow:hidden;display:block; }
#u5gwKt1HynC8WaPahSmm1zquQK7htqde { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2rem;height:0.89355625rem;font-style:normal;display:block; }
#CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { position:absolute;display:block;z-index:15300;height:0.6875rem;width:0.6875rem;top:15.8125rem;left:8.1875rem;display:block; }
#T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:2rem;overflow:hidden;display:block; }
#bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:5.125rem;overflow:hidden;display:block; }
#pffwHo1wAl7ValQZoTu80SQNXuRWTNni { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:8.25rem;overflow:hidden;display:block; }
#hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:11.375rem;overflow:hidden;display:block; }
#RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:14.5rem;overflow:hidden;display:block; }
#AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.1875rem;left:2rem;overflow:hidden;display:block; }
#IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:26.875rem;left:2.0625rem;height:0.97473125rem;display:block; }
#baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:27.8125rem;left:2rem;height:1.7871125rem;font-style:normal;display:block; }
#K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:29.5625rem;left:2rem;height:0.89355625rem;display:block; }
#m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:32.4375rem;left:4.4375rem;display:block; }
#k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOVH3N3Wg96AN8cRHp5QN3yySppUC3oe { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#q9WhXZS8v3mRyOq2crB83HEIoa3zD1Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#ved7gfsHTGcvkD0iIRPeaGecrsNwpbIu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.6875rem;height:0.97473125rem;font-style:normal;display:block; }
#K1Xiil7Cr16ZpMfK6DsOmdAJIwT8eaTf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:5.6875rem;left:20.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#hGKcKXWp5ULV7JfLXhSbyumaykZCEXPA { position:absolute;display:block;z-index:15227;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.625rem;width:14.8125rem;top:7.25rem;left:20.6875rem;overflow:hidden;display:block; }
#A2tGRxldPyXsImCCVloWfx3Vy9b1JsBP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:10.125rem;left:20.6875rem;height:0.97473125rem;font-style:normal;display:block; }
#Lyqo4hTzHvfvByx2NAiX2SfxPeK2GE3z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15228;line-height:1.3;letter-spacing:0;top:11.0625rem;left:20.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#DVxncS3GwZf37baScr10Tmb8blffXzV2 { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#xfIeiOG9V4fkDtzqhp8QnVlxunrf1bnu { position:absolute;display:block;z-index:15241;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:23.8125rem;overflow:hidden;display:block; }
#FnAbpCW5wx9EDv7h9U9yDGcxlvy21q8T { position:absolute;display:block;z-index:15242;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:26.9375rem;overflow:hidden;display:block; }
#skdQt3Sb6gP7WFslwW8LubDbgM9brcRn { position:absolute;display:block;z-index:15230;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#WiB53WR0rgPdoo5shxmQTIz24F35nBo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15229;line-height:1.3;letter-spacing:0;top:15.9375rem;left:20.6875rem;height:0.89355625rem;font-style:normal;display:block; }
#mUsxRHuzfRc3PEQEG4OQn5AR5WxGkNKe { position:absolute;display:block;z-index:15323;height:0.6875rem;width:0.6875rem;top:15.8125rem;left:26.875rem;display:block; }
#I7X3kUgsa3F83vA6VNPiUrxTTSERMTzl { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:20.6875rem;overflow:hidden;display:block; }
#I5CDSKrZC6eKbdI7l7l1Eq0fpaVSBrdS { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:23.8125rem;overflow:hidden;display:block; }
#Lg62KmHNkOGWDbZisutZ8dimb4lywp4D { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:26.9375rem;overflow:hidden;display:block; }
#FPNu5V1psGb7BuymTTl7DRagTIH0RH35 { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:30.0625rem;overflow:hidden;display:block; }
#kr6kvJHRTm9yRURDTRrdxbEmIchfBemK { position:absolute;display:block;z-index:15243;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:33.1875rem;overflow:hidden;display:block; }
#X7rcg5huCZGIhw91c38sVaM1aNTSSxld { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.1875rem;left:20.6875rem;overflow:hidden;display:block; }
#PwdCEVNLloUQEi8AbsVQevBEQxlnctw2 { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.8125rem;height:0.97473125rem;display:block; }
#rwxmJrU8JP1nPXMG8LRLbax1mC7uExcq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:27.8125rem;left:20.75rem;height:1.7871125rem;font-style:normal;display:block; }
#E9zMBP1ZOnqDNGr1SDVlfgTz51z1029C { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:29.5625rem;left:20.75rem;height:0.89355625rem;display:block; }
#CbKxq4N9W11nphwl6vJq3IDOI7Ju4HIF { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:32.4375rem;left:23.125rem;display:block; }
#mfrZhZ8iKdv5oHniaRa88PcsSHF3axDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxEp3eN5pt0oLm4HzbkgOPJIBUlXdInD { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#hLRao7MH7Dl8g3UawrvVI7TNTg0Kx9sD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:2.5625rem;left:39.5rem;height:1.29980625rem;font-style:normal;display:block; }
#ZUg5ht2C0oWHyED74NKELpTnJrN5Sv46 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#VkJ3RPNoW1gXeKkvZXugOyzx4xoqTXwt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:5.6875rem;left:39.5rem;height:1.29980625rem;font-style:normal;display:block; }
#IeFKn5olZf8bQqAaTtbBQDkWnrTKEsgv { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:14.8125rem;top:7.25rem;left:39.5rem;overflow:hidden;display:block; }
#KhMu6lz0ztvFqEPkw3He9AKzOBKA1f0b { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#usqp1ixomsBXDc1g9pfO0rqoXVk1xkox { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:11.0625rem;left:39.5rem;height:1.13769375rem;font-style:normal;display:block; }
#oMWs9MKRMyzh6d3SIFaQrvXoRLPbeidZ { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:39.5rem;overflow:hidden;display:block; }
#XRzPy8oWr1cDtdy4CFk7N50QmHJUqQi5 { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.8125rem;left:42.625rem;overflow:hidden;display:block; }
#UeV9W5N2cvwOmDWaNe6O89hHkQm19wSi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15173;line-height:1.3;letter-spacing:0;top:15.9375rem;left:39.5rem;height:0.89355625rem;font-style:normal;display:block; }
#OiF7w42Jr2PmBghXgMuEovuLGSHitaAX { position:absolute;display:block;z-index:15325;height:0.6875rem;width:0.6875rem;top:15.9375rem;left:45.6875rem;display:block; }
#zRvpflNi2AtJiimO9xhrmpdP9tKHSkWR { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:48.875rem;overflow:hidden;display:block; }
#vHFSExfCFRMKr75C1czaP3K15ULx3IKI { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:39.5rem;overflow:hidden;display:block; }
#PCHDBPP0BXk1gqEA2iRipNd5TPi5q6Dp { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:42.625rem;overflow:hidden;display:block; }
#fdQUQu69aQyDPZnG0C5mB8GkNzTHuUNS { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.0625rem;left:45.75rem;overflow:hidden;display:block; }
#xIHd1IUcT3S69U3V8TGHDtmlhf4VCFUO { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:26.875rem;left:39.5625rem;height:0.97473125rem;display:block; }
#ohOU7AU3Mi8uaA5MMMIvpARMJRGbIrDk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:27.8125rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#gyPxwxQeqPbpFHk5rFN8VFwHhB9iPTKS { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:29.375rem;left:39.5rem;height:0.89355625rem;display:block; }
#ft46HURseCCWMeBx2hm06n3dETpVukxt { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:32.4375rem;left:41.875rem;display:block; }
#T2RWzfRMNqXXnQT8q3bZrEhQV0DvKbIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyL9pyZlIw8yTksakkXBAiCGOaHferLm { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#u5m2WV0HVA51TcfEPkPdJ25V8yWCbblw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.5625rem;left:58.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#bIvkvp8DrtmWT1HIMv9rLvLfZ5kphd9r { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:6.125rem;left:58.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#CmJLksJiWJR480FelyoZMNJik7kpowTr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15180;line-height:1.3;letter-spacing:0;top:4.75rem;left:58.3125rem;height:0.97473125rem;font-style:normal;display:block; }
#uyEBHb3CAmWKFPxllxT6h8zSSxWwELxE { position:absolute;display:block;z-index:15182;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.625rem;width:14.8125rem;top:7.6875rem;left:58.3125rem;overflow:hidden;display:block; }
#pccK7keGGLMqq30U9OcV33T8PGP3dpgv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.3125rem;height:0.97473125rem;font-style:normal;display:block; }
#JM0EFeUUOHgkAMigzH1ITlTmy8umDwmR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:11.5rem;left:58.3125rem;height:1.13769375rem;font-style:normal;display:block; }
#NfToORd8pXdKAV2hmckDV5wHTO3uiupa { position:absolute;display:block;z-index:15315;height:0.6875rem;width:0.6875rem;top:16.375rem;left:64.5625rem;display:block; }
#f1qhXHVS3ligKR6PX8lDhkGbIqoGBHHT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:16.3125rem;left:58.3125rem;height:0.89355625rem;font-style:normal;display:block; }
#T7iZMWCOANq1k48V37sShaB0QWuNTDKz { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.5rem;left:58.3125rem;overflow:hidden;display:block; }
#vesnPL6QciFWn38bJBAX30cyaiTo4ymn { color:#646464;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:27.125rem;left:58.3125rem;height:0.97473125rem;display:block; }
#RMSslZeILkfqrdAwnqtnG99iRRynh5xw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:28.0625rem;left:58.25rem;height:1.7871125rem;font-style:normal;display:block; }
#VvAKSuETTgz8QOqEerKrSUreBL1B8VGG { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:29.875rem;left:58.25rem;height:0.89355625rem;display:block; }
#IoEWKOr38cUgvXvri5GwMDK7kk9gXXCQ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:32.4375rem;left:60.625rem;display:block; }
#bmdN7eeRpKdP491PceymgJpmcTpSpm05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEynBrx9025gsxHnefUMFldc0bAkTzS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5f5;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; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { background-color: transparent; background-image: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .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); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { border-width: 0; border-radius: 0; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:24.4375rem;width:26.625rem;top:0.6875rem;left:46.875rem;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-form-header {  }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #53585e;border-left:0.125rem solid #53585e;border-right:0.125rem solid #53585e;border-bottom:0.125rem solid #53585e;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:23.625rem;box-sizing:border-box;height:2.6875rem;color:#787878;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #53585e;border-left:0.125rem solid #53585e;border-right:0.125rem solid #53585e;border-bottom:0.125rem solid #53585e;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:23.625rem;box-sizing:border-box;height:4.1875rem;color:#787878;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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:23.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#f80000;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:23.625rem;height:2.375rem;font-family:raleway;overflow:hidden; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]:-moz-placeholder { color:#747474;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]::-moz-placeholder { color:#747474;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]:-ms-input-placeholder { color:#747474;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]::-webkit-input-placeholder { color:#747474;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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:"open sans";font-size:0.5rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.5625rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container:first-of-type{padding-top:0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container:last-of-type{padding-bottom:0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.1873779296875rem;left:47.124633789062rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.625rem;display:block;vertical-align:top; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.1873779296875rem;left:47.124633789062rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AR6Nf1Td6LwfVrJI7uTKR5FxwUC7ANV2 { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #CqEAGZfQtEUxwsgzKJW0T8hOtfssWSmq { position:relative;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #FNpsEZXlvcetKkAHkmThldba8yxcxJSd { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier { position:relative;z-index:2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk { position:relative; }
#tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.30078125rem;left:15.15625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { color:#646464;display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.6875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.5rem;left:10.0625rem;display:block; }
#IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.5rem;left:28.25rem;display:block; }
#W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { position:relative;display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { background-color: transparent; background-image: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container > .video-iframe-container { display: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row > .video-iframe-container { display: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .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); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { border-width: 0; border-radius: 0; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .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; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { background-color: transparent; background-image: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container > .video-iframe-container { display: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container { display: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .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); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { border-width: 0; border-radius: 0; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { position:relative;display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { background-color: transparent; background-image: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container > .video-iframe-container { display: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row > .video-iframe-container { display: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .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); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { border-width: 0; border-radius: 0; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .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; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zcsEoym06xg7JsUG04OQMPbelHEV200u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.83203125rem;left:1.125rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;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; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { background-color: transparent; background-image: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .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); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { border-width: 0; border-radius: 0; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#ve65d627b2150ca9a4adac3017c67c23 { 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:4.5625rem;width:8.3125rem;top:2.375rem;left:0.875rem;overflow:hidden;display:block; }
#p30cfac6c73db7e1f11056343e4920cd { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:63.75rem;height:1.625rem;font-style:normal;display:block; }
#bc26e301b01c6540195be53957fd0f64 { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:14.0625rem;height:1.21875rem;font-style:normal;display:block; }
#p8a25968042cc8b29a72498d141e6ac5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.0625rem;left:61.625rem; }
#p8a25968042cc8b29a72498d141e6ac5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#f2b10bbc625194db0141536184209b40 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:61.625rem;height:0.97473125rem;font-style:normal;display:block; }
#Qaeb4ff5e0c568f64c95d4365921c1c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.75rem;left:61.625rem;height:3.89845rem;font-style:normal;display:block; }
#cdc9c31c3e86582d750e91046896f4f0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:0.875rem;height:0.97473125rem;font-style:normal;display:block; }
#e1e32726d2c01382ede57be20aaa6aad { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0.875rem;height:0.97473125rem;font-style:normal;display:block; }
#g0cd8874ca751f5ce68a1434f180711d { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0.875rem;height:0.97473125rem;font-style:normal;display:block; }
#rkNPfzgxmZdKgTxlIV6Bm4iPWaDUeGpT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.0625rem;height:1.05590625rem;display:block; }
#oCbCvCTZfDNAVZaWJSbbPTim6b6UZHd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:5.125rem;left:14.0625rem;height:3.14941875rem;text-align:justify;text-align-last:initial;display:block; }
#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { background-color: transparent; background-image: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container > .video-iframe-container { display: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container { display: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .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); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { border-width: 0; border-radius: 0; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:22.59375rem;height:0.97473125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lDTk1887BRodDr5xmNrl361n7Cyr0nNE { display:block; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r527f186e5aea03cdb376f9c907b5524 { width:10rem;height:3.4375rem;top:0.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea03c92addf9c0441e889148a45dc8c { display:block; }
 }@media only screen and (max-width: 763px) { #d90f84dfb4eeecef534a2963be750311 { width:10rem;height:3.4375rem;top:0.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f611422ad24258d9db000bcf48ba539d { display:block; }
 }@media only screen and (max-width: 763px) { #i2789ed27c4469668aac4ebd355c8c0f { width:10rem;height:3.4375rem;top:0.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t791c4d447bf751e3b83eeb7b03efecd { display:block; }
 }@media only screen and (max-width: 763px) { #hrFgqLuqdEfcFac7E3TcqNyuq0G6TPK2 { width:10rem;height:3.4375rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJuDWC3XzblMum2bHWuZ8yybOgTFlhbB { display:block; }
 }@media only screen and (max-width: 763px) { #ZaqFuPLRRn0sNUFS1UmJGuLxnuq7FTHe { width:10rem;height:3.4375rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQ1MfUWxcd91kGq0IaPetWIp9L1F3oN { display:block; }
 }@media only screen and (max-width: 763px) { #gZDnVhaXpmr37AkwTfRPqQ3mwoIOKiQf { top:0.375rem;left:0rem;width:7.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXGQRHOxQ02WyK0VMihasruKdzDGLf75 { display:block; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGE4g7gcHRf8yW2p5krm76WTVaRREfrf { display:none; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { display:block; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6GCRILrpgey3PcRfheDJzVW21nmHJGd { top:3.0625rem;left:0rem;width:20.625rem;height:6.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { top:13.875rem;left:0rem;width:24.8125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { top:10.5625rem;left:0rem;width:9.625rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { top:11.5rem;left:0rem;width:4.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { top:13.25rem;left:0rem;width:12.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { width:7.5rem;height:2.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block; }
 }@media only screen and (max-width: 763px) { #SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuqV1TR5xSiq0VeO67ua3f0951IATZhO { display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Az9CR336FXHTTHaoN3sCrngFwkrnysTz { display:block; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZFTbCGGH3ppmLsPOH0dhzA5fo9MXmJK { top:1.1875rem;left:13.71875rem;width:20.3125rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWzepUK8EyGlQqM5hiDdT9oI7z23wI1 { top:3.3125rem;left:45.1875rem;width:2.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { top:1.625rem;left:0rem;width:29rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { top:6.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { top:9.0625rem;left:0rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { top:12rem;left:0rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBQcthFNoe97SGx09bzTZFdSlaSkotL { top:12.4375rem;left:0.34375rem;width:11.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { top:17.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { top:17.625rem;left:2.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { top:18.75rem;left:2.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { top:20.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { top:20.5rem;left:2.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { top:21.625rem;left:2.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { top:23.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { top:24.25rem;left:2.0625rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { top:26.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { top:26.4375rem;left:2.59375rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTE0pCREPMolHPPBy5qKy60yGRprl15 { top:27.5625rem;left:1.375rem;width:10.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { width:10rem;height:2.125rem;top:32.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block; }
 }@media only screen and (max-width: 763px) { #LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { top:1.1875rem;left:0rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { top:2.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { top:6.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { top:7.1875rem;left:0rem;width:10.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WH5poukGm70vTdPc8aELrtlp9wzRAH { top:1.1875rem;left:6.875rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { top:2.8125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { top:6.25rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { top:7.1875rem;left:11.9375rem;width:11.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { top:9.0625rem;left:11.9375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { top:12rem;left:7rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { top:12.4375rem;left:12.21875rem;width:11.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rM1mZZokK91rTML80TLiMCtT4yoCnl { top:15.75rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { top:15.9375rem;left:14.71875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { top:17.0625rem;left:14.71875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { top:18.6875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { top:18.8125rem;left:14.71875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { top:19.9375rem;left:14.71875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcorTKS0JagxrxPUnTW8PkwHVQR925aH { top:21.625rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { top:22.3125rem;left:14.71875rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { top:24.375rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { top:25.3125rem;left:14rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { top:27.3125rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { top:27.5rem;left:14.71875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { top:28.625rem;left:14.71875rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { width:10rem;height:2.125rem;top:32.0625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block; }
 }@media only screen and (max-width: 763px) { #PnLm2VLuOcaWzkiBwDHD0wW7VOnobORD { top:30.3125rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Simdpqpxv56VpiC3gZhvbhE2c6TIptwV { top:30.375rem;left:11.9375rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { top:1.1875rem;left:18.53125rem;width:10.6875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { top:3.3125rem;left:45.1875rem;width:2.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { top:1.8125rem;left:0rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { top:1.25rem;left:0rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { top:1.3125rem;left:0rem;width:4.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { top:3.25rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { top:5.4375rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { top:6.375rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { top:7.9375rem;left:0rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVJp9AZpqGhl9K36qge04mUsA7PXRuq { top:8.6875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { top:10.8125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { top:11.75rem;left:0rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { top:13.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { top:13.5rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { top:16.625rem;left:0rem;width:6.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { top:17.75rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { top:17.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { top:17.75rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #demZc9NAmkXOHolD7SodMpkq9h5ntV3n { top:17.75rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { top:16.625rem;left:4.78125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { top:20.875rem;left:0rem;width:16.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { top:21.375rem;left:0rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { top:22.5625rem;left:0rem;width:12.5rem;height:3.25rem;font-size:0.6875rem;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { top:27.5625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { top:28.5rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { top:30.25rem;left:0rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { top:30.375rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7ehexGheqpG7brPdSylpiecaMScDgt { top:30.3125rem;left:6.40625rem;width:3.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { top:31.625rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { width:10rem;height:2.125rem;top:33.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block; }
 }@media only screen and (max-width: 763px) { #JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { top:1.8125rem;left:6.875rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { top:1.25rem;left:11.9375rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { top:3.25rem;left:11.9375rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { top:1.3125rem;left:11.9375rem;width:4.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { top:5.4375rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { top:6.375rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { top:7.9375rem;left:9.0625rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { top:10.8125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { top:11.75rem;left:11.9375rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { top:13.5rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { top:16.625rem;left:11.9375rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olaaSRme2balqZTO0qcVHUGDkTXIHKcb { top:16.5rem;left:16.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { top:17.75rem;left:13.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { top:17.75rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { top:27.5625rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { top:28.5rem;left:11.9375rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { top:30.25rem;left:11.9375rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { width:10rem;height:2.125rem;top:33.125rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block; }
 }@media only screen and (max-width: 763px) { #QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { top:1.625rem;left:30.75rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHFafPfJkKkc7DKrVWvu30opT02dy6r { top:3.25rem;left:35.8125rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { top:5.4375rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { top:6.1875rem;left:35.8125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { top:7.9375rem;left:32.9375rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { top:10.8125rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { top:11.75rem;left:34.125rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { top:13.5rem;left:43.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { top:13.5rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { top:13.5rem;left:37.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { top:13.5rem;left:40.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { top:16.5rem;left:40.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { top:16.625rem;left:35.8125rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { top:17.75rem;left:37.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { top:17.75rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { top:17.75rem;left:40.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { top:27.375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { top:28.3125rem;left:35.8125rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { top:30.0625rem;left:35.8125rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { width:10rem;height:2.125rem;top:33.125rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block; }
 }@media only screen and (max-width: 763px) { #KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { top:1.625rem;left:18.8125rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { top:27.625rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { width:10rem;height:2.125rem;top:33.125rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block; }
 }@media only screen and (max-width: 763px) { #eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { top:28.5625rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UER2H9HpZ2BKepmIvVovPfExs1xgwnho { top:30.375rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { top:16.4375rem;left:28.78125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { top:16.625rem;left:23.875rem;width:5.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbVcck8EsPfmIcpE1wVTZ70856WgQki { top:17.75rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { top:11.75rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { top:10.8125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { top:7.9375rem;left:21rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { top:6.375rem;left:23.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { top:5.4375rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4dSutdbP6aySZqHFVbf60stBSZOohR4 { top:3.25rem;left:23.875rem;width:8.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpaUq535n96tJs5VGE0xF7sa7C203I7q { top:1.125rem;left:0rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { top:2.5625rem;left:0rem;width:7.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { top:4.75rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { top:5.6875rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { top:7.25rem;left:0rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { top:10.125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { top:11.0625rem;left:0rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { top:12.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { top:12.8125rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { top:12.8125rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { top:12.8125rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gwKt1HynC8WaPahSmm1zquQK7htqde { top:15.9375rem;left:0rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { top:15.8125rem;left:4.78125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { top:17.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { top:17.0625rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffwHo1wAl7ValQZoTu80SQNXuRWTNni { top:17.0625rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { top:17.0625rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { top:17.0625rem;left:9.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { top:20.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { top:26.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { top:27.8125rem;left:0rem;width:12.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { top:29.5625rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { width:10rem;height:2.125rem;top:32.4375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block; }
 }@media only screen and (max-width: 763px) { #cOVH3N3Wg96AN8cRHp5QN3yySppUC3oe { top:1.125rem;left:6.875rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9WhXZS8v3mRyOq2crB83HEIoa3zD1Tr { top:2.5625rem;left:11.9375rem;width:7.625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ved7gfsHTGcvkD0iIRPeaGecrsNwpbIu { top:4.75rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Xiil7Cr16ZpMfK6DsOmdAJIwT8eaTf { top:5.6875rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGKcKXWp5ULV7JfLXhSbyumaykZCEXPA { top:7.25rem;left:9.0625rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2tGRxldPyXsImCCVloWfx3Vy9b1JsBP { top:10.125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyqo4hTzHvfvByx2NAiX2SfxPeK2GE3z { top:11.0625rem;left:10.25rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVxncS3GwZf37baScr10Tmb8blffXzV2 { top:12.8125rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIeiOG9V4fkDtzqhp8QnVlxunrf1bnu { top:12.8125rem;left:13.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnAbpCW5wx9EDv7h9U9yDGcxlvy21q8T { top:12.8125rem;left:16.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skdQt3Sb6gP7WFslwW8LubDbgM9brcRn { top:12.8125rem;left:19.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiB53WR0rgPdoo5shxmQTIz24F35nBo8 { top:15.9375rem;left:11.9375rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUsxRHuzfRc3PEQEG4OQn5AR5WxGkNKe { top:15.8125rem;left:16.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7X3kUgsa3F83vA6VNPiUrxTTSERMTzl { top:17.0625rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5CDSKrZC6eKbdI7l7l1Eq0fpaVSBrdS { top:17.0625rem;left:13.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg62KmHNkOGWDbZisutZ8dimb4lywp4D { top:17.0625rem;left:16.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPNu5V1psGb7BuymTTl7DRagTIH0RH35 { top:17.0625rem;left:19.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr6kvJHRTm9yRURDTRrdxbEmIchfBemK { top:17.0625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7rcg5huCZGIhw91c38sVaM1aNTSSxld { top:20.1875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwdCEVNLloUQEi8AbsVQevBEQxlnctw2 { top:26.875rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxmJrU8JP1nPXMG8LRLbax1mC7uExcq { top:27.8125rem;left:11.75rem;width:12.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9zMBP1ZOnqDNGr1SDVlfgTz51z1029C { top:29.5625rem;left:11.9375rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbKxq4N9W11nphwl6vJq3IDOI7Ju4HIF { width:10rem;height:2.125rem;top:32.4375rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfrZhZ8iKdv5oHniaRa88PcsSHF3axDr { display:block; }
 }@media only screen and (max-width: 763px) { #OxEp3eN5pt0oLm4HzbkgOPJIBUlXdInD { top:1.125rem;left:18.8125rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRao7MH7Dl8g3UawrvVI7TNTg0Kx9sD { top:2.5625rem;left:23.875rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg5ht2C0oWHyED74NKELpTnJrN5Sv46 { top:4.75rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJ3RPNoW1gXeKkvZXugOyzx4xoqTXwt { top:5.6875rem;left:23.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeFKn5olZf8bQqAaTtbBQDkWnrTKEsgv { top:7.25rem;left:21rem;width:14.8125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhMu6lz0ztvFqEPkw3He9AKzOBKA1f0b { top:10.125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqp1ixomsBXDc1g9pfO0rqoXVk1xkox { top:11.0625rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWs9MKRMyzh6d3SIFaQrvXoRLPbeidZ { top:12.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRzPy8oWr1cDtdy4CFk7N50QmHJUqQi5 { top:12.8125rem;left:25.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeV9W5N2cvwOmDWaNe6O89hHkQm19wSi { top:15.9375rem;left:23.875rem;width:6.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiF7w42Jr2PmBghXgMuEovuLGSHitaAX { top:15.9375rem;left:28.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRvpflNi2AtJiimO9xhrmpdP9tKHSkWR { top:17.0625rem;left:31.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHFSExfCFRMKr75C1czaP3K15ULx3IKI { top:17.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHDBPP0BXk1gqEA2iRipNd5TPi5q6Dp { top:17.0625rem;left:25.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQUQu69aQyDPZnG0C5mB8GkNzTHuUNS { top:17.0625rem;left:28.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIHd1IUcT3S69U3V8TGHDtmlhf4VCFUO { top:26.875rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOU7AU3Mi8uaA5MMMIvpARMJRGbIrDk { top:27.8125rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyPxwxQeqPbpFHk5rFN8VFwHhB9iPTKS { top:29.375rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft46HURseCCWMeBx2hm06n3dETpVukxt { width:10rem;height:2.125rem;top:32.4375rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RWzfRMNqXXnQT8q3bZrEhQV0DvKbIU { display:block; }
 }@media only screen and (max-width: 763px) { #OyL9pyZlIw8yTksakkXBAiCGOaHferLm { top:1.125rem;left:30.75rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5m2WV0HVA51TcfEPkPdJ25V8yWCbblw { top:2.5625rem;left:35.8125rem;width:8.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIvkvp8DrtmWT1HIMv9rLvLfZ5kphd9r { top:6.125rem;left:35.8125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJLksJiWJR480FelyoZMNJik7kpowTr { top:4.75rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEBHb3CAmWKFPxllxT6h8zSSxWwELxE { top:7.6875rem;left:32.9375rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccK7keGGLMqq30U9OcV33T8PGP3dpgv { top:10.5625rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0EFeUUOHgkAMigzH1ITlTmy8umDwmR { top:11.5rem;left:35.8125rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfToORd8pXdKAV2hmckDV5wHTO3uiupa { top:16.375rem;left:40.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1qhXHVS3ligKR6PX8lDhkGbIqoGBHHT { top:16.3125rem;left:35.8125rem;width:5.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iZMWCOANq1k48V37sShaB0QWuNTDKz { top:17.5rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vesnPL6QciFWn38bJBAX30cyaiTo4ymn { top:27.125rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSslZeILkfqrdAwnqtnG99iRRynh5xw { top:28.0625rem;left:35.8125rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvAKSuETTgz8QOqEerKrSUreBL1B8VGG { top:29.875rem;left:35.8125rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEWKOr38cUgvXvri5GwMDK7kk9gXXCQ { width:10rem;height:2.125rem;top:32.4375rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmdN7eeRpKdP491PceymgJpmcTpSpm05 { display:block; }
 }@media only screen and (max-width: 763px) { #JEynBrx9025gsxHnefUMFldc0bAkTzS7 { display:block; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { width:26.625rem;height:24.4375rem;top:0.6875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-regular-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-checkbox-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { width:23.625rem;height:auto;top:0.125rem;left:21.625rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { width:23.625rem;height:auto;top:0.125rem;left:21.625rem; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AR6Nf1Td6LwfVrJI7uTKR5FxwUC7ANV2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #CqEAGZfQtEUxwsgzKJW0T8hOtfssWSmq {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #FNpsEZXlvcetKkAHkmThldba8yxcxJSd {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk {  }
 }@media only screen and (max-width: 763px) { #tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { width:17.3125rem;height:1.4375rem;top:12.25rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { top:3.4375rem;left:0rem;width:34.25rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { width:9.375rem;height:2.5625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { width:9.375rem;height:2.5625rem;top:18.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block; }
 }@media only screen and (max-width: 763px) { #FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcsEoym06xg7JsUG04OQMPbelHEV200u { top:0.8125rem;left:0rem;width:40.4375rem;height:2.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { display:block; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ve65d627b2150ca9a4adac3017c67c23 { top:2.375rem;left:0rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30cfac6c73db7e1f11056343e4920cd { top:3.1875rem;left:36.5rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc26e301b01c6540195be53957fd0f64 { top:3.3125rem;left:0.4375rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8a25968042cc8b29a72498d141e6ac5 { top:3.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#p8a25968042cc8b29a72498d141e6ac5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #f2b10bbc625194db0141536184209b40 { top:6.3125rem;left:38rem;width:9.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaeb4ff5e0c568f64c95d4365921c1c8 { top:7.75rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc9c31c3e86582d750e91046896f4f0 { top:7.875rem;left:0rem;width:7rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1e32726d2c01382ede57be20aaa6aad { top:9.3125rem;left:0rem;width:8.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cd8874ca751f5ce68a1434f180711d { top:10.8125rem;left:0rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNPfzgxmZdKgTxlIV6Bm4iPWaDUeGpT { top:10.5625rem;left:0.4375rem;width:23.75rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbCvCTZfDNAVZaWJSbbPTim6b6UZHd5 { top:5.125rem;left:0.4375rem;width:39.375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { display:block; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { top:0rem;left:8.96875rem;width:29.8125rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lDTk1887BRodDr5xmNrl361n7Cyr0nNE { position:relative;z-index:auto;display:block; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r527f186e5aea03cdb376f9c907b5524 { width:4.5625rem;height:1.875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea03c92addf9c0441e889148a45dc8c { display:block; }
 }@media only screen and (max-width: 763px) { #d90f84dfb4eeecef534a2963be750311 { width:4.8125rem;height:1.875rem;top:5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f611422ad24258d9db000bcf48ba539d { display:block; }
 }@media only screen and (max-width: 763px) { #i2789ed27c4469668aac4ebd355c8c0f { width:5.375rem;height:1.875rem;top:5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t791c4d447bf751e3b83eeb7b03efecd { display:block; }
 }@media only screen and (max-width: 763px) { #hrFgqLuqdEfcFac7E3TcqNyuq0G6TPK2 { width:4.3125rem;height:1.875rem;top:5rem;left:15.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJuDWC3XzblMum2bHWuZ8yybOgTFlhbB { display:block; }
 }@media only screen and (max-width: 763px) { #ZaqFuPLRRn0sNUFS1UmJGuLxnuq7FTHe { width:8.8125rem;height:2.5rem;top:1.34375rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQ1MfUWxcd91kGq0IaPetWIp9L1F3oN { display:block; }
 }@media only screen and (max-width: 763px) { #gZDnVhaXpmr37AkwTfRPqQ3mwoIOKiQf { width:6.75rem;height:3.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXGQRHOxQ02WyK0VMihasruKdzDGLf75 { display:none; }#lXGQRHOxQ02WyK0VMihasruKdzDGLf75 > .row .container { width:20rem;height:1rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FGE4g7gcHRf8yW2p5krm76WTVaRREfrf { display:none; }#FGE4g7gcHRf8yW2p5krm76WTVaRREfrf > .row .container { width:20rem;height:1rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { background-color:#de0000;background-image:url("https://images.assets-landingi.com/uc/35eb7801-667e-4244-bc01-47342c7428ad/banner_mob_etc2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.adaptive-delivery-prevent-bg, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyload, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyloading { background-image: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { background-color: transparent; background-image: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container > .video-iframe-container { display: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container { display: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .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); }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { border-width: 0; border-radius: 0; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6GCRILrpgey3PcRfheDJzVW21nmHJGd { width:19.1875rem;height:1.79980625rem;top:1.8125rem;left:0.875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { width:15.8125rem;height:1.3808625rem;top:7.4375rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { width:7rem;height:2.11230625rem;top:4.5625rem;left:4.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { width:3.5625rem;height:1.4619125rem;top:4.875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { width:5.5625rem;height:0.625rem;top:6.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { width:5.3125rem;height:1.8125rem;top:9.625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block; }
 }@media only screen and (max-width: 763px) { #SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuqV1TR5xSiq0VeO67ua3f0951IATZhO { display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Az9CR336FXHTTHaoN3sCrngFwkrnysTz { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container { background-color: transparent; background-image: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container > .video-iframe-container { display: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row > .video-iframe-container { display: none; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .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); }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Az9CR336FXHTTHaoN3sCrngFwkrnysTz > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZFTbCGGH3ppmLsPOH0dhzA5fo9MXmJK { width:13.5rem;height:1.7871125rem;top:0.94970703125rem;left:3.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRWzepUK8EyGlQqM5hiDdT9oI7z23wI1 { width:1.6875rem;height:1.125rem;top:0.849609375rem;left:17.22021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { background-color: transparent; background-image: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .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); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { border-width: 0; border-radius: 0; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { width:15.9375rem;height:2.76171875rem;top:0.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { width:20rem;height:3.298825rem;top:4.44921875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { width:9.0625rem;height:0.89355625rem;top:10.25rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { width:18.75rem;height:2.1875rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBQcthFNoe97SGx09bzTZFdSlaSkotL { width:13.5rem;height:1.4624rem;top:13.5625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { width:2.5rem;height:2.5rem;top:18.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { width:5.4375rem;height:1.13720625rem;top:18.8125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { width:4.875rem;height:1.13720625rem;top:19.9375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { width:2.5rem;height:2.5rem;top:21.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { width:5.4375rem;height:1.13720625rem;top:21.6875rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { width:4.875rem;height:1.13720625rem;top:22.8125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { width:2.5rem;height:2.5rem;top:24.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { width:9.875rem;height:1.13720625rem;top:25.4375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { width:2.5rem;height:2.5rem;top:27.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { width:8.1875rem;height:1.13720625rem;top:27.625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTE0pCREPMolHPPBy5qKy60yGRprl15 { width:12.9375rem;height:1.13720625rem;top:28.75rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { width:15.625rem;height:2.5rem;top:33.125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block; }
 }@media only screen and (max-width: 763px) { #LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { width:18.75rem;height:33.75rem;top:2.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { width:13.875rem;height:1.4624rem;top:4rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { width:12.5rem;height:0.89355625rem;top:7.4375rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { width:12.5rem;height:1.94970625rem;top:8.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WH5poukGm70vTdPc8aELrtlp9wzRAH { width:18.75rem;height:33.75rem;top:39.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { width:13.8125rem;height:1.4624rem;top:40.9375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { width:12.5rem;height:0.89355625rem;top:44.375rem;left:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { width:13.625rem;height:1.94970625rem;top:45.3125rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { width:6.3125rem;height:0.89355625rem;top:47.1875rem;left:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { width:18.75rem;height:2.1875rem;top:50.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { width:13.125rem;height:1.4624rem;top:50.8125rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rM1mZZokK91rTML80TLiMCtT4yoCnl { width:2.5rem;height:2.5rem;top:53.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { width:5.4375rem;height:1.13720625rem;top:54.0625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { width:4.875rem;height:1.13720625rem;top:55.1875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { width:2.5rem;height:2.5rem;top:56.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { width:5.4375rem;height:1.13720625rem;top:56.9375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { width:4.875rem;height:1.13720625rem;top:58.0625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcorTKS0JagxrxPUnTW8PkwHVQR925aH { width:2.5rem;height:2.5rem;top:59.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { width:6rem;height:1.13720625rem;top:60.4375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { width:2.5rem;height:2.5rem;top:62.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { width:9.875rem;height:1.13720625rem;top:63.4375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { width:2.5rem;height:2.5rem;top:65.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { width:5.4375rem;height:1.13720625rem;top:65.625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { width:8.875rem;height:1.13720625rem;top:66.75rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { width:15.625rem;height:2.5rem;top:70rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block; }
 }@media only screen and (max-width: 763px) { #PnLm2VLuOcaWzkiBwDHD0wW7VOnobORD { width:5.6875rem;height:0.9746125rem;top:31.21240234375rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Simdpqpxv56VpiC3gZhvbhE2c6TIptwV { width:5.6875rem;height:0.9746125rem;top:68.375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { background-color: transparent; background-image: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .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); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { width:6.875rem;height:1.7871125rem;top:0.98095703125rem;left:6.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { width:1.6875rem;height:1.125rem;top:0.849609375rem;left:17.22021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { width:18.75rem;height:34.375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { width:5.375rem;height:1.25rem;top:0.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { width:4.0625rem;height:1.05615rem;top:0.75rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { width:8.6875rem;height:1.4624rem;top:2.6875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { width:4.25rem;height:0.9746125rem;top:4.875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { width:4.875rem;height:1.29980625rem;top:5.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { width:15.9375rem;height:0.5rem;top:7.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVJp9AZpqGhl9K36qge04mUsA7PXRuq { width:12.5rem;height:0.9746125rem;top:8.125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { width:4.25rem;height:0.9746125rem;top:9.8125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { width:11.5rem;height:1.13720625rem;top:10.75rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { width:2.5rem;height:2.5rem;top:12.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { width:2.5rem;height:2.5rem;top:12.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { width:6rem;height:0.89355625rem;top:15.3125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { width:2.5rem;height:2.5rem;top:16.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { width:2.5rem;height:2.5rem;top:16.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { width:2.5rem;height:2.5rem;top:16.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #demZc9NAmkXOHolD7SodMpkq9h5ntV3n { width:2.5rem;height:2.5rem;top:16.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { width:0.6875rem;height:0.6875rem;top:15.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { width:18.75rem;height:5.625rem;top:19.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { width:6.5625rem;height:0.9746125rem;top:19.875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { width:12.5rem;height:3.3056625rem;top:21.0625rem;left:2.3125rem;font-size:0.6875rem;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { width:12.5rem;height:1.05615rem;top:25.875rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { width:14.125rem;height:1.94970625rem;top:26.875rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { width:7.5rem;height:1.25rem;top:28.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { width:7.125rem;height:0.9746125rem;top:28.875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7ehexGheqpG7brPdSylpiecaMScDgt { width:3.875rem;height:1.05615rem;top:28.875rem;left:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { width:6.3125rem;height:0.89355625rem;top:30.0625rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { width:15.625rem;height:2.5rem;top:32.2060546875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block; }
 }@media only screen and (max-width: 763px) { #JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { width:18.75rem;height:34.375rem;top:38.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { width:5.375rem;height:1.25rem;top:37.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { width:6.0625rem;height:1.4624rem;top:39.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { width:4.0625rem;height:1.05615rem;top:37.8125rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { width:4.25rem;height:0.9746125rem;top:41.9375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { width:4.875rem;height:1.29980625rem;top:42.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { width:15.9375rem;height:0.625rem;top:44.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { width:4.25rem;height:0.9746125rem;top:47.3125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { width:11.5rem;height:1.13720625rem;top:48.25rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { width:2.5rem;height:2.5rem;top:50rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { width:6rem;height:0.89355625rem;top:53.125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olaaSRme2balqZTO0qcVHUGDkTXIHKcb { width:0.6875rem;height:0.6875rem;top:53.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { width:2.5rem;height:2.5rem;top:54.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { width:2.5rem;height:2.5rem;top:54.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { width:12.5rem;height:1.05615rem;top:64.4375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { width:13.25rem;height:1.94970625rem;top:65.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { width:6.3125rem;height:0.89355625rem;top:67.25rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { width:15.625rem;height:2.5rem;top:69.3125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block; }
 }@media only screen and (max-width: 763px) { #QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { width:18.75rem;height:34.375rem;top:112.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHFafPfJkKkc7DKrVWvu30opT02dy6r { width:6.0625rem;height:1.4624rem;top:113.875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { width:4.25rem;height:0.9746125rem;top:116.0625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { width:4.875rem;height:1.29980625rem;top:117rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { width:15.9375rem;height:0.625rem;top:118.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { width:4.25rem;height:0.9746125rem;top:121.4375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { width:13.625rem;height:1.13720625rem;top:122.375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { width:2.5rem;height:2.5rem;top:124.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { width:2.5rem;height:2.5rem;top:124.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { width:2.5rem;height:2.5rem;top:124.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { width:2.5rem;height:2.5rem;top:124.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { width:0.6875rem;height:0.6875rem;top:127.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { width:6.0625rem;height:0.89355625rem;top:127.25rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { width:2.5rem;height:2.5rem;top:128.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { width:2.5rem;height:2.5rem;top:128.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { width:2.5rem;height:2.5rem;top:128.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { width:12.5rem;height:1.05615rem;top:138.8125rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { width:13.4375rem;height:1.94970625rem;top:139.75rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { width:6.3125rem;height:0.89355625rem;top:141.5rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { width:15.625rem;height:2.5rem;top:143.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block; }
 }@media only screen and (max-width: 763px) { #KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { width:18.75rem;height:34.375rem;top:75.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { width:12.5rem;height:1.05615rem;top:101.25rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { width:15.625rem;height:2.5rem;top:106.4375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block; }
 }@media only screen and (max-width: 763px) { #eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { width:13.625rem;height:1.94970625rem;top:102.375rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UER2H9HpZ2BKepmIvVovPfExs1xgwnho { width:6.3125rem;height:0.89355625rem;top:104.1875rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { width:0.6875rem;height:0.6875rem;top:89.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { width:6.0625rem;height:0.89355625rem;top:90rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbVcck8EsPfmIcpE1wVTZ70856WgQki { width:2.5rem;height:2.5rem;top:91.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { width:11.5rem;height:1.13720625rem;top:85.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { width:4.25rem;height:0.9746125rem;top:84.375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { width:15.9375rem;height:0.625rem;top:81.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { width:4.875rem;height:1.29980625rem;top:79.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { width:4.25rem;height:0.9746125rem;top:79rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4dSutdbP6aySZqHFVbf60stBSZOohR4 { width:11.625rem;height:1.4624rem;top:76.8125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container { width:20rem;height:148.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpaUq535n96tJs5VGE0xF7sa7C203I7q { width:18.75rem;height:34.375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { width:10.25rem;height:1.4624rem;top:3rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { width:4.25rem;height:0.9746125rem;top:5.1875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { width:4.875rem;height:1.29980625rem;top:6.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { width:15.9375rem;height:0.625rem;top:7.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { width:4.25rem;height:0.9746125rem;top:10.5625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { width:13.625rem;height:1.13720625rem;top:11.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { width:2.5rem;height:2.5rem;top:13.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { width:2.5rem;height:2.5rem;top:13.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { width:2.5rem;height:2.5rem;top:13.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { width:2.5rem;height:2.5rem;top:13.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gwKt1HynC8WaPahSmm1zquQK7htqde { width:6rem;height:0.89355625rem;top:16.375rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { width:0.6875rem;height:0.6875rem;top:16.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { width:2.5rem;height:2.5rem;top:17.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { width:2.5rem;height:2.5rem;top:17.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffwHo1wAl7ValQZoTu80SQNXuRWTNni { width:2.5rem;height:2.5rem;top:17.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { width:2.5rem;height:2.5rem;top:17.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { width:2.5rem;height:2.5rem;top:17.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { width:2.5rem;height:2.5rem;top:20.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { width:12.5rem;height:1.05615rem;top:28.25rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { width:14.0625rem;height:1.94970625rem;top:29.1875rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { width:6.3125rem;height:0.89355625rem;top:30.9375rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { width:15.625rem;height:2.5rem;top:32.8125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block; }
 }@media only screen and (max-width: 763px) { #cOVH3N3Wg96AN8cRHp5QN3yySppUC3oe { width:18.75rem;height:34.375rem;top:38.375rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q9WhXZS8v3mRyOq2crB83HEIoa3zD1Tr { width:8.6875rem;height:1.4624rem;top:39.875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ved7gfsHTGcvkD0iIRPeaGecrsNwpbIu { width:4.25rem;height:0.9746125rem;top:42.0625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Xiil7Cr16ZpMfK6DsOmdAJIwT8eaTf { width:4.875rem;height:1.29980625rem;top:43rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGKcKXWp5ULV7JfLXhSbyumaykZCEXPA { width:15.9375rem;height:0.625rem;top:44.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2tGRxldPyXsImCCVloWfx3Vy9b1JsBP { width:4.25rem;height:0.9746125rem;top:47.4375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyqo4hTzHvfvByx2NAiX2SfxPeK2GE3z { width:13.625rem;height:1.13720625rem;top:48.375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVxncS3GwZf37baScr10Tmb8blffXzV2 { width:2.5rem;height:2.5rem;top:50.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIeiOG9V4fkDtzqhp8QnVlxunrf1bnu { width:2.5rem;height:2.5rem;top:50.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnAbpCW5wx9EDv7h9U9yDGcxlvy21q8T { width:2.5rem;height:2.5rem;top:50.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skdQt3Sb6gP7WFslwW8LubDbgM9brcRn { width:2.5rem;height:2.5rem;top:50.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiB53WR0rgPdoo5shxmQTIz24F35nBo8 { width:6rem;height:0.89355625rem;top:53.25rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUsxRHuzfRc3PEQEG4OQn5AR5WxGkNKe { width:0.6875rem;height:0.6875rem;top:53.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7X3kUgsa3F83vA6VNPiUrxTTSERMTzl { width:2.5rem;height:2.5rem;top:54.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5CDSKrZC6eKbdI7l7l1Eq0fpaVSBrdS { width:2.5rem;height:2.5rem;top:54.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg62KmHNkOGWDbZisutZ8dimb4lywp4D { width:2.5rem;height:2.5rem;top:54.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPNu5V1psGb7BuymTTl7DRagTIH0RH35 { width:2.5rem;height:2.5rem;top:54.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr6kvJHRTm9yRURDTRrdxbEmIchfBemK { width:2.5rem;height:2.5rem;top:54.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7rcg5huCZGIhw91c38sVaM1aNTSSxld { width:2.5rem;height:2.5rem;top:57.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwdCEVNLloUQEi8AbsVQevBEQxlnctw2 { width:12.5rem;height:1.05615rem;top:64.625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxmJrU8JP1nPXMG8LRLbax1mC7uExcq { width:12.125rem;height:1.94970625rem;top:65.5625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9zMBP1ZOnqDNGr1SDVlfgTz51z1029C { width:6.3125rem;height:0.89355625rem;top:67.3125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbKxq4N9W11nphwl6vJq3IDOI7Ju4HIF { width:15.625rem;height:2.5rem;top:69.5rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfrZhZ8iKdv5oHniaRa88PcsSHF3axDr { display:block; }
 }@media only screen and (max-width: 763px) { #OxEp3eN5pt0oLm4HzbkgOPJIBUlXdInD { width:18.75rem;height:34.375rem;top:75.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRao7MH7Dl8g3UawrvVI7TNTg0Kx9sD { width:7.75rem;height:1.4624rem;top:76.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg5ht2C0oWHyED74NKELpTnJrN5Sv46 { width:4.25rem;height:0.9746125rem;top:78.9375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJ3RPNoW1gXeKkvZXugOyzx4xoqTXwt { width:4.875rem;height:1.29980625rem;top:79.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeFKn5olZf8bQqAaTtbBQDkWnrTKEsgv { width:15.9375rem;height:0.5rem;top:81.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhMu6lz0ztvFqEPkw3He9AKzOBKA1f0b { width:4.25rem;height:0.9746125rem;top:84.3125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqp1ixomsBXDc1g9pfO0rqoXVk1xkox { width:11.5rem;height:1.13720625rem;top:85.25rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWs9MKRMyzh6d3SIFaQrvXoRLPbeidZ { width:2.5rem;height:2.5rem;top:87rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRzPy8oWr1cDtdy4CFk7N50QmHJUqQi5 { width:2.5rem;height:2.5rem;top:87rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeV9W5N2cvwOmDWaNe6O89hHkQm19wSi { width:6.125rem;height:0.89355625rem;top:90.125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiF7w42Jr2PmBghXgMuEovuLGSHitaAX { width:0.6875rem;height:0.6875rem;top:90.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRvpflNi2AtJiimO9xhrmpdP9tKHSkWR { width:2.5rem;height:2.5rem;top:91.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHFSExfCFRMKr75C1czaP3K15ULx3IKI { width:2.5rem;height:2.5rem;top:91.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHDBPP0BXk1gqEA2iRipNd5TPi5q6Dp { width:2.5rem;height:2.5rem;top:91.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQUQu69aQyDPZnG0C5mB8GkNzTHuUNS { width:2.5rem;height:2.5rem;top:91.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIHd1IUcT3S69U3V8TGHDtmlhf4VCFUO { width:12.5rem;height:1.05615rem;top:101.0068359375rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOU7AU3Mi8uaA5MMMIvpARMJRGbIrDk { width:12.3125rem;height:1.94970625rem;top:102rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyPxwxQeqPbpFHk5rFN8VFwHhB9iPTKS { width:6.3125rem;height:0.89355625rem;top:103.94921875rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft46HURseCCWMeBx2hm06n3dETpVukxt { width:15.625rem;height:2.5rem;top:106.25rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RWzfRMNqXXnQT8q3bZrEhQV0DvKbIU { display:block; }
 }@media only screen and (max-width: 763px) { #OyL9pyZlIw8yTksakkXBAiCGOaHferLm { width:18.75rem;height:34.5625rem;top:112rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5m2WV0HVA51TcfEPkPdJ25V8yWCbblw { width:10.5rem;height:1.4624rem;top:113.5625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIvkvp8DrtmWT1HIMv9rLvLfZ5kphd9r { width:4.875rem;height:1.29980625rem;top:117.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJLksJiWJR480FelyoZMNJik7kpowTr { width:4.25rem;height:0.9746125rem;top:115.75rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEBHb3CAmWKFPxllxT6h8zSSxWwELxE { width:15.9375rem;height:0.625rem;top:118.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccK7keGGLMqq30U9OcV33T8PGP3dpgv { width:4.25rem;height:0.9746125rem;top:121.5625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0EFeUUOHgkAMigzH1ITlTmy8umDwmR { width:11.5rem;height:1.13720625rem;top:122.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfToORd8pXdKAV2hmckDV5wHTO3uiupa { width:0.6875rem;height:0.6875rem;top:127.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1qhXHVS3ligKR6PX8lDhkGbIqoGBHHT { width:5.9375rem;height:0.89355625rem;top:127.3125rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iZMWCOANq1k48V37sShaB0QWuNTDKz { width:2.5rem;height:2.5rem;top:128.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vesnPL6QciFWn38bJBAX30cyaiTo4ymn { width:12.5rem;height:1.05615rem;top:138.5625rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSslZeILkfqrdAwnqtnG99iRRynh5xw { width:11.3125rem;height:1.94970625rem;top:139.5rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvAKSuETTgz8QOqEerKrSUreBL1B8VGG { width:6.3125rem;height:0.89355625rem;top:141.3125rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEWKOr38cUgvXvri5GwMDK7kk9gXXCQ { width:15.625rem;height:2.5rem;top:143.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmdN7eeRpKdP491PceymgJpmcTpSpm05 { display:block; }
 }@media only screen and (max-width: 763px) { #JEynBrx9025gsxHnefUMFldc0bAkTzS7 { background-color:#fbf5f5;background-image:none;display:block; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { background-color: transparent; background-image: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .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); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { width:20rem;height:26.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { width:16.25rem;height:auto;top:6.875rem;left:0.625rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { width:16.25rem;height:auto;top:6.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AR6Nf1Td6LwfVrJI7uTKR5FxwUC7ANV2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #CqEAGZfQtEUxwsgzKJW0T8hOtfssWSmq {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #FNpsEZXlvcetKkAHkmThldba8yxcxJSd {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk {  }
 }@media only screen and (max-width: 763px) { #tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { width:11.875rem;height:0.89355625rem;top:4.4609375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.1;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { width:6.25rem;height:1.875rem;top:33.875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { width:6.25rem;height:1.875rem;top:33.875rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block; }
 }@media only screen and (max-width: 763px) { #FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcsEoym06xg7JsUG04OQMPbelHEV200u { width:20rem;height:2.6982375rem;top:0.6875rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { background-color:#e5e5da;background-image:none;display:block; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { background-color: transparent; background-image: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .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); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ve65d627b2150ca9a4adac3017c67c23 { width:5.875rem;height:3.1875rem;top:1.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30cfac6c73db7e1f11056343e4920cd { width:9.0625rem;height:1.3808625rem;top:2.0234375rem;left:10.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc26e301b01c6540195be53957fd0f64 { width:6.0625rem;height:1.21875rem;top:4.90625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8a25968042cc8b29a72498d141e6ac5 { display:flex;width:1.25rem;height:1.25rem;top:2.08984375rem;left:9.375rem;font-size:0.875rem; }
#p8a25968042cc8b29a72498d141e6ac5 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #f2b10bbc625194db0141536184209b40 { width:7.9375rem;height:0.89355625rem;top:11.125rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaeb4ff5e0c568f64c95d4365921c1c8 { width:9.3125rem;height:3.574225rem;top:11.9375rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc9c31c3e86582d750e91046896f4f0 { width:5.375rem;height:0.8125rem;top:11.10302734375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1e32726d2c01382ede57be20aaa6aad { width:7.0625rem;height:0.8125rem;top:12.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cd8874ca751f5ce68a1434f180711d { width:4rem;height:0.8125rem;top:13.818359375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNPfzgxmZdKgTxlIV6Bm4iPWaDUeGpT { width:19.5rem;height:0.89355625rem;top:16.23095703125rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbCvCTZfDNAVZaWJSbbPTim6b6UZHd5 { width:20rem;height:4.80956875rem;top:5.65625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { display:block; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { width:20rem;height:0.6499rem;top:0.1875rem;left:0rem;font-size:0.5rem;display:block; }
 }