.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:240,229,226;--color-primary-1:205,170,160;--color-primary-2:155,84,64;--color-primary-3:78,42,32;--color-primary-4:23,13,10;--color-secondary-0:247,235,232;--color-secondary-1:228,189,177;--color-secondary-2:201,123,99;--color-secondary-3:101,62,50;--color-secondary-4:30,18,15;--color-tertiary-0:255,255,255;--color-tertiary-1:251,249,247;--color-tertiary-2:243,236,227;--color-tertiary-3:122,118,114;--color-tertiary-4:24,24,23;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#eXeMMF4uTQTVeu2v53dn6TAUTDuFkHwB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.71875rem;left:58.681640625rem;display:block; }
#QywqVk0PbwzbrJ8rLEyLnprf9lWC1oUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTMyBB2ztaV9tvaGsiy2iOdT5z7LT3x8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:0.5625rem;height:1.29980625rem;display:block; }
#pq5PCR5qh5OBKhK1iWCug7Jevc6UMUC2 { color:rgba(var(--color-primary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:13.125rem;height:1.13671875rem;font-style:normal;display:block; }
#bTSHElRgqEcDQSEfLy856WTw2Q4ZQh9f { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.15625rem;left:12.4375rem;display:block; }
#NAMWo5lFCc5hXxd7GuZFKer8cMiyufnG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.71875rem;left:43rem;display:none; }
#x4bTU8w24KJcF6HI6KhIaUe3WzMd6C3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c1f1a;background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container { background-color: transparent; background-image: none; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container > .video-iframe-container { display: none; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row > .video-iframe-container { display: none; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .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); }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container { border-width: 0; border-radius: 0; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#IApVUgpVAhK9PFRLkMt05dvEeI9g1MBO { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22rem;left:38.0625rem;display:block; }
#x0HmT0kTTZgRSJ0KU6lQReK97XWIN7bf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k61zDtuBfLG2xG3uAxaJq1FnJnHphNLW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22rem;left:19.5rem;display:block; }
#PsCG1TsKnlUQuGsTJwQCy472xnOhy34X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eV6RQT6yXqNI6QwxovElXOKLtU5Uclzc { box-sizing:content-box;height:1.875rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:2.5rem;left:26.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#LwT161CtRm3pHFxgPGVXEeZC0WfD4OC5 { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:27.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ceQNfdglVRctXAym7yv2Ue8FFzJr2zgk { color:rgba(var(--color-secondary-1),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:26.90625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#kT1okHUoua6JbBe7crPeyT6fGpz7ftla { color:rgba(var(--color-secondary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.974609375rem;left:17.78125rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lIcM07uwaIyM0c3gLmw4xpADeyWzloaq { color:rgba(var(--color-tertiary-2),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:13.513671875rem;left:18.96875rem;height:6.410125rem;text-align:center;text-align-last:center;display:block; }
#zTovPa4K6m7B90GOt1VOR82SBXibmdlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c97b63;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; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container { background-color: transparent; background-image: none; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container > .video-iframe-container { display: none; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row > .video-iframe-container { display: none; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .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); }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container { border-width: 0; border-radius: 0; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#eLyIT3HKlo0RRHuGu6wKo2fb0WPXqSDr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.40125rem;padding-right:0.355625rem;padding-bottom:0.40125rem;padding-left:0.355625rem;display:block;align-items:center;width:2.13375rem;min-width:2.13375rem;height:2.155625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.60375rem;font-weight:700;line-height:34.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.845rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.60125rem;font-weight:400;line-height:13.63px;text-align:center;text-align-last:center;text-transform:none;top:-5%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.375rem;height:4.27125rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.125rem;left:28.0625rem;z-index:15001; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xVoCJ8t5la72AoUadBXEgktuPH6oi6oD { display:flex;position:relative;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #R4NOZSVBSgEgJmvhJtVL4TLqK57iVrzs { width:auto; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fBdUpcwMnRiJoOUmlilqFhDfaI2Mp9aC {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xMecwro1So0XiL5kb88esb5J92eVPa1g { display:flex;position:relative;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fHEELUtkVTFVuTTafvquSkJSWUuFq1yb {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #zTae6grBzT42hrXiA3ix2JFA11AOlaMK {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #sO1VaEsWv5kFpnzXmt7MLAig2Oekq32l { display:flex;position:relative;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #Kip7K7AdBINN7dITbqSKou7S7IeNGNGU {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #uODUS9lca0cVH86661az0IJoMLqZmm1Q {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #f9PeeI0kZErPrcTFaT4lRca419JVvyM3 { display:flex;position:relative;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #AC2zwozqmS2GmJRPTCTBTsIyvhqG1DvX {  }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #l8oZBB5VKaPhsBPUaWyFX1Ca2duCfpFq {  }
#OsJygCNSV16sv2n09H6STJe2CFcFuKy1 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:46.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPsczpnr44NT7TuSpdZPKll27me5SVlk { position:relative;display:block; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk { background-color: transparent; background-image: none; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row .container > .video-iframe-container { display: none; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row > .video-iframe-container { display: none; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .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); }#nPsczpnr44NT7TuSpdZPKll27me5SVlk { border-width: 0; border-radius: 0; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .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; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#iKD4OqaTAHtvNqAVZbOTIeUhTCUeszX3 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:2.5rem;height:1.13671875rem;font-style:normal;display:block; }
#hgGSsbkdJq4kPSq3nIRmfGe4yHBzFI3t { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.5rem;height:3.0869125rem;display:block; }
#aXVRUetwJM4E5LpVfhXqH3XVmD8crAfi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:2.5rem;height:6rem;display:block; }
#IuysOoLm9byHDN2Zp48wWXqnTQ2ZJoAg { box-sizing:content-box;height:2.375rem;width:23.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(234,243,222,0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid #eaf3de;border-left:0.0625rem solid #eaf3de;border-right:0.0625rem solid #eaf3de;border-bottom:0.0625rem solid #eaf3de;top:17.3125rem;left:2.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#xI8BZ72aPdhkDF6SU0dJlHc4oPKSUgfo { color:#3b6d11;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.625rem;height:1.13671875rem;display:block; }
#WPnZCtoDqfMQSyV7oZPubroJBVSzKRTU { box-sizing:content-box;height:11.5rem;width:50.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:22rem;left:2.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#suXypfowAU1UGyOsgN8HT7ISMAtvaznK { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23.9375rem;left:3.75rem;height:5.625rem;font-style:italic;display:block; }
#oWuTVMkwSBmGbEpyDoFfmzA0uQWIFdGo { 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:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.75rem;height:1.29980625rem;display:block; }
#LrFc5k6KEfh3T8AfX0GmxzaAe2MvlSJu { box-sizing:content-box;height:11.625rem;width:0.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:2.5rem;display:block; }
#nXpZ39dloHFbUIpRzhNGbA6SI2ArAlHG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:36.625rem;left:2.5rem;height:4.5rem;font-style:normal;display:block; }
#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ece3;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; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container { background-color: transparent; background-image: none; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container > .video-iframe-container { display: none; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row > .video-iframe-container { display: none; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .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); }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container { border-width: 0; border-radius: 0; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#nyheOLgZSMK6O445P3GqkNtKhh84W7xz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.125rem;height:3.0869125rem;display:block; }
#kNfHy1C5Q5AIx3mNIPkr54aN9a4eVciP { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.125rem;height:1.13671875rem;font-style:normal;display:block; }
#XMaPy0kNS3qr9XGhuHfGNmrOngNVIPCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.75rem;left:2.125rem;height:3rem;display:block; }
#XHliZwGs5tSkmaDRhqd0OJxylCKegcCv { box-sizing:content-box;height:7.4375rem;width:51rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:14.625rem;left:2.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#ADxBwz3IaXTAhfEoB27gudRFiAGlJCbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.1875rem;left:3.3125rem;height:4.5rem;font-style:italic;display:block; }
#pf0y6eD4aT3gDCOPrOAXrsW1xA8IbsfM { box-sizing:content-box;height:7.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:2.125rem;display:block; }
#GvMhFn4QTFCMRz4X3Nxc6Do97GDI0pwm { box-sizing:content-box;height:15.375rem;width:24.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:2.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UTZricSGJOz2D6J0HFC0guHVa1RN2fUT { box-sizing:content-box;height:15.3125rem;width:24.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:29.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#amFJRW7ZwGnVuOfoTrBeBwEVJCdOCQXU { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.3125rem;display:block; }
#aJTuMJ5A7AibgqNoWPWfnLX41o1w2kM3 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:30.0625rem;display:block; }
#GEFSTn08p5XVLZgMWsR7UUPNPCmUOb43 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#xcs0EbOFVBvpIUubne6MsSiJWcEDbicq { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:32.8125rem;left:3.3125rem;height:6rem;display:block; }
#Cu76AN4k4SaUu9ptaJzTHbcqUZEDLxbT { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:32.8125rem;left:30.0625rem;height:6rem;display:block; }
#GiVTdt3oo3cqgyf97T0LBDMb6zCPptfi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.875rem;left:30.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#EsfkSqrUMuFcTD08yaP9dPmd5Z9qEsOF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#mty4XZ9Qt6a8qi3q7OtCyKxSdcEgb1xz { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.4375rem;left:30.75rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#cQGTtWyOsa6v6bHA5ouydvOhKFgAK0Jb { box-sizing:content-box;height:15.375rem;width:24.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:2.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NXtnxtBxx7rWsTG9TpHMnEVCKJsPnTTP { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.1875rem;left:3.1875rem;display:block; }
#WVnGxi4F0Ky3pCmOmEgvsvbnRhVqxx3O { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:44.8125rem;left:3.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#l0QCnOset7rHUv6mfEGd0dC07WQNLDVT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#EQKeHRxfql5582J1sqVOfNHLZxvW9hak { color:rgba(var(--color-secondary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:50.4375rem;left:3.1875rem;height:4.5rem;display:block; }
#AH7Fa0L76hTXnm093hXOh9QX2sryZy8H { box-sizing:content-box;height:15.3125rem;width:24.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:28.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#va8zEvDSgr9rMPozNIS1tGnWJH87bQrI { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.1875rem;left:29.9375rem;display:block; }
#HM2ngtpZH008Oyh3ORNWhk84skMtas5x { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:50.4375rem;left:29.9375rem;height:4.5rem;display:block; }
#ET7EiwQazB8MiTwZ4o0fk92CPBoP0Rzc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:48.5rem;left:29.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#N9IQa6bhJTPSStUMpItXnunBLtvdre4T { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:44.875rem;left:30.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#raMQ6ggGp6GZBHKfvAV4adawbOi0eh1m { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:26.0625rem;left:0.625rem;display:none; }
#nputQ73DOSWd1cX7f6Nh4RdQXpOZTIKC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:28.0625rem;left:11.875rem;display:none; }
#W7DKiID6i1txix8vsUyV5cUeHr5qRh9B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:46.75rem;left:6.5rem;display:none; }
#c4HTdQFATWoND9g6JdoGMvxJ188nrTls { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:48.9375rem;left:7.5rem;display:none; }
#WS8zqVihSQkmyc1W5At2aTiKLBzQITIV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:38.25rem;left:0.3125rem;display:none; }
#sUbanVCXy8rTKuiSMEoideZZ4db58Kqi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:37.625rem;left:11.1875rem;display:none; }
#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 { position:relative;display:block; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 { background-color: transparent; background-image: none; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row .container > .video-iframe-container { display: none; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row > .video-iframe-container { display: none; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .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); }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 { border-width: 0; border-radius: 0; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .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; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .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:44.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; }#gAW65hSLAENOJQJaQnuIotL71Xxw7vTU { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.875rem;height:1.13671875rem;font-style:normal;display:block; }
#RrG1hhTItOo2Oe2l9f5KyQsMhiUyhypg { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.875rem;height:3.0869125rem;display:block; }
#SyAImGtcCzkwaisqwLeG8e7x21nV8wtZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.875rem;height:3rem;display:block; }
#ndrmCwmCsWZNTHcvcbH3iXUWblMiGryK { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:7.9375rem;display:block; }
#x7u6ht6kNN65lg5KKkmNRyTizzsS8Q42 { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:25.125rem;display:block; }
#nJr0XKdgmpgb7HFCINEB5CP1w4CUq3HD { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:42.8125rem;display:block; }
#pnTl4gTevAXgpT22Dziunsx0iVnF87wf { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:61.1875rem;display:block; }
#kOOrmHsyJTQIBL7kO93eTNluwpT5yOuG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:13.875rem;left:8.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuhx6uvLxvudhAond4H4wLsswtyXlBIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:13.9375rem;left:25.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOrlB5Pk9blOdheKW6cXnnDsZJBDc67s { color:rgba(var(--color-tertiary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:13.8125rem;left:43.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQTa5V0AUdoJ8ARSwS7fJgON7iwhuUOQ { color:rgba(var(--color-tertiary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:.9;letter-spacing:0;top:13.75rem;left:61.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnGvZbG8NJDk7cbWaJWaaXboPV2lP2XF { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xRslTW2f1JnTmDtpTHFOQq53XqLrizdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.5rem;left:20.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SLcLTfeg39iZ2ssnQb88sgeSI9lMZUfx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5rem;left:38.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BgM03PWgsCEVBZMTCXRfAFGHX1Kqilk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:56.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PldKzGRJ0AySEhR8R1WumaHXeKObI1WP { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:19.75rem;left:2.75rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#k35OeyvhpE7nTivv5NIxc2FueVAGCGEX { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19.75rem;left:20.15625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#rGk9kZGwwdwb2hfCyV8EmMZgnNND9l0M { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:19.75rem;left:38.0625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#GlruEeeAo7bCv31atUbNBdTlsbSftG99 { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.75rem;left:55.40625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#rDcRkDRBAuAXw4QLyLCK8Ptp3anfxC2M { box-sizing:content-box;height:7.4375rem;width:50.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:32rem;left:3.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#CvpCuONP0TX0pfJu3EwKkgu1FQ8uT9Mh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33.53125rem;left:4.1875rem;height:3.9375rem;font-style:normal;display:block; }
#JDLbIhKMdGq4DeJMO7ExIwUJR4rxVXlH { box-sizing:content-box;height:7.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:3.125rem;display:block; }
#o0w0CL9K08AGTNKOS75u7TN9DbREF5Ft { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:9.5rem;left:6.1875rem;display:none; }
#sGoKse2Fa2pqaqdGby04lhoV8fRN4f9l { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:14.5625rem;left:3.125rem;display:none; }
#UvXNRRxM2ld2MGSE4QELSqUWA6HnlRso { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:21.1875rem;left:3.125rem;display:none; }
#a3TdlC2PJ7g80B08F3ipBhqFqNe2slbT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:20.75rem;left:3.1875rem;display:none; }
#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ece3;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; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container { background-color: transparent; background-image: none; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container > .video-iframe-container { display: none; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row > .video-iframe-container { display: none; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .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); }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container { border-width: 0; border-radius: 0; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#Avz8a2WRP2ouXauLwq0DEO8LgHNIZnzu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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;height:28.6875rem;width:20.25rem;top:10.125rem;left:12.25rem;overflow:hidden;display:block; }
#z7yBpWeoBhLe8D4e6WmWuraa82b0XgyH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:37.5rem;height:1.13671875rem;font-style:normal;display:block; }
#ilIGyNJ13GwaGNwIVDXO2uMN1yt1TdQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.5rem;height:;display:block; }
#tWQsrTfscQLG80A52MkcnLpRSwLatomZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:13.125rem;left:37.5rem;height:19.797875rem;display:block; }
#q9uy6Ri44bH22cf8kdR6qLTAlb2MCXSU { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:37.5rem;height:1.13671875rem;font-style:normal;display:block; }
#sRG23Q4Q8gvOVcsqOmXbD5zpqUSkD9qq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:34.826171875rem;left:37.5rem;height:4.0488375rem;display:block; }
#Ecb5mlgGFhQPUTenwqOEUcpRqMh2QPT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:6.0625rem;left:8.75rem;display:none; }
#Gm4Hpm1D9u54TyxTiJCbqBUs8us2IDsL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:16.4375rem;left:10.8125rem;display:none; }
#Cb4xaWIv2IS5kFqgaX0T5mS0LKJrcMFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.125rem;left:1rem;display:none; }
#DkSJV0VcJQfMMbrq6HGwksTFnMGHe2ND { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.125rem;left:1rem;display:none; }
#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg { position:relative;display:block; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg { background-color: transparent; background-image: none; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row .container > .video-iframe-container { display: none; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row > .video-iframe-container { display: none; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .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); }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg { border-width: 0; border-radius: 0; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .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; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .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:39.625rem;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; }#Ji7XGvzROs9Ttqwix1IhiWHSbSvQtqss { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.0625rem;height:1.13671875rem;font-style:normal;display:block; }
#DRRR27ePS5BDpgUomVagvkDuN3zkV6hy { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.0625rem;height:3.0869125rem;display:block; }
#bOSTyiG2BBk6UKrTyMfgSfBNtnuFQUTf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.6875rem;left:3.0625rem;height:3rem;display:block; }
#owZqIbfEw9Mi3s6CwgGBdHw4hRh1I1OF { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:13.625rem;left:3.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Kuy3ple3vmfevT6toyudBxfEanvu59vx { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:13.625rem;left:26.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Z0rrtf3qARtVUgl7extgvRdOQMJAhb2t { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:13.625rem;left:49.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qUg9XyZufqhMPQWfS7QxyP7KdOx2I4om { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.5rem;height:1.29980625rem;display:block; }
#xUaOZxqaprXfoZeitMs6DwSUfzngRKch { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.75rem;left:27.9375rem;height:1.29980625rem;display:block; }
#bryH3BH32p0LKouJoe03MvBsHLJvpD0F { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.75rem;left:51.3125rem;height:1.29980625rem;display:block; }
#PLMeo6LrQZxJl9yeH2uOZckGUKih27XL { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.337890625rem;left:4.5rem;height:3.8994125rem;font-style:italic;display:block; }
#CeMEE2CF9W58Wp9MRr1ws19lq92owCAJ { color:rgba(var(--color-tertiary-3),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.9619140625rem;left:4.5rem;height:1.29980625rem;font-style:normal;display:block; }
#S7v4lK0GssBIV75wMo5WmTXJKkWaPBgP { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.337890625rem;left:27.9375rem;height:3.8994125rem;font-style:italic;display:block; }
#ig8RDoasrAOH7kvK8rmlGD7clf0Tqkbs { color:rgba(var(--color-tertiary-3),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9619140625rem;left:27.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#MHSdTehf455neZUsI8eMk2Naq7DxQpBp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.337890625rem;left:51.3125rem;height:5.19921875rem;font-style:italic;display:block; }
#wCNmm5BnkqeiRs1B6TwCuoSxFe8Ussl6 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.9619140625rem;left:51.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#f7gWRABfGh2fBiTiLItNwJQel2x7kOvE { color:rgba(var(--color-secondary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.75rem;left:31.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#GwNepU76AP5mX50APHAtD26GFR4BcGq5 { color:rgba(var(--color-secondary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.1875rem;left:19.75rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8I8aztZ8OF06Bx3dqENLAoqXP6Sm7oq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:37.4375rem;left:10.25rem;display:none; }
#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ece3;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; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container { background-color: transparent; background-image: none; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container > .video-iframe-container { display: none; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row > .video-iframe-container { display: none; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .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); }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container { border-width: 0; border-radius: 0; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#gPbp8Od73iWJvOtCteTN44DWJiI3NxqV { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#BWS5AiAT8VVklOG0ReM0OaT9qc6Nvqne { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.6875rem;height:3.0869125rem;display:block; }
#VPcrgbGS3zPAfKH4ukZpJzy6LPOqCvrx { color:rgba(var(--color-primary-3),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.625rem;left:2.6875rem;height:6rem;display:block; }
#S3kCcKsIdzRxZwdaKuhsrwZOS89Mpvr7 { box-sizing:content-box;height:11.0625rem;width:54.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:2.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kGCdi6MpI3hDTTGCTDq7Qhp9ECZ4vd5d { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.1875rem;left:9.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DX9FpQmHGFa6T0dSIJ8Kgfl6uwrDIsEC { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.5625rem;left:11.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#svoPcb6106HBaC0a3GSyThZDLOcyaKhT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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;height:;top:4.375rem;left:0rem;display:none; }
#HnT6xsoFKnzb4WvMTA8KDUvw7AJQsC3v { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:13.75rem;left:9.3125rem;display:none; }
#AU7D3T8MHJ3WeNPiDRLAtQEB8VAGUyVn { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:18.6875rem;left:7.9375rem;display:none; }
#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb { position:relative;display:block; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb { background-color: transparent; background-image: none; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row .container > .video-iframe-container { display: none; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row > .video-iframe-container { display: none; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .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); }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb { border-width: 0; border-radius: 0; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .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; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .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:88.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; }#tbzICc1ZER6bKTB6KV5vq2wgZVBx1XPN { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.75rem;height:1.13671875rem;font-style:normal;display:block; }
#fBxzwPUw69uFnqT5fvUfU4DFsatqtlIi { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.75rem;height:3.0869125rem;display:block; }
#I4ugNEJvzTfIP947qrUA0eG2aEAbXoxv { color:rgba(var(--color-tertiary-4),1);display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.25rem;left:2.75rem;height:3rem;display:block; }
#KfGVsd2eoD22y07ZcVVMIKeFs2CkySr6 { box-sizing:content-box;height:2.375rem;width:25.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:13.4375rem;left:2.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#xwIscq1IFSnwPSZC7f37gZLUIqH3Z4MC { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.875rem;height:1.13671875rem;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-form-header {  }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:48.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.5; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.5; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-button { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:400;color:rgba(var(--color-tertiary-0),1);width:48.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:46.9375rem;overflow:hidden;font-style:normal; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .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; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-container:first-of-type{padding-top:0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-container:last-of-type{padding-bottom:0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.375rem;height:auto;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);z-index:15011;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;position:absolute;top:32.3623046875rem;left:2.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:48.375rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.5;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 {display:block;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.375rem;height:auto;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);z-index:15011;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;position:absolute;top:32.3623046875rem;left:2.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dSmWhG9frgPutmnsJkyvH7PoNFpAUSDH { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #o3ZsVuokuZBA8O0TZczRTzO7NNVUhTQq { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JXs16CLABSQgnfVfREHzmJPBki7s7lQf { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RhTVt3xBsi8FeTI8ibpCtQ1CD1xucQBo { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AauAPQWGd3hmrx7MMxc191PG7fAeqvxc { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #VBfTdbc5P9ARGe5P6XkP7Zt3GsWXdxHT { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #CftUNCukQGhyFohTKicAGUw4mHnoI0QV { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #U3tM4SAVkB7O9e1fp4T6c6UDuJ9Hmxqf { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ChbIqeQW70R9eXQiDRQyAArUOmdO5wNT { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #halfZoF3AixzzTLMGxOVTIlM6hHeoHK5 { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #QpbUgsQdKhdUQZZVTJETUNy2Rv6sXmuf { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #fOd2M9FLy5wJ50MI3o2h7Ex7MfLWar8w { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TfpP7fdi4CGK8RW3cJdLg3Ey3cpaEFrT { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AbgmLPh6SgAJznneFeODyC95ChVu6PJp { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #repKi0hFSsd2QHfn4aJGcSB7MxsX4sAB { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #gB1vW2ocVOqDgUPNSSOMBAsWvdWR0uz9 { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #MJIg1EprzOkf35fdnv8dCE8343avrpqx { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #XoEIuAgTDPyt9spBbFbBwte3Gd4a008L { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TFIqRGlyOCN7WtrCtL47CuBhKP5evhOR { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #v3ia674TZctoOE3N4Bm4em6tqEzI470Z { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #xcBMb7nSCGJpG1zeALk6HIEL2eoP8wwZ { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #mzn0cJ6TrOnak89lqM8lCD9Bud6DzMlK { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lTcw9XDEZnOVZIaB1ZvQgdHelqqn52Qv { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #Efd0fw1gFcVhKRVV8ECrSi3MADtCuvlJ { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #eParHmiMsRflpG7J9bZRM2ay2tBKATXu { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #n6Z3yTctNUrLqBATDL1awgf2IKf6ngTp { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lzfTPDDr7kiuTGdIFG31srUUyNpUF5Xn { position:relative;display:block; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JRmKu0JUO6SyyQhDbo8hb9w42cN2rF4R { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TmJiPAIfVMkNgwKePPzDi1r83rN2Tg1J { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #rstBxPvcPmK2l8Km7A3TfVxEWBscB1Ks { position:relative;display:block;z-index:15000; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dgqAP2a25OdfZXoenexQblbwkRLsPalN { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RWs3t40ARQCAM5ZOzI6m4k5OTzPCXoOV { position:relative;z-index:2; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZlFwnBLOaJ3EMr6sKm0wiioaS0GlrMzv { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZUQ8cAbTQksslSZQMdwywg2MVGpupoTT { position:relative; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ToTTnbEdMeCE2KVt43Ioz5WWRhNZdF59 { position:relative; }
#TDxkT61NKCH5mcSTOSFlgHxa5mEEX2In { box-sizing:content-box;height:11.5rem;width:50.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:19.1875rem;left:2.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#K809pgClbKpmTovwrXQbHIsm93aGgAnG { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:3.875rem;height:3.0869125rem;display:block; }
#PDkKNpPCnfXqbMT0AIJOQsEca1A9aT6k { color:rgba(var(--color-secondary-3),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.6875rem;left:3.875rem;height:4.5rem;display:block; }
#FfuMyUbWITBnn8koOKVFyPUuRXtQ18TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:14rem;left:1.1875rem;display:none; }
#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe { position:relative;display:block; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe { background-color: transparent; background-image: none; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row .container > .video-iframe-container { display: none; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row > .video-iframe-container { display: none; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .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); }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe { border-width: 0; border-radius: 0; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .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; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .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:5.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; }#dB33HEURyRu6V3CdX05b1fG74434khCh { color:rgba(var(--color-primary-2),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.869140625rem;left:3.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#alUiWELrb6S4ROQU6y0UlGqCHOND6JTR { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.869140625rem;left:23.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#LsD6pHsOVVQLWif0tsWxuTg2CaMF6Kvd { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:50rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQhATLPG1k231symxHwTyv3aWDNOyIcx { color:rgba(var(--color-tertiary-2),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:47.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vTIO3liCdN9IKGIBWc9C4VR1ihWDuS1u { color:rgba(var(--color-tertiary-2),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:19rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ece3;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; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { background-color: transparent; background-image: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container > .video-iframe-container { display: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row > .video-iframe-container { display: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .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); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { border-width: 0; border-radius: 0; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#tsOfTS9vlBeOU9O3AQVrnR7Lth3AgtM9 { color:rgba(var(--color-primary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.94921875rem;left:18rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXeMMF4uTQTVeu2v53dn6TAUTDuFkHwB { width:15rem;height:2.75rem;top:0.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywqVk0PbwzbrJ8rLEyLnprf9lWC1oUh { display:block; }
 }@media only screen and (max-width: 763px) { #qTMyBB2ztaV9tvaGsiy2iOdT5z7LT3x8 { top:1.4375rem;left:0rem;width:11.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq5PCR5qh5OBKhK1iWCug7Jevc6UMUC2 { top:1.5rem;left:0rem;width:10.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSHElRgqEcDQSEfLy856WTw2Q4ZQh9f { top:1.125rem;left:0rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAMWo5lFCc5hXxd7GuZFKer8cMiyufnG { width:15rem;height:2.75rem;top:0.6875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bTU8w24KJcF6HI6KhIaUe3WzMd6C3L { display:block; }
 }@media only screen and (max-width: 763px) { #FOfuHPVFc9IBdmRDbGWBATwNz78LylSX { display:block; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IApVUgpVAhK9PFRLkMt05dvEeI9g1MBO { width:17.5rem;height:3.4375rem;top:22rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HmT0kTTZgRSJ0KU6lQReK97XWIN7bf { display:block; }
 }@media only screen and (max-width: 763px) { #k61zDtuBfLG2xG3uAxaJq1FnJnHphNLW { width:17.5rem;height:3.4375rem;top:22rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCG1TsKnlUQuGsTJwQCy472xnOhy34X { display:block; }
 }@media only screen and (max-width: 763px) { #eV6RQT6yXqNI6QwxovElXOKLtU5Uclzc { top:2.5rem;left:13.25rem;width:21.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwT161CtRm3pHFxgPGVXEeZC0WfD4OC5 { top:2.9375rem;left:13.6875rem;width:20.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceQNfdglVRctXAym7yv2Ue8FFzJr2zgk { top:5.5625rem;left:13.28125rem;width:21.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1okHUoua6JbBe7crPeyT6fGpz7ftla { top:8.9375rem;left:4.15625rem;width:39.4375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcM07uwaIyM0c3gLmw4xpADeyWzloaq { top:13.5rem;left:5.34375rem;width:37.0625rem;height:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTovPa4K6m7B90GOt1VOR82SBXibmdlk { display:block; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLyIT3HKlo0RRHuGu6wKo2fb0WPXqSDr { top:3.125rem;left:0rem;width:17.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH { display:flex;width:18rem;height:5.0625rem;top:0rem;left:26.9375rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xVoCJ8t5la72AoUadBXEgktuPH6oi6oD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #R4NOZSVBSgEgJmvhJtVL4TLqK57iVrzs {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fBdUpcwMnRiJoOUmlilqFhDfaI2Mp9aC {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xMecwro1So0XiL5kb88esb5J92eVPa1g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fHEELUtkVTFVuTTafvquSkJSWUuFq1yb {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #zTae6grBzT42hrXiA3ix2JFA11AOlaMK {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #sO1VaEsWv5kFpnzXmt7MLAig2Oekq32l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #Kip7K7AdBINN7dITbqSKou7S7IeNGNGU {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #uODUS9lca0cVH86661az0IJoMLqZmm1Q {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #f9PeeI0kZErPrcTFaT4lRca419JVvyM3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #AC2zwozqmS2GmJRPTCTBTsIyvhqG1DvX {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #l8oZBB5VKaPhsBPUaWyFX1Ca2duCfpFq {  }
 }@media only screen and (max-width: 763px) { #OsJygCNSV16sv2n09H6STJe2CFcFuKy1 { top:3.125rem;left:22.1875rem;width:25.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPsczpnr44NT7TuSpdZPKll27me5SVlk { display:block; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKD4OqaTAHtvNqAVZbOTIeUhTCUeszX3 { top:3rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgGSsbkdJq4kPSq3nIRmfGe4yHBzFI3t { top:4.875rem;left:0rem;width:27.1875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVRUetwJM4E5LpVfhXqH3XVmD8crAfi { top:9.5625rem;left:0rem;width:37.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuysOoLm9byHDN2Zp48wWXqnTQ2ZJoAg { top:17.3125rem;left:0rem;width:23.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8BZ72aPdhkDF6SU0dJlHc4oPKSUgfo { top:17.9375rem;left:0rem;width:22rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnZCtoDqfMQSyV7oZPubroJBVSzKRTU { top:22rem;left:0rem;width:47.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXypfowAU1UGyOsgN8HT7ISMAtvaznK { top:23.9375rem;left:0rem;width:43.6875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWuTVMkwSBmGbEpyDoFfmzA0uQWIFdGo { top:30.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFc5k6KEfh3T8AfX0GmxzaAe2MvlSJu { top:22rem;left:0rem;width:0.3125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXpZ39dloHFbUIpRzhNGbA6SI2ArAlHG { top:36.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc { display:block; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyheOLgZSMK6O445P3GqkNtKhh84W7xz { top:5.4375rem;left:0rem;width:29.6875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNfHy1C5Q5AIx3mNIPkr54aN9a4eVciP { top:3.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMaPy0kNS3qr9XGhuHfGNmrOngNVIPCJ { top:9.75rem;left:0rem;width:39.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHliZwGs5tSkmaDRhqd0OJxylCKegcCv { top:14.625rem;left:0rem;width:47.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADxBwz3IaXTAhfEoB27gudRFiAGlJCbJ { top:16.1875rem;left:0rem;width:43.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0y6eD4aT3gDCOPrOAXrsW1xA8IbsfM { top:14.625rem;left:0rem;width:0.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMhFn4QTFCMRz4X3Nxc6Do97GDI0pwm { top:25.25rem;left:0rem;width:24.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZricSGJOz2D6J0HFC0guHVa1RN2fUT { top:25.25rem;left:15.4375rem;width:24.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFJRW7ZwGnVuOfoTrBeBwEVJCdOCQXU { top:26.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTuMJ5A7AibgqNoWPWfnLX41o1w2kM3 { top:26.625rem;left:16.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEFSTn08p5XVLZgMWsR7UUPNPCmUOb43 { top:30.875rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs0EbOFVBvpIUubne6MsSiJWcEDbicq { top:32.8125rem;left:0rem;width:19.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu76AN4k4SaUu9ptaJzTHbcqUZEDLxbT { top:32.8125rem;left:16.4375rem;width:19.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiVTdt3oo3cqgyf97T0LBDMb6zCPptfi { top:30.875rem;left:16.4375rem;width:9.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfkSqrUMuFcTD08yaP9dPmd5Z9qEsOF { top:27.4375rem;left:0rem;width:1.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mty4XZ9Qt6a8qi3q7OtCyKxSdcEgb1xz { top:27.4375rem;left:17.125rem;width:1.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGTtWyOsa6v6bHA5ouydvOhKFgAK0Jb { top:42.8125rem;left:0rem;width:24.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtnxtBxx7rWsTG9TpHMnEVCKJsPnTTP { top:44.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVnGxi4F0Ky3pCmOmEgvsvbnRhVqxx3O { top:44.8125rem;left:0rem;width:1.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0QCnOset7rHUv6mfEGd0dC07WQNLDVT { top:48.5rem;left:0rem;width:14.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKeHRxfql5582J1sqVOfNHLZxvW9hak { top:50.4375rem;left:0rem;width:21.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH7Fa0L76hTXnm093hXOh9QX2sryZy8H { top:42.875rem;left:15.3125rem;width:24.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va8zEvDSgr9rMPozNIS1tGnWJH87bQrI { top:44.1875rem;left:16.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM2ngtpZH008Oyh3ORNWhk84skMtas5x { top:50.4375rem;left:16.3125rem;width:19.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7EiwQazB8MiTwZ4o0fk92CPBoP0Rzc { top:48.5rem;left:16.3125rem;width:12.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9IQa6bhJTPSStUMpItXnunBLtvdre4T { top:44.875rem;left:16.875rem;width:1.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMQ6ggGp6GZBHKfvAV4adawbOi0eh1m { top:26.0625rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nputQ73DOSWd1cX7f6Nh4RdQXpOZTIKC { top:28.0625rem;left:0rem;width:7.6875rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7DKiID6i1txix8vsUyV5cUeHr5qRh9B { top:46.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4HTdQFATWoND9g6JdoGMvxJ188nrTls { top:48.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WS8zqVihSQkmyc1W5At2aTiKLBzQITIV { top:38.25rem;left:0rem;width:7.6875rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUbanVCXy8rTKuiSMEoideZZ4db58Kqi { top:37.625rem;left:0rem;width:7.6875rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 { display:block; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAW65hSLAENOJQJaQnuIotL71Xxw7vTU { top:2.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrG1hhTItOo2Oe2l9f5KyQsMhiUyhypg { top:3.9375rem;left:0rem;width:29.6875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAImGtcCzkwaisqwLeG8e7x21nV8wtZ { top:8.3125rem;left:0rem;width:30.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndrmCwmCsWZNTHcvcbH3iXUWblMiGryK { top:13.4375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7u6ht6kNN65lg5KKkmNRyTizzsS8Q42 { top:13.4375rem;left:11.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJr0XKdgmpgb7HFCINEB5CP1w4CUq3HD { top:13.4375rem;left:29.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTl4gTevAXgpT22Dziunsx0iVnF87wf { top:13.4375rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOOrmHsyJTQIBL7kO93eTNluwpT5yOuG { top:13.875rem;left:0rem;width:1.5625rem;height:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhx6uvLxvudhAond4H4wLsswtyXlBIQ { top:13.9375rem;left:12.1875rem;width:1.5625rem;height:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOrlB5Pk9blOdheKW6cXnnDsZJBDc67s { top:13.8125rem;left:29.875rem;width:1.5625rem;height:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTa5V0AUdoJ8ARSwS7fJgON7iwhuUOQ { top:13.75rem;left:46.1875rem;width:1.5625rem;height:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnGvZbG8NJDk7cbWaJWaaXboPV2lP2XF { top:17.5rem;left:0rem;width:15rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRslTW2f1JnTmDtpTHFOQq53XqLrizdZ { top:17.5rem;left:6.75rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLcLTfeg39iZ2ssnQb88sgeSI9lMZUfx { top:17.5rem;left:24.4375rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgM03PWgsCEVBZMTCXRfAFGHX1Kqilk6 { top:17.5rem;left:35.375rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldKzGRJ0AySEhR8R1WumaHXeKObI1WP { top:19.75rem;left:0rem;width:13.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35OeyvhpE7nTivv5NIxc2FueVAGCGEX { top:19.75rem;left:6.53125rem;width:12.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGk9kZGwwdwb2hfCyV8EmMZgnNND9l0M { top:19.75rem;left:24.4375rem;width:12.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlruEeeAo7bCv31atUbNBdTlsbSftG99 { top:19.75rem;left:33.25rem;width:14.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcRkDRBAuAXw4QLyLCK8Ptp3anfxC2M { top:32rem;left:0rem;width:47.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvpCuONP0TX0pfJu3EwKkgu1FQ8uT9Mh { top:33.5rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDLbIhKMdGq4DeJMO7ExIwUJR4rxVXlH { top:32rem;left:0rem;width:0.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0w0CL9K08AGTNKOS75u7TN9DbREF5Ft { top:9.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGoKse2Fa2pqaqdGby04lhoV8fRN4f9l { top:14.5625rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvXNRRxM2ld2MGSE4QELSqUWA6HnlRso { top:21.1875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3TdlC2PJ7g80B08F3ipBhqFqNe2slbT { top:20.75rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i { display:block; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avz8a2WRP2ouXauLwq0DEO8LgHNIZnzu { top:10.125rem;left:0rem;width:20.25rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yBpWeoBhLe8D4e6WmWuraa82b0XgyH { top:4.0625rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIGyNJ13GwaGNwIVDXO2uMN1yt1TdQ7 { top:5.875rem;left:23.875rem;width:21.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQsrTfscQLG80A52MkcnLpRSwLatomZ { top:13.125rem;left:23.25rem;width:24.5rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9uy6Ri44bH22cf8kdR6qLTAlb2MCXSU { top:10.125rem;left:23.875rem;width:22.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRG23Q4Q8gvOVcsqOmXbD5zpqUSkD9qq { top:34.8125rem;left:23.25rem;width:24.5rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecb5mlgGFhQPUTenwqOEUcpRqMh2QPT4 { top:6.0625rem;left:0rem;width:10.875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gm4Hpm1D9u54TyxTiJCbqBUs8us2IDsL { top:16.4375rem;left:0rem;width:12.5rem;height:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cb4xaWIv2IS5kFqgaX0T5mS0LKJrcMFQ { top:17.125rem;left:0rem;width:15.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkSJV0VcJQfMMbrq6HGwksTFnMGHe2ND { top:18.125rem;left:0rem;width:18.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg { display:block; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ji7XGvzROs9Ttqwix1IhiWHSbSvQtqss { top:1.625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRR27ePS5BDpgUomVagvkDuN3zkV6hy { top:3.375rem;left:0rem;width:29.6875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSTyiG2BBk6UKrTyMfgSfBNtnuFQUTf { top:7.6875rem;left:0rem;width:30.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owZqIbfEw9Mi3s6CwgGBdHw4hRh1I1OF { top:13.625rem;left:0rem;width:21.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuy3ple3vmfevT6toyudBxfEanvu59vx { top:13.625rem;left:12.875rem;width:21.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rrtf3qARtVUgl7extgvRdOQMJAhb2t { top:13.625rem;left:25.75rem;width:21.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUg9XyZufqhMPQWfS7QxyP7KdOx2I4om { top:14.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaOZxqaprXfoZeitMs6DwSUfzngRKch { top:14.75rem;left:14.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bryH3BH32p0LKouJoe03MvBsHLJvpD0F { top:14.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLMeo6LrQZxJl9yeH2uOZckGUKih27XL { top:17.3125rem;left:0rem;width:19.3125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMEE2CF9W58Wp9MRr1ws19lq92owCAJ { top:22.9375rem;left:0rem;width:6.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7v4lK0GssBIV75wMo5WmTXJKkWaPBgP { top:17.3125rem;left:14.3125rem;width:19.3125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8RDoasrAOH7kvK8rmlGD7clf0Tqkbs { top:22.9375rem;left:14.3125rem;width:6.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSdTehf455neZUsI8eMk2Naq7DxQpBp { top:17.3125rem;left:28.4375rem;width:19.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNmm5BnkqeiRs1B6TwCuoSxFe8Ussl6 { top:22.9375rem;left:37.6875rem;width:6.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7gWRABfGh2fBiTiLItNwJQel2x7kOvE { top:28.75rem;left:17.5rem;width:7.3125rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwNepU76AP5mX50APHAtD26GFR4BcGq5 { top:34.1875rem;left:6.125rem;width:30.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8I8aztZ8OF06Bx3dqENLAoqXP6Sm7oq { top:37.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 { display:block; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPbp8Od73iWJvOtCteTN44DWJiI3NxqV { top:2.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWS5AiAT8VVklOG0ReM0OaT9qc6Nvqne { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPcrgbGS3zPAfKH4ukZpJzy6LPOqCvrx { top:8.625rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3kCcKsIdzRxZwdaKuhsrwZOS89Mpvr7 { top:16.9375rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGCdi6MpI3hDTTGCTDq7Qhp9ECZ4vd5d { top:19.1875rem;left:0rem;width:41rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX9FpQmHGFa6T0dSIJ8Kgfl6uwrDIsEC { top:22.5625rem;left:0rem;width:36.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svoPcb6106HBaC0a3GSyThZDLOcyaKhT { top:4.375rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnT6xsoFKnzb4WvMTA8KDUvw7AJQsC3v { top:13.75rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU7D3T8MHJ3WeNPiDRLAtQEB8VAGUyVn { top:18.6875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb { display:block; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbzICc1ZER6bKTB6KV5vq2wgZVBx1XPN { top:2.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBxzwPUw69uFnqT5fvUfU4DFsatqtlIi { top:3.875rem;left:0rem;width:47.5rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ugNEJvzTfIP947qrUA0eG2aEAbXoxv { top:8.25rem;left:0rem;width:45.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGVsd2eoD22y07ZcVVMIKeFs2CkySr6 { top:13.4375rem;left:0rem;width:25.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIscq1IFSnwPSZC7f37gZLUIqH3Z4MC { top:14.0625rem;left:0rem;width:23.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-regular-label { width:45.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-textarea { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-select { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-button { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-checkbox-label { width:43.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8  { width:45.125rem;height:auto;top:32.3125rem;left:0rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .radio-container { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 {display:block;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 { width:45.125rem;height:auto;top:32.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dSmWhG9frgPutmnsJkyvH7PoNFpAUSDH {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #o3ZsVuokuZBA8O0TZczRTzO7NNVUhTQq {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JXs16CLABSQgnfVfREHzmJPBki7s7lQf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RhTVt3xBsi8FeTI8ibpCtQ1CD1xucQBo {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AauAPQWGd3hmrx7MMxc191PG7fAeqvxc {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #VBfTdbc5P9ARGe5P6XkP7Zt3GsWXdxHT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #CftUNCukQGhyFohTKicAGUw4mHnoI0QV {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #U3tM4SAVkB7O9e1fp4T6c6UDuJ9Hmxqf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ChbIqeQW70R9eXQiDRQyAArUOmdO5wNT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #halfZoF3AixzzTLMGxOVTIlM6hHeoHK5 {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #QpbUgsQdKhdUQZZVTJETUNy2Rv6sXmuf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #fOd2M9FLy5wJ50MI3o2h7Ex7MfLWar8w {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TfpP7fdi4CGK8RW3cJdLg3Ey3cpaEFrT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AbgmLPh6SgAJznneFeODyC95ChVu6PJp {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #repKi0hFSsd2QHfn4aJGcSB7MxsX4sAB {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #gB1vW2ocVOqDgUPNSSOMBAsWvdWR0uz9 {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #MJIg1EprzOkf35fdnv8dCE8343avrpqx {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #XoEIuAgTDPyt9spBbFbBwte3Gd4a008L {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TFIqRGlyOCN7WtrCtL47CuBhKP5evhOR {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #v3ia674TZctoOE3N4Bm4em6tqEzI470Z {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #xcBMb7nSCGJpG1zeALk6HIEL2eoP8wwZ {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #mzn0cJ6TrOnak89lqM8lCD9Bud6DzMlK {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lTcw9XDEZnOVZIaB1ZvQgdHelqqn52Qv {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #Efd0fw1gFcVhKRVV8ECrSi3MADtCuvlJ {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #eParHmiMsRflpG7J9bZRM2ay2tBKATXu {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #n6Z3yTctNUrLqBATDL1awgf2IKf6ngTp {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lzfTPDDr7kiuTGdIFG31srUUyNpUF5Xn {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JRmKu0JUO6SyyQhDbo8hb9w42cN2rF4R {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TmJiPAIfVMkNgwKePPzDi1r83rN2Tg1J {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #rstBxPvcPmK2l8Km7A3TfVxEWBscB1Ks {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dgqAP2a25OdfZXoenexQblbwkRLsPalN {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RWs3t40ARQCAM5ZOzI6m4k5OTzPCXoOV {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZlFwnBLOaJ3EMr6sKm0wiioaS0GlrMzv {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZUQ8cAbTQksslSZQMdwywg2MVGpupoTT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ToTTnbEdMeCE2KVt43Ioz5WWRhNZdF59 {  }
 }@media only screen and (max-width: 763px) { #TDxkT61NKCH5mcSTOSFlgHxa5mEEX2In { top:19.1875rem;left:0rem;width:47.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K809pgClbKpmTovwrXQbHIsm93aGgAnG { top:20.4375rem;left:0rem;width:38.1875rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDkKNpPCnfXqbMT0AIJOQsEca1A9aT6k { top:24.6875rem;left:0rem;width:37.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfuMyUbWITBnn8koOKVFyPUuRXtQ18TZ { top:14rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe { display:block; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB33HEURyRu6V3CdX05b1fG74434khCh { top:1.8125rem;left:0rem;width:12rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUiWELrb6S4ROQU6y0UlGqCHOND6JTR { top:1.8125rem;left:10.1875rem;width:20.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsD6pHsOVVQLWif0tsWxuTg2CaMF6Kvd { top:2.1875rem;left:26.5625rem;width:21.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQhATLPG1k231symxHwTyv3aWDNOyIcx { top:2.1875rem;left:33.75rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIO3liCdN9IKGIBWc9C4VR1ihWDuS1u { top:2.1875rem;left:5.375rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs { display:block; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsOfTS9vlBeOU9O3AQVrnR7Lth3AgtM9 { top:2.9375rem;left:4.375rem;width:39rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXeMMF4uTQTVeu2v53dn6TAUTDuFkHwB { width:15rem;height:2.75rem;top:9.311525rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QywqVk0PbwzbrJ8rLEyLnprf9lWC1oUh { display:block; }
 }@media only screen and (max-width: 763px) { #qTMyBB2ztaV9tvaGsiy2iOdT5z7LT3x8 { width:10.3125rem;height:0.9746125rem;top:1.4375rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq5PCR5qh5OBKhK1iWCug7Jevc6UMUC2 { width:8.625rem;height:0.9746125rem;top:2.75rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSHElRgqEcDQSEfLy856WTw2Q4ZQh9f { width:0.0625rem;height:1.875rem;top:3.79980625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAMWo5lFCc5hXxd7GuZFKer8cMiyufnG { width:8.375rem;height:2.0625rem;top:1.625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bTU8w24KJcF6HI6KhIaUe3WzMd6C3L { display:block; }
 }@media only screen and (max-width: 763px) { #FOfuHPVFc9IBdmRDbGWBATwNz78LylSX { display:block; }#FOfuHPVFc9IBdmRDbGWBATwNz78LylSX > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IApVUgpVAhK9PFRLkMt05dvEeI9g1MBO { width:17.5rem;height:2.5rem;top:19.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HmT0kTTZgRSJ0KU6lQReK97XWIN7bf { display:block; }
 }@media only screen and (max-width: 763px) { #k61zDtuBfLG2xG3uAxaJq1FnJnHphNLW { width:17.5rem;height:2.5rem;top:16.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCG1TsKnlUQuGsTJwQCy472xnOhy34X { display:block; }
 }@media only screen and (max-width: 763px) { #eV6RQT6yXqNI6QwxovElXOKLtU5Uclzc { width:17.625rem;height:1.5625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwT161CtRm3pHFxgPGVXEeZC0WfD4OC5 { width:17.125rem;height:0.9746125rem;top:1.60546875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceQNfdglVRctXAym7yv2Ue8FFzJr2zgk { width:10.625rem;height:1.4619125rem;top:3.875rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1okHUoua6JbBe7crPeyT6fGpz7ftla { width:20rem;height:1.625rem;top:5.5234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcM07uwaIyM0c3gLmw4xpADeyWzloaq { width:19.3125rem;height:7.714875rem;top:7.787109375rem;left:0.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTovPa4K6m7B90GOt1VOR82SBXibmdlk { display:block; }#zTovPa4K6m7B90GOt1VOR82SBXibmdlk > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLyIT3HKlo0RRHuGu6wKo2fb0WPXqSDr { width:15.1875rem;height:1.13671875rem;top:0.875rem;left:2.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH { display:flex;width:18rem;height:5.0625rem;top:2.3125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xVoCJ8t5la72AoUadBXEgktuPH6oi6oD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #R4NOZSVBSgEgJmvhJtVL4TLqK57iVrzs {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fBdUpcwMnRiJoOUmlilqFhDfaI2Mp9aC {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #xMecwro1So0XiL5kb88esb5J92eVPa1g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #fHEELUtkVTFVuTTafvquSkJSWUuFq1yb {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #zTae6grBzT42hrXiA3ix2JFA11AOlaMK {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #sO1VaEsWv5kFpnzXmt7MLAig2Oekq32l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #Kip7K7AdBINN7dITbqSKou7S7IeNGNGU {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #uODUS9lca0cVH86661az0IJoMLqZmm1Q {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #f9PeeI0kZErPrcTFaT4lRca419JVvyM3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #AC2zwozqmS2GmJRPTCTBTsIyvhqG1DvX {  }
 }@media only screen and (max-width: 763px) { #TqJ3cDmJGOKuAC79nBEhPuVruFsyxauH #l8oZBB5VKaPhsBPUaWyFX1Ca2duCfpFq {  }
 }@media only screen and (max-width: 763px) { #OsJygCNSV16sv2n09H6STJe2CFcFuKy1 { width:12.125rem;height:2.2734375rem;top:8.625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPsczpnr44NT7TuSpdZPKll27me5SVlk { display:block; }#nPsczpnr44NT7TuSpdZPKll27me5SVlk > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKD4OqaTAHtvNqAVZbOTIeUhTCUeszX3 { width:12.5rem;height:1.13671875rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgGSsbkdJq4kPSq3nIRmfGe4yHBzFI3t { width:20rem;height:2.11230625rem;top:3.13671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVRUetwJM4E5LpVfhXqH3XVmD8crAfi { width:20rem;height:10.411125rem;top:6.2109375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IuysOoLm9byHDN2Zp48wWXqnTQ2ZJoAg { width:18.375rem;height:2rem;top:17.3125rem;left:0rem;border-top:0.0625rem solid #dae8c8;border-left:0.0625rem solid #dae8c8;border-right:0.0625rem solid #dae8c8;border-bottom:0.0625rem solid #dae8c8;display:block; }
 }@media only screen and (max-width: 763px) { #xI8BZ72aPdhkDF6SU0dJlHc4oPKSUgfo { width:17.375rem;height:0.89355625rem;top:17.9375rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnZCtoDqfMQSyV7oZPubroJBVSzKRTU { width:19.875rem;height:11.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXypfowAU1UGyOsgN8HT7ISMAtvaznK { width:17.8125rem;height:8.3105625rem;top:21.5625rem;left:1.5625rem;font-size:0.875rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #oWuTVMkwSBmGbEpyDoFfmzA0uQWIFdGo { width:12.5rem;height:1.21875rem;top:29.873046875rem;left:1.5625rem;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #LrFc5k6KEfh3T8AfX0GmxzaAe2MvlSJu { width:0.3125rem;height:11.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXpZ39dloHFbUIpRzhNGbA6SI2ArAlHG { width:20rem;height:11.0195rem;top:34rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc { display:block; }#Q8HoVcJwOEaOl37wR9z2lRKB8RRxckDc > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyheOLgZSMK6O445P3GqkNtKhh84W7xz { width:17.5625rem;height:2.11230625rem;top:3.38671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNfHy1C5Q5AIx3mNIPkr54aN9a4eVciP { width:12.5rem;height:1.13671875rem;top:1.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMaPy0kNS3qr9XGhuHfGNmrOngNVIPCJ { width:20rem;height:4.4619125rem;top:6.5234375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XHliZwGs5tSkmaDRhqd0OJxylCKegcCv { width:19.875rem;height:7.4375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADxBwz3IaXTAhfEoB27gudRFiAGlJCbJ { width:18.25rem;height:6.3720625rem;top:13.0625rem;left:1.25rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pf0y6eD4aT3gDCOPrOAXrsW1xA8IbsfM { width:0.3125rem;height:7.5625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMhFn4QTFCMRz4X3Nxc6Do97GDI0pwm { width:9.5rem;height:8.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZricSGJOz2D6J0HFC0guHVa1RN2fUT { width:9.5rem;height:8.125rem;top:22.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFJRW7ZwGnVuOfoTrBeBwEVJCdOCQXU { width:1.875rem;height:1.875rem;top:22.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTuMJ5A7AibgqNoWPWfnLX41o1w2kM3 { width:1.875rem;height:1.875rem;top:22.75rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEFSTn08p5XVLZgMWsR7UUPNPCmUOb43 { width:4.75rem;height:0.9746125rem;top:25.125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs0EbOFVBvpIUubne6MsSiJWcEDbicq { width:19.4375rem;height:7.5rem;top:45.5234375rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu76AN4k4SaUu9ptaJzTHbcqUZEDLxbT { width:19.4375rem;height:6rem;top:62.1484375rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiVTdt3oo3cqgyf97T0LBDMb6zCPptfi { width:7.25rem;height:0.9746125rem;top:25.125rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfkSqrUMuFcTD08yaP9dPmd5Z9qEsOF { width:1.5rem;height:1.13671875rem;top:23.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mty4XZ9Qt6a8qi3q7OtCyKxSdcEgb1xz { width:1.5rem;height:1.0556625rem;top:23.25rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGTtWyOsa6v6bHA5ouydvOhKFgAK0Jb { width:9.5rem;height:8.125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtnxtBxx7rWsTG9TpHMnEVCKJsPnTTP { width:1.875rem;height:1.875rem;top:32.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVnGxi4F0Ky3pCmOmEgvsvbnRhVqxx3O { width:1.5rem;height:1.0556625rem;top:32.5rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0QCnOset7rHUv6mfEGd0dC07WQNLDVT { width:10.4375rem;height:0;top:36.9111328125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQKeHRxfql5582J1sqVOfNHLZxvW9hak { width:20rem;height:6rem;top:78.7734375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AH7Fa0L76hTXnm093hXOh9QX2sryZy8H { width:9.5rem;height:8.125rem;top:31.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #va8zEvDSgr9rMPozNIS1tGnWJH87bQrI { width:1.875rem;height:1.875rem;top:32.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM2ngtpZH008Oyh3ORNWhk84skMtas5x { width:19.4375rem;height:4.5rem;top:95.3359375rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ET7EiwQazB8MiTwZ4o0fk92CPBoP0Rzc { width:8.375rem;height:0;top:36.9111328125rem;left:11.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9IQa6bhJTPSStUMpItXnunBLtvdre4T { width:1.5rem;height:1.0556625rem;top:32.5625rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMQ6ggGp6GZBHKfvAV4adawbOi0eh1m { top:26.0625rem;left:0.625rem;width:7.6875rem;height:2.25rem;z-index:15032;color:rgba(var(--color-secondary-2),1);font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nputQ73DOSWd1cX7f6Nh4RdQXpOZTIKC { top:26.0625rem;left:11.25rem;width:7.6875rem;height:3.375rem;z-index:15033;color:rgba(var(--color-secondary-2),1);font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W7DKiID6i1txix8vsUyV5cUeHr5qRh9B { top:34.6875rem;left:0.625rem;width:6.1875rem;height:0.9746125rem;z-index:15034;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4HTdQFATWoND9g6JdoGMvxJ188nrTls { top:34.625rem;left:11.1875rem;width:4.4375rem;height:0.9746125rem;z-index:15035;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8zqVihSQkmyc1W5At2aTiKLBzQITIV { top:35.625rem;left:0.625rem;width:7.6875rem;height:3.375rem;z-index:15033;color:rgba(var(--color-secondary-2),1);font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sUbanVCXy8rTKuiSMEoideZZ4db58Kqi { top:35.625rem;left:11.1875rem;width:7.6875rem;height:3.375rem;z-index:15034;color:rgba(var(--color-secondary-2),1);font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 { display:block; }#TSAyk4sevMXTZI8aucCl4BBtWk8zyh93 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAW65hSLAENOJQJaQnuIotL71Xxw7vTU { width:12.5rem;height:1.13671875rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrG1hhTItOo2Oe2l9f5KyQsMhiUyhypg { width:20rem;height:2.11230625rem;top:2.51171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAImGtcCzkwaisqwLeG8e7x21nV8wtZ { width:20rem;height:0;top:5.486328125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndrmCwmCsWZNTHcvcbH3iXUWblMiGryK { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7u6ht6kNN65lg5KKkmNRyTizzsS8Q42 { width:2.1875rem;height:2.1875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJr0XKdgmpgb7HFCINEB5CP1w4CUq3HD { width:2.1875rem;height:2.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTl4gTevAXgpT22Dziunsx0iVnF87wf { width:2.1875rem;height:2.1875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOOrmHsyJTQIBL7kO93eTNluwpT5yOuG { width:1.5625rem;height:1.4619125rem;top:6.5rem;left:0.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhx6uvLxvudhAond4H4wLsswtyXlBIQ { width:1.5625rem;height:1.4619125rem;top:11.0625rem;left:0.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOrlB5Pk9blOdheKW6cXnnDsZJBDc67s { width:1.5625rem;height:1.4619125rem;top:15.1875rem;left:0.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTa5V0AUdoJ8ARSwS7fJgON7iwhuUOQ { width:1.5625rem;height:1.4619125rem;top:19.5625rem;left:0.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnGvZbG8NJDk7cbWaJWaaXboPV2lP2XF { width:15rem;height:1.13671875rem;top:6.3125rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xRslTW2f1JnTmDtpTHFOQq53XqLrizdZ { width:12.375rem;height:1.13671875rem;top:10.875rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SLcLTfeg39iZ2ssnQb88sgeSI9lMZUfx { width:12.375rem;height:1.13671875rem;top:15.125rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BgM03PWgsCEVBZMTCXRfAFGHX1Kqilk6 { width:12.375rem;height:1.13671875rem;top:19.5rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PldKzGRJ0AySEhR8R1WumaHXeKObI1WP { width:12.5rem;height:0;top:8.5rem;left:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k35OeyvhpE7nTivv5NIxc2FueVAGCGEX { width:12.5rem;height:0;top:50.43555625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGk9kZGwwdwb2hfCyV8EmMZgnNND9l0M { width:12.5rem;height:0;top:59.18555625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlruEeeAo7bCv31atUbNBdTlsbSftG99 { width:13.5rem;height:0;top:67.93555625rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDcRkDRBAuAXw4QLyLCK8Ptp3anfxC2M { width:19.875rem;height:7.4375rem;top:86.99805625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvpCuONP0TX0pfJu3EwKkgu1FQ8uT9Mh { width:20rem;height:0;top:88.52930625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDLbIhKMdGq4DeJMO7ExIwUJR4rxVXlH { width:0.3125rem;height:7.5625rem;top:78.18555625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0w0CL9K08AGTNKOS75u7TN9DbREF5Ft { top:7.5625rem;left:3.25rem;width:13.6875rem;height:2.25rem;z-index:15021;font-size:0.75rem;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #sGoKse2Fa2pqaqdGby04lhoV8fRN4f9l { top:12rem;left:3.25rem;width:11.9375rem;height:2.25rem;z-index:15022;font-size:0.75rem;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #UvXNRRxM2ld2MGSE4QELSqUWA6HnlRso { top:16.3125rem;left:3.1875rem;width:13.6875rem;height:2.25rem;z-index:15023;font-size:0.75rem;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #a3TdlC2PJ7g80B08F3ipBhqFqNe2slbT { top:20.75rem;left:3.1875rem;width:13.6875rem;height:2.25rem;z-index:15024;font-size:0.75rem;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i { display:block; }#TuQgMFMQm2Hdhw1zurR8DJMwcmWR7f3i > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avz8a2WRP2ouXauLwq0DEO8LgHNIZnzu { width:7.9375rem;height:11.25rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yBpWeoBhLe8D4e6WmWuraa82b0XgyH { width:11.25rem;height:0.9746125rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIGyNJ13GwaGNwIVDXO2uMN1yt1TdQ7 { width:9.125rem;height:1.29980625rem;top:4.5rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQsrTfscQLG80A52MkcnLpRSwLatomZ { width:20rem;height:0;top:27.3037109375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9uy6Ri44bH22cf8kdR6qLTAlb2MCXSU { width:16.5rem;height:0;top:19.1044921875rem;left:3.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRG23Q4Q8gvOVcsqOmXbD5zpqUSkD9qq { width:20rem;height:0;top:24.92578125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ecb5mlgGFhQPUTenwqOEUcpRqMh2QPT4 { top:6.1240234375rem;left:8.75rem;width:10.875rem;height:0.9746125rem;z-index:15009;font-size:0.75rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Gm4Hpm1D9u54TyxTiJCbqBUs8us2IDsL { top:7.662109375rem;left:8.6875rem;width:11.3125rem;height:7.875rem;z-index:15010;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4xaWIv2IS5kFqgaX0T5mS0LKJrcMFQ { top:17.125rem;left:1rem;width:15.4375rem;height:0.9746125rem;z-index:15011;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkSJV0VcJQfMMbrq6HGwksTFnMGHe2ND { top:18.125rem;left:1rem;width:18.0625rem;height:1.7871125rem;z-index:15012;font-size:0.6875rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg { display:block; }#sayLMVEq2C6ysTfCTJ7prMHeD1WbplAg > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ji7XGvzROs9Ttqwix1IhiWHSbSvQtqss { width:12.5rem;height:1.13671875rem;top:1.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRR27ePS5BDpgUomVagvkDuN3zkV6hy { width:20rem;height:2.11230625rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSTyiG2BBk6UKrTyMfgSfBNtnuFQUTf { width:20rem;height:0;top:5.111328125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #owZqIbfEw9Mi3s6CwgGBdHw4hRh1I1OF { width:20rem;height:6.75rem;top:6.875rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kuy3ple3vmfevT6toyudBxfEanvu59vx { width:19.875rem;height:6.75rem;top:14.375rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rrtf3qARtVUgl7extgvRdOQMJAhb2t { width:19.875rem;height:7.5rem;top:21.875rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qUg9XyZufqhMPQWfS7QxyP7KdOx2I4om { width:4.75rem;height:1.13671875rem;top:7.5625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaOZxqaprXfoZeitMs6DwSUfzngRKch { width:6.125rem;height:1.13671875rem;top:15rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bryH3BH32p0LKouJoe03MvBsHLJvpD0F { width:12.5rem;height:1.13671875rem;top:22.5rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLMeo6LrQZxJl9yeH2uOZckGUKih27XL { width:18rem;height:2.25rem;top:9rem;left:0.75rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CeMEE2CF9W58Wp9MRr1ws19lq92owCAJ { width:6.9375rem;height:0.9746125rem;top:11.6875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7v4lK0GssBIV75wMo5WmTXJKkWaPBgP { width:17.3125rem;height:2.25rem;top:16.5rem;left:0.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ig8RDoasrAOH7kvK8rmlGD7clf0Tqkbs { width:6.9375rem;height:0.9746125rem;top:19.3125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSdTehf455neZUsI8eMk2Naq7DxQpBp { width:19.3125rem;height:3.375rem;top:23.9375rem;left:0.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wCNmm5BnkqeiRs1B6TwCuoSxFe8Ussl6 { width:6.9375rem;height:0.9746125rem;top:27.6875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7gWRABfGh2fBiTiLItNwJQel2x7kOvE { width:7.3125rem;height:3.25rem;top:30.1875rem;left:6.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwNepU76AP5mX50APHAtD26GFR4BcGq5 { width:20rem;height:0;top:33.8359375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8I8aztZ8OF06Bx3dqENLAoqXP6Sm7oq { top:34.125rem;left:2.3125rem;width:15.4375rem;height:0.9746125rem;z-index:15020;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 { display:block; }#QDc224xeqPnrfLP0EucnzO9hyQrJ2IK6 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPbp8Od73iWJvOtCteTN44DWJiI3NxqV { width:12.5rem;height:1.13671875rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWS5AiAT8VVklOG0ReM0OaT9qc6Nvqne { width:20rem;height:0;top:3.63671875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPcrgbGS3zPAfKH4ukZpJzy6LPOqCvrx { width:20rem;height:0;top:15.28515625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3kCcKsIdzRxZwdaKuhsrwZOS89Mpvr7 { width:20rem;height:11.0625rem;top:12.84765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGCdi6MpI3hDTTGCTDq7Qhp9ECZ4vd5d { width:20rem;height:0;top:14.4794921875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX9FpQmHGFa6T0dSIJ8Kgfl6uwrDIsEC { width:20rem;height:0;top:16.91015625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #svoPcb6106HBaC0a3GSyThZDLOcyaKhT { top:2.44921875rem;left:0rem;width:19.125rem;height:4.2246125rem;z-index:15014;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnT6xsoFKnzb4WvMTA8KDUvw7AJQsC3v { top:7.4375rem;left:0rem;width:18rem;height:3.41015625rem;z-index:15015;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7D3T8MHJ3WeNPiDRLAtQEB8VAGUyVn { top:14.6875rem;left:2.09375rem;width:15.8125rem;height:0;z-index:15016;color:rgba(var(--color-primary-0),1);font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb { display:block; }#hTOKMXVoA1GL8nmgWvzgN75NkxVgqeDb > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbzICc1ZER6bKTB6KV5vq2wgZVBx1XPN { width:12.5rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBxzwPUw69uFnqT5fvUfU4DFsatqtlIi { width:16.375rem;height:4.2246125rem;top:2.38671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ugNEJvzTfIP947qrUA0eG2aEAbXoxv { width:20rem;height:0;top:10.0859375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfGVsd2eoD22y07ZcVVMIKeFs2CkySr6 { width:19.75rem;height:2rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIscq1IFSnwPSZC7f37gZLUIqH3Z4MC { width:18.8125rem;height:0.89355625rem;top:8.4375rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8  { width:17.375rem;height:auto;top:20.1484375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1); }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 {display:block;}#rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 { width:17.375rem;height:auto;top:20.1484375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1); }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dSmWhG9frgPutmnsJkyvH7PoNFpAUSDH {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #o3ZsVuokuZBA8O0TZczRTzO7NNVUhTQq {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JXs16CLABSQgnfVfREHzmJPBki7s7lQf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RhTVt3xBsi8FeTI8ibpCtQ1CD1xucQBo {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AauAPQWGd3hmrx7MMxc191PG7fAeqvxc {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #VBfTdbc5P9ARGe5P6XkP7Zt3GsWXdxHT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #CftUNCukQGhyFohTKicAGUw4mHnoI0QV {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #U3tM4SAVkB7O9e1fp4T6c6UDuJ9Hmxqf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ChbIqeQW70R9eXQiDRQyAArUOmdO5wNT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #halfZoF3AixzzTLMGxOVTIlM6hHeoHK5 {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #QpbUgsQdKhdUQZZVTJETUNy2Rv6sXmuf {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #fOd2M9FLy5wJ50MI3o2h7Ex7MfLWar8w {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TfpP7fdi4CGK8RW3cJdLg3Ey3cpaEFrT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #AbgmLPh6SgAJznneFeODyC95ChVu6PJp {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #repKi0hFSsd2QHfn4aJGcSB7MxsX4sAB {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #gB1vW2ocVOqDgUPNSSOMBAsWvdWR0uz9 {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #MJIg1EprzOkf35fdnv8dCE8343avrpqx {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #XoEIuAgTDPyt9spBbFbBwte3Gd4a008L {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TFIqRGlyOCN7WtrCtL47CuBhKP5evhOR {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #v3ia674TZctoOE3N4Bm4em6tqEzI470Z {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #xcBMb7nSCGJpG1zeALk6HIEL2eoP8wwZ {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #mzn0cJ6TrOnak89lqM8lCD9Bud6DzMlK {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lTcw9XDEZnOVZIaB1ZvQgdHelqqn52Qv {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #Efd0fw1gFcVhKRVV8ECrSi3MADtCuvlJ {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #eParHmiMsRflpG7J9bZRM2ay2tBKATXu {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #n6Z3yTctNUrLqBATDL1awgf2IKf6ngTp {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #lzfTPDDr7kiuTGdIFG31srUUyNpUF5Xn {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #JRmKu0JUO6SyyQhDbo8hb9w42cN2rF4R {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #TmJiPAIfVMkNgwKePPzDi1r83rN2Tg1J {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #rstBxPvcPmK2l8Km7A3TfVxEWBscB1Ks {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #dgqAP2a25OdfZXoenexQblbwkRLsPalN {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #RWs3t40ARQCAM5ZOzI6m4k5OTzPCXoOV {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZlFwnBLOaJ3EMr6sKm0wiioaS0GlrMzv {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ZUQ8cAbTQksslSZQMdwywg2MVGpupoTT {  }
 }@media only screen and (max-width: 763px) { #rZXluTVnGySpE6Mf35MbgotyqWpbGAQ8 #ToTTnbEdMeCE2KVt43Ioz5WWRhNZdF59 {  }
 }@media only screen and (max-width: 763px) { #TDxkT61NKCH5mcSTOSFlgHxa5mEEX2In { width:19.875rem;height:7.3125rem;top:11.25rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #K809pgClbKpmTovwrXQbHIsm93aGgAnG { width:17.6875rem;height:1.4619125rem;top:12.3125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDkKNpPCnfXqbMT0AIJOQsEca1A9aT6k { width:20rem;height:0;top:26.9609375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfuMyUbWITBnn8koOKVFyPUuRXtQ18TZ { top:14rem;left:1.1875rem;width:17.1875rem;height:3.375rem;z-index:15014;font-size:0.75rem;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe { display:block; }#mogrdfqOrcKGhSwvuD7ZJiw59AU4InXe > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB33HEURyRu6V3CdX05b1fG74434khCh { width:6.9375rem;height:1.13671875rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUiWELrb6S4ROQU6y0UlGqCHOND6JTR { width:11.6875rem;height:1.13671875rem;top:1.1875rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsD6pHsOVVQLWif0tsWxuTg2CaMF6Kvd { width:20rem;height:0.9746125rem;top:3.060546875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQhATLPG1k231symxHwTyv3aWDNOyIcx { width:1.375rem;height:0;top:10.19824375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTIO3liCdN9IKGIBWc9C4VR1ihWDuS1u { width:1.375rem;height:1.29980625rem;top:1.10546875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs { background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { background-color: transparent; background-image: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container > .video-iframe-container { display: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row > .video-iframe-container { display: none; }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .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); }#SgLpp4VeN2vzKPMgoW9oqZkaGM06bfIs > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsOfTS9vlBeOU9O3AQVrnR7Lth3AgtM9 { width:18.25rem;height:3.375rem;top:0.90625rem;left:0.875rem;font-size:0.75rem;color:rgba(var(--color-primary-0),1);display:block; }
 }