.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:255,230,226;--color-primary-1:255,171,158;--color-primary-2:255,87,60;--color-primary-3:128,44,30;--color-primary-4:38,13,9;--color-secondary-0:251,251,250;--color-secondary-1:242,240,238;--color-secondary-2:229,225,221;--color-secondary-3:115,113,111;--color-secondary-4:34,34,33;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"raleway"; }@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:#efeeee;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#z5Eo0MaB8MixFLv9oLB9SeuaebLWR6qh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:26.75rem;top:0.875rem;left:40.625rem;overflow:hidden;display:block; }
#Q3Jo12h0hmzuWtvmmXCvIh3HFoTDaM7Z { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:20.125rem;top:0.15625rem;left:0rem;overflow:hidden;display:block; }
#mTO0DxOPaymK2MDNmaqDlOhVXW3Qoohq { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.5625rem;top:0.875rem;left:38.8125rem;overflow:hidden;display:block; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .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; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-text.counter-number { 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);background-color:transparent;background-image:none;color:#ff573c;padding-top:0.229375rem;padding-right:0.230625rem;padding-bottom:0.229375rem;padding-left:0.230625rem;display:block;align-items:center;width:1.385rem;min-width:1.385rem;height:1.235rem;position:relative;font-family:ubuntu;font-size:0.919375rem;font-weight:700;line-height:19.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.144375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.846875rem;height:0.864375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.345rem;font-weight:700;line-height:13.83px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.875rem;height:2.8275rem;padding-top:0.101875rem;padding-right:0.108125rem;padding-bottom:0.101875rem;padding-left:0.108125rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.1875rem;left:23.5625rem;z-index:15015;display:none; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #hVoPWwFpCAoXMyJDzdTEmNKrQDTAonic { display:flex;position:relative;top:0rem;left:0rem; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #SoPGlewfu7eHgCEGZA9IIky0tGei14TS { width:auto; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #iBuVSSJXLp58nVMFA4pTV5iucKl9I4ck {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #OnaOEUGfBaVXd04M8Kltmai1LX4it3iO { display:flex;position:relative;top:0rem;left:0rem; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #rnwPXV8GOWik2rrzRqhAg7n5TTe0rb6g {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #fKdTC0dVgU3Akm661pbMBZcseDG0eb3s {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EOF2RWRsQpldKTKXOteNO9wi5dT8PWcR { display:flex;position:relative;top:0rem;left:0rem; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #KnS0hTbTmM5wfcRXpcD3k64BzlneffH6 {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #BdVkJ4bdqna0SuIt1TSaFTH94oCrTOE8 {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #c0K7l59dBpQv7wnLr3Ng7uEl8n7bqm2H { display:flex;position:relative;top:0rem;left:0rem; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #TaTvfkOpyCqQ3nVPU3G9q2XQhcuLAlzZ {  }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EbFNK2QBT3qdgaMZT52lIsu0oyX8APZC {  }
#ucPJMz1PIsfreHB2qSZiRQr2qlQuTVNb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.937500953674rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zTA53gTSTOzU6B390moAVNUum0mq0Tab { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.138671875rem;left:21.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIVmnKKhKIax4TM6VllitWfkTBu3Szk1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:5.736328125rem;left:60.2822265625rem;overflow:hidden;display:block; }
#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { position:relative;display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { background-color: transparent; background-image: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .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); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { border-width: 0; border-radius: 0; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .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; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.9375rem;left:7.4375rem;display:block; }
#rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGxC6y47GrhT4Ab2hCnuGpce9V4oG4PX { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.125rem;left:7.4375rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B1ybQWb6d1O0mxJOqIKARzglHaDfedK3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:13.625rem;top:11.8125rem;left:36.8125rem;overflow:hidden;display:block; }
#DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:10.4375rem;left:7.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7c199240859109306c1d26a753d41b9828d272e.svg); }
#LP9tC1RXrW1448NJWf0QJ1rVFAAGbOoM { color:rgba(var(--color-tertiary-2),1);display:block;width:38.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.4375rem;left:7.4375rem;height:3.625rem;font-style:normal;display:block; }
#KkoC5NCA9K6IQc80ZzprleABMBfFmsB8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:28.3125rem;left:14.25rem; }
#wI8PgFuqqbBZlA4aabqVmcFHS5sLHrxQ { color:#000000;display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.25rem;left:9.8125rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUstTgi6s34IRKim0N1OQexl9TGKQpvR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:28.375rem;left:7.4375rem; }
#T6BnXvK0TAnXTh2r1FI0sTSwmPm6vuzT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.6875rem;left:7.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO4x85GCTJr4kcuLlcPIxbApTu2icnLf { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:15.6875rem;left:14.25rem;height:3.3183625rem;font-style:normal;display:block; }
#ktlz0G0kqXDckwtgPNmZHZ8yD2DlDy8t { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:16.6875rem;left:8.25rem; }
#XVHNf3La1wxnbTi6zRddXvdy0o3DDHH3 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:17.9375rem;left:22.625rem;height:0.84375rem;font-style:normal;display:block; }
#JD7FurdK3eaD95lixTkm1TEs09Qquyao { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:26.75rem;top:0.875rem;left:40.625rem;overflow:hidden;display:none; }
#GK3EHA9ONwBfKWVoNKhFAtqMokrWK4mF { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:9.375rem;top:0.34375rem;left:58.125rem;overflow:hidden;display:none; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .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; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-text.counter-number { 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);background-color:transparent;background-image:none;color:#ff573c;padding-top:0.229375rem;padding-right:0.230625rem;padding-bottom:0.229375rem;padding-left:0.230625rem;display:block;align-items:center;width:1.385rem;min-width:1.385rem;height:1.235rem;position:relative;font-family:ubuntu;font-size:0.919375rem;font-weight:700;line-height:19.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.144375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.846875rem;height:0.864375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.345rem;font-weight:700;line-height:13.83px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.875rem;height:2.8275rem;padding-top:0.101875rem;padding-right:0.108125rem;padding-bottom:0.101875rem;padding-left:0.108125rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.5859375rem;left:26.375rem;z-index:15015;display:none; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #ta7ISPe9yvyAycwQdFbhKaKeI4usKbob { display:flex;position:relative;top:0rem;left:0rem; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #HrdJUfbDUgGtHKJS8LF5195Dg9DPoJop { width:auto; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #nEnG65mtE38PwTllDv5KXtAf85TqNkc4 {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #F2qR799TzQc5PsSLuuc3J9pFkoHTGHT4 { display:flex;position:relative;top:0rem;left:0rem; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #vaUtLTaqTCAp0ledERzJ7DnnU9nNykdI {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mndJaq4viTfrw1QKd2nTLt9qqwCDclT6 {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #lrUoxvMpXiHDEb9NdWbsOQiMxRoKlPfr { display:flex;position:relative;top:0rem;left:0rem; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mGcVBR5M1CybTkOIh100dJ6rUUI7Dd8M {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #wuiJR4IpGZVhITHStbn2M5LrBsMpGG2z {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #rOzq7t91UdiXM8kegnhNzuAKZokQvQtA { display:flex;position:relative;top:0rem;left:0rem; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #NMrTJKWKZk66pAi1qv8fxNp9OuMp3239 {  }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mJUkU112XNSGyDSL8qUJVKxz0We7Fvn2 {  }
#GwKaZwKAscB3qz1ka8nEfL11g6cF1Vhd { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.875rem;top:18.125rem;left:45.375rem;overflow:hidden;display:none; }
#mLwk42CCwtrIdfVI2s5bQCgLNsJoOTOf { color:rgba(0,0,0,0.47);display:block;width:12.5625rem;position:absolute;font-family:ubuntu;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.4111328125rem;left:50.4375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzbfosT6pqaF7k68vMPfaQAZUzUa1Thm { color:#000000;display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:16.8125rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y8ySXiaiWoTOqEf13eNGQHLbBVTQSiuG { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:15.375rem;top:7.625rem;left:58.4384765625rem;overflow:hidden;display:block; }
#wd9kOPfPCpgr7FEMhRe2MUalxK7JuMTH { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.25rem;left:7.4375rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqPFZrlHJ3fvToJTR3JHdl1E5OzEccC5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:5.736328125rem;left:60.2822265625rem;overflow:hidden;display:none; }
#CUSwdcnKpGIoFBIRuh97fCxXa9DtK4p2 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.4375rem;left:7.4375rem;height:3.625rem;font-style:normal;display:none; }
#bylFHyx1o72u31u6d9IVExAKeSFchTrT { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.125rem;left:7.4375rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DPOTUQiVfSpA4kCQ40rz3rPFmmFl1cdB { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.25rem;left:7.4375rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container { background-color: transparent; background-image: none; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container > .video-iframe-container { display: none; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row > .video-iframe-container { display: none; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .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); }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container { border-width: 0; border-radius: 0; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#mq5cpIBlRZSeWf8Q6qLFU7V3oibVlLHx { color:rgba(var(--color-tertiary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:5.8125rem;left:16.5rem;height:3.375rem;font-style:normal;display:block; }
#yycs3uZ1zdo1olLn0RCn9FeRfUTZ6LFy { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.5625rem;top:4.25rem;left:4.5rem;overflow:hidden;display:block; }
#BTy3S55sa3kG1gsZqa2ZZLzuf3sVRmda { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:20.875rem;left:28.875rem;height:1.5625rem;font-style:normal;display:none; }
#SCAbiX6LSRsR3keyxD8fGVkpfy1FphoV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:20.25rem;left:28.875rem;display:none; }
#DQEhP3TxlexATA84K2t7psywvTto45Db { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.875rem;top:5.9375rem;left:9.625rem;overflow:hidden;display:none; }
#S6zW7aWmodI9zKuRyTAM8Xym1bzy77BK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.4375rem;left:16.5rem;display:block; }
#e6o7Ks7GcvFIH9QTSmxLQaTKaGcULxFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tb0aC3MNhlywuvTvfiVSVpKRSTL1kFdH { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.5625rem;top:5.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#M1tmmgK3Tbr9BVrC8oKOtn4s8MkA1HL8 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.5625rem;top:4.25rem;left:39.875rem;overflow:hidden;display:block; }
#tAhfWMP7iFHHoOi27gQOx30ERNErbhIQ { color:rgba(var(--color-primary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.3125rem;left:53.40625rem;height:1.23730625rem;font-style:normal;display:block; }
#JnpmG1RcTBJCiCbhBPhoPHNl8PMwbdXD { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:21.5625rem;left:7.3125rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EsCa2Ifw5cDPinUZeCFDaXVJmo3ixMik { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:21.5625rem;left:4.5rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMTQ7usgHSEHkzcShc4NfqPPA9t99JJ0 { color:rgba(var(--color-primary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:15.125rem;left:39.875rem;height:6.2998125rem;font-style:normal;display:block; }
#FamMSQmeNi9AnDkotI3Zwi6zUcFtEZOT { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:.9;letter-spacing:0;top:19.625rem;left:65rem;height:0.84375rem;font-style:normal;display:block; }
#S866EAqSiERVyfHk59ZC7yHtgGpLMA3f { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:17.375rem;left:54.3125rem;height:3.3183625rem;font-style:normal;display:block; }
#t8fef5XIGhEskwl6zIOweArhbXmfUTXX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:15.3125rem;left:66.75rem; }
#VHe2Uy45cvDPT9HhcDXvdyC44o5gO3zb { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15.8125rem;left:65.875rem;height:1.5625rem;font-style:normal;display:block; }
#nB8vGTxCuluzoJrOTsVdTei7JO79Q091 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.4375rem;left:53.6875rem;display:block; }
#M0007mmGO4c9dG90GWsUfDdnzfCqIgRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFzOHCb2ep95QQPsxusdpLFk5dT8ggKN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:5.8125rem;left:53.6875rem;height:5.0625rem;font-style:normal;display:block; }
#k1hRZB1hHf3KHI8mvMfFfMSOS2O8uEsk { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:25.1875rem;left:43.5rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HemUrhFniay6dLW6HopuHiQSwOpmZ6LG { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:21.5625rem;left:43.5rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dI9L8oLaDqLw2yAoCmzThGyygkkSqEOH { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:21.5625rem;left:40.8125rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGqtrVBq7uZlg3AcAdoWgHHzmxxhVV2r { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:24.625rem;left:40.875rem; }
#m5xNe5y4AIJDpGs6Rgai8Bdo00HQcQLr { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:12.4375rem;left:54.0625rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRVQoeVADPdotSx6lKlJ06O90tIEnFOX { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:21.9375rem;left:13.0625rem;height:0.84375rem;font-style:normal;display:none; }
#ZE3EfHheuFmkTcfLI4y9mEh1ZB8oP8GO { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:25.4375rem;left:17.375rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSydBkNLzNTdSQxML7Mdt3NF1H9yPiFX { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:17.375rem;left:16.5rem;height:3.3183625rem;font-style:normal;display:block; }
#OF0rU58LRTabUKk3pUTmDABE0NenXMMd { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.8125rem;left:26.375rem;height:1.5625rem;font-style:normal;display:block; }
#lIwn0fCzLhOM41M6QDERx7NPry8Aw3AL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:15.3125rem;left:26.6875rem; }
#UlBT2q0UEl77yo3XUP82UcotxlNNebAd { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:.9;letter-spacing:0;top:19.625rem;left:25rem;height:0.84375rem;font-style:normal;display:block; }
#sxWNMsItXhT7nU85mcTiLgRAcd183Gug { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:25.4375rem;left:54.6875rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkU3qbcBD4uUF2oG5TJB980flynKNOyW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff573c;border-left:0.1875rem solid #ff573c;border-right:0.1875rem solid #ff573c;border-bottom:0.1875rem solid #ff573c;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: 0.3125rem 0.0625rem 0.1875rem rgba(135,127,125,0.5) ;height:28.375rem;width:35.25rem;top:1.03125rem;left:38.4375rem;display:block; }
#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container { border-width: 0; border-radius: 0; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#tq0KvAX9RBDzlsVvNUvw0DywTIMEyynp { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:20.875rem;left:28.875rem;height:1.5625rem;font-style:normal;display:none; }
#Is4Ec3vSdgye7nVV6okkqH6dqQ0niTLw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:20.25rem;left:28.875rem;display:none; }
#k76k3AkMXc9T8ZbxGQt1pPte0P77W2Ls { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.875rem;top:5.9375rem;left:9.625rem;overflow:hidden;display:none; }
#ByuT1pvfL04Ku3TnSAB894ApexepTa0T { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.5625rem;top:5.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#EJgnQQsfalCsQPQ6fcB3Z9ZvanSx24hR { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.5625rem;top:4.25rem;left:39.875rem;overflow:hidden;display:block; }
#zHitTVQzWZUaUBsfs488vPhVFTTNMVg3 { color:rgba(var(--color-primary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.3125rem;left:53.40625rem;height:1.23730625rem;font-style:normal;display:block; }
#Qt8aJhAoUifgSrnCNSODHd9qEaxJtwXD { color:rgba(var(--color-primary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:15.125rem;left:39.875rem;height:6.2998125rem;font-style:normal;display:block; }
#FeguvU36QT8lTxpUymb7Af0PP4K48Ql7 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:.9;letter-spacing:0;top:19.625rem;left:65rem;height:0.84375rem;font-style:normal;display:block; }
#OCogGtGreOXSwhQ1XlGaFrfmNb4SXumQ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:17.375rem;left:54.3125rem;height:3.3183625rem;font-style:normal;display:block; }
#nroNx7GI76Ih7gIihRXOuSNDsGgPa9ab { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:15.3125rem;left:66.75rem; }
#viTMkKIKhQTIsWZGxy6g4hRoP5J9cGvr { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15.8125rem;left:65.875rem;height:1.5625rem;font-style:normal;display:block; }
#xgdTmdJTbTScwwbaml3zTsnnczgabHmc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.4375rem;left:53.6875rem;display:block; }
#mrK8th3S9U70ItGBLddRa6uJTRi6WRJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTBg76zJCzif194m84PPheK6DnTB0nlG { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:5.8125rem;left:53.6875rem;height:5.0625rem;font-style:normal;display:block; }
#k6aJ6qlQJ6tPfAkSyHnLWdUOBppoiSBn { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:25.1875rem;left:43.5rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltUoiOlbqoSDNBe7Wlr8AdgAkmT305ae { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:21.5625rem;left:43.5rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zyJOWrwJRUPbnamekHwVTWAiH834qzuJ { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:21.5625rem;left:40.8125rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JpzHzzOEx2tzarsaNtDBBBnvAkgpVrWa { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:24.625rem;left:40.875rem; }
#wUIl8T4tDMoKfXXmgmNIib0eWiswDo6w { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:12.4375rem;left:54.0625rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bo5PMmUuswrDUU2yvaeAptF2SZCyk7OG { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:.9;letter-spacing:0;top:19.625rem;left:25rem;height:0.84375rem;font-style:normal;display:block; }
#VwyPTvexgMBL745xLFLPUz6tX18UTmG6 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:25.4375rem;left:54.6875rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdyyTcLHwymZvnqQDJidvoQZIXyuRlVE { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff573c;border-left:0.1875rem solid #ff573c;border-right:0.1875rem solid #ff573c;border-bottom:0.1875rem solid #ff573c;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: 0.3125rem 0.0625rem 0.1875rem rgba(135,127,125,0.5) ;height:28.375rem;width:35.25rem;top:1.03125rem;left:38.4375rem;display:block; }
#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { background-color: transparent; background-image: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container > .video-iframe-container { display: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row > .video-iframe-container { display: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .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); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { border-width: 0; border-radius: 0; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#QEboNHK3KS7bdgydQhpEZfk5em2UELdI { color:#000000;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.875rem;left:0.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7I7QPkLVtCFSSXR2e3oNkoWl1rTN6Kn { color:#000000;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:4.875rem;left:42.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rz6qRW1HfgWEKT1mFmqarrtQRLa365kq { color:#000000;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:4.875rem;left:60rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2Zv2Vg3DqpTxSeyqKgM8X2aAgQPIHNn { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:7.6875rem;left:1.9375rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#IgNeDJkMPsPl6TDtNwLsSZN2PwgccVBw { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:7.6875rem;left:20.84375rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#VdSKQaruIvesR0Uvn0xxpnRV2nhBV3BG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.6875rem;left:41.125rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#X0iubbt19JNwvywqqxDvMLybTQzplddR { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:7.685546875rem;left:58.75rem;height:3.2988375rem;text-align:center;text-align-last:center;display:block; }
#TlVoBXFKDcWBMDht8OQIJFnA4PnCZNEx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:1rem;left:64.875rem; }
#kVCmVSevgTMbZNToLP0nVRX8g4iDEiUl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:1rem;left:46.125rem; }
#zntaHkqiapQM2Dz6Qw1vZf9ruzRsLcX2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:1rem;left:8.625rem; }
#kgQs4yTKKysKnDi0xobfRArg9iO3XTmw { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.875rem;left:21.71875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDsicJ04d5rcK96HciHdsOD25G3WT10y { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:1rem;left:27.375rem; }
#TXCmL5sRTcbxgPSBScilUVZKwAeovRfO { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.4375rem;left:22.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TM6UmNz7H29pAXmSHLCyuI0asVtZtskz { color:#000000;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:5.4375rem;left:41.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#u1P2RsG0tiSWvIdlbcbSDPGgcTKxCIB2 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:5.4375rem;left:60.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { background-color: transparent; background-image: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .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); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { border-width: 0; border-radius: 0; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.0625rem;left:19.6875rem;display:block; }
#C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OaVlRox9ptDh3lilmfUStSRA0GsWarDO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.8125rem;left:43.0625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7lqzCpwZWT6mI4Sa8OP0TIgv4A0iNJi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.5rem;left:36.8125rem;height:3.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE { position:relative;display:block; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE { background-color: transparent; background-image: none; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row .container > .video-iframe-container { display: none; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row > .video-iframe-container { display: none; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .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); }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE { border-width: 0; border-radius: 0; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .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; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { position:relative;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { border-width: 0; border-radius: 0; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#fNXZocl1FhMN9zuReoP9alLh9axq3xtq { color:rgba(var(--color-tertiary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:53.0625rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.6875rem;left:15rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:4.6875rem;left:52.3125rem;height:6rem;text-align:right;text-align-last:right;display:block; }
#nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:16.4375rem;left:14.875rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;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:4.6875rem;left:15.0625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.75rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cshPTL9NdnAxoGeLMCQsTKevn1ltvbw5 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:19.375rem;top:1.6875rem;left:29.0625rem;overflow:hidden;display:block; }
#nFcyRqS8vhMlX4Ty9oMP5ztozJRCxFaJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.6875rem;left:10.8125rem; }
#SVA8iJqqzmHFztdyfsEtzpqTWZOa2Ap2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.75rem;left:63.625rem; }
#oktWIyn3ibxPDATXeXypZnGHyFmwTxfg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.6875rem;left:10.8125rem; }
#ev0QdsxFuNRExs4AeL4T80xzVRhLI1cO { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.875rem;top:6.3125rem;left:41.125rem;overflow:hidden;display:none; }
#eP8KwoxWOLZ6RpksaHmoLUKeLqiOizBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.5625rem;left:63.5rem; }
#pMsb2u31D72LrUFDTcsMwx66RlByDzye { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.375rem;left:52.3125rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#kDzfbZnSSoUD3XMgo8mwrvdX1sszomRB { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.375rem;left:52.3125rem;height:4.5rem;text-align:right;text-align-last:right;display:none; }
#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 { position:relative;display:block; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 { background-color: transparent; background-image: none; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row .container > .video-iframe-container { display: none; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row > .video-iframe-container { display: none; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .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); }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 { border-width: 0; border-radius: 0; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .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; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#guzqiDGF6xhho7FxsX0CIg0IsGRhW0oC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.125rem;width:17.25rem;top:3.0625rem;left:18.0625rem;display:none; }
#h2rWFsMsvsDschaxXtAghiwVecyVTldi { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.0625rem;width:13.375rem;top:1.25rem;left:1.875rem;overflow:hidden;display:block; }
#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.5rem;left:40.8125rem;height:15.9375rem;text-align:left;text-align-last:left;display:block; }
#AVHJ8tr4XnKBN9y2blUVPqNnosvxVys8 { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:26rem;top:14.875rem;left:21.5556640625rem;overflow:hidden;display:none; }
#VnUaWyEM0fB8SskVfa2IODEaXxDVdogS { color:rgba(var(--color-tertiary-2),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.1875rem;left:40.8125rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtkzBOvDMTxpZ4S8Rh48VctNaPI1F1Qk { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:.8;letter-spacing:0;top:33.375rem;left:40.8125rem;height:2.298825rem;text-align:left;text-align-last:left;display:block; }
#I4kWX8TrTTAPLqAqTJG6vIbrXKUbI6Lh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:32.6875rem;left:46.4375rem;display:none; }
#JU6EeWBkBBQc5SoKdVn8lDJNVHrvpXFZ { color:rgba(var(--color-tertiary-2),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:33.1875rem;left:46.125rem;height:1.5625rem;font-style:normal;display:none; }
#Qcyi9Z4OoLEXhhyIF4ob5JR1NdHbBuqQ { color:#000000;display:block;width:4.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.73828125rem;left:25.0625rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WC1hTQJViB5xZvcy3Mdrxps1IhE9Fwln { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:19.875rem;left:14.8125rem;height:3.3183625rem;font-style:normal;display:none; }
#Xk7Fa0TyBims1ILCCFgpCJzQrzQqcQpB { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:20.75rem;left:8.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ErTJuGCFuUyTHf08C1w7WgfT2aZVEun3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:20.5rem;left:9.875rem;display:none; }
#c3XnTPHNsEsVfZk1rE3UUInHWpT8T0SP { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:23.25rem;left:20.375rem;height:0.84375rem;font-style:normal;display:none; }
#Flzd7ONCEZxBs4FMHG37VDExPnSASDFK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.0625rem;left:40.8125rem;display:block; }
#kNW8QP6vFWRvvB9PxSRS2Emm1Ur9OCin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCTElWxnT53ZzWtQERTh5TTsTZPIUAh7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5625rem;width:20.5625rem;top:1.25rem;left:15.9375rem;overflow:hidden;display:block; }
#Tn1UA5OCFTNQf7MfeZFA9OZy0rRSmGWJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:19.6875rem;left:1.875rem;overflow:hidden;display:block; }
#v3wHnmQIz4yWagetKfFFrFPJCLrOtIER { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:22.4375rem;left:15.9375rem;overflow:hidden;display:block; }
#wwI8K897bSkTz09M5ghfD2OwBHgf51Gx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:33.8125rem;left:1.875rem;overflow:hidden;display:block; }
#wwwTyVuyndwzv1r3abpZlSWFbiWXN9Tl { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:32.6875rem;left:48.6875rem;height:3.3183625rem;font-style:normal;display:block; }
#MuLx9h46MG8cMEqkFgabTJy898XyXSMD { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:31.125rem;left:58.5625rem;height:1.5625rem;font-style:normal;display:block; }
#acfCfIKBDknlxSOHQAE91CiKGrS1s9TD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;top:30.625rem;left:58.875rem; }
#i8oOl8MFbnT2r0ciTSrTpNxApM9mzZyt { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:.9;letter-spacing:0;top:34.9375rem;left:57.1875rem;height:0.84375rem;font-style:normal;display:block; }
#POd7Rfid3pTwG1wuV0JhpxMyBpcZku4N { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:42.0625rem;left:41.75rem;height:0.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#li4t3Ik2O9Pv0cmlkal7lX7dNNZAODaB { color:#000000;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:38.625rem;left:60.8125rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sAr8nGiezxTdutTAoWO7RpKNGX9D2uJI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.5rem;left:40.8125rem;height:15.9375rem;text-align:left;text-align-last:left;display:none; }
#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container { background-color: transparent; background-image: none; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container > .video-iframe-container { display: none; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row > .video-iframe-container { display: none; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .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); }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container { border-width: 0; border-radius: 0; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#aKO42Ng4w8TgWPrgxF98S33pLocUQMVl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container { background-color: transparent; background-image: none; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container > .video-iframe-container { display: none; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row > .video-iframe-container { display: none; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .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); }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container { border-width: 0; border-radius: 0; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vGgD6kvC1FMpUX2iwyzwV3wXPRSzmOeH { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:12.3125rem;left:19.8125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cct3dWl5I8feMQHsxqJKKaLO3A9arGy7 { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:12.3125rem;left:38.5625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y890bPBkXz1SAzC5qdf5c18JmfsX08Mb { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.5625rem;left:39.8125rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9kvFcgZU4UAIJbaDRBbtOxDJ0Ksdd40 { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.3125rem;left:57rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTGbe0HJCf3pd4ynsa3R0uZLARaomG2h { color:rgba(var(--color-primary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:15.5625rem;left:58.21875rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urlE9uVmTE3l8bnhUbsXuuczkAwQGuZA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:2.5625rem;left:5.25rem;overflow:hidden;display:block; }
#eRUkTkB6drvW9O0SelnNlqiXzw7MgNSn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:2.5625rem;left:24rem;overflow:hidden;display:block; }
#zyQ9b1EPfRbdZ2TxCgvciypmTogUgOuf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:2.5625rem;left:42.75rem;overflow:hidden;display:block; }
#E8Pas39CQ6vLmyhsoAqqxBcT1TB7um07 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:2.5625rem;left:61.5rem;overflow:hidden;display:block; }
#ItuBkTpgc6N19CJkTlmmWrB0cJt0t1Wl { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmSOWb1gy6ITcsQXekS7kfckNW7qveZU { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:2.15625rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zb1uywf7AIfmgTglkkENLWtt5XHlOaOI { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:15.5625rem;left:20.75rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsZLyxZTJbvgcyO6TK52TsBCI4gWf9V2 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:29.1875rem;left:21.5625rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n { position:relative;display:none; }#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n { border-width: 0; border-radius: 0; }#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n > .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; }#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BpK7w4oEIIPb3SedQzqGaqlukBplCQmF { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD { position:relative;display:none; }#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD { border-width: 0; border-radius: 0; }#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD > .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; }#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.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:none; }#c9ulcpQfkpEy0ERQvLKK6b6AZgBZ30Pa { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.28125rem;left:8.8125rem;display:block; }
#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff573c;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; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container { background-color: transparent; background-image: none; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container > .video-iframe-container { display: none; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row > .video-iframe-container { display: none; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .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); }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container { border-width: 0; border-radius: 0; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#R0ZsirZweDSv3Xqnu3XyRgDc9gC5Au2R { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:39.375rem;top:6.9375rem;left:17.125rem;display:block; }
#OfKOeshyDuFiyAW0Ai8DSr0IUV1Gyzs6 { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:13.75rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#V22HzwX6Kn8kLBgKnOK95K2N2vkwBL9p { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.9375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#tkoc3OqEfpOmvJRAdebuVRhXCJOyrGuM { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:41.125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#vaI75WLlACTkK1r6L1FdOC2XrfTh5tuO { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.875rem;left:53.125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#chdLtq1fWAkfedlcFLuk0xsrzveE7HSN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#PaRfqM8XTPmwJaog42RC0ZhSXT97S148 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#PdZGDEkvu3t2iiEtpwV2EPf4uFROXg4l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#M8iIQrkJzfBfnAoCmDSmT5ybEbaIB7il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.0625rem;left:14.9375rem; }
#yrvXRSzBLbMCH47AW1TVoATRWeuAN0T3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.5625rem;left:29.375rem; }
#fIW85vZopZTfnyQcJ4K2gEQU0DZaANhb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.5625rem;left:42.9375rem; }
#bUzDN9vGmve1ZWQees0MT3LqciTirVdf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.5625rem;left:56.125rem; }
#iUWZWrBov6MCHvGzbPAnudMbTsyKB5eO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.9375rem;left:29.375rem; }
#xU6HItaFSkyiLdeICEt6HvMRlFs3MfQR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.9375rem;left:42.9375rem; }
#ZS08rx6WHOf8VCDk8DqH7pKW8iCI6Asd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.3125rem;left:56.5rem; }
#MeZMyUnmsKS419kVP4iv3wZIVsDS0Xph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.3125rem;left:15.8125rem; }
#tG8xU6pbT4v835QBCZd9zwGiTWO8tcvT { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:15.625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { position:relative;display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { background-color: transparent; background-image: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .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); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { border-width: 0; border-radius: 0; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .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; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;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; }#ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#c8T6Zz8mF1c8h4xng0qmKMn4ETNKaA6C { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.8046875rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .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; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-text.counter-number { border-top:0.101875rem solid rgba(var(--color-primary-2),1);border-left:0.10375rem solid rgba(var(--color-primary-2),1);border-right:0.10375rem solid rgba(var(--color-primary-2),1);border-bottom:0.101875rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:#ff573c;padding-top:0.3725rem;padding-right:0.38375rem;padding-bottom:0.3725rem;padding-left:0.38375rem;display:block;align-items:center;width:2.305rem;min-width:2.305rem;height:2.005625rem;position:relative;font-family:ubuntu;font-size:1.49375rem;font-weight:700;line-height:32.09px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.07375rem;height:1.404375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.560625rem;font-weight:700;line-height:22.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.125rem;height:4.593125rem;padding-top:0.165625rem;padding-right:0.18rem;padding-bottom:0.165625rem;padding-left:0.18rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.5625rem;left:36.3125rem;z-index:15016;display:none; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #XfawSnJwv4Hmv9JB7F5OfkMi0athi7mP { display:flex;position:relative;top:0rem;left:0rem; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #kZot0Vd5er6VmGcs00R0ZLAyg66dH8hq { width:auto; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #SA8N26o20cpRTRHT3oUU8SOdZMV3JlTJ {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #ovw3tafOxTXbVfQn6fib9FpJrDaoTn12 { display:flex;position:relative;top:0rem;left:0rem; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #yrEFiQ7WaqFrJotClPAMNr1KcVLTn8o5 {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #W7twGwgdIyyHGaxC5GQGrpMZE9v2ofLK {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #n2DKTlperl4MS6Kaq0vUnJh2A6GWsxv8 { display:flex;position:relative;top:0rem;left:0rem; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #lV5X05CZpo9rCyghe9TZO49h6tpT3Qmr {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #hstdAbXH3iVneWAtHm5TrVO0nR7KUOpn {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #lkeG2H4pCNqpuf3f3w4I3iB5AO68DMBg { display:flex;position:relative;top:0rem;left:0rem; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #ddfnaElZLsd2JJhBqIa4zWOyx6ZXvbi6 {  }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 #LRAdBUtRSIUuo3EtxZ2IxgEuCSgz7T2T {  }
#pIzb42Gc7RDCm0WC2FWRK7sX9Rrgy9hA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.5rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#TA5m8cAIB5PbTVHPNJEn53Fi7U10Hwqp { color:rgba(var(--color-tertiary-2),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:18.875rem;left:22.0625rem;height:1.5625rem;font-style:normal;display:none; }
#GZhoOfszyoq1RugTaS2XOIVuMW5czC9v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:18.375rem;left:22.375rem;display:none; }
#JrqaT6FBL681Ns9rdFp49Hi0U3VXLOV6 { background-color:transparent;background-image:none;border-top:0.125rem solid #ff573c;border-left:0.125rem solid #ff573c;border-right:0.125rem solid #ff573c;border-bottom:0.125rem solid #ff573c;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;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1171875rem;left:19.4990234375rem;display:block; }
#nThndTQrn71Uulc9fycdr7rAszwG2ihq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpT0VyFb2VdS1ITZnsy5hGlh99y7WkPv { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:16.9375rem;top:5.1875rem;left:5.1875rem;overflow:hidden;display:none; }
#Poxmme6oPlXSmH8ZcICABv7GKJIsTCrd { color:rgba(var(--color-primary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17rem;left:36.875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#ivHTLK0yedQeOBazHtR8vRyIrHOyUAmG { color:#000000;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0750002861023rem;left:40.625000953674rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jde5pEIPG5cvEq6mKDmJrfW0iQSrNFlE { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:2.7437500953674rem;left:37.750000953674rem; }
#rdveyXNdpDNsPBHXc9EfowNHh6duN8cq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:30.75rem;left:52.375rem;display:none; }
#KIrOXUoeAPpMwMAAFxDWe79Gzt35zWUR { color:rgba(0,0,0,0.47);display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.375rem;left:24.9375rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tUpe0zRPaAu1kqmUU4Iu5KUR3TXu5UJT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:.8;letter-spacing:0;top:17.3125rem;left:14.3125rem;height:2.298825rem;text-align:left;text-align-last:left;display:block; }
#iG2ToTATpcdfQNDNLwbwLKmKG2CS6zAS { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:16.625rem;left:22.1875rem;height:3.3183625rem;font-style:normal;display:block; }
#tJxBD5UrfmxsbsAZKxomGkTs5l6yBOMK { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:.9;letter-spacing:0;top:18.875rem;left:30.6875rem;height:0.84375rem;font-style:normal;display:block; }
#qPle9dLehk9pd11SqzyhTzVH99JXMTCT { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:15.0625rem;left:32.0625rem;height:1.5625rem;font-style:normal;display:block; }
#iT3FWzNDm5W4gJxhNN2btpiTQsyzMSce { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:14.5625rem;left:32.375rem; }
#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { border-width: 0; border-radius: 0; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:none; }#d83w83xehQfhzFN6pZglCeB9AK8v0R5P { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#J48vDmX5JEBOItaL5PpX2WNrqaW5NnJT { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.25rem;left:5.9375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#KZ7RTfbTR055SsRQVHnBntErHsd09gNc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.875rem;left:52.6875rem; }
#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR { position:relative;display:none; }#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR { border-width: 0; border-radius: 0; }#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR > .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; }#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wNRZhfGrKgGWixx3KO8ay1kPfpDxMuSU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmoGGTsNlFonf9Iln52UAt6mux0absW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { background-color: transparent; background-image: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .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); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { border-width: 0; border-radius: 0; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGKl2GH71ubd3EbPbAD9ZVev3BL2W3G5 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container { background-color: transparent; background-image: none; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container > .video-iframe-container { display: none; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row > .video-iframe-container { display: none; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .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); }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container { border-width: 0; border-radius: 0; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#RDq9Xz6WR2HdomOF65mUvLp6ExTPWip9 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.625rem;top:1.125rem;left:16.625rem;overflow:hidden;display:block; }
#exTzCTKil6mrN05Ge9SV9z31UFzALE3S { color:rgba(var(--color-tertiary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:3.5rem;left:29.375rem;height:2rem;font-style:normal;display:block; }
#L0dW8kSaTVJlx0wUHthvMnDRuHKt0P4z { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:5.4375rem;left:29.25rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQPHSNtnBBTpkp2V2FzTuVzvPqpT384g { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:9.5rem;left:29.25rem;height:3.31875rem;font-style:normal;display:block; }
#QXpocetipSW76esq1qJEBuX1K31tSFcB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.4375rem;left:46.8125rem;display:block; }
#y9JzwkwxfnSKWpqRnrrHZ5UtAefmrE7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tb7WKRJcFHwp4SqBZmNKTEDMbIl710fu { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.3125rem;left:38.125rem;height:1.5625rem;font-style:normal;display:block; }
#Q0nZnTcREMlhbZUSygcidA1o6M1itRun { color:rgba(var(--color-tertiary-2),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:.9;letter-spacing:0;top:12rem;left:38.125rem;height:0.84375rem;font-style:normal;display:block; }
#UAIMP2VEPngPyp8EJ34sUE38y9zAvsIT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:9.0625rem;left:38.875rem; }
#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW { position:relative;display:none; }#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW { border-width: 0; border-radius: 0; }#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW > .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; }#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.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:none; }#fiGknJfnAv12S69WbsOUcoDXcdCuyriH { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:39.3125rem;top:1.0625rem;left:3.375rem;overflow:hidden;display:block; }
#cARDBM4XyLPAnoZtGNVxwbGdynUkxGoK { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:39.4375rem;top:14.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#h7oXyPFv38CqJbOqmVRLEAVp2M6NBuoh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:39.5625rem;top:26.8125rem;left:3.25rem;overflow:hidden;display:block; }
#PeSv2ZLTdhbw9ZoDyZXnsISoSMCtmR8p { position:absolute;display:block;z-index:15020;height:27.4375rem;width:16.125rem;top:1.0625rem;left:54.4375rem;display:block; }
#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ { position:relative;display:block; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ { background-color: transparent; background-image: none; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row .container > .video-iframe-container { display: none; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row > .video-iframe-container { display: none; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .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); }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ { border-width: 0; border-radius: 0; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .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; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUzap0aJCQFyAgW62i8i50IAXNDvGDIB { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container { background-color: transparent; background-image: none; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container > .video-iframe-container { display: none; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row > .video-iframe-container { display: none; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .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); }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container { border-width: 0; border-radius: 0; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#UrHGN6wTSRgRH3LSi3IctaVMqZhs9Ken { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.0625rem;left:39.4375rem;height:6.3984375rem;font-style:normal;display:block; }
#Vrm9TxvyEoo7KcFgC4TMVbf7cgUfo1d0 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:39.4375rem;height:1.7875rem;font-style:normal;display:block; }
#pzECZT7DshoHQZqmcLmmDgkhSRHxO7Pq { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:39.4375rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d194OT5PII1PvMuBllm1unRhg77PmIob { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:18rem;left:39.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5RxgLuL10HcePC6rMnKEErU9hdWMppk { color:#ff573c;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:50.75rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZJZTUVsOXdTIhmD6CZPB9GO3xBP6z7z { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.0625rem;left:51.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdehXbzihv6Z7vIWrIPe1Xbi2TvWqzRU { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:62rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsevPo3E0bDdMu56dKCVcQlDdC1L6Edy { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.0625rem;left:62.375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luZnq8GReKNBP3tg2E8VAbN1tXEOIRsp { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:10.5rem;top:3.1875rem;left:2.25rem;display:block; }
#aSkeSlnXFWkKaHmFIHgMVqGqk1TecdWK { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:10.5rem;top:3.1875rem;left:13.5625rem;display:block; }
#ffaE03H4TTxBoHM7gqkER2x7JI00Z0Jo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:10.5rem;top:3.1875rem;left:24.8125rem;display:block; }
#mRMo6506Z3VqeQ326n5a4g4euUei5TOk { position:relative;display:block; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk { background-color: transparent; background-image: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container > .video-iframe-container { display: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row > .video-iframe-container { display: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .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); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk { border-width: 0; border-radius: 0; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .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; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-form-header {  }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-regular-label { display:block;width:17.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text { border-top:0.0625rem solid #d1cccc;border-left:0.0625rem solid #d1cccc;border-right:0.0625rem solid #d1cccc;border-bottom:0.0625rem solid #d1cccc;height:2.5rem;width:17.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-2),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-textarea { border-top:0.0625rem solid #d1cccc;border-left:0.0625rem solid #d1cccc;border-right:0.0625rem solid #d1cccc;border-bottom:0.0625rem solid #d1cccc;height:3.0625rem;width:17.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-2),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:17.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-2),0.5) ; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.5rem;width:12.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.9375rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-secondary-0),1);line-height:.9;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:50.5rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.21875rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0.625rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container:first-of-type{padding-top:0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container:last-of-type{padding-bottom:0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-2),1);font-family:arial;width:53.3125rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:9.625rem;top:4.5rem;z-index:15000;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .radio-container { width:18.0625rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-2),1);font-family:arial;width:53.3125rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:9.625rem;top:4.5rem;z-index:15000;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #gVvCuOiFfkyyd1SRHAI5WeZCMKpZsT0X { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #NWoWmxyrWfe86qFhy90bV5029F3M0bXm { position:relative;display:none; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #g8I8wsFvQNbzxV8716N00bVHlSv7RCto { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #otEkVhhP2HoWCkPZKSMFM0G75bUxtHlC { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #H0D1rJyctTG5inD81l0UaNNuWWQ20V8U { position:relative;display:none; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #iz8KTEcBcxv8DPqMIOaUXzGJ98okWGKp { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #D6POs1Lxv3Xhtyw9WS9eNDTLTA2VJVx8 { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #fy3dSDw0UUIXAsIsTXeVZR198bSBNXVH { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #I4AqGdXsihPM8o3omZhkBwxF2ldG1OqZ { position:relative; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #uNOEMfcDEL00llFqkvbIteOhC8FqAcip { position:relative;z-index:2; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #XgsZOPr8Ol8xkuJWO6dq0AKtaoo0ap0k { position:relative; }
#DSW8RigATHR4uTdV77BNafAGTTvOt1wk { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff573c;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; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { background-color: transparent; background-image: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container > .video-iframe-container { display: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row > .video-iframe-container { display: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .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); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { border-width: 0; border-radius: 0; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#XNQFyQd8LDsWCzKbfE2Wx0sbiURwDzTH { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.4375rem;left:2.8125rem;height:5.1rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jv2NUXV2uD8tRTfuUQHbani3KF8nV34C { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:10.96875rem;left:3.75rem;height:8.3105625rem;font-style:normal;display:block; }
#tQgJlL2uRF3hB1kVvaEec42K1tipDILJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.125rem;left:18.875rem; }
#tQgJlL2uRF3hB1kVvaEec42K1tipDILJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AG2tx0BI2HKBevytgthRhEFygkoNKq9e { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.25rem;left:21rem; }
#AG2tx0BI2HKBevytgthRhEFygkoNKq9e > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pRnMCxvVr8XLbdA4h0aKXQ9BhieKdynn { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5625rem;left:19rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oPvmFilirGTcRs5ZzPkFthF6gJMDOTEu { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.875rem;top:4.25rem;left:25.375rem;overflow:hidden;display:block; }
#rOzHh5rHhzXiGocBrQlcJLDL6JLBOF5q { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.25rem;left:23.25rem;overflow:hidden;display:block; }
#FixpEIDZSesT34wyOkZxuXmUGpvRVqA7 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:3.4375rem;left:57.5rem;height:11.63476875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5Eo0MaB8MixFLv9oLB9SeuaebLWR6qh { top:0.875rem;left:21rem;width:26.75rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Jo12h0hmzuWtvmmXCvIh3HFoTDaM7Z { top:0.125rem;left:0rem;width:20.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTO0DxOPaymK2MDNmaqDlOhVXW3Qoohq { top:0.875rem;left:25.1875rem;width:7.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .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; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .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; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e { display:flex;width:18.5rem;height:5.1875rem;top:1.25rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #hVoPWwFpCAoXMyJDzdTEmNKrQDTAonic { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #SoPGlewfu7eHgCEGZA9IIky0tGei14TS {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #iBuVSSJXLp58nVMFA4pTV5iucKl9I4ck {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #OnaOEUGfBaVXd04M8Kltmai1LX4it3iO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #rnwPXV8GOWik2rrzRqhAg7n5TTe0rb6g {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #fKdTC0dVgU3Akm661pbMBZcseDG0eb3s {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EOF2RWRsQpldKTKXOteNO9wi5dT8PWcR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #KnS0hTbTmM5wfcRXpcD3k64BzlneffH6 {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #BdVkJ4bdqna0SuIt1TSaFTH94oCrTOE8 {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #c0K7l59dBpQv7wnLr3Ng7uEl8n7bqm2H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #TaTvfkOpyCqQ3nVPU3G9q2XQhcuLAlzZ {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EbFNK2QBT3qdgaMZT52lIsu0oyX8APZC {  }
 }@media only screen and (max-width: 763px) { #ucPJMz1PIsfreHB2qSZiRQr2qlQuTVNb { top:2.25rem;left:10.312500953674rem;width:12.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTA53gTSTOzU6B390moAVNUum0mq0Tab { top:2.125rem;left:7.625rem;width:15.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIVmnKKhKIax4TM6VllitWfkTBu3Szk1 { top:5.6875rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:15.875rem;height:3.875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #eGxC6y47GrhT4Ab2hCnuGpce9V4oG4PX { top:6.125rem;left:0rem;width:31.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ybQWb6d1O0mxJOqIKARzglHaDfedK3 { top:11.8125rem;left:23.1875rem;width:13.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7c199240859109306c1d26a753d41b9828d272e.svg); }
 }@media only screen and (max-width: 763px) { #LP9tC1RXrW1448NJWf0QJ1rVFAAGbOoM { top:1.4375rem;left:0rem;width:38.3125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkoC5NCA9K6IQc80ZzprleABMBfFmsB8 { width:2.125rem;height:2.125rem;top:28.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI8PgFuqqbBZlA4aabqVmcFHS5sLHrxQ { width:11rem;height:2.25rem;top:28.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUstTgi6s34IRKim0N1OQexl9TGKQpvR { width:1.75rem;height:1.75rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BnXvK0TAnXTh2r1FI0sTSwmPm6vuzT { top:16.6875rem;left:0rem;width:5.875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4x85GCTJr4kcuLlcPIxbApTu2icnLf { top:15.6875rem;left:0.625rem;width:8.3125rem;height:3.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktlz0G0kqXDckwtgPNmZHZ8yD2DlDy8t { width:2.75rem;height:2.75rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVHNf3La1wxnbTi6zRddXvdy0o3DDHH3 { top:17.9375rem;left:9rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7FurdK3eaD95lixTkm1TEs09Qquyao { top:0.875rem;left:21rem;width:26.75rem;height:38.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GK3EHA9ONwBfKWVoNKhFAtqMokrWK4mF { top:0.3125rem;left:38.375rem;width:9.375rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .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; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .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; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 { display:flex;width:18.5rem;height:5.1875rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #ta7ISPe9yvyAycwQdFbhKaKeI4usKbob { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #HrdJUfbDUgGtHKJS8LF5195Dg9DPoJop {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #nEnG65mtE38PwTllDv5KXtAf85TqNkc4 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #F2qR799TzQc5PsSLuuc3J9pFkoHTGHT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #vaUtLTaqTCAp0ledERzJ7DnnU9nNykdI {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mndJaq4viTfrw1QKd2nTLt9qqwCDclT6 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #lrUoxvMpXiHDEb9NdWbsOQiMxRoKlPfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mGcVBR5M1CybTkOIh100dJ6rUUI7Dd8M {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #wuiJR4IpGZVhITHStbn2M5LrBsMpGG2z {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #rOzq7t91UdiXM8kegnhNzuAKZokQvQtA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #NMrTJKWKZk66pAi1qv8fxNp9OuMp3239 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mJUkU112XNSGyDSL8qUJVKxz0We7Fvn2 {  }
 }@media only screen and (max-width: 763px) { #GwKaZwKAscB3qz1ka8nEfL11g6cF1Vhd { top:18.125rem;left:31.75rem;width:9.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwk42CCwtrIdfVI2s5bQCgLNsJoOTOf { width:12.5625rem;height:0.8125rem;top:30.375rem;left:35.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzbfosT6pqaF7k68vMPfaQAZUzUa1Thm { width:11rem;height:2.25rem;top:28.25rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ySXiaiWoTOqEf13eNGQHLbBVTQSiuG { top:7.625rem;left:32.375rem;width:15.375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd9kOPfPCpgr7FEMhRe2MUalxK7JuMTH { width:23.4375rem;height:1.125rem;top:20.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqPFZrlHJ3fvToJTR3JHdl1E5OzEccC5 { top:5.6875rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUSwdcnKpGIoFBIRuh97fCxXa9DtK4p2 { top:1.125rem;left:0rem;width:12.4375rem;height:5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bylFHyx1o72u31u6d9IVExAKeSFchTrT { top:9rem;left:0rem;width:17.75rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPOTUQiVfSpA4kCQ40rz3rPFmmFl1cdB { width:15rem;height:2.25rem;top:58.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4IHbandqwkSTX1X4RpQLeIlMvphqAxR { display:block; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq5cpIBlRZSeWf8Q6qLFU7V3oibVlLHx { top:5.8125rem;left:9.6875rem;width:12rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycs3uZ1zdo1olLn0RCn9FeRfUTZ6LFy { top:4.25rem;left:0rem;width:10.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTy3S55sa3kG1gsZqa2ZZLzuf3sVRmda { top:20.875rem;left:18rem;width:5.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCAbiX6LSRsR3keyxD8fGVkpfy1FphoV { width:2.8125rem;height:2.8125rem;top:20.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQEhP3TxlexATA84K2t7psywvTto45Db { top:5.9375rem;left:2.8125rem;width:9.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zW7aWmodI9zKuRyTAM8Xym1bzy77BK { width:18.9375rem;height:3.4375rem;top:21.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6o7Ks7GcvFIH9QTSmxLQaTKaGcULxFk { display:block; }
 }@media only screen and (max-width: 763px) { #tb0aC3MNhlywuvTvfiVSVpKRSTL1kFdH { top:5.3125rem;left:23.875rem;width:10.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1tmmgK3Tbr9BVrC8oKOtn4s8MkA1HL8 { top:4.25rem;left:23.875rem;width:10.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAhfWMP7iFHHoOi27gQOx30ERNErbhIQ { top:3.3125rem;left:32.96875rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnpmG1RcTBJCiCbhBPhoPHNl8PMwbdXD { top:21.5625rem;left:0.5rem;width:7.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsCa2Ifw5cDPinUZeCFDaXVJmo3ixMik { top:21.5625rem;left:0rem;width:2.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTQ7usgHSEHkzcShc4NfqPPA9t99JJ0 { top:15.125rem;left:23.875rem;width:4.4375rem;height:6.25rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamMSQmeNi9AnDkotI3Zwi6zUcFtEZOT { top:19.625rem;left:44.5625rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S866EAqSiERVyfHk59ZC7yHtgGpLMA3f { top:17.375rem;left:33.875rem;width:10.4375rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8fef5XIGhEskwl6zIOweArhbXmfUTXX { width:2.8125rem;height:2.8125rem;top:15.3125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHe2Uy45cvDPT9HhcDXvdyC44o5gO3zb { top:15.8125rem;left:41.875rem;width:5.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB8vGTxCuluzoJrOTsVdTei7JO79Q091 { width:18.9375rem;height:3.4375rem;top:21.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0007mmGO4c9dG90GWsUfDdnzfCqIgRk { display:block; }
 }@media only screen and (max-width: 763px) { #hFzOHCb2ep95QQPsxusdpLFk5dT8ggKN { top:5.8125rem;left:33rem;width:14.75rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1hRZB1hHf3KHI8mvMfFfMSOS2O8uEsk { top:25.1875rem;left:23.875rem;width:7.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HemUrhFniay6dLW6HopuHiQSwOpmZ6LG { top:21.5625rem;left:23.875rem;width:7.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI9L8oLaDqLw2yAoCmzThGyygkkSqEOH { top:21.5625rem;left:23.875rem;width:2.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGqtrVBq7uZlg3AcAdoWgHHzmxxhVV2r { top:24.625rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5xNe5y4AIJDpGs6Rgai8Bdo00HQcQLr { top:12.4375rem;left:33.1875rem;width:14.5625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVQoeVADPdotSx6lKlJ06O90tIEnFOX { top:21.9375rem;left:0rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE3EfHheuFmkTcfLI4y9mEh1ZB8oP8GO { top:25.4375rem;left:6.5625rem;width:17.3125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSydBkNLzNTdSQxML7Mdt3NF1H9yPiFX { top:17.375rem;left:9.6875rem;width:10.4375rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0rU58LRTabUKk3pUTmDABE0NenXMMd { top:15.8125rem;left:19.5625rem;width:3.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIwn0fCzLhOM41M6QDERx7NPry8Aw3AL { width:2.8125rem;height:2.8125rem;top:15.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlBT2q0UEl77yo3XUP82UcotxlNNebAd { top:19.625rem;left:18.1875rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxWNMsItXhT7nU85mcTiLgRAcd183Gug { top:25.4375rem;left:30.5625rem;width:17.1875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkU3qbcBD4uUF2oG5TJB980flynKNOyW { top:1rem;left:12.125rem;width:35.25rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi { display:none; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tq0KvAX9RBDzlsVvNUvw0DywTIMEyynp { top:20.875rem;left:18rem;width:5.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is4Ec3vSdgye7nVV6okkqH6dqQ0niTLw { width:2.8125rem;height:2.8125rem;top:20.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76k3AkMXc9T8ZbxGQt1pPte0P77W2Ls { top:5.9375rem;left:2.8125rem;width:9.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuT1pvfL04Ku3TnSAB894ApexepTa0T { top:5.3125rem;left:23.875rem;width:10.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgnQQsfalCsQPQ6fcB3Z9ZvanSx24hR { top:4.25rem;left:23.875rem;width:10.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHitTVQzWZUaUBsfs488vPhVFTTNMVg3 { top:3.3125rem;left:32.96875rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8aJhAoUifgSrnCNSODHd9qEaxJtwXD { top:15.125rem;left:23.875rem;width:4.4375rem;height:6.25rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeguvU36QT8lTxpUymb7Af0PP4K48Ql7 { top:19.625rem;left:44.5625rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCogGtGreOXSwhQ1XlGaFrfmNb4SXumQ { top:17.375rem;left:33.875rem;width:10.4375rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nroNx7GI76Ih7gIihRXOuSNDsGgPa9ab { width:2.8125rem;height:2.8125rem;top:15.3125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viTMkKIKhQTIsWZGxy6g4hRoP5J9cGvr { top:15.8125rem;left:41.875rem;width:5.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgdTmdJTbTScwwbaml3zTsnnczgabHmc { width:18.9375rem;height:3.4375rem;top:21.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrK8th3S9U70ItGBLddRa6uJTRi6WRJr { display:block; }
 }@media only screen and (max-width: 763px) { #CTBg76zJCzif194m84PPheK6DnTB0nlG { top:5.8125rem;left:33rem;width:14.75rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aJ6qlQJ6tPfAkSyHnLWdUOBppoiSBn { top:25.1875rem;left:23.875rem;width:7.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUoiOlbqoSDNBe7Wlr8AdgAkmT305ae { top:21.5625rem;left:23.875rem;width:7.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJOWrwJRUPbnamekHwVTWAiH834qzuJ { top:21.5625rem;left:23.875rem;width:2.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzHzzOEx2tzarsaNtDBBBnvAkgpVrWa { top:24.625rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUIl8T4tDMoKfXXmgmNIib0eWiswDo6w { top:12.4375rem;left:33.1875rem;width:14.5625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5PMmUuswrDUU2yvaeAptF2SZCyk7OG { top:19.625rem;left:18.1875rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwyPTvexgMBL745xLFLPUz6tX18UTmG6 { top:25.4375rem;left:30.5625rem;width:17.1875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdyyTcLHwymZvnqQDJidvoQZIXyuRlVE { top:1rem;left:12.125rem;width:35.25rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs { display:block; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEboNHK3KS7bdgydQhpEZfk5em2UELdI { width:18rem;height:1.875rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7I7QPkLVtCFSSXR2e3oNkoWl1rTN6Kn { width:9.125rem;height:1.875rem;top:4.875rem;left:25.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6qRW1HfgWEKT1mFmqarrtQRLa365kq { width:11.25rem;height:1.875rem;top:4.875rem;left:36.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Zv2Vg3DqpTxSeyqKgM8X2aAgQPIHNn { top:7.6875rem;left:0rem;width:14.875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgNeDJkMPsPl6TDtNwLsSZN2PwgccVBw { top:7.6875rem;left:9.3125rem;width:14.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdSKQaruIvesR0Uvn0xxpnRV2nhBV3BG { top:7.6875rem;left:23.3125rem;width:12.5rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iubbt19JNwvywqqxDvMLybTQzplddR { top:7.625rem;left:33rem;width:14.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlVoBXFKDcWBMDht8OQIJFnA4PnCZNEx { width:2.5rem;height:2.5rem;top:1rem;left:41.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCmVSevgTMbZNToLP0nVRX8g4iDEiUl { width:2.5rem;height:2.5rem;top:1rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntaHkqiapQM2Dz6Qw1vZf9ruzRsLcX2 { width:2.5rem;height:2.5rem;top:1rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgQs4yTKKysKnDi0xobfRArg9iO3XTmw { width:12.8125rem;height:1.875rem;top:4.875rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDsicJ04d5rcK96HciHdsOD25G3WT10y { width:2.5rem;height:2.5rem;top:1rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCmL5sRTcbxgPSBScilUVZKwAeovRfO { width:10.75rem;height:2rem;top:15rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM6UmNz7H29pAXmSHLCyuI0asVtZtskz { width:11.375rem;height:2.25rem;top:5.4375rem;left:24.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1P2RsG0tiSWvIdlbcbSDPGgcTKxCIB2 { width:11.75rem;height:1rem;top:20.3125rem;left:0.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:20.75rem;height:3.5rem;top:3.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #OaVlRox9ptDh3lilmfUStSRA0GsWarDO { top:2.8125rem;left:29.4375rem;width:12.3125rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7lqzCpwZWT6mI4Sa8OP0TIgv4A0iNJi { top:1.5rem;left:23.1875rem;width:9.8125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE { display:block; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { top:11.5625rem;left:38.4375rem;width:9.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { top:11.5625rem;left:1.25rem;width:9.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { top:0.6875rem;left:1.375rem;width:11.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { top:4.6875rem;left:37.625rem;width:10.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { top:16.4375rem;left:1.25rem;width:10.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { top:4.6875rem;left:1.4375rem;width:10.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { top:0.75rem;left:38.5rem;width:9.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cshPTL9NdnAxoGeLMCQsTKevn1ltvbw5 { top:1.6875rem;left:15.4375rem;width:19.375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFcyRqS8vhMlX4Ty9oMP5ztozJRCxFaJ { top:0.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVA8iJqqzmHFztdyfsEtzpqTWZOa2Ap2 { top:0.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oktWIyn3ibxPDATXeXypZnGHyFmwTxfg { top:11.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0QdsxFuNRExs4AeL4T80xzVRhLI1cO { top:6.3125rem;left:27.5rem;width:9.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP8KwoxWOLZ6RpksaHmoLUKeLqiOizBW { top:11.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMsb2u31D72LrUFDTcsMwx66RlByDzye { top:19.375rem;left:37.625rem;width:10.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzfbZnSSoUD3XMgo8mwrvdX1sszomRB { top:54.3125rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 { display:block; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guzqiDGF6xhho7FxsX0CIg0IsGRhW0oC { top:3.0625rem;left:6.625rem;width:17.25rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2rWFsMsvsDschaxXtAghiwVecyVTldi { top:1.25rem;left:0rem;width:13.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { top:13.5rem;left:16.5625rem;width:31.1875rem;height:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVHJ8tr4XnKBN9y2blUVPqNnosvxVys8 { top:14.875rem;left:0rem;width:26rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnUaWyEM0fB8SskVfa2IODEaXxDVdogS { top:5.1875rem;left:22.5rem;width:25.25rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtkzBOvDMTxpZ4S8Rh48VctNaPI1F1Qk { top:33.375rem;left:23.875rem;width:8.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4kWX8TrTTAPLqAqTJG6vIbrXKUbI6Lh { width:2.75rem;height:2.75rem;top:32.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU6EeWBkBBQc5SoKdVn8lDJNVHrvpXFZ { top:33.1875rem;left:25.6875rem;width:3.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcyi9Z4OoLEXhhyIF4ob5JR1NdHbBuqQ { width:4.75rem;height:2.25rem;top:20.6875rem;left:11.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WC1hTQJViB5xZvcy3Mdrxps1IhE9Fwln { top:52.25rem;left:0rem;width:9.875rem;height:3.3125rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xk7Fa0TyBims1ILCCFgpCJzQrzQqcQpB { top:20.75rem;left:0rem;width:5.875rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErTJuGCFuUyTHf08C1w7WgfT2aZVEun3 { width:2.75rem;height:2.75rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3XnTPHNsEsVfZk1rE3UUInHWpT8T0SP { top:23.25rem;left:6.75rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Flzd7ONCEZxBs4FMHG37VDExPnSASDFK { width:19rem;height:3.4375rem;top:38.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNW8QP6vFWRvvB9PxSRS2Emm1Ur9OCin { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTElWxnT53ZzWtQERTh5TTsTZPIUAh7 { top:1.25rem;left:3.3125rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1UA5OCFTNQf7MfeZFA9OZy0rRSmGWJ { top:19.6875rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3wHnmQIz4yWagetKfFFrFPJCLrOtIER { top:22.4375rem;left:3.1875rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI8K897bSkTz09M5ghfD2OwBHgf51Gx { top:33.8125rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwTyVuyndwzv1r3abpZlSWFbiWXN9Tl { top:32.6875rem;left:28.25rem;width:10.4375rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuLx9h46MG8cMEqkFgabTJy898XyXSMD { top:31.125rem;left:38.125rem;width:3.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acfCfIKBDknlxSOHQAE91CiKGrS1s9TD { width:2.8125rem;height:2.8125rem;top:30.625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8oOl8MFbnT2r0ciTSrTpNxApM9mzZyt { top:34.9375rem;left:36.75rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POd7Rfid3pTwG1wuV0JhpxMyBpcZku4N { top:42.0625rem;left:23.875rem;width:17.1875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4t3Ik2O9Pv0cmlkal7lX7dNNZAODaB { top:38.625rem;left:37.125rem;width:10.625rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAr8nGiezxTdutTAoWO7RpKNGX9D2uJI { top:29rem;left:0rem;width:18.375rem;height:7.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g { display:block; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKO42Ng4w8TgWPrgxF98S33pLocUQMVl { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP { display:block; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGgD6kvC1FMpUX2iwyzwV3wXPRSzmOeH { top:12.3125rem;left:6.1875rem;width:16.25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cct3dWl5I8feMQHsxqJKKaLO3A9arGy7 { top:12.3125rem;left:24.9375rem;width:16.25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y890bPBkXz1SAzC5qdf5c18JmfsX08Mb { top:15.5625rem;left:26.1875rem;width:14.25rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9kvFcgZU4UAIJbaDRBbtOxDJ0Ksdd40 { top:12.3125rem;left:30.8125rem;width:16.9375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGbe0HJCf3pd4ynsa3R0uZLARaomG2h { top:15.5625rem;left:33.25rem;width:14.5rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urlE9uVmTE3l8bnhUbsXuuczkAwQGuZA { top:2.5625rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRUkTkB6drvW9O0SelnNlqiXzw7MgNSn { top:2.5625rem;left:10.375rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyQ9b1EPfRbdZ2TxCgvciypmTogUgOuf { top:2.5625rem;left:29.125rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Pas39CQ6vLmyhsoAqqxBcT1TB7um07 { top:2.5625rem;left:39.5rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItuBkTpgc6N19CJkTlmmWrB0cJt0t1Wl { top:12.3125rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmSOWb1gy6ITcsQXekS7kfckNW7qveZU { top:15.5625rem;left:0rem;width:14.4375rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1uywf7AIfmgTglkkENLWtt5XHlOaOI { top:15.5625rem;left:7.125rem;width:14.6875rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsZLyxZTJbvgcyO6TK52TsBCI4gWf9V2 { top:29.1875rem;left:7.9375rem;width:31.875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n { display:block; }#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpK7w4oEIIPb3SedQzqGaqlukBplCQmF { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD { display:block; }#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9ulcpQfkpEy0ERQvLKK6b6AZgBZ30Pa { top:2.25rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 { display:block; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0ZsirZweDSv3Xqnu3XyRgDc9gC5Au2R { top:6.9375rem;left:3.5rem;width:39.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfKOeshyDuFiyAW0Ai8DSr0IUV1Gyzs6 { top:8.875rem;left:0.125rem;width:5.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22HzwX6Kn8kLBgKnOK95K2N2vkwBL9p { top:8.875rem;left:12.3125rem;width:9rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkoc3OqEfpOmvJRAdebuVRhXCJOyrGuM { top:8.875rem;left:27.5rem;width:5.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaI75WLlACTkK1r6L1FdOC2XrfTh5tuO { top:8.875rem;left:39.5rem;width:8.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chdLtq1fWAkfedlcFLuk0xsrzveE7HSN { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaRfqM8XTPmwJaog42RC0ZhSXT97S148 { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdZGDEkvu3t2iiEtpwV2EPf4uFROXg4l { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8iIQrkJzfBfnAoCmDSmT5ybEbaIB7il { top:2.0625rem;left:1.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrvXRSzBLbMCH47AW1TVoATRWeuAN0T3 { top:2.5625rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIW85vZopZTfnyQcJ4K2gEQU0DZaANhb { top:2.5625rem;left:29.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzDN9vGmve1ZWQees0MT3LqciTirVdf { top:2.5625rem;left:42.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUWZWrBov6MCHvGzbPAnudMbTsyKB5eO { top:5.9375rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU6HItaFSkyiLdeICEt6HvMRlFs3MfQR { top:5.9375rem;left:29.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS08rx6WHOf8VCDk8DqH7pKW8iCI6Asd { top:6.3125rem;left:42.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeZMyUnmsKS419kVP4iv3wZIVsDS0Xph { top:6.3125rem;left:2.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG8xU6pbT4v835QBCZd9zwGiTWO8tcvT { top:15.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { top:7.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8T6Zz8mF1c8h4xng0qmKMn4ETNKaA6C { top:15.0625rem;left:20.1796875rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .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; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .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; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 { display:flex;width:18.8125rem;height:5.26625rem;top:1.25rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #XfawSnJwv4Hmv9JB7F5OfkMi0athi7mP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #kZot0Vd5er6VmGcs00R0ZLAyg66dH8hq {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #SA8N26o20cpRTRHT3oUU8SOdZMV3JlTJ {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #ovw3tafOxTXbVfQn6fib9FpJrDaoTn12 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #yrEFiQ7WaqFrJotClPAMNr1KcVLTn8o5 {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #W7twGwgdIyyHGaxC5GQGrpMZE9v2ofLK {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #n2DKTlperl4MS6Kaq0vUnJh2A6GWsxv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #lV5X05CZpo9rCyghe9TZO49h6tpT3Qmr {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #hstdAbXH3iVneWAtHm5TrVO0nR7KUOpn {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #lkeG2H4pCNqpuf3f3w4I3iB5AO68DMBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #ddfnaElZLsd2JJhBqIa4zWOyx6ZXvbi6 {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #LRAdBUtRSIUuo3EtxZ2IxgEuCSgz7T2T {  }
 }@media only screen and (max-width: 763px) { #pIzb42Gc7RDCm0WC2FWRK7sX9Rrgy9hA { top:7.0625rem;left:0rem;width:17.375rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA5m8cAIB5PbTVHPNJEn53Fi7U10Hwqp { top:18.875rem;left:8.4375rem;width:3.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhoOfszyoq1RugTaS2XOIVuMW5czC9v { width:2.75rem;height:2.75rem;top:18.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrqaT6FBL681Ns9rdFp49Hi0U3VXLOV6 { width:16.4375rem;height:3.375rem;top:2.0625rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThndTQrn71Uulc9fycdr7rAszwG2ihq { display:block; }
 }@media only screen and (max-width: 763px) { #TpT0VyFb2VdS1ITZnsy5hGlh99y7WkPv { top:5.1875rem;left:0rem;width:16.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poxmme6oPlXSmH8ZcICABv7GKJIsTCrd { top:17rem;left:21.25rem;width:26.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivHTLK0yedQeOBazHtR8vRyIrHOyUAmG { width:8rem;height:1.4375rem;top:3.0625rem;left:27.000000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jde5pEIPG5cvEq6mKDmJrfW0iQSrNFlE { width:2.125rem;height:2.125rem;top:2.6875rem;left:24.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdveyXNdpDNsPBHXc9EfowNHh6duN8cq { width:2.125rem;height:2.125rem;top:30.75rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIrOXUoeAPpMwMAAFxDWe79Gzt35zWUR { width:7.9375rem;height:1.125rem;top:26.375rem;left:11.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUpe0zRPaAu1kqmUU4Iu5KUR3TXu5UJT { top:17.3125rem;left:0.6875rem;width:8.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG2ToTATpcdfQNDNLwbwLKmKG2CS6zAS { top:16.625rem;left:8.5625rem;width:10.4375rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJxBD5UrfmxsbsAZKxomGkTs5l6yBOMK { top:18.875rem;left:17.0625rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPle9dLehk9pd11SqzyhTzVH99JXMTCT { top:15.0625rem;left:18.4375rem;width:3.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT3FWzNDm5W4gJxhNN2btpiTQsyzMSce { width:2.8125rem;height:2.8125rem;top:14.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { display:block; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d83w83xehQfhzFN6pZglCeB9AK8v0R5P { top:2.8125rem;left:24.5625rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J48vDmX5JEBOItaL5PpX2WNrqaW5NnJT { top:4.25rem;left:0rem;width:25.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7RTfbTR055SsRQVHnBntErHsd09gNc { top:5.875rem;left:32.25rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpzTffXZd0iIaQU35o13rqH0tAHiVWTR { display:block; }#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNRZhfGrKgGWixx3KO8ay1kPfpDxMuSU { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmoGGTsNlFonf9Iln52UAt6mux0absW6 { display:block; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKl2GH71ubd3EbPbAD9ZVev3BL2W3G5 { top:0.5625rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN { display:block; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDq9Xz6WR2HdomOF65mUvLp6ExTPWip9 { top:1.125rem;left:3rem;width:9.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTzCTKil6mrN05Ge9SV9z31UFzALE3S { top:3.5rem;left:15.75rem;width:26.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0dW8kSaTVJlx0wUHthvMnDRuHKt0P4z { top:5.4375rem;left:9.8125rem;width:37.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQPHSNtnBBTpkp2V2FzTuVzvPqpT384g { top:9.5rem;left:15.625rem;width:8.3125rem;height:3.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXpocetipSW76esq1qJEBuX1K31tSFcB { width:13.6875rem;height:3.4375rem;top:9.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9JzwkwxfnSKWpqRnrrHZ5UtAefmrE7L { display:block; }
 }@media only screen and (max-width: 763px) { #Tb7WKRJcFHwp4SqBZmNKTEDMbIl710fu { top:9.3125rem;left:24.5rem;width:5.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0nZnTcREMlhbZUSygcidA1o6M1itRun { top:12rem;left:24.5rem;width:2.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIMP2VEPngPyp8EJ34sUE38y9zAvsIT { width:2.8125rem;height:2.8125rem;top:9.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW { display:block; }#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiGknJfnAv12S69WbsOUcoDXcdCuyriH { top:1.0625rem;left:0rem;width:39.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARDBM4XyLPAnoZtGNVxwbGdynUkxGoK { top:14.1875rem;left:0rem;width:39.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7oXyPFv38CqJbOqmVRLEAVp2M6NBuoh { top:26.8125rem;left:0rem;width:39.5625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSv2ZLTdhbw9ZoDyZXnsISoSMCtmR8p { top:1.0625rem;left:31.5rem;width:16.125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ { display:block; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUzap0aJCQFyAgW62i8i50IAXNDvGDIB { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUrpOFIBTvFFf2gTpNHytFvvART3NEUi { display:block; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrHGN6wTSRgRH3LSi3IctaVMqZhs9Ken { width:27.9375rem;height:6.375rem;top:6.0625rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrm9TxvyEoo7KcFgC4TMVbf7cgUfo1d0 { width:33.5rem;height:1.75rem;top:3.6875rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzECZT7DshoHQZqmcLmmDgkhSRHxO7Pq { width:9.3125rem;height:3.9375rem;top:14.0625rem;left:23.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d194OT5PII1PvMuBllm1unRhg77PmIob { width:8.5625rem;height:2.8125rem;top:18rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RxgLuL10HcePC6rMnKEErU9hdWMppk { width:9.3125rem;height:3.9375rem;top:14.0625rem;left:30.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJZTUVsOXdTIhmD6CZPB9GO3xBP6z7z { width:8.5625rem;height:2.8125rem;top:18.0625rem;left:30.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdehXbzihv6Z7vIWrIPe1Xbi2TvWqzRU { width:9.3125rem;height:3.9375rem;top:14.0625rem;left:38.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsevPo3E0bDdMu56dKCVcQlDdC1L6Edy { width:8.5625rem;height:1.375rem;top:18.0625rem;left:39.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZnq8GReKNBP3tg2E8VAbN1tXEOIRsp { top:3.1875rem;left:0rem;width:10.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSkeSlnXFWkKaHmFIHgMVqGqk1TecdWK { top:3.1875rem;left:6.75rem;width:10.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffaE03H4TTxBoHM7gqkER2x7JI00Z0Jo { top:3.1875rem;left:13.375rem;width:10.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMo6506Z3VqeQ326n5a4g4euUei5TOk { display:block; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-regular-label { width:13.375rem;display:block; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text { width:13.375rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-textarea { width:13.375rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select { width:13.375rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-checkbox-label { width:42.375rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-radio-label { width:5.1875rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9  { width:45.25rem;height:4.5rem;top:4.5rem;left:0rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .radio-container { width:14rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 {display:inline-block;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 { width:45.25rem;height:4.5rem;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #gVvCuOiFfkyyd1SRHAI5WeZCMKpZsT0X {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #NWoWmxyrWfe86qFhy90bV5029F3M0bXm { display:none; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #g8I8wsFvQNbzxV8716N00bVHlSv7RCto {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #otEkVhhP2HoWCkPZKSMFM0G75bUxtHlC {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #H0D1rJyctTG5inD81l0UaNNuWWQ20V8U { display:none; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #iz8KTEcBcxv8DPqMIOaUXzGJ98okWGKp {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #D6POs1Lxv3Xhtyw9WS9eNDTLTA2VJVx8 {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #fy3dSDw0UUIXAsIsTXeVZR198bSBNXVH {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #I4AqGdXsihPM8o3omZhkBwxF2ldG1OqZ {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #uNOEMfcDEL00llFqkvbIteOhC8FqAcip {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #XgsZOPr8Ol8xkuJWO6dq0AKtaoo0ap0k {  }
 }@media only screen and (max-width: 763px) { #DSW8RigATHR4uTdV77BNafAGTTvOt1wk { top:2.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx79w7bwLiueVHASqqxQFnLRCfxkR2xk { display:block; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNQFyQd8LDsWCzKbfE2Wx0sbiURwDzTH { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2NUXV2uD8tRTfuUQHbani3KF8nV34C { width:14.375rem;height:8.25rem;top:10.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQgJlL2uRF3hB1kVvaEec42K1tipDILJ { top:4.125rem;left:5.25rem;width:1.875rem;height:1.875rem;display:block; }
#tQgJlL2uRF3hB1kVvaEec42K1tipDILJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AG2tx0BI2HKBevytgthRhEFygkoNKq9e { top:4.25rem;left:7.375rem;width:1.875rem;height:1.875rem;display:block; }
#AG2tx0BI2HKBevytgthRhEFygkoNKq9e > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pRnMCxvVr8XLbdA4h0aKXQ9BhieKdynn { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvmFilirGTcRs5ZzPkFthF6gJMDOTEu { top:4.25rem;left:11.75rem;width:2.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzHh5rHhzXiGocBrQlcJLDL6JLBOF5q { top:4.25rem;left:9.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FixpEIDZSesT34wyOkZxuXmUGpvRVqA7 { width:14.25rem;height:11.625rem;top:3.4375rem;left:33.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5Eo0MaB8MixFLv9oLB9SeuaebLWR6qh { width:18.375rem;height:26.25rem;top:11.7783203125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3Jo12h0hmzuWtvmmXCvIh3HFoTDaM7Z { width:14.0625rem;height:5.25rem;top:0.4375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTO0DxOPaymK2MDNmaqDlOhVXW3Qoohq { width:9.375rem;height:8.6875rem;top:31.6845703125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-text.counter-number { padding-top:0.279375rem;padding-right:0.248125rem;padding-bottom:0.279375rem;padding-left:0.248125rem;width:1.4875rem;min-width:1.4875rem;height:1.5rem;font-size:1.11625rem;line-height:24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top: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-left:0.0625rem solid rgba(var(--color-primary-2),1); }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.174375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.98375rem;height:0.593125rem;font-size:0.41875rem;line-height:9.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ola6TCFf4EoeHw5w2NbAG9FVer698M3e { display:flex;width:12.4375rem;height:2.95125rem;top:8.5625rem;left:4.6875rem;padding-top:0.056875rem;padding-right:0.06125rem;padding-bottom:0.056875rem;padding-left:0.06125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #hVoPWwFpCAoXMyJDzdTEmNKrQDTAonic { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #SoPGlewfu7eHgCEGZA9IIky0tGei14TS {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #iBuVSSJXLp58nVMFA4pTV5iucKl9I4ck {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #OnaOEUGfBaVXd04M8Kltmai1LX4it3iO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #rnwPXV8GOWik2rrzRqhAg7n5TTe0rb6g {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #fKdTC0dVgU3Akm661pbMBZcseDG0eb3s {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EOF2RWRsQpldKTKXOteNO9wi5dT8PWcR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #KnS0hTbTmM5wfcRXpcD3k64BzlneffH6 {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #BdVkJ4bdqna0SuIt1TSaFTH94oCrTOE8 {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #c0K7l59dBpQv7wnLr3Ng7uEl8n7bqm2H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #TaTvfkOpyCqQ3nVPU3G9q2XQhcuLAlzZ {  }
 }@media only screen and (max-width: 763px) { #ola6TCFf4EoeHw5w2NbAG9FVer698M3e #EbFNK2QBT3qdgaMZT52lIsu0oyX8APZC {  }
 }@media only screen and (max-width: 763px) { #ucPJMz1PIsfreHB2qSZiRQr2qlQuTVNb { width:12.625rem;height:1.21875rem;top:2.25rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTA53gTSTOzU6B390moAVNUum0mq0Tab { width:15.0625rem;height:3.59765625rem;top:6.9375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIVmnKKhKIax4TM6VllitWfkTBu3Szk1 { width:12.1875rem;height:12.1875rem;top:6.8125rem;left:3.875rem;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:none; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:15rem;height:2.875rem;top:60.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #eGxC6y47GrhT4Ab2hCnuGpce9V4oG4PX { width:17.75rem;height:3.09375rem;top:9.3125rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B1ybQWb6d1O0mxJOqIKARzglHaDfedK3 { width:10.875rem;height:15.6875rem;top:24.6875rem;left:0.3125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N { width:17.5rem;height:8.7715rem;top:72rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#DhaMAGExKxarGnvoVi1ZI1hb6DsWJU2N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7c199240859109306c1d26a753d41b9828d272e.svg); }
 }@media only screen and (max-width: 763px) { #LP9tC1RXrW1448NJWf0QJ1rVFAAGbOoM { width:12.4375rem;height:5rem;top:1.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KkoC5NCA9K6IQc80ZzprleABMBfFmsB8 { width:2.5rem;height:2.5rem;top:65.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI8PgFuqqbBZlA4aabqVmcFHS5sLHrxQ { width:3.375rem;height:2.2734375rem;top:65.625rem;left:6.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUstTgi6s34IRKim0N1OQexl9TGKQpvR { width:2.625rem;height:2.625rem;top:65.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BnXvK0TAnXTh2r1FI0sTSwmPm6vuzT { width:3.4375rem;height:1.5625rem;top:50.125rem;left:13.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO4x85GCTJr4kcuLlcPIxbApTu2icnLf { width:9.875rem;height:3.3183625rem;top:51.375rem;left:3.375rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktlz0G0kqXDckwtgPNmZHZ8yD2DlDy8t { width:2.75rem;height:2.75rem;top:49.5rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVHNf3La1wxnbTi6zRddXvdy0o3DDHH3 { width:2.75rem;height:0.84375rem;top:53.6875rem;left:12.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD7FurdK3eaD95lixTkm1TEs09Qquyao { width:18.375rem;height:26.25rem;top:12.5625rem;left:1.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GK3EHA9ONwBfKWVoNKhFAtqMokrWK4mF { width:7.1875rem;height:6.625rem;top:37.625rem;left:2.1875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-text.counter-number { padding-top:0.279375rem;padding-right:0.248125rem;padding-bottom:0.279375rem;padding-left:0.248125rem;width:1.4875rem;min-width:1.4875rem;height:1.5rem;font-size:1.11625rem;line-height:24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top: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-left:0.0625rem solid rgba(var(--color-primary-2),1); }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.174375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.98375rem;height:0.593125rem;font-size:0.41875rem;line-height:9.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 { display:flex;width:12.4375rem;height:2.951175rem;top:62.4375rem;left:3.71875rem;padding-top:0.056875rem;padding-right:0.06125rem;padding-bottom:0.056875rem;padding-left:0.06125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #ta7ISPe9yvyAycwQdFbhKaKeI4usKbob { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #HrdJUfbDUgGtHKJS8LF5195Dg9DPoJop {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #nEnG65mtE38PwTllDv5KXtAf85TqNkc4 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #F2qR799TzQc5PsSLuuc3J9pFkoHTGHT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #vaUtLTaqTCAp0ledERzJ7DnnU9nNykdI {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mndJaq4viTfrw1QKd2nTLt9qqwCDclT6 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #lrUoxvMpXiHDEb9NdWbsOQiMxRoKlPfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mGcVBR5M1CybTkOIh100dJ6rUUI7Dd8M {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #wuiJR4IpGZVhITHStbn2M5LrBsMpGG2z {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #rOzq7t91UdiXM8kegnhNzuAKZokQvQtA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #NMrTJKWKZk66pAi1qv8fxNp9OuMp3239 {  }
 }@media only screen and (max-width: 763px) { #mDdyxHftCPbNmkzmfKZdLQRwSOXLT8f9 #mJUkU112XNSGyDSL8qUJVKxz0We7Fvn2 {  }
 }@media only screen and (max-width: 763px) { #GwKaZwKAscB3qz1ka8nEfL11g6cF1Vhd { width:8.25rem;height:3.875rem;top:12.9619140625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLwk42CCwtrIdfVI2s5bQCgLNsJoOTOf { width:12.5625rem;height:0.8125rem;top:59.375rem;left:2.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LzbfosT6pqaF7k68vMPfaQAZUzUa1Thm { width:3.4375rem;height:2.2734375rem;top:65.625rem;left:14.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8ySXiaiWoTOqEf13eNGQHLbBVTQSiuG { width:6.625rem;height:3.125rem;top:12.5625rem;left:1.25rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #wd9kOPfPCpgr7FEMhRe2MUalxK7JuMTH { width:15rem;height:2.2734375rem;top:58.1875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qqPFZrlHJ3fvToJTR3JHdl1E5OzEccC5 { width:12.1875rem;height:12.1875rem;top:34.8125rem;left:5.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #CUSwdcnKpGIoFBIRuh97fCxXa9DtK4p2 { width:15.3125rem;height:5.75rem;top:1.5625rem;left:2.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bylFHyx1o72u31u6d9IVExAKeSFchTrT { width:17.75rem;height:3.09375rem;top:8.4375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DPOTUQiVfSpA4kCQ40rz3rPFmmFl1cdB { width:11.5625rem;height:2.2734375rem;top:56.0625rem;left:4.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #m4IHbandqwkSTX1X4RpQLeIlMvphqAxR { display:none; }#m4IHbandqwkSTX1X4RpQLeIlMvphqAxR > .row .container { width:20rem;height:86rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mq5cpIBlRZSeWf8Q6qLFU7V3oibVlLHx { width:17.0625rem;height:2.5rem;top:1.6875rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yycs3uZ1zdo1olLn0RCn9FeRfUTZ6LFy { width:8.1875rem;height:11.875rem;top:4.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTy3S55sa3kG1gsZqa2ZZLzuf3sVRmda { width:5.875rem;height:1.5625rem;top:29.4375rem;left:7.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SCAbiX6LSRsR3keyxD8fGVkpfy1FphoV { width:2.8125rem;height:2.8125rem;top:28.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQEhP3TxlexATA84K2t7psywvTto45Db { width:9.875rem;height:4.5625rem;top:5.9375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6zW7aWmodI9zKuRyTAM8Xym1bzy77BK { width:16.6875rem;height:2.9375rem;top:25.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6o7Ks7GcvFIH9QTSmxLQaTKaGcULxFk { display:block; }
 }@media only screen and (max-width: 763px) { #tb0aC3MNhlywuvTvfiVSVpKRSTL1kFdH { width:10.5625rem;height:15.25rem;top:44.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1tmmgK3Tbr9BVrC8oKOtn4s8MkA1HL8 { width:10.5625rem;height:15.25rem;top:45.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAhfWMP7iFHHoOi27gQOx30ERNErbhIQ { width:15.25rem;height:1.92480625rem;top:36.2998046875rem;left:2.375rem;font-size:1.375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnpmG1RcTBJCiCbhBPhoPHNl8PMwbdXD { width:7.8125rem;height:2.19921875rem;top:29.375rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsCa2Ifw5cDPinUZeCFDaXVJmo3ixMik { width:2.1875rem;height:1.92480625rem;top:29.5rem;left:4.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMTQ7usgHSEHkzcShc4NfqPPA9t99JJ0 { width:4.4375rem;height:2.79980625rem;top:54.8125rem;left:4.75rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FamMSQmeNi9AnDkotI3Zwi6zUcFtEZOT { width:2.75rem;height:0.84375rem;top:69.40625rem;left:11.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S866EAqSiERVyfHk59ZC7yHtgGpLMA3f { width:10.4375rem;height:2.25rem;top:68.25rem;left:2.375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8fef5XIGhEskwl6zIOweArhbXmfUTXX { width:2.8125rem;height:2.8125rem;top:65.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHe2Uy45cvDPT9HhcDXvdyC44o5gO3zb { width:5.875rem;height:1.5625rem;top:66.125rem;left:11.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nB8vGTxCuluzoJrOTsVdTei7JO79Q091 { width:16.6875rem;height:2.9375rem;top:74.125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0007mmGO4c9dG90GWsUfDdnzfCqIgRk { display:block; }
 }@media only screen and (max-width: 763px) { #hFzOHCb2ep95QQPsxusdpLFk5dT8ggKN { width:12.75rem;height:3.375rem;top:39.787109375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k1hRZB1hHf3KHI8mvMfFfMSOS2O8uEsk { width:7.8125rem;height:1.0996125rem;top:81.125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HemUrhFniay6dLW6HopuHiQSwOpmZ6LG { width:7.8125rem;height:2.19921875rem;top:78.125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dI9L8oLaDqLw2yAoCmzThGyygkkSqEOH { width:2.1875rem;height:1.92480625rem;top:78.25rem;left:4.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGqtrVBq7uZlg3AcAdoWgHHzmxxhVV2r { display:flex;width:1.9375rem;height:1.9375rem;top:80.75rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #m5xNe5y4AIJDpGs6Rgai8Bdo00HQcQLr { width:12.375rem;height:2.0625rem;top:62.25rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVQoeVADPdotSx6lKlJ06O90tIEnFOX { width:2.75rem;height:0.84375rem;top:20.8125rem;left:11.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZE3EfHheuFmkTcfLI4y9mEh1ZB8oP8GO { width:17.3125rem;height:0.9619125rem;top:23.6875rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GSydBkNLzNTdSQxML7Mdt3NF1H9yPiFX { width:10.4375rem;height:2.25rem;top:19.625rem;left:3.3125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OF0rU58LRTabUKk3pUTmDABE0NenXMMd { width:3.875rem;height:1.5625rem;top:18.125rem;left:12.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIwn0fCzLhOM41M6QDERx7NPry8Aw3AL { width:2.8125rem;height:2.8125rem;top:17.5625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlBT2q0UEl77yo3XUP82UcotxlNNebAd { width:2.75rem;height:0.84375rem;top:27.5625rem;left:13.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sxWNMsItXhT7nU85mcTiLgRAcd183Gug { width:17.1875rem;height:0.9619125rem;top:72.625rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkU3qbcBD4uUF2oG5TJB980flynKNOyW { width:18.9375rem;height:50.125rem;top:34.5rem;left:0.34375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi { display:block; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi { background-color: transparent; background-image: none; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container > .video-iframe-container { display: none; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row > .video-iframe-container { display: none; }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .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); }#nH6DZBBtDzCgvOqSqtoz5PvbQ4XIhgCi > .row .container { width:20rem;height:52.375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tq0KvAX9RBDzlsVvNUvw0DywTIMEyynp { width:5.875rem;height:1.5625rem;top:29.4375rem;left:7.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Is4Ec3vSdgye7nVV6okkqH6dqQ0niTLw { width:2.8125rem;height:2.8125rem;top:28.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k76k3AkMXc9T8ZbxGQt1pPte0P77W2Ls { width:9.875rem;height:4.5625rem;top:5.9375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByuT1pvfL04Ku3TnSAB894ApexepTa0T { width:10.5625rem;height:15.25rem;top:10.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgnQQsfalCsQPQ6fcB3Z9ZvanSx24hR { width:10.5625rem;height:15.25rem;top:11.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHitTVQzWZUaUBsfs488vPhVFTTNMVg3 { width:15.25rem;height:1.92480625rem;top:2.375rem;left:2.4375rem;font-size:1.375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8aJhAoUifgSrnCNSODHd9qEaxJtwXD { width:4.4375rem;height:2.79980625rem;top:20.875rem;left:4.8125rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeguvU36QT8lTxpUymb7Af0PP4K48Ql7 { width:2.75rem;height:0.84375rem;top:35.5rem;left:11.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCogGtGreOXSwhQ1XlGaFrfmNb4SXumQ { width:10.4375rem;height:2.25rem;top:34.3125rem;left:2.4375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nroNx7GI76Ih7gIihRXOuSNDsGgPa9ab { width:2.8125rem;height:2.8125rem;top:31.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viTMkKIKhQTIsWZGxy6g4hRoP5J9cGvr { width:5.875rem;height:1.5625rem;top:32.1875rem;left:11.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgdTmdJTbTScwwbaml3zTsnnczgabHmc { width:16.6875rem;height:2.9375rem;top:40.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrK8th3S9U70ItGBLddRa6uJTRi6WRJr { display:block; }
 }@media only screen and (max-width: 763px) { #CTBg76zJCzif194m84PPheK6DnTB0nlG { width:12.75rem;height:3.375rem;top:5.875rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k6aJ6qlQJ6tPfAkSyHnLWdUOBppoiSBn { width:7.8125rem;height:1.0996125rem;top:47.1875rem;left:7.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltUoiOlbqoSDNBe7Wlr8AdgAkmT305ae { width:7.8125rem;height:2.19921875rem;top:44.1875rem;left:7.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zyJOWrwJRUPbnamekHwVTWAiH834qzuJ { width:2.1875rem;height:1.92480625rem;top:44.3125rem;left:4.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpzHzzOEx2tzarsaNtDBBBnvAkgpVrWa { display:flex;width:1.9375rem;height:1.9375rem;top:46.8125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #wUIl8T4tDMoKfXXmgmNIib0eWiswDo6w { width:12.375rem;height:2.0625rem;top:28.3125rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo5PMmUuswrDUU2yvaeAptF2SZCyk7OG { width:2.75rem;height:0.84375rem;top:27.5625rem;left:13.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VwyPTvexgMBL745xLFLPUz6tX18UTmG6 { width:17.1875rem;height:0.9619125rem;top:38.6875rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdyyTcLHwymZvnqQDJidvoQZIXyuRlVE { width:18.9375rem;height:50.125rem;top:0.5625rem;left:0.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs { background-color:transparent;background-image:none;display:block; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { background-color: transparent; background-image: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container > .video-iframe-container { display: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row > .video-iframe-container { display: none; }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .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); }#XK1lPlsq36KhR74ZhlxhvkZaPFyGMDcs > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEboNHK3KS7bdgydQhpEZfk5em2UELdI { width:16rem;height:2rem;top:1.4375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7I7QPkLVtCFSSXR2e3oNkoWl1rTN6Kn { width:11rem;height:2rem;top:21.1875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #rz6qRW1HfgWEKT1mFmqarrtQRLa365kq { width:9.375rem;height:2rem;top:19.6875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J2Zv2Vg3DqpTxSeyqKgM8X2aAgQPIHNn { width:16.125rem;height:2.88574375rem;top:4rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgNeDJkMPsPl6TDtNwLsSZN2PwgccVBw { width:16.125rem;height:1.923825rem;top:9.3125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdSKQaruIvesR0Uvn0xxpnRV2nhBV3BG { width:16.3125rem;height:1.923825rem;top:13.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iubbt19JNwvywqqxDvMLybTQzplddR { width:16.375rem;height:2.8857375rem;top:18.3125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlVoBXFKDcWBMDht8OQIJFnA4PnCZNEx { width:2.5rem;height:2.5rem;top:39.75rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVCmVSevgTMbZNToLP0nVRX8g4iDEiUl { width:2.5rem;height:2.5rem;top:26.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zntaHkqiapQM2Dz6Qw1vZf9ruzRsLcX2 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgQs4yTKKysKnDi0xobfRArg9iO3XTmw { width:10.75rem;height:2rem;top:12.4375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uDsicJ04d5rcK96HciHdsOD25G3WT10y { width:2.5rem;height:2.5rem;top:14.25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXCmL5sRTcbxgPSBScilUVZKwAeovRfO { width:11.75rem;height:1rem;top:7.8125rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TM6UmNz7H29pAXmSHLCyuI0asVtZtskz { width:13.3125rem;height:1rem;top:12.25rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #u1P2RsG0tiSWvIdlbcbSDPGgcTKxCIB2 { width:11.75rem;height:1rem;top:16.8125rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:17.75rem;height:2.5rem;top:0.8125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #OaVlRox9ptDh3lilmfUStSRA0GsWarDO { width:12.3125rem;height:3.9375rem;top:4.5625rem;left:3.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7lqzCpwZWT6mI4Sa8OP0TIgv4A0iNJi { width:17.3125rem;height:1.125rem;top:4.75rem;left:1.375rem;font-size:1.125rem;z-index:15008;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE { display:block; }#xZ5imv9oiIL7l4VHe26WfXHs9fIWGpaE > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { border-width: 0; border-radius: 0; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { width:14.9375rem;height:3.25rem;top:44.5rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { width:12rem;height:3.25rem;top:31.6875rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { width:15.625rem;height:3.25rem;top:5rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { width:17.5rem;height:3rem;top:22.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { width:17.5rem;height:3rem;top:35.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { width:14.8125rem;height:4.5rem;top:8.875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { width:9.8125rem;height:3.25rem;top:18.875rem;left:5.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cshPTL9NdnAxoGeLMCQsTKevn1ltvbw5 { width:15.5625rem;height:21.875rem;top:20.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFcyRqS8vhMlX4Ty9oMP5ztozJRCxFaJ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SVA8iJqqzmHFztdyfsEtzpqTWZOa2Ap2 { display:flex;width:3.125rem;height:3.125rem;top:14.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oktWIyn3ibxPDATXeXypZnGHyFmwTxfg { display:flex;width:3.125rem;height:3.125rem;top:27.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ev0QdsxFuNRExs4AeL4T80xzVRhLI1cO { width:9.875rem;height:4.6875rem;top:1.25rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP8KwoxWOLZ6RpksaHmoLUKeLqiOizBW { display:flex;width:3.125rem;height:3.125rem;top:40.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pMsb2u31D72LrUFDTcsMwx66RlByDzye { width:19.5625rem;height:3rem;top:49rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kDzfbZnSSoUD3XMgo8mwrvdX1sszomRB { width:20rem;height:3rem;top:48.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 { display:block; }#dzV8TdRnKz6XQIlLGaTdxlUIDZaCMZB1 > .row .container { width:20rem;height:136.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guzqiDGF6xhho7FxsX0CIg0IsGRhW0oC { width:16.5rem;height:30.0625rem;top:24.4375rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2rWFsMsvsDschaxXtAghiwVecyVTldi { width:16.3125rem;height:21.875rem;top:1.625rem;left:1.84375rem;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; }
 }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { width:16rem;height:21rem;top:28.5625rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AVHJ8tr4XnKBN9y2blUVPqNnosvxVys8 { width:20rem;height:9.0384615384615rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnUaWyEM0fB8SskVfa2IODEaXxDVdogS { width:16.5rem;height:2.5rem;top:24.375rem;left:1.75rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtkzBOvDMTxpZ4S8Rh48VctNaPI1F1Qk { width:8.125rem;height:1.6rem;top:46.75rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I4kWX8TrTTAPLqAqTJG6vIbrXKUbI6Lh { width:2.75rem;height:2.75rem;top:90.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU6EeWBkBBQc5SoKdVn8lDJNVHrvpXFZ { width:3.5625rem;height:1.5625rem;top:87.3125rem;left:8.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qcyi9Z4OoLEXhhyIF4ob5JR1NdHbBuqQ { width:4.875rem;height:1.4625rem;top:50.125rem;left:5.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:.9;font-weight:700;font-style:normal;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #WC1hTQJViB5xZvcy3Mdrxps1IhE9Fwln { width:9.875rem;height:3.31875rem;top:51.062501907349rem;left:1.8437500596046rem;font-size:3.6875rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Xk7Fa0TyBims1ILCCFgpCJzQrzQqcQpB { width:3.4375rem;height:1.5625rem;top:50.0625rem;left:11.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ErTJuGCFuUyTHf08C1w7WgfT2aZVEun3 { width:2.75rem;height:2.75rem;top:49.5rem;left:11.375rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #c3XnTPHNsEsVfZk1rE3UUInHWpT8T0SP { width:2.75rem;height:0.84375rem;top:53.587501525879rem;left:11.718750536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Flzd7ONCEZxBs4FMHG37VDExPnSASDFK { width:19rem;height:3.4375rem;top:48.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNW8QP6vFWRvvB9PxSRS2Emm1Ur9OCin { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTElWxnT53ZzWtQERTh5TTsTZPIUAh7 { width:20rem;height:20rem;top:73.9375rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #Tn1UA5OCFTNQf7MfeZFA9OZy0rRSmGWJ { width:20rem;height:20rem;top:53.25rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #v3wHnmQIz4yWagetKfFFrFPJCLrOtIER { width:20rem;height:20rem;top:115.25rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #wwI8K897bSkTz09M5ghfD2OwBHgf51Gx { width:20rem;height:20rem;top:94.5625rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #wwwTyVuyndwzv1r3abpZlSWFbiWXN9Tl { width:10.4375rem;height:2.25rem;top:43.125rem;left:2.4375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuLx9h46MG8cMEqkFgabTJy898XyXSMD { width:3.875rem;height:1.5625rem;top:41.125rem;left:11.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acfCfIKBDknlxSOHQAE91CiKGrS1s9TD { width:2.8125rem;height:2.8125rem;top:40.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8oOl8MFbnT2r0ciTSrTpNxApM9mzZyt { width:2.75rem;height:0.84375rem;top:44.3125rem;left:10.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POd7Rfid3pTwG1wuV0JhpxMyBpcZku4N { width:17.1875rem;height:0.9619125rem;top:47.1875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #li4t3Ik2O9Pv0cmlkal7lX7dNNZAODaB { width:13.5625rem;height:2.0625rem;top:36.8125rem;left:3.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAr8nGiezxTdutTAoWO7RpKNGX9D2uJI { width:18.375rem;height:7.3125rem;top:28.5rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g { display:block; }#VypP2w4I8zyrUGSRTPk4sAny4KLTlB0g > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKO42Ng4w8TgWPrgxF98S33pLocUQMVl { width:20rem;height:2.1125rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP { display:block; }#KmSgM0FvNXdai0QdyUnf7f6hupo2uOnP > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGgD6kvC1FMpUX2iwyzwV3wXPRSzmOeH { width:17.5rem;height:1.75rem;top:32.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cct3dWl5I8feMQHsxqJKKaLO3A9arGy7 { width:16.25rem;height:1.75rem;top:56rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y890bPBkXz1SAzC5qdf5c18JmfsX08Mb { width:16.25rem;height:9.795875rem;top:58.625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9kvFcgZU4UAIJbaDRBbtOxDJ0Ksdd40 { width:16.25rem;height:3.5rem;top:78.8125rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTGbe0HJCf3pd4ynsa3R0uZLARaomG2h { width:16.25rem;height:8.3965rem;top:83.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urlE9uVmTE3l8bnhUbsXuuczkAwQGuZA { width:8.25rem;height:8.25rem;top:1.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRUkTkB6drvW9O0SelnNlqiXzw7MgNSn { width:8.25rem;height:8.25rem;top:23.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyQ9b1EPfRbdZ2TxCgvciypmTogUgOuf { width:8.25rem;height:8.25rem;top:46.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Pas39CQ6vLmyhsoAqqxBcT1TB7um07 { width:8.25rem;height:8.25rem;top:69.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItuBkTpgc6N19CJkTlmmWrB0cJt0t1Wl { width:16.25rem;height:1.4375rem;top:11.0625rem;left:1.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmSOWb1gy6ITcsQXekS7kfckNW7qveZU { width:16.25rem;height:7.875rem;top:13.75rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zb1uywf7AIfmgTglkkENLWtt5XHlOaOI { width:16.25rem;height:7.875rem;top:35.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsZLyxZTJbvgcyO6TK52TsBCI4gWf9V2 { width:10.6875rem;height:3.7119125rem;top:93.833984375rem;left:4.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n { display:none; }#I6ggUGgmboDnL7bdS0tgiLU33VWLmT8n > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BpK7w4oEIIPb3SedQzqGaqlukBplCQmF { width:20rem;height:3.25rem;top:0.875rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD { display:none; }#Fovd03lAxFQP4u2o1oNHuGXT80EuHmXD > .row .container { width:20rem;height:30.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c9ulcpQfkpEy0ERQvLKK6b6AZgBZ30Pa { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 { display:none; }#TPWOJETwW2dEafvLgAbofF7MwnGDzEM2 > .row .container { width:20rem;height:72.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R0ZsirZweDSv3Xqnu3XyRgDc9gC5Au2R { width:0.375rem;height:30rem;top:14.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfKOeshyDuFiyAW0Ai8DSr0IUV1Gyzs6 { width:4.0625rem;height:2.5996125rem;top:12.125rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V22HzwX6Kn8kLBgKnOK95K2N2vkwBL9p { width:5.75rem;height:7.7988125rem;top:19.3125rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkoc3OqEfpOmvJRAdebuVRhXCJOyrGuM { width:5.75rem;height:2.5996125rem;top:27.25rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vaI75WLlACTkK1r6L1FdOC2XrfTh5tuO { width:8.0625rem;height:3.89941875rem;top:35.6875rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chdLtq1fWAkfedlcFLuk0xsrzveE7HSN { width:2.3125rem;height:2.3125rem;top:19.375rem;left:1.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PaRfqM8XTPmwJaog42RC0ZhSXT97S148 { width:2.3125rem;height:2.3125rem;top:27.5rem;left:1.0625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PdZGDEkvu3t2iiEtpwV2EPf4uFROXg4l { width:2.3125rem;height:2.3125rem;top:35.8125rem;left:1.0625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M8iIQrkJzfBfnAoCmDSmT5ybEbaIB7il { display:flex;width:3.125rem;height:3.125rem;top:45.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yrvXRSzBLbMCH47AW1TVoATRWeuAN0T3 { display:flex;width:2.125rem;height:2.125rem;top:50.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #fIW85vZopZTfnyQcJ4K2gEQU0DZaANhb { display:flex;width:2.125rem;height:2.125rem;top:53.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bUzDN9vGmve1ZWQees0MT3LqciTirVdf { display:flex;width:2.125rem;height:2.125rem;top:56.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #iUWZWrBov6MCHvGzbPAnudMbTsyKB5eO { display:flex;width:2.125rem;height:2.125rem;top:62.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #xU6HItaFSkyiLdeICEt6HvMRlFs3MfQR { display:flex;width:2.125rem;height:2.125rem;top:66.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ZS08rx6WHOf8VCDk8DqH7pKW8iCI6Asd { display:flex;width:1.375rem;height:1.375rem;top:69.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #MeZMyUnmsKS419kVP4iv3wZIVsDS0Xph { display:flex;width:1.375rem;height:1.375rem;top:60.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #tG8xU6pbT4v835QBCZd9zwGiTWO8tcvT { width:20rem;height:auto;top:15.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { width:17.375rem;height:7.5rem;top:14.7685546875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c8T6Zz8mF1c8h4xng0qmKMn4ETNKaA6C { width:20rem;height:1.4625rem;top:22.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-text.counter-number { padding-top:0.369375rem;padding-right:0.3325rem;padding-bottom:0.369375rem;padding-left:0.3325rem;width:1.995625rem;min-width:1.995625rem;height:1.985rem;font-size:1.476875rem;line-height:31.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top: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-left:0.0625rem solid rgba(var(--color-primary-2),1); }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.66125rem;height:0.784375rem;font-size:0.554375rem;line-height:12.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T90yukrplSEnffUksAhKv3JH15Te0yl4 { display:flex;width:15.125rem;height:3.864375rem;top:24.4375rem;left:2.3125rem;padding-top:0.1225rem;padding-right:0.136875rem;padding-bottom:0.1225rem;padding-left:0.136875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #XfawSnJwv4Hmv9JB7F5OfkMi0athi7mP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #kZot0Vd5er6VmGcs00R0ZLAyg66dH8hq {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #SA8N26o20cpRTRHT3oUU8SOdZMV3JlTJ {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #ovw3tafOxTXbVfQn6fib9FpJrDaoTn12 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #yrEFiQ7WaqFrJotClPAMNr1KcVLTn8o5 {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #W7twGwgdIyyHGaxC5GQGrpMZE9v2ofLK {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #n2DKTlperl4MS6Kaq0vUnJh2A6GWsxv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #lV5X05CZpo9rCyghe9TZO49h6tpT3Qmr {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #hstdAbXH3iVneWAtHm5TrVO0nR7KUOpn {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #lkeG2H4pCNqpuf3f3w4I3iB5AO68DMBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #ddfnaElZLsd2JJhBqIa4zWOyx6ZXvbi6 {  }
 }@media only screen and (max-width: 763px) { #T90yukrplSEnffUksAhKv3JH15Te0yl4 #LRAdBUtRSIUuo3EtxZ2IxgEuCSgz7T2T {  }
 }@media only screen and (max-width: 763px) { #pIzb42Gc7RDCm0WC2FWRK7sX9Rrgy9hA { width:17.5625rem;height:4.5rem;top:7.375rem;left:1.25rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA5m8cAIB5PbTVHPNJEn53Fi7U10Hwqp { width:5.875rem;height:1.5625rem;top:18rem;left:3.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GZhoOfszyoq1RugTaS2XOIVuMW5czC9v { width:2.1875rem;height:2.1875rem;top:17.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrqaT6FBL681Ns9rdFp49Hi0U3VXLOV6 { width:13.6875rem;height:3.4375rem;top:2.5rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThndTQrn71Uulc9fycdr7rAszwG2ihq { display:block; }
 }@media only screen and (max-width: 763px) { #TpT0VyFb2VdS1ITZnsy5hGlh99y7WkPv { width:16.9375rem;height:7.875rem;top:5.1875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Poxmme6oPlXSmH8ZcICABv7GKJIsTCrd { width:20rem;height:2.111325rem;top:23rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ivHTLK0yedQeOBazHtR8vRyIrHOyUAmG { width:8rem;height:auto;top:3.0625rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Jde5pEIPG5cvEq6mKDmJrfW0iQSrNFlE { width:2.125rem;height:2.125rem;top:13.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdveyXNdpDNsPBHXc9EfowNHh6duN8cq { width:2.5rem;height:2.5rem;top:24.9375rem;left:28.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KIrOXUoeAPpMwMAAFxDWe79Gzt35zWUR { width:5.8125rem;height:1.13671875rem;top:13.5625rem;left:8.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tUpe0zRPaAu1kqmUU4Iu5KUR3TXu5UJT { width:8.125rem;height:auto;top:17.3125rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iG2ToTATpcdfQNDNLwbwLKmKG2CS6zAS { width:10.4375rem;height:2.25rem;top:18.5625rem;left:3.1875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJxBD5UrfmxsbsAZKxomGkTs5l6yBOMK { width:2.75rem;height:0.84375rem;top:19.8125rem;left:11.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPle9dLehk9pd11SqzyhTzVH99JXMTCT { width:3.875rem;height:1.5625rem;top:16.4375rem;left:12.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT3FWzNDm5W4gJxhNN2btpiTQsyzMSce { width:2.8125rem;height:2.8125rem;top:15.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { display:none; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d83w83xehQfhzFN6pZglCeB9AK8v0R5P { width:20rem;height:1.4625rem;top:1.2626953125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J48vDmX5JEBOItaL5PpX2WNrqaW5NnJT { width:20rem;height:6rem;top:12.3486328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7RTfbTR055SsRQVHnBntErHsd09gNc { display:flex;width:7.125rem;height:7.125rem;top:3.9736328125rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #DpzTffXZd0iIaQU35o13rqH0tAHiVWTR { display:none; }#DpzTffXZd0iIaQU35o13rqH0tAHiVWTR > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNRZhfGrKgGWixx3KO8ay1kPfpDxMuSU { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zmoGGTsNlFonf9Iln52UAt6mux0absW6 { display:block; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { width:20rem;height:3.57421875rem;top:0.712890625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGKl2GH71ubd3EbPbAD9ZVev3BL2W3G5 { width:20rem;height:3.574225rem;top:0.587890625rem;left:0rem;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN { display:block; }#uUzLzya4IW4PAGT9wmm5ZSENiNdb9MzN > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDq9Xz6WR2HdomOF65mUvLp6ExTPWip9 { width:8.125rem;height:12.9375rem;top:6.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTzCTKil6mrN05Ge9SV9z31UFzALE3S { width:15.8125rem;height:2.5rem;top:0.9375rem;left:2.09375rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0dW8kSaTVJlx0wUHthvMnDRuHKt0P4z { width:15.4375rem;height:1.3rem;top:4.3369140625rem;left:2.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQPHSNtnBBTpkp2V2FzTuVzvPqpT384g { width:8.3125rem;height:3.0375rem;top:22.625rem;left:5.875rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXpocetipSW76esq1qJEBuX1K31tSFcB { width:13.6875rem;height:3.4375rem;top:27.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9JzwkwxfnSKWpqRnrrHZ5UtAefmrE7L { display:block; }
 }@media only screen and (max-width: 763px) { #Tb7WKRJcFHwp4SqBZmNKTEDMbIl710fu { width:5.875rem;height:1.5625rem;top:20.4375rem;left:7.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0nZnTcREMlhbZUSygcidA1o6M1itRun { width:2.75rem;height:0.84375rem;top:25.750003814698rem;left:10.937500536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAIMP2VEPngPyp8EJ34sUE38y9zAvsIT { width:2.8125rem;height:2.8125rem;top:19.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW { display:none; }#I77ZJmnH6mHHJUNN9OS3ZPZbL2KTlMGW > .row .container { width:20rem;height:54.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fiGknJfnAv12S69WbsOUcoDXcdCuyriH { width:20rem;height:6.3593004769475rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARDBM4XyLPAnoZtGNVxwbGdynUkxGoK { width:20rem;height:5.8637083993661rem;top:8.858375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7oXyPFv38CqJbOqmVRLEAVp2M6NBuoh { width:20rem;height:7.7725118483412rem;top:15.97165625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSv2ZLTdhbw9ZoDyZXnsISoSMCtmR8p { width:16.125rem;height:27.4375rem;top:24.99409375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ { display:block; }#iKiWXCUgF6HrSghWSkSJ1aZ4RXkh2pPQ > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUzap0aJCQFyAgW62i8i50IAXNDvGDIB { width:13.6875rem;height:4.225rem;top:1.25rem;left:3.15625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUrpOFIBTvFFf2gTpNHytFvvART3NEUi { display:block; }#vUrpOFIBTvFFf2gTpNHytFvvART3NEUi > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrHGN6wTSRgRH3LSi3IctaVMqZhs9Ken { width:15.625rem;height:11.19725rem;top:65.1728515625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrm9TxvyEoo7KcFgC4TMVbf7cgUfo1d0 { width:17.625rem;height:2.923825rem;top:61.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzECZT7DshoHQZqmcLmmDgkhSRHxO7Pq { width:9.3125rem;height:2.6rem;top:77.8691625rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d194OT5PII1PvMuBllm1unRhg77PmIob { width:10.4375rem;height:3.1484375rem;top:81.119140625rem;left:4.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L5RxgLuL10HcePC6rMnKEErU9hdWMppk { width:9.3125rem;height:2.6rem;top:84.955078125rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZJZTUVsOXdTIhmD6CZPB9GO3xBP6z7z { width:8.5625rem;height:2.625rem;top:88.154296875rem;left:5.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AdehXbzihv6Z7vIWrIPe1Xbi2TvWqzRU { width:9.3125rem;height:2.6rem;top:91.7421875rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsevPo3E0bDdMu56dKCVcQlDdC1L6Edy { width:8.5625rem;height:1.3125rem;top:95.029296875rem;left:5.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #luZnq8GReKNBP3tg2E8VAbN1tXEOIRsp { width:10.5rem;height:18.75rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSkeSlnXFWkKaHmFIHgMVqGqk1TecdWK { width:10.5rem;height:18.75rem;top:21.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffaE03H4TTxBoHM7gqkER2x7JI00Z0Jo { width:10.5rem;height:18.75rem;top:41.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMo6506Z3VqeQ326n5a4g4euUei5TOk { display:block; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-form-header {  }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-regular-label { display:block;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff573c;height:2.5rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff573c;height:2.9375rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.5rem;width:16.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:var(--headlines-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#ff573c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.3125rem;height:auto;font-size:0.6875rem;font-family:var(--paragraphs-font-family);line-height:1.3;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container:first-of-type{padding-top:0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-container:last-of-type{padding-bottom:0;}#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:5.0625rem;z-index:15003; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .radio-container { width:16.875rem; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:5.0625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #gVvCuOiFfkyyd1SRHAI5WeZCMKpZsT0X {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #NWoWmxyrWfe86qFhy90bV5029F3M0bXm { display:none; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #g8I8wsFvQNbzxV8716N00bVHlSv7RCto {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #otEkVhhP2HoWCkPZKSMFM0G75bUxtHlC {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #H0D1rJyctTG5inD81l0UaNNuWWQ20V8U { display:none; }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #iz8KTEcBcxv8DPqMIOaUXzGJ98okWGKp {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #D6POs1Lxv3Xhtyw9WS9eNDTLTA2VJVx8 {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #fy3dSDw0UUIXAsIsTXeVZR198bSBNXVH {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #I4AqGdXsihPM8o3omZhkBwxF2ldG1OqZ {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #uNOEMfcDEL00llFqkvbIteOhC8FqAcip {  }
 }@media only screen and (max-width: 763px) { #x5wKxeTTWUWN3B5e0UMXanwJUhcMcdC9 #XgsZOPr8Ol8xkuJWO6dq0AKtaoo0ap0k {  }
 }@media only screen and (max-width: 763px) { #DSW8RigATHR4uTdV77BNafAGTTvOt1wk { width:17.6875rem;height:2.75rem;top:2.375rem;left:1.15625rem;font-size:1.375rem;line-height:1;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #bx79w7bwLiueVHASqqxQFnLRCfxkR2xk { background-color:#ff573c;background-image:none;display:block; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { background-color: transparent; background-image: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container > .video-iframe-container { display: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row > .video-iframe-container { display: none; }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .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); }#bx79w7bwLiueVHASqqxQFnLRCfxkR2xk > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNQFyQd8LDsWCzKbfE2Wx0sbiURwDzTH { width:16.25rem;height:2.875rem;top:1.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2NUXV2uD8tRTfuUQHbani3KF8nV34C { width:20rem;height:5.2783125rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tQgJlL2uRF3hB1kVvaEec42K1tipDILJ { display:flex;width:1.875rem;height:1.875rem;top:5.1875rem;left:4.8125rem;font-size:1.3125rem; }
#tQgJlL2uRF3hB1kVvaEec42K1tipDILJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AG2tx0BI2HKBevytgthRhEFygkoNKq9e { display:flex;width:1.875rem;height:1.875rem;top:5.1875rem;left:7.1875rem;font-size:1.3125rem; }
#AG2tx0BI2HKBevytgthRhEFygkoNKq9e > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pRnMCxvVr8XLbdA4h0aKXQ9BhieKdynn { width:10.3125rem;height:1.125rem;top:7.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oPvmFilirGTcRs5ZzPkFthF6gJMDOTEu { width:2.8125rem;height:1.875rem;top:5.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzHh5rHhzXiGocBrQlcJLDL6JLBOF5q { width:1.875rem;height:1.875rem;top:5.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FixpEIDZSesT34wyOkZxuXmUGpvRVqA7 { width:13.3125rem;height:7.3896375rem;top:17.402344703674rem;left:4.1562500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }