.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:204,218,255;--color-primary-1:102,145,255;--color-primary-2:0,71,255;--color-primary-3:2,85,170;--color-primary-4:0,39,98;--color-secondary-0:251,214,214;--color-secondary-1:244,133,133;--color-secondary-2:237,51,51;--color-secondary-3:232,0,0;--color-secondary-4:107,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:73,73,84;--color-tertiary-2:33,33,33;--color-tertiary-3:32,32,32;--color-tertiary-4:0,0,0;--headlines-font-family:"dm sans";--paragraphs-font-family:"DM SANS"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Vpcd8VfIiv1Off9gW3gI5r8x0mZqJzn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:7.125rem;left:1.25rem;height:6.75rem;font-style:normal;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; }
#FMDbZXuLxUzAVW7AL6mqV61en1ctFidS { 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:47.9375rem;width:33.625rem;top:3.4375rem;left:39.1767578125rem;overflow:hidden;display:block; }
#TCDaKiXh7tORwxI8wa1cRDqn881TJxTP { box-sizing:content-box;height:2.9375rem;width:17rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.9375rem;left:1.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#I7uRkR5pfaG7hn1MhJxmTGGscUwlWW1s { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.25rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tm2w7Oz9R9sNFbzJDkcge05qk6ryTrK0 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:10.4375rem;top:9.9375rem;left:7.4375rem;overflow:hidden;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-form-header { font-size:0.9375rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#112753;width:29rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.4;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9d9d9d;border-left:0.0625rem solid #9d9d9d;border-right:0.0625rem solid #9d9d9d;border-bottom:0.0625rem solid #9d9d9d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.8125rem;color:#222222;font-size:0.9375rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9d9d9d;border-left:0.0625rem solid #9d9d9d;border-right:0.0625rem solid #9d9d9d;border-bottom:0.0625rem solid #9d9d9d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:4.375rem;color:#222222;font-size:0.9375rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9d9d9d;border-left:0.0625rem solid #9d9d9d;border-right:0.0625rem solid #9d9d9d;border-bottom:0.0625rem solid #9d9d9d;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.8125rem;color:#333333;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(255deg, #620000, #aa0202);background-image: -moz-linear-gradient(255deg, #620000, #aa0202);background-image: -ms-linear-gradient(255deg, #620000, #aa0202);background-image: -o-linear-gradient(255deg, #620000, #aa0202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#aa0202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#aa0202' );";background-image: linear-gradient(255deg, #620000, #aa0202);background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:29rem;height:3.75rem;font-family:poppins;overflow:hidden;box-shadow: 0.125rem 0.125rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]:-moz-placeholder { color:#333333;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]::-moz-placeholder { color:#333333;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#112753;vertical-align:top;width:27.75rem;overflow:hidden;font-style:normal;float:none; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container:first-of-type{padding-top:0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container:last-of-type{padding-bottom:0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15021;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:13.8125rem;left:0rem;font-size:0.9375rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-info-text { display:block;height:auto;font-family:"nunito sans";font-size:0.9375rem;line-height:1.3;font-weight:400;color:#333333;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o {display:block;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15021;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:13.8125rem;left:0rem;font-size:0.9375rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AiIoxgCe7HtNEIPJlKwTmM3AKal8QhO4 { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #V8TDhJJ0wXUIBBFVSybUvHUkHZGfIU0f { position:relative;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gllC6vgiqn6pN3bX1DDnGoZ8UXdrFvXC { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AFyLROx9mBLkr2bs6fHEiF9LaGsuhVp6 { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #U56FNtmmNInGqBfZHBAaZy308cToKoCX { position:relative;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #wkxAAunKsTNv5C15trG56TTutHPgzZ5g { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #IwGMcrDNZDinDVO6yPhJndAowV8enZ8W { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #ksXI3LpFT8Oy2a9KWg2xcheyXA5tpL1m { position:relative;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #sfysmqqJQIpifLXakaDeEvbydmNA1bNw { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #DCXmluTqZLxtAfWxzkFiIGi5QFMBLHK9 { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #uzi4XBdMc3kC4wopV436NoTQu60CWWvl { position:relative;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gXxreiuWvg6S169ru5xoFTxyIdFc0Khp { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #a7nW5O9HMdtCBhcmi4iIL0ta9IbCwVkT { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AoIivR1JBmV8cnOTJyt83LTPvZXJz8HX { position:relative;z-index:2; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #qeqcnwVEym22W9AXsIkbIUfl0L7kuI3Q { position:relative;display:block; }
#nqzdpifLzDHH4r2dLCVl2iyy3NOwtpeZ { position:relative;display:block;z-index:100000;display:block; }
#Q9H9JFXaFwH7QAfEdi7ZnZf1G7w22Hbn { position:relative;display:block;z-index:100000;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #oVVq7rRB3Wg47pO50ao4G06GVmT2teLy { position:relative; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #NoBLVcpGo060zTJ9IlcudnTBqHmI3XSG { position:relative; }
#w76alClt6aPnyCXT4FkkVEIXZpVktv2V { position:relative;display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V { border-width: 0; border-radius: 0; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .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; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { box-sizing:content-box;height:30.875rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #ca0000;border-left:0.0625rem solid #ca0000;border-right:0.0625rem solid #ca0000;border-bottom:0.0625rem solid #ca0000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.0625rem;left:37.375rem;height:3.3984375rem;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; }
#UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.5rem;height:1.94921875rem;font-style:normal;display:block; }
#vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { color:rgba(var(--color-primary-2),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:39.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:37.5rem;overflow:hidden;display:block; }
#kPofq3xl5Bm4FEdGS7I21UEANrga0peV { color:#171b2a;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.4375rem;left:37.375rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.125rem;left:37.375rem;height:1.54296875rem;font-style:normal;display:block; }
#m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { position:absolute;display:block;z-index:15029;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:27.875rem;width:27.875rem;top:1.5625rem;left:5.3125rem;overflow:hidden;display:block; }
#qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { position:absolute;display:block;z-index:15030;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:18.5625rem;width:10.8125rem;top:12.5rem;left:25.59375rem;overflow:hidden;display:block; }
#wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { position:absolute;display:block;z-index:15030;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.375rem;width:15.25rem;top:11.6875rem;left:0rem;overflow:hidden;display:block; }
#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);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; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row .container { border-width: 0; border-radius: 0; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#BaypJCe6DwGycvBQeTRxnoTf1iceETQN { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X02onCJc1cGlRLOCTximhoPvFhKrigC0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#G2QBU1FVoEMDHUh5e6nIyKf056lw8rCQ { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#zWFkye868rIOqPiozROsTG8NNIJV8e31 { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:3.3125rem;left:28.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRDTT0i62ccBQBnQMAaq0PdhGWL1aI18 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#oITT0Is9pw5OAlzTfCnxlJOfspQm8yRh { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { position:relative;display:none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { border-width: 0; border-radius: 0; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:none; }#NzDENJ8XI136SIAhWd3LuumbuboB4g7f { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:2.01171875rem;left:9.71875rem;height:3.1497375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WEkETHzvscvllSqfz1JOeHnLCXTEb52B { position:relative;display:none; }#WEkETHzvscvllSqfz1JOeHnLCXTEb52B { border-width: 0; border-radius: 0; }#WEkETHzvscvllSqfz1JOeHnLCXTEb52B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEkETHzvscvllSqfz1JOeHnLCXTEb52B > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#lo24oESVFONfd5XouXflu2VfQMZzS1hK { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#rlBHsOmKJ18sUPpaWbSI9pF906oU4RbK { color:#171b2a;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#cU0107MClSnnN3SWzUF9x8Um08xxqXXz { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NXy0XFnwqsOkS4QT8MHhBW8omZMfM0Rf { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Kg8N11pFuOJistxFv1Z1VoZBy6ofe9Il { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#gowQb1ThFzBoEliRRKx7SCTvGIrNPVdV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0559875rem;display:block; }
#Mbk31ycH8GUoH8wUB1ms9Bq8rObMn3tQ { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#B25rz9wGGwwQds7FmoDS6vcTZGLImvNb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:24.375rem;height:1.0559875rem;display:block; }
#CgacHHWlCKUqHd9xyXilZ7r76cIupbxw { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:23.3125rem; }
#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS { position:relative;display:none; }#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS { border-width: 0; border-radius: 0; }#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VuvbA4fRJvH14KfzQu4yPoFIwwsT8kGf { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#ILtiEe8p8gu0SJdvyLPTo6rlbNa8DOEp { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#OXJ0TfuDhkdZXWtL1b9cl9KHXWW85IIN { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mIlTTB9JQM4ddI3vkmyTInWZCeAMMMZc { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#IsLwBBQIKFOrtbM4noRkJEDcgTooQOSx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#d6ThFlgyDoAwfQsEyxn4MTsPGa73aH1D { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0556625rem;display:block; }
#DEFAMuWudz4iiU8UpGmrE2zoXiFVoSib { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#kTppwHNwlZy1Pu8lOP7gIJvFleib2Qs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:29.375rem;height:1.0556625rem;display:block; }
#TGeNcqz0np3Jalm64Mvw5VwJPOr5pMIt { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:28.3125rem; }
#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq { position:relative;display:none; }#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq { border-width: 0; border-radius: 0; }#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#MaqL3q4oLxToBoRNxIT9VnsXpOQCWp6G { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#ueRtAVffL9CRlpEJpXymydEz3wfzGHpE { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#Vt6qn0uWZamRcwom6u7EK8MLKZklyMOn { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R3MsrQqPTgQKVlzEA5MdW9DPVEJKJZTK { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Qcxx7zqUHhbpvH1rXLBibLIe0va0kgGs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#TvlWlLOBVmBZIBQuTc2cI6uv4yrJfNgc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0556625rem;display:block; }
#uFp3srlDSfVvSxNkcZ6MCmnpU8RpU2ot { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#iusUXBEmDpi19iSSPJaziBED5ZeMLT56 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:29.375rem;height:1.0556625rem;display:block; }
#PQo15XWtpT8O7cwzK0poMWvDsHJ8c4Ab { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:28.3125rem; }
#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 { position:relative;display:none; }#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 { border-width: 0; border-radius: 0; }#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SxKQhyAZBh0ghlQ3X1KuPRwWLQ2HAi0P { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#pECH0VMRRTcptQfr2TVNVUfWrO2zmFLJ { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#TBeT14srbTtpEDEg5ikzxkfZ4zkcW5lp { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JKIlmktaxHw02u7E6q5O5v9MQbCEPZCq { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#QmU81hFtOMSxWhZSWFoFmtCHxfffOMDo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#Q8aINTrPnt8Wi9yJw9yX42F7ebG92Tk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0559875rem;display:block; }
#baTM79ZfyHFspQnHOvplSQWTLdNdPn2F { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#DNWTu09zaprfiB4JvDmPysBksTphXJyN { position:relative;display:none; }#DNWTu09zaprfiB4JvDmPysBksTphXJyN { border-width: 0; border-radius: 0; }#DNWTu09zaprfiB4JvDmPysBksTphXJyN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNWTu09zaprfiB4JvDmPysBksTphXJyN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#o1GP3ooO5NxuDvtLvcNmT6UVcdtCMCKH { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#FqV3NcpzwRBvLhk0wx89rttm2uhU770V { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#TSmGd5LMSRpfbNFVHT5HEBcOcLTBnZrF { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NEPZUMTyBy6sizAGde2qXFNbkFlR3otl { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#xIbSJZT8s5TrNKylCknrXOhXB7VmwTnT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#UAAXXPTKoO2LAmmFBcXDU54Cg1uWpoW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0559875rem;display:block; }
#XmTyrsHQQp9usdLgqTaL8w8AQthzRmbU { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL { position:relative;display:none; }#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL { border-width: 0; border-radius: 0; }#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#K3x8slZkSRyXmzukqWJxsA7ou1Po7NPD { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#pn0fZ4abULKoHZWBVEvHp9foUhOEp3fw { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#Pon54gGo0Je1ZZ5emIz2IESBLTgUWW57 { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZWmiTU6SIbMy0l4ICh3JdB6CA1aStGSV { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ITObWJE9ztysm0nmtiRCUUiqJB95BbT7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#oHvNQHAhN5RoRpByBtQTEHTlJy4MbvT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0556625rem;display:block; }
#VLd7TMPyJnR95PS2G5nzS0Mx8lRzlWTV { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ { position:relative;display:none; }#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ { border-width: 0; border-radius: 0; }#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#QOOEywRc7saiic6HLuz1m4IQ8DiT2L3t { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d00000;border-left:0.0625rem solid #d00000;border-right:0.0625rem solid #d00000;border-bottom:0.0625rem solid #d00000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#rTr7rCE3JfyCgU7IMMH42aSXy4n7vyDW { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#LB59u6BasrDSk868itfUlltTwlyvMlT5 { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bsXCW8nTlKBIrSdoBtBgIszxuLZu3hXI { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TuEID5bsK2Sp2P3RN7xRLOgHDkOf7CxO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#z6p5UHr53s9db3XpQBtWHRbvR6y2Gi4a { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0556625rem;display:block; }
#Qwg4DhUxdJfa8f6KJ2hikiEXGcR4bSVy { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#nUipf3Pdypu3OwVKAhNBVKXUMHWm3QJI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:29.375rem;height:1.0556625rem;display:block; }
#hE3l442xMnEkFIvz7bntci5xldbhNBAT { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:28.3125rem; }
#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 { position:relative;display:none; }#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 { border-width: 0; border-radius: 0; }#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wpw2AUoZawUcMum13HOWKTxQzCtMPN0u { box-sizing:content-box;height:5.625rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:3.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#WE4fEiUu4Lrf1xHGgVxBwURGMbi8I1ag { color:#171b2a;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:1.54296875rem;font-style:normal;display:block; }
#Wsnf3uBOR4AyidM8DSE2RNvlIRSt1DF3 { color:#b90000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:61.6875rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xn0fsiF1RT4gAEa0U2msTW6pTT5luuma { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:1.25rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Sw9WOKWgJ28A6JMbRzbgeL0nPTey7BuI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:4.375rem;overflow:hidden;display:block; }
#G6oqIhUTis9wMIFGaPggGWWPaWwg7O5z { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.8125rem;height:1.0559875rem;display:block; }
#eWoiCaU8R4eL86OgxL48R9mzaMWoMS3a { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:8.75rem; }
#ZJqyntmqECiPTopBrps6rcWSnIE0xBxN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.75rem;height:1.0559875rem;display:block; }
#sJ4IwUg3uStGk8JGCrxAhr8qLTTS0h8X { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:19.6875rem; }
#TTePBPu4vsA3gkTtCRwEaaTFLIiIcevb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:35.375rem;height:1.0559875rem;display:block; }
#eLFTe41CFBsK9zSsfI3spqtZwqOiLp2X { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.8125rem;left:34.3125rem; }
#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT { position:relative;display:none; }#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT { border-width: 0; border-radius: 0; }#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:none; }#GwLAcCvJI8AqMUekmy8c7xQHSSvUu3uy { box-sizing:content-box;height:4.6875rem;width:68.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0.40625rem;left:3.0625rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#lemiKLmW6ILoKbLsULTKMefp8kDi9AzA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.8125rem;height:1.8684875rem;font-style:normal;display:block; }
#GxmXFkUnt2oiJ81BzZzcb9qc5LiLbXdB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.375rem;left:36.75rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { position:relative;display:none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { border-width: 0; border-radius: 0; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .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; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { position:relative;display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { border-width: 0; border-radius: 0; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .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; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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:none; }#WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:14.875rem;left:2.9375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7FDuqMedBoyTCXhw7Heck7a2qTm3C8b { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:15.875rem;left:14.5625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:9.125rem;left:2.9375rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { color:#9d0000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:13.25rem;left:2.90625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),0.86);border-left:0.125rem solid rgba(var(--color-primary-2),0.86);border-right:0.125rem solid rgba(var(--color-primary-2),0.86);border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.6875rem;width:74.75rem;top:7.625rem;left:0rem;display:block; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .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; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.84625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.0625rem;left:11.5625rem;z-index:15038; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #gCE1riyqVUct66CgsOpgizNX0F624gW4 { display:flex;position:relative;top:0rem;left:0rem; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #zAznbxtlZ1qvEy1GcvoiKM3fs8Vailom { width:auto; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #mT1rUFpnkvJpe5i3T4wQpRNuFeM41Tgx {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #L3x1TssGV2q3ySDdLpaL9VDf2FTDukHw { display:flex;position:relative;top:0rem;left:0rem; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #X4RGf6DXk8E0CWsM6TIWppNf9l1tUHCt {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #npwKLzihpSZ00ccTWeRL4agKPR2MpvTt {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #UfxmWzC63Be0aCmAR4ilAI20ARDq3DRb { display:flex;position:relative;top:0rem;left:0rem; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #nu9vEptMZWlTQprnQXNZI724ryZHFCG9 {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #keEu0xWi5rUmdVmdof0Jr5TJFzPIQ2ZT {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #GM7FKFAL5kACdmVUCG4KvZGy6y5KgrL5 { display:flex;position:relative;top:0rem;left:0rem; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #OSirE5RVU23u7Wl9kgBTMaq1lNk0Ss9W {  }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE #xLkyJWERDyULmgwFiEsdcaEEJ3PxKPkG {  }
#EvCB2mBsET9HSVWuykltH3GPRSrGANxI { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:19.8125rem;left:2.9375rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { position:absolute;display:block;z-index:15039;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.8125rem;width:15rem;top:15.625rem;left:41.6875rem;overflow:hidden;display:block; }
#ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { position:absolute;display:block;z-index:15036;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.9375rem;width:15rem;top:8.625rem;left:58.75rem;overflow:hidden;display:block; }
#RemcDS8fJd2OoBaGPugiftVSESucdgHr { position:absolute;display:block;z-index:15046;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.1875rem;width:12.5rem;top:16.25rem;left:59.6875rem;overflow:hidden;display:block; }
#v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { position:absolute;display:block;z-index:15035;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:5.6875rem;width:3.75rem;top:10.25rem;left:46.6875rem;overflow:hidden;display:block; }
#nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { position:absolute;display:block;z-index:15039;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:5.0625rem;width:2.8125rem;top:10.875rem;left:43.375rem;overflow:hidden;display:block; }
#QcOhaVJx2NxXiRinetxN54zDKISNSJtV { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.5rem;left:53.9375rem;overflow:hidden;display:block; }
#vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:9.0625rem;left:49.5rem;overflow:hidden;display:block; }
#UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:9.0625rem;left:54.5rem;overflow:hidden;display:block; }
#rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { box-sizing:content-box;height:2.375rem;width:43.75rem;position:absolute;display:block;z-index:15010;background-color:#ca0000;background-image:none;top:5.3125rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:5.6875rem;left:19.0625rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:5.6875rem;left:35.4375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:5.6875rem;left:44.8125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6rem;left:33.5625rem;display:block; }
#iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6rem;left:42.8125rem;display:block; }
#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { position:relative;display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { border-width: 0; border-radius: 0; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .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; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;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; }#Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.6875rem;left:6.25rem;display:block; }
#dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kb0TPu9ztchpbqNus61oONMTdDwhEK6u { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39f23b65-58c5-45ae-8828-33909dc75e0f/DanielSiwiecWarsztatyzFlipw.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.9375rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }#kb0TPu9ztchpbqNus61oONMTdDwhEK6u.adaptive-delivery-prevent-bg, #kb0TPu9ztchpbqNus61oONMTdDwhEK6u.lazyload, #kb0TPu9ztchpbqNus61oONMTdDwhEK6u.lazyloading { background-image: none; }
#kb0TPu9ztchpbqNus61oONMTdDwhEK6u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }#kb0TPu9ztchpbqNus61oONMTdDwhEK6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#PWBSAdaMlxh3uvFXAEfAwx2ATpit1i1p { 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.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:14.6875rem;left:43.75rem;display:block; }
#SoNaHZTo7DHagEK9CtzWIpqR3TEncs1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39f23b65-58c5-45ae-8828-33909dc75e0f/DanielSiwiecWarsztatyzFlipw.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.9375rem;left:39.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }#dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv.adaptive-delivery-prevent-bg, #dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv.lazyload, #dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv.lazyloading { background-image: none; }
#dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }#dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#Jh8ZFfRs1X8A4g13FuGh5NiGtXON5dqS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.625rem;left:47rem; }
#BubHz3bgZGE5xc8VTTGz2GH4Ihexhkph { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:49.6875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTBAH1Hadu4bz2oD7tPiyvVEbw88Ka50 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:45.03125rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWXTrd4W2AnVH4iJ6ifdCSSboNK5yLQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:46.0625rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IX49CXHq41lUuvNEgfET5f3syUiH0pAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.625rem;left:5.375rem; }
#PKWJMPONTIgI0nmtN1539K11EoF9fDra { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.25rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:7.4375rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-2),0.86);border-right:0.125rem solid rgba(var(--color-primary-2),0.86);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.86);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { position:relative;display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { border-width: 0; border-radius: 0; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .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; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.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:none; }#cA9y0sMcii03RZsAclDLoyerHx1DDHbS { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:9.802734375rem;left:28.6875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.75rem;left:21.46875rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { color:#9d0000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:7.75rem;left:22rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),0.86);border-left:0.125rem solid rgba(var(--color-primary-2),0.86);border-right:0.125rem solid rgba(var(--color-primary-2),0.86);border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.75rem;width:74.75rem;top:2.125rem;left:0rem;display:block; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .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; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.8457rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.28125rem;left:31.9375rem;z-index:15038; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl { width:auto; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
#Sph5mReQKPLKtg22b70hIlRUDRa2L00E { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:15.041015625rem;left:21.03125rem;height:3.32421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { position:absolute;display:block;z-index:15039;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.8125rem;width:15rem;top:10.3125rem;left:0.75rem;overflow:hidden;display:block; }
#Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { position:absolute;display:block;z-index:15036;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.9375rem;width:15rem;top:3.75rem;left:56.4375rem;overflow:hidden;display:block; }
#JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { position:absolute;display:block;z-index:15046;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.1875rem;width:12.5rem;top:10.0625rem;left:61.4375rem;overflow:hidden;display:block; }
#LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { position:absolute;display:block;z-index:15035;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:5.6875rem;width:3.75rem;top:5.890625rem;left:13.3125rem;overflow:hidden;display:block; }
#nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { position:absolute;display:block;z-index:15039;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:5.0625rem;width:2.8125rem;top:12.1875rem;left:14.46875rem;overflow:hidden;display:block; }
#S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:10.427734375rem;left:55.125rem;overflow:hidden;display:block; }
#ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#BGZWq6FraHvBAspX2lh9vXewM3HIb10s { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { position:relative;display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { border-width: 0; border-radius: 0; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .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; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;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; }#kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.6875rem;left:6.25rem;display:block; }
#aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(157,0,0,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.9375rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }#SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.adaptive-delivery-prevent-bg, #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.lazyload, #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.lazyloading { background-image: none; }
#iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:14.6875rem;left:43.75rem;display:block; }
#mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5THhRATscitP0zIQnklpPg647Shg9KG { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.07);background-image:none;top:2.9375rem;left:39.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.625rem;left:47rem; }
#cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { color:#171b2a;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:49.6875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vd91Adxd08sZpsFnS27CXe5OWMKkc84a { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:45.03125rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { color:#171b2a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:46.0625rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { color:#171b2a;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.625rem;left:5.375rem; }
#sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { color:#171b2a;display:block;width:19rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.25rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { color:#171b2a;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:7.4375rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-2),0.86);border-right:0.125rem solid rgba(var(--color-primary-2),0.86);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.86);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#zVhChCuImvX3cw8CqGPItwHTFv7TTbob { position:relative;display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob { border-width: 0; border-radius: 0; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:none; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { color:#1d1d21;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:30.5rem;left:1.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
#MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),0.86);border-left:0.125rem solid rgba(var(--color-primary-2),0.86);border-right:0.125rem solid rgba(var(--color-primary-2),0.86);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.86);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:46.1875rem;width:31.9375rem;top:5.875rem;left:0rem;display:block; }
#HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;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:29.375rem;top:29.4375rem;left:1.59375rem;display:block; }
#z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.5rem;left:1.59375rem;display:block; }
#JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.5625rem;left:1.46875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:12.5625rem;left:12.84375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { position:absolute;display:block;z-index:15036;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:16.4375rem;width:27.5rem;top:8.5625rem;left:36rem;overflow:hidden;display:block; }
#hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { position:absolute;display:block;z-index:15039;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:10.875rem;width:5.9375rem;top:13.3125rem;left:59.875rem;overflow:hidden;display:block; }
#mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { 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:16.3125rem;width:27.6875rem;top:23.25rem;left:49.2900390625rem;overflow:hidden;display:block; }
#HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:23rem;left:33.9375rem;overflow:hidden;display:block; }
#AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { position:absolute;display:block;z-index:15035;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:13.875rem;width:9.0625rem;top:10.21875rem;left:65.9375rem;overflow:hidden;display:block; }
#XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:23rem;left:42.1875rem;overflow:hidden;display:block; }
#ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:34rem;left:56.96875rem;overflow:hidden;display:block; }
#WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { position:absolute;display:block;z-index:15046;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:13.1875rem;width:19.8125rem;top:36.375rem;left:39.0625rem;overflow:hidden;display:block; }
#J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4765625rem;left:1.46875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.67578125rem;left:1.53125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .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; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.84625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.9765625rem;left:10.375rem;z-index:15036; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe { width:auto; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy { position:relative;display:none; }#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy { border-width: 0; border-radius: 0; }#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy > .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; }#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Mzka3QWS4ghIOH78682p2h6GbsfzAlPl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:53.125rem;top:3.5rem;left:9.65625rem;overflow:hidden;display:block; }
#gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q { position:relative;display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vpcd8VfIiv1Off9gW3gI5r8x0mZqJzn7 { width:44.75rem;height:6.75rem;top:7.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDbZXuLxUzAVW7AL6mqV61en1ctFidS { width:33.625rem;height:47.9375rem;top:3.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCDaKiXh7tORwxI8wa1cRDqn881TJxTP { width:17rem;height:2.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uRkR5pfaG7hn1MhJxmTGGscUwlWW1s { width:17rem;height:1.6875rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm2w7Oz9R9sNFbzJDkcge05qk6ryTrK0 { width:10.4375rem;height:0.625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem;height:4.375rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o  { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o {display:block;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AiIoxgCe7HtNEIPJlKwTmM3AKal8QhO4 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #V8TDhJJ0wXUIBBFVSybUvHUkHZGfIU0f { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gllC6vgiqn6pN3bX1DDnGoZ8UXdrFvXC {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AFyLROx9mBLkr2bs6fHEiF9LaGsuhVp6 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #U56FNtmmNInGqBfZHBAaZy308cToKoCX { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #wkxAAunKsTNv5C15trG56TTutHPgzZ5g {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #IwGMcrDNZDinDVO6yPhJndAowV8enZ8W {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #ksXI3LpFT8Oy2a9KWg2xcheyXA5tpL1m { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #sfysmqqJQIpifLXakaDeEvbydmNA1bNw {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #DCXmluTqZLxtAfWxzkFiIGi5QFMBLHK9 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #uzi4XBdMc3kC4wopV436NoTQu60CWWvl { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gXxreiuWvg6S169ru5xoFTxyIdFc0Khp {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #a7nW5O9HMdtCBhcmi4iIL0ta9IbCwVkT {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AoIivR1JBmV8cnOTJyt83LTPvZXJz8HX {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #qeqcnwVEym22W9AXsIkbIUfl0L7kuI3Q { display:block; }
 }@media only screen and (max-width: 763px) { #nqzdpifLzDHH4r2dLCVl2iyy3NOwtpeZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9H9JFXaFwH7QAfEdi7ZnZf1G7w22Hbn { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #oVVq7rRB3Wg47pO50ao4G06GVmT2teLy {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #NoBLVcpGo060zTJ9IlcudnTBqHmI3XSG {  }
 }@media only screen and (max-width: 763px) { #w76alClt6aPnyCXT4FkkVEIXZpVktv2V { display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { width:47.625rem;height:30.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { width:1.5625rem;height:1.5625rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPofq3xl5Bm4FEdGS7I21UEANrga0peV { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { width:27.875rem;height:27.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { width:10.8125rem;height:18.5625rem;top:12.5rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { width:15.25rem;height:19.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi { display:none; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BaypJCe6DwGycvBQeTRxnoTf1iceETQN { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02onCJc1cGlRLOCTximhoPvFhKrigC0 { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QBU1FVoEMDHUh5e6nIyKf056lw8rCQ { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWFkye868rIOqPiozROsTG8NNIJV8e31 { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRDTT0i62ccBQBnQMAaq0PdhGWL1aI18 { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITT0Is9pw5OAlzTfCnxlJOfspQm8yRh { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { display:none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NzDENJ8XI136SIAhWd3LuumbuboB4g7f { width:47.75rem;height:3.125rem;top:2rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkETHzvscvllSqfz1JOeHnLCXTEb52B { display:none; }#WEkETHzvscvllSqfz1JOeHnLCXTEb52B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lo24oESVFONfd5XouXflu2VfQMZzS1hK { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBHsOmKJ18sUPpaWbSI9pF906oU4RbK { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0107MClSnnN3SWzUF9x8Um08xxqXXz { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXy0XFnwqsOkS4QT8MHhBW8omZMfM0Rf { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8N11pFuOJistxFv1Z1VoZBy6ofe9Il { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowQb1ThFzBoEliRRKx7SCTvGIrNPVdV { width:13.0625rem;height:1.0625rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk31ycH8GUoH8wUB1ms9Bq8rObMn3tQ { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B25rz9wGGwwQds7FmoDS6vcTZGLImvNb { width:16.75rem;height:1rem;top:3.75rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgacHHWlCKUqHd9xyXilZ7r76cIupbxw { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS { display:none; }#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VuvbA4fRJvH14KfzQu4yPoFIwwsT8kGf { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtiEe8p8gu0SJdvyLPTo6rlbNa8DOEp { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXJ0TfuDhkdZXWtL1b9cl9KHXWW85IIN { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIlTTB9JQM4ddI3vkmyTInWZCeAMMMZc { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLwBBQIKFOrtbM4noRkJEDcgTooQOSx { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ThFlgyDoAwfQsEyxn4MTsPGa73aH1D { width:17.9375rem;height:1rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFAMuWudz4iiU8UpGmrE2zoXiFVoSib { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTppwHNwlZy1Pu8lOP7gIJvFleib2Qs1 { width:12rem;height:1rem;top:3.75rem;left:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGeNcqz0np3Jalm64Mvw5VwJPOr5pMIt { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq { display:none; }#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MaqL3q4oLxToBoRNxIT9VnsXpOQCWp6G { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRtAVffL9CRlpEJpXymydEz3wfzGHpE { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6qn0uWZamRcwom6u7EK8MLKZklyMOn { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3MsrQqPTgQKVlzEA5MdW9DPVEJKJZTK { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcxx7zqUHhbpvH1rXLBibLIe0va0kgGs { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlWlLOBVmBZIBQuTc2cI6uv4yrJfNgc { width:18.25rem;height:1.0625rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFp3srlDSfVvSxNkcZ6MCmnpU8RpU2ot { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusUXBEmDpi19iSSPJaziBED5ZeMLT56 { width:17.25rem;height:1rem;top:3.75rem;left:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQo15XWtpT8O7cwzK0poMWvDsHJ8c4Ab { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 { display:none; }#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxKQhyAZBh0ghlQ3X1KuPRwWLQ2HAi0P { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pECH0VMRRTcptQfr2TVNVUfWrO2zmFLJ { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBeT14srbTtpEDEg5ikzxkfZ4zkcW5lp { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKIlmktaxHw02u7E6q5O5v9MQbCEPZCq { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmU81hFtOMSxWhZSWFoFmtCHxfffOMDo { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aINTrPnt8Wi9yJw9yX42F7ebG92Tk5 { width:17.625rem;height:1rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTM79ZfyHFspQnHOvplSQWTLdNdPn2F { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWTu09zaprfiB4JvDmPysBksTphXJyN { display:none; }#DNWTu09zaprfiB4JvDmPysBksTphXJyN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o1GP3ooO5NxuDvtLvcNmT6UVcdtCMCKH { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqV3NcpzwRBvLhk0wx89rttm2uhU770V { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmGd5LMSRpfbNFVHT5HEBcOcLTBnZrF { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPZUMTyBy6sizAGde2qXFNbkFlR3otl { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIbSJZT8s5TrNKylCknrXOhXB7VmwTnT { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAXXPTKoO2LAmmFBcXDU54Cg1uWpoW8 { width:17.625rem;height:1rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmTyrsHQQp9usdLgqTaL8w8AQthzRmbU { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL { display:none; }#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3x8slZkSRyXmzukqWJxsA7ou1Po7NPD { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn0fZ4abULKoHZWBVEvHp9foUhOEp3fw { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pon54gGo0Je1ZZ5emIz2IESBLTgUWW57 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmiTU6SIbMy0l4ICh3JdB6CA1aStGSV { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITObWJE9ztysm0nmtiRCUUiqJB95BbT7 { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHvNQHAhN5RoRpByBtQTEHTlJy4MbvT4 { width:17.625rem;height:1rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLd7TMPyJnR95PS2G5nzS0Mx8lRzlWTV { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ { display:none; }#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOOEywRc7saiic6HLuz1m4IQ8DiT2L3t { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTr7rCE3JfyCgU7IMMH42aSXy4n7vyDW { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB59u6BasrDSk868itfUlltTwlyvMlT5 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXCW8nTlKBIrSdoBtBgIszxuLZu3hXI { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEID5bsK2Sp2P3RN7xRLOgHDkOf7CxO { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6p5UHr53s9db3XpQBtWHRbvR6y2Gi4a { width:18.1875rem;height:1.0625rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwg4DhUxdJfa8f6KJ2hikiEXGcR4bSVy { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUipf3Pdypu3OwVKAhNBVKXUMHWm3QJI { width:17.25rem;height:1rem;top:3.75rem;left:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE3l442xMnEkFIvz7bntci5xldbhNBAT { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 { display:none; }#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wpw2AUoZawUcMum13HOWKTxQzCtMPN0u { width:47.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4fEiUu4Lrf1xHGgVxBwURGMbi8I1ag { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsnf3uBOR4AyidM8DSE2RNvlIRSt1DF3 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0fsiF1RT4gAEa0U2msTW6pTT5luuma { width:4.375rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9WOKWgJ28A6JMbRzbgeL0nPTey7BuI { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6oqIhUTis9wMIFGaPggGWWPaWwg7O5z { width:9.625rem;height:1rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWoiCaU8R4eL86OgxL48R9mzaMWoMS3a { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJqyntmqECiPTopBrps6rcWSnIE0xBxN { width:13.1875rem;height:1.0625rem;top:3.75rem;left:7.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4IwUg3uStGk8JGCrxAhr8qLTTS0h8X { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTePBPu4vsA3gkTtCRwEaaTFLIiIcevb { width:10.625rem;height:1.0625rem;top:3.75rem;left:21.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFTe41CFBsK9zSsfI3spqtZwqOiLp2X { width:0.8125rem;height:0.8125rem;top:3.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT { display:none; }#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GwLAcCvJI8AqMUekmy8c7xQHSSvUu3uy { width:47.625rem;height:4.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemiKLmW6ILoKbLsULTKMefp8kDi9AzA { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxmXFkUnt2oiJ81BzZzcb9qc5LiLbXdB { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { display:none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { width:11.6875rem;height:4.75rem;top:14.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7FDuqMedBoyTCXhw7Heck7a2qTm3C8b { width:6rem;height:2.75rem;top:15.875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { width:32.0625rem;height:3.5rem;top:9.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { width:31.25rem;height:1.5625rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { width:47.5rem;height:16.6875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .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; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .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; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #gCE1riyqVUct66CgsOpgizNX0F624gW4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #zAznbxtlZ1qvEy1GcvoiKM3fs8Vailom {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #mT1rUFpnkvJpe5i3T4wQpRNuFeM41Tgx {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #L3x1TssGV2q3ySDdLpaL9VDf2FTDukHw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #X4RGf6DXk8E0CWsM6TIWppNf9l1tUHCt {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #npwKLzihpSZ00ccTWeRL4agKPR2MpvTt {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #UfxmWzC63Be0aCmAR4ilAI20ARDq3DRb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #nu9vEptMZWlTQprnQXNZI724ryZHFCG9 {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #keEu0xWi5rUmdVmdof0Jr5TJFzPIQ2ZT {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #GM7FKFAL5kACdmVUCG4KvZGy6y5KgrL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #OSirE5RVU23u7Wl9kgBTMaq1lNk0Ss9W {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #xLkyJWERDyULmgwFiEsdcaEEJ3PxKPkG {  }
 }@media only screen and (max-width: 763px) { #EvCB2mBsET9HSVWuykltH3GPRSrGANxI { width:10.25rem;height:3.3125rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { width:15rem;height:8.8125rem;top:15.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { width:15rem;height:8.9375rem;top:8.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RemcDS8fJd2OoBaGPugiftVSESucdgHr { width:12.5rem;height:8.1875rem;top:16.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { width:3.75rem;height:5.6875rem;top:10.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { width:2.8125rem;height:5.0625rem;top:10.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOhaVJx2NxXiRinetxN54zDKISNSJtV { width:7.5rem;height:7.5rem;top:16.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { width:7.5rem;height:7.5rem;top:9.0625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { width:7.5rem;height:7.5rem;top:9.0625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { width:43.75rem;height:2.375rem;top:5.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { width:13.875rem;height:1.5625rem;top:5.6875rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { width:6.75rem;height:1.5625rem;top:5.6875rem;left:21.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { width:10.5625rem;height:1.5625rem;top:5.6875rem;left:31.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { width:0.9375rem;height:0.9375rem;top:6rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { width:0.9375rem;height:0.9375rem;top:6rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { width:25rem;height:3.4375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block; }
 }@media only screen and (max-width: 763px) { #kb0TPu9ztchpbqNus61oONMTdDwhEK6u { width:33.75rem;height:21.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWBSAdaMlxh3uvFXAEfAwx2ATpit1i1p { width:25rem;height:3.4375rem;top:14.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoNaHZTo7DHagEK9CtzWIpqR3TEncs1o { display:block; }
 }@media only screen and (max-width: 763px) { #dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv { width:33.75rem;height:21.25rem;top:2.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh8ZFfRs1X8A4g13FuGh5NiGtXON5dqS { width:2.375rem;height:2.375rem;top:4.625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BubHz3bgZGE5xc8VTTGz2GH4Ihexhkph { width:15.875rem;height:1.25rem;top:5.25rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTBAH1Hadu4bz2oD7tPiyvVEbw88Ka50 { width:22.4375rem;height:5.1875rem;top:8.125rem;left:24.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWXTrd4W2AnVH4iJ6ifdCSSboNK5yLQ4 { width:20.375rem;height:1.125rem;top:19.6875rem;left:25.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { width:23.375rem;height:1.25rem;top:5.0625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX49CXHq41lUuvNEgfET5f3syUiH0pAc { width:2.375rem;height:2.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWJMPONTIgI0nmtN1539K11EoF9fDra { width:19rem;height:5.1875rem;top:8.125rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { width:22.625rem;height:1.125rem;top:19.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { width:47.5rem;height:27.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cA9y0sMcii03RZsAclDLoyerHx1DDHbS { width:11.6875rem;height:4.75rem;top:9.75rem;left:15.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { width:6rem;height:2.75rem;top:10.8125rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { width:32.0625rem;height:3.5rem;top:3.75rem;left:7.84375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { width:31.25rem;height:1.5625rem;top:7.75rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { width:47.5rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .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; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .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; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
 }@media only screen and (max-width: 763px) { #Sph5mReQKPLKtg22b70hIlRUDRa2L00E { width:10.25rem;height:3.3125rem;top:15rem;left:7.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { width:15rem;height:8.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { width:15rem;height:8.9375rem;top:3.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { width:12.5rem;height:8.1875rem;top:10.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { width:3.75rem;height:5.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { width:2.8125rem;height:5.0625rem;top:12.1875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { width:7.5rem;height:7.5rem;top:10.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { width:7.5rem;height:7.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZWq6FraHvBAspX2lh9vXewM3HIb10s { width:7.5rem;height:7.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { width:25rem;height:3.4375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { width:33.75rem;height:21.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { width:25rem;height:3.4375rem;top:14.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block; }
 }@media only screen and (max-width: 763px) { #e5THhRATscitP0zIQnklpPg647Shg9KG { width:33.75rem;height:21.25rem;top:2.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { width:2.375rem;height:2.375rem;top:4.625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { width:15.875rem;height:1.25rem;top:5.25rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd91Adxd08sZpsFnS27CXe5OWMKkc84a { width:22.4375rem;height:5.1875rem;top:8.125rem;left:24.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { width:20.375rem;height:1.125rem;top:19.6875rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { width:23.375rem;height:1.25rem;top:5.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { width:2.375rem;height:2.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { width:19rem;height:5.1875rem;top:8.125rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { width:22.625rem;height:1.125rem;top:19.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { width:47.5rem;height:27.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVhChCuImvX3cw8CqGPItwHTFv7TTbob { display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { width:29.875rem;height:;top:30.5rem;left:0rem;font-size:1rem;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { width:31.9375rem;height:46.1875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { width:29.375rem;height:0.125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { width:29.375rem;height:3.4375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block; }
 }@media only screen and (max-width: 763px) { #oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { width:11.6875rem;height:4.8125rem;top:11.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { width:6rem;height:2.75rem;top:12.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { width:27.5rem;height:16.4375rem;top:8.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { width:5.9375rem;height:10.875rem;top:13.3125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { width:27.6875rem;height:16.3125rem;top:23.25rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { width:15.5rem;height:15.5rem;top:23rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { width:9.0625rem;height:13.875rem;top:10.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { width:15.5rem;height:15.5rem;top:23rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { width:15.5rem;height:15.5rem;top:34rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { width:19.8125rem;height:13.1875rem;top:36.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { width:29rem;height:;top:8.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { width:10.25rem;height:3.3125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .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; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .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; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
 }@media only screen and (max-width: 763px) { #gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy { display:none; }#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mzka3QWS4ghIOH78682p2h6GbsfzAlPl { width:47.75rem;height:18.650588235294rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vpcd8VfIiv1Off9gW3gI5r8x0mZqJzn7 { width:20rem;height:6.5800625rem;top:5.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FMDbZXuLxUzAVW7AL6mqV61en1ctFidS { width:17rem;height:24.25rem;top:49.3125rem;left:1.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TCDaKiXh7tORwxI8wa1cRDqn881TJxTP { width:13.25rem;height:2.5rem;top:1.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uRkR5pfaG7hn1MhJxmTGGscUwlWW1s { width:13.3125rem;height:1.29980625rem;top:2.5rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm2w7Oz9R9sNFbzJDkcge05qk6ryTrK0 { width:15.3125rem;height:0.625rem;top:11.8291015625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.75rem;overflow:hidden;display:block;font-family:poppins; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-text {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-select {padding-top: 0; padding-bottom: 0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;height:3.125rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container:first-of-type{padding-top:0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .widget-container:last-of-type{padding-bottom:0;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o  { width:18.4375rem;height:auto;top:12.0791015625rem;left:0rem; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o {display:block;}#vR1An01sF0hdZs2cHGI2TZg7uAXwE34o { width:18.4375rem;height:auto;top:12.0791015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AiIoxgCe7HtNEIPJlKwTmM3AKal8QhO4 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #V8TDhJJ0wXUIBBFVSybUvHUkHZGfIU0f { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gllC6vgiqn6pN3bX1DDnGoZ8UXdrFvXC {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AFyLROx9mBLkr2bs6fHEiF9LaGsuhVp6 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #U56FNtmmNInGqBfZHBAaZy308cToKoCX { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #wkxAAunKsTNv5C15trG56TTutHPgzZ5g {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #IwGMcrDNZDinDVO6yPhJndAowV8enZ8W {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #ksXI3LpFT8Oy2a9KWg2xcheyXA5tpL1m { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #sfysmqqJQIpifLXakaDeEvbydmNA1bNw {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #DCXmluTqZLxtAfWxzkFiIGi5QFMBLHK9 {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #uzi4XBdMc3kC4wopV436NoTQu60CWWvl { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #gXxreiuWvg6S169ru5xoFTxyIdFc0Khp {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #a7nW5O9HMdtCBhcmi4iIL0ta9IbCwVkT {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #AoIivR1JBmV8cnOTJyt83LTPvZXJz8HX {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #qeqcnwVEym22W9AXsIkbIUfl0L7kuI3Q { display:block; }
 }@media only screen and (max-width: 763px) { #nqzdpifLzDHH4r2dLCVl2iyy3NOwtpeZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9H9JFXaFwH7QAfEdi7ZnZf1G7w22Hbn { display:block; }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #oVVq7rRB3Wg47pO50ao4G06GVmT2teLy {  }
 }@media only screen and (max-width: 763px) { #vR1An01sF0hdZs2cHGI2TZg7uAXwE34o #NoBLVcpGo060zTJ9IlcudnTBqHmI3XSG {  }
 }@media only screen and (max-width: 763px) { #w76alClt6aPnyCXT4FkkVEIXZpVktv2V { display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .row .container { width:20rem;height:56.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { width:19.875rem;height:53.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { width:19.375rem;height:5.0625rem;top:6.474609375rem;left:0.3125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { width:20rem;height:1.7871125rem;top:4.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { width:7.5rem;height:1.5rem;top:1.9375rem;left:5.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { width:1.5625rem;height:1.5625rem;top:1.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPofq3xl5Bm4FEdGS7I21UEANrga0peV { width:19.375rem;height:13.90625rem;top:16.173828125rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { width:20rem;height:2.76171875rem;top:12.787109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { width:20rem;height:20rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { width:5.125rem;height:8.8125rem;top:42.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { width:9.375rem;height:11.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi { display:none; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi { border-width: 0; border-radius: 0; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NF0aUp3TAJ2yx6mfcsr7hzxTdPgqnNDi > .row .container { width:20rem;height:20.625rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BaypJCe6DwGycvBQeTRxnoTf1iceETQN { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X02onCJc1cGlRLOCTximhoPvFhKrigC0 { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QBU1FVoEMDHUh5e6nIyKf056lw8rCQ { width:10.8125rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWFkye868rIOqPiozROsTG8NNIJV8e31 { width:18.75rem;height:9rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GRDTT0i62ccBQBnQMAaq0PdhGWL1aI18 { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITT0Is9pw5OAlzTfCnxlJOfspQm8yRh { width:20rem;height:0.0625rem;top:18.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { display:none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NzDENJ8XI136SIAhWd3LuumbuboB4g7f { width:20rem;height:2.01171875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkETHzvscvllSqfz1JOeHnLCXTEb52B { display:none; }#WEkETHzvscvllSqfz1JOeHnLCXTEb52B > .row .container { width:20rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lo24oESVFONfd5XouXflu2VfQMZzS1hK { width:19.875rem;height:10.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBHsOmKJ18sUPpaWbSI9pF906oU4RbK { width:18.75rem;height:1.21875rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cU0107MClSnnN3SWzUF9x8Um08xxqXXz { width:5.625rem;height:1.4622375rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NXy0XFnwqsOkS4QT8MHhBW8omZMfM0Rf { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8N11pFuOJistxFv1Z1VoZBy6ofe9Il { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowQb1ThFzBoEliRRKx7SCTvGIrNPVdV { width:13.625rem;height:1.0559875rem;top:7.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk31ycH8GUoH8wUB1ms9Bq8rObMn3tQ { display:flex;width:0.8125rem;height:0.8125rem;top:7.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #B25rz9wGGwwQds7FmoDS6vcTZGLImvNb { width:16.75rem;height:1.0559875rem;top:8.81640625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgacHHWlCKUqHd9xyXilZ7r76cIupbxw { display:flex;width:0.8125rem;height:0.8125rem;top:8.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS { display:none; }#TKcTJaGQoOexfxazaqUFTcf6tQt3gIcS > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VuvbA4fRJvH14KfzQu4yPoFIwwsT8kGf { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtiEe8p8gu0SJdvyLPTo6rlbNa8DOEp { width:18.75rem;height:2.4375rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OXJ0TfuDhkdZXWtL1b9cl9KHXWW85IIN { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIlTTB9JQM4ddI3vkmyTInWZCeAMMMZc { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLwBBQIKFOrtbM4noRkJEDcgTooQOSx { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ThFlgyDoAwfQsEyxn4MTsPGa73aH1D { width:17.875rem;height:1.0559875rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFAMuWudz4iiU8UpGmrE2zoXiFVoSib { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #kTppwHNwlZy1Pu8lOP7gIJvFleib2Qs1 { width:16.75rem;height:1.0559875rem;top:9.81640625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGeNcqz0np3Jalm64Mvw5VwJPOr5pMIt { display:flex;width:0.8125rem;height:0.8125rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq { display:none; }#OxL2dZnDzwEzpQPo9n7Lv1XkJVlhGJeq > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MaqL3q4oLxToBoRNxIT9VnsXpOQCWp6G { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRtAVffL9CRlpEJpXymydEz3wfzGHpE { width:18.75rem;height:2.4375rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6qn0uWZamRcwom6u7EK8MLKZklyMOn { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R3MsrQqPTgQKVlzEA5MdW9DPVEJKJZTK { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcxx7zqUHhbpvH1rXLBibLIe0va0kgGs { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlWlLOBVmBZIBQuTc2cI6uv4yrJfNgc { width:17.875rem;height:1.0559875rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFp3srlDSfVvSxNkcZ6MCmnpU8RpU2ot { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #iusUXBEmDpi19iSSPJaziBED5ZeMLT56 { width:16.75rem;height:1.0559875rem;top:9.81640625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQo15XWtpT8O7cwzK0poMWvDsHJ8c4Ab { display:flex;width:0.8125rem;height:0.8125rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 { display:none; }#L8RutFRBexXmL5BqfeJ0wiw2l8rs07X2 > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxKQhyAZBh0ghlQ3X1KuPRwWLQ2HAi0P { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pECH0VMRRTcptQfr2TVNVUfWrO2zmFLJ { width:18.75rem;height:1.21875rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBeT14srbTtpEDEg5ikzxkfZ4zkcW5lp { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKIlmktaxHw02u7E6q5O5v9MQbCEPZCq { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmU81hFtOMSxWhZSWFoFmtCHxfffOMDo { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aINTrPnt8Wi9yJw9yX42F7ebG92Tk5 { width:17.875rem;height:1.0559875rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTM79ZfyHFspQnHOvplSQWTLdNdPn2F { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #DNWTu09zaprfiB4JvDmPysBksTphXJyN { display:none; }#DNWTu09zaprfiB4JvDmPysBksTphXJyN > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o1GP3ooO5NxuDvtLvcNmT6UVcdtCMCKH { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqV3NcpzwRBvLhk0wx89rttm2uhU770V { width:18.75rem;height:2.4375rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSmGd5LMSRpfbNFVHT5HEBcOcLTBnZrF { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEPZUMTyBy6sizAGde2qXFNbkFlR3otl { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIbSJZT8s5TrNKylCknrXOhXB7VmwTnT { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAXXPTKoO2LAmmFBcXDU54Cg1uWpoW8 { width:17.875rem;height:1.0559875rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmTyrsHQQp9usdLgqTaL8w8AQthzRmbU { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL { display:none; }#Z9Fl8HwnCG2h6XMz6aUzrNcZKGJcG3aL > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3x8slZkSRyXmzukqWJxsA7ou1Po7NPD { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn0fZ4abULKoHZWBVEvHp9foUhOEp3fw { width:18.75rem;height:2.4375rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pon54gGo0Je1ZZ5emIz2IESBLTgUWW57 { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmiTU6SIbMy0l4ICh3JdB6CA1aStGSV { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITObWJE9ztysm0nmtiRCUUiqJB95BbT7 { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHvNQHAhN5RoRpByBtQTEHTlJy4MbvT4 { width:17.875rem;height:1.0556625rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLd7TMPyJnR95PS2G5nzS0Mx8lRzlWTV { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ { display:none; }#gqtnoaWBTRVwSfQospkXXWiqiIbtvqyQ > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOOEywRc7saiic6HLuz1m4IQ8DiT2L3t { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTr7rCE3JfyCgU7IMMH42aSXy4n7vyDW { width:18.75rem;height:2.4375rem;top:4.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LB59u6BasrDSk868itfUlltTwlyvMlT5 { width:5.625rem;height:1.4622375rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bsXCW8nTlKBIrSdoBtBgIszxuLZu3hXI { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEID5bsK2Sp2P3RN7xRLOgHDkOf7CxO { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6p5UHr53s9db3XpQBtWHRbvR6y2Gi4a { width:17.875rem;height:1.0559875rem;top:8.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwg4DhUxdJfa8f6KJ2hikiEXGcR4bSVy { display:flex;width:0.8125rem;height:0.8125rem;top:8.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nUipf3Pdypu3OwVKAhNBVKXUMHWm3QJI { width:16.75rem;height:1.0559875rem;top:9.81640625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE3l442xMnEkFIvz7bntci5xldbhNBAT { display:flex;width:0.8125rem;height:0.8125rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 { display:none; }#b3pQiJKSwrv2T05MC0U1fCc9bIgy3gn2 > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wpw2AUoZawUcMum13HOWKTxQzCtMPN0u { width:19.875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4fEiUu4Lrf1xHGgVxBwURGMbi8I1ag { width:18.75rem;height:1.21875rem;top:4rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wsnf3uBOR4AyidM8DSE2RNvlIRSt1DF3 { width:5.625rem;height:1.4622375rem;top:5.3125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0fsiF1RT4gAEa0U2msTW6pTT5luuma { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9WOKWgJ28A6JMbRzbgeL0nPTey7BuI { width:1.5625rem;height:1.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6oqIhUTis9wMIFGaPggGWWPaWwg7O5z { width:9.625rem;height:1.0559875rem;top:7.125rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWoiCaU8R4eL86OgxL48R9mzaMWoMS3a { display:flex;width:0.8125rem;height:0.8125rem;top:7.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ZJqyntmqECiPTopBrps6rcWSnIE0xBxN { width:13.1875rem;height:1.0559875rem;top:8.375rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4IwUg3uStGk8JGCrxAhr8qLTTS0h8X { display:flex;width:0.8125rem;height:0.8125rem;top:8.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TTePBPu4vsA3gkTtCRwEaaTFLIiIcevb { width:11rem;height:1.0559875rem;top:9.625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFTe41CFBsK9zSsfI3spqtZwqOiLp2X { display:flex;width:0.8125rem;height:0.8125rem;top:9.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT { display:none; }#Nsh7bBwdQ3GxTZMgBTvfPOx7C7SZ5WuT > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GwLAcCvJI8AqMUekmy8c7xQHSSvUu3uy { width:19.875rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemiKLmW6ILoKbLsULTKMefp8kDi9AzA { width:13.875rem;height:1.7871125rem;top:1.9677734375rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxmXFkUnt2oiJ81BzZzcb9qc5LiLbXdB { width:11.5rem;height:1.7871125rem;top:3.693359375rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { display:none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { width:8.125rem;height:3rem;top:10.8125rem;left:3.75rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E7FDuqMedBoyTCXhw7Heck7a2qTm3C8b { width:4.5625rem;height:1.78125rem;top:11.625rem;left:11.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { width:20rem;height:2.01171875rem;top:4.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { width:20rem;height:1.2246125rem;top:7.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { width:19.75rem;height:16.5rem;top:2.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE .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; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nyZyaChE09A15hVeG4qTl9SiA461TyaE { display:flex;width:11.75rem;height:2.561875rem;top:16.0498046875rem;left:4.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #gCE1riyqVUct66CgsOpgizNX0F624gW4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #zAznbxtlZ1qvEy1GcvoiKM3fs8Vailom {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #mT1rUFpnkvJpe5i3T4wQpRNuFeM41Tgx {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #L3x1TssGV2q3ySDdLpaL9VDf2FTDukHw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #X4RGf6DXk8E0CWsM6TIWppNf9l1tUHCt {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #npwKLzihpSZ00ccTWeRL4agKPR2MpvTt {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #UfxmWzC63Be0aCmAR4ilAI20ARDq3DRb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #nu9vEptMZWlTQprnQXNZI724ryZHFCG9 {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #keEu0xWi5rUmdVmdof0Jr5TJFzPIQ2ZT {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #GM7FKFAL5kACdmVUCG4KvZGy6y5KgrL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #OSirE5RVU23u7Wl9kgBTMaq1lNk0Ss9W {  }
 }@media only screen and (max-width: 763px) { #nyZyaChE09A15hVeG4qTl9SiA461TyaE #xLkyJWERDyULmgwFiEsdcaEEJ3PxKPkG {  }
 }@media only screen and (max-width: 763px) { #EvCB2mBsET9HSVWuykltH3GPRSrGANxI { width:20rem;height:1.29980625rem;top:14.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { width:13.875rem;height:8.125rem;top:35.78125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { width:13.875rem;height:8.1875rem;top:35.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RemcDS8fJd2OoBaGPugiftVSESucdgHr { width:11.25rem;height:7.3125rem;top:18.75rem;left:8.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { width:5.3125rem;height:8.3125rem;top:12.75rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { width:3.9375rem;height:7.3125rem;top:13.375rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcOhaVJx2NxXiRinetxN54zDKISNSJtV { width:7.625rem;height:7.625rem;top:33.375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { width:7.625rem;height:7.625rem;top:33.4375rem;left:11.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { width:7.625rem;height:7.625rem;top:31.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { width:20rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { width:13.875rem;height:1.21875rem;top:0.375rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { width:5.4375rem;height:1.125rem;top:1.5625rem;left:12.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { width:8.4375rem;height:1.125rem;top:1.5625rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { width:0.625rem;height:0.625rem;top:8.5rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { width:0.625rem;height:0.625rem;top:1.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .row .container { width:20rem;height:54.75rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { width:17.875rem;height:3.125rem;top:12.75rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block; }
 }@media only screen and (max-width: 763px) { #kb0TPu9ztchpbqNus61oONMTdDwhEK6u { width:20rem;height:21.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWBSAdaMlxh3uvFXAEfAwx2ATpit1i1p { width:19rem;height:3.125rem;top:36.875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoNaHZTo7DHagEK9CtzWIpqR3TEncs1o { display:block; }
 }@media only screen and (max-width: 763px) { #dMBhHQ4oztXyqW1uyv2XWxKAymqwMsgv { width:20rem;height:21.25rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh8ZFfRs1X8A4g13FuGh5NiGtXON5dqS { display:flex;width:2.375rem;height:2.375rem;top:27.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #BubHz3bgZGE5xc8VTTGz2GH4Ihexhkph { width:15.875rem;height:1.21875rem;top:29.75rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTBAH1Hadu4bz2oD7tPiyvVEbw88Ka50 { width:20rem;height:3.4121125rem;top:32.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWXTrd4W2AnVH4iJ6ifdCSSboNK5yLQ4 { width:20rem;height:1.21875rem;top:41.5625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { width:16.1875rem;height:2.4375rem;top:6.125rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX49CXHq41lUuvNEgfET5f3syUiH0pAc { display:flex;width:2.375rem;height:2.375rem;top:3.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #PKWJMPONTIgI0nmtN1539K11EoF9fDra { width:19rem;height:1.70605625rem;top:9.8125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { width:20rem;height:1.0559875rem;top:17.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { width:19.75rem;height:51.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .row .container { width:20rem;height:95.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cA9y0sMcii03RZsAclDLoyerHx1DDHbS { width:11.6875rem;height:0;top:75.3125rem;left:4.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { width:6rem;height:0;top:81.3125rem;left:7rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { width:20rem;height:0;top:67.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { width:20rem;height:0;top:72.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { width:19.75rem;height:1.75rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .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; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { display:flex;width:11.75rem;height:2.561525rem;top:62.5rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
 }@media only screen and (max-width: 763px) { #Sph5mReQKPLKtg22b70hIlRUDRa2L00E { width:10.25rem;height:0;top:85.3125rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { width:13.875rem;height:8.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { width:13.875rem;height:8.1875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { width:11.25rem;height:7.3125rem;top:50.625rem;left:8.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { width:5.3125rem;height:8.3125rem;top:43.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { width:3.9375rem;height:7.3125rem;top:43.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { width:7.625rem;height:7.625rem;top:55.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { width:7.625rem;height:7.625rem;top:55.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZWq6FraHvBAspX2lh9vXewM3HIb10s { width:7.625rem;height:7.625rem;top:55.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .row .container { width:20rem;height:64.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { width:17.875rem;height:2.8125rem;top:12rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { width:20rem;height:21.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { width:19rem;height:3.4375rem;top:30.75rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block; }
 }@media only screen and (max-width: 763px) { #e5THhRATscitP0zIQnklpPg647Shg9KG { width:20rem;height:21.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { display:flex;width:2.375rem;height:2.375rem;top:20.6875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { width:15.875rem;height:0;top:21.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd91Adxd08sZpsFnS27CXe5OWMKkc84a { width:20rem;height:0;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { width:20rem;height:0;top:35.80078125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { width:20rem;height:0;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { display:flex;width:2.375rem;height:2.375rem;top:20.6875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { width:19rem;height:0;top:24.1875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { width:20rem;height:0;top:35.80078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { width:19.75rem;height:27.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVhChCuImvX3cw8CqGPItwHTFv7TTbob { display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { width:20rem;height:65.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { width:18.125rem;height:26.875rem;top:17.625rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { width:20rem;height:40.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { width:17.5rem;height:0.125rem;top:16.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { width:17.875rem;height:2.8125rem;top:12rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block; }
 }@media only screen and (max-width: 763px) { #oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { width:9.5rem;height:3.1875rem;top:3.984375rem;left:1.25rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { width:6rem;height:1.78125rem;top:4.6875rem;left:10.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { width:13.875rem;height:8.1875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { width:3.9375rem;height:7.3125rem;top:43.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { width:13.875rem;height:8.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { width:7.625rem;height:7.625rem;top:55.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { width:5.3125rem;height:8.3125rem;top:43.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { width:7.625rem;height:7.625rem;top:55.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { width:7.625rem;height:7.625rem;top:55.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { width:11.25rem;height:7.3125rem;top:50.625rem;left:8.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { width:18.75rem;height:2.01171875rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { width:14.25rem;height:1.29980625rem;top:7.609375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .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; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { display:flex;width:11.75rem;height:2.561525rem;top:8.6875rem;left:1.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
 }@media only screen and (max-width: 763px) { #gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy { display:none; }#gfiQZeGoatirTzg2nDB0Hp9QwbE9uePy > .row .container { width:20rem;height:11.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mzka3QWS4ghIOH78682p2h6GbsfzAlPl { width:19.625rem;height:7.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #gfbNXmCmIAz8vPJkaCladyoTZO2ba32Q > .row .container { position:relative;display:block; } }