.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:233,251,254;--color-primary-1:183,243,251;--color-primary-2:111,231,247;--color-primary-3:56,116,124;--color-primary-4:17,35,37;--color-secondary-0:217,218,219;--color-secondary-1:129,133,135;--color-secondary-2:2,10,15;--color-secondary-3:1,5,8;--color-secondary-4:0,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:227,227,227;--color-tertiary-3:136,136,136;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-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); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { position:relative;display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { background-color: transparent; background-image: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container > .video-iframe-container { display: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row > .video-iframe-container { display: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .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); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { border-width: 0; border-radius: 0; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .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; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11rem;top:0.1875rem;left:1.83203125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/deb5d3b9-43c7-4609-993e-163e31c9800a/Untitleddesign60.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-form-header {  }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#152f2e;width:19.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;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:19.4375rem;box-sizing:border-box;height:2.1875rem;color:#152f2e;font-size:0.8125rem;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;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:19.4375rem;box-sizing:border-box;height:4.375rem;color:#152f2e;font-size:0.8125rem;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(0,230,118,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:300;color:#0c0b0b;width:18.0625rem;height:3.5625rem;font-family:sora;overflow:hidden;font-style:normal;line-height:1; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-moz-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-moz-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-ms-input-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-webkit-input-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:first-of-type{padding-top:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:last-of-type{padding-bottom:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.796875rem;left:35.151042938233rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.796875rem;left:35.151042938233rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM { position:relative; }
#pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { position:relative;display:block; }
#TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { position:relative;display:block; }
#c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { position:relative;display:block; }
#dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { position:relative;display:block; }
#RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { position:relative;display:block; }
#FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { position:relative;display:block; }
#ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { position:relative;display:block; }
#ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { position:relative;display:block;z-index:100000;display:block; }
#eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { position:relative;display:block;z-index:100000;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m { position:relative;z-index:2; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX { position:relative; }
#sByMewx67blWPs3Fib9VgbE5ocHzoSBg { position:relative;display:block; }
#pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { position:relative;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 { position:relative; }
#J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9384765625rem;left:36.46484375rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:sora;font-size:4rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:3.8125rem;left:1.5166015625rem;height:16rem;font-style:normal;display:block; }
#bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { color:#5a5757;display:block;width:28.25rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:22rem;left:1.5166015625rem;height:5.25rem;font-style:normal;display:block; }
#qdGlDSnS2rdwUKDFMDWycZ4O7ppgD2A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:29.3125rem;left:1.5166015625rem;height:4rem;font-style:normal;display:block; }
#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,237,229,0.84);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { background-color: transparent; background-image: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container > .video-iframe-container { display: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row > .video-iframe-container { display: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .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); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { border-width: 0; border-radius: 0; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { color:#5fc495;display:block;width:18.25rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.5390625rem;left:6.8914928436281rem;height:2rem;font-style:normal;display:block; }
#a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4453125rem;left:3.1015625rem;display:block; }
#b0KPTC7nimh7JRZqauryalqXThZFxast { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:4.6875rem;left:3.1015625rem;height:2rem;font-style:normal;display:block; }
#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfede5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { background-color: transparent; background-image: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container > .video-iframe-container { display: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row > .video-iframe-container { display: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .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); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { border-width: 0; border-radius: 0; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.374025rem;top:2.09228515625rem;left:1.37451171875rem;overflow:hidden;display:block; }
#KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.060546875rem;left:16.4990234375rem;overflow:hidden;display:block; }
#bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:1.93603515625rem;left:31.561279296875rem;overflow:hidden;display:block; }
#qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.904296875rem;left:46.435546875rem;overflow:hidden;display:block; }
#aTQVZZ6Xbvf6gIU0To0ASBAgI9TitDps { box-sizing:content-box;height:0.1867675rem;width:51.3745rem;position:absolute;display:block;z-index:15011;background-color:#01ff90;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.656005859375rem;left:3.372802734375rem;display:block; }
#z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.31103515625rem;left:0.843505859375rem;height:1.1254875rem;font-style:normal;display:block; }
#BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { color:#5a5757;display:block;width:13.125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:7.998046875rem;left:0.8125rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.31103515625rem;left:15.843505859375rem;height:1.1254875rem;font-style:normal;display:block; }
#SJNTbHne32NOa4J8knO0NChNoIExD1sw { color:#5a5757;display:block;width:13.562rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:7.996826171875rem;left:15.7177734375rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:6.31103515625rem;left:30.843505859375rem;height:1.1254875rem;font-style:normal;display:block; }
#yGgH5PuZO76keCVWTLulHMFANvurNOck { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:8.076171875rem;left:30.718994140625rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:6.31103515625rem;left:45.843505859375rem;height:1.1254875rem;font-style:normal;display:block; }
#yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.076171875rem;left:45.718994140625rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FemZl44OtDgJLc7NpuAcwChHG4wvX27R { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC { z-index:;position:relative;display:block; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC { background-color: transparent; background-image: none; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container > .video-iframe-container { display: none; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row > .video-iframe-container { display: none; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .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); }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC { border-width: 0; border-radius: 0; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .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; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/deb5d3b9-43c7-4609-993e-163e31c9800a/Untitleddesign60.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container.adaptive-delivery-prevent-bg, #nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container.lazyload, #nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container.lazyloading { background-image: none; }#lfkp3nTe6GgBE9BvmJQ8gcacTneNDbxB { box-sizing:content-box;height:0.1875rem;width:3.061525rem;position:absolute;display:block;z-index:15010;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:3.4375rem;display:block; }
#v4eemgwpfcIPf6z2HWoZTwc17TC2TKZD { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:2.1875rem;left:7.625rem;height:2rem;font-style:normal;display:block; }
#AzR8bGQmiwUGxPfTxU7M0xPM0beohO70 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.5625rem;left:1.25rem; }
#UA3z8ZQbTc1KuNuXtDmJRerkMWFS25MU { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:7.0625rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#SdPES37Gi5Z5lDsfLlHylx1JS01BTbxG { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#iLXOuxpSESqHfuNue7nHG4Ekbmwf2vCZ { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:12.3125rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#hSZ34JbNBgrNLQ0LHkyOMaNazMVnybpR { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:15.125rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#xrVxNQBCQhgHDfkTJaSamiM63k7ARPcm { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:17.9375rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#fxDOfGNbhEulobBi7t0364BbXIKT01LX { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:20.75rem;left:5.3125rem;height:1.25rem;font-style:normal;display:block; }
#Aa66R5nxEbP2k6yihF07Zwcy0hNhFp31 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.125rem;left:1.25rem; }
#Owz06FXtka4GihGFhScTe5VbJhERUmGy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.75rem;left:1.25rem; }
#TCxfwBCBLx6KKC3dMC43INWzTHyTnL9A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.5625rem;left:1.25rem; }
#VwUBUqvgyC8OQokT3pBEE9SrS39GBpk3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.375rem;left:1.25rem; }
#PngwZwRxR8IZ8HqLJSJD2b0VkcF6PnFf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.1875rem;left:1.25rem; }
#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,237,229,0.84);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container { background-color: transparent; background-image: none; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container > .video-iframe-container { display: none; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row > .video-iframe-container { display: none; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .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); }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container { border-width: 0; border-radius: 0; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#PBEM4SoiQXU6EpEJypiwZBWvyZ0dazs2 { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8828125rem;left:3.1015625rem;display:block; }
#CnGTK7GcDSc7L1Tw8XNXDPNrSK7Wrf8w { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.97607421875rem;left:7.5380859375rem;height:2rem;font-style:normal;display:block; }
#no7T4nLyQhw4ybQbbECTzzbTr1Ii3ENE { color:#5a5757;display:block;width:54.687rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.4375rem;left:2.625rem;height:1.25rem;font-style:normal;display:block; }
#IgWrl0R13qr2kFTDrJihUBlUVPqTLpe8 { color:#5a5757;display:block;width:54.6855625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:9.625rem;left:2.625rem;height:4rem;font-style:normal;display:block; }
#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/deb5d3b9-43c7-4609-993e-163e31c9800a/Untitleddesign60.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf.adaptive-delivery-prevent-bg, #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf.lazyload, #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf.lazyloading { background-image: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { background-color: transparent; background-image: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container > .video-iframe-container { display: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row > .video-iframe-container { display: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .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); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { border-width: 0; border-radius: 0; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#BFRvRzHgmfxz4z8WP6Xxk6IbkrMwn3p7 { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15014;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:3.5rem;display:block; }
#Nbh2hZJxWeEmBbmr1PKwOAWdyzsiPCB5 { color:#5fc495;display:block;width:20.3125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:2.5625rem;left:7.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:8.8125rem;left:6.3125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qB8UKXxxvEKun8y9gQybMz27UZqut0RQ { box-sizing:content-box;height:6.43675rem;width:14.4995rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7.6875rem;left:3.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:12rem;left:4.0625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmE2VyFQLh0pwT32Toe0WCykyw2oramU { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.6875rem;left:11.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#JpXI4a56LGAACcFT8F9k2p7PNBwSMW8b { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:18.3125rem;left:3.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hqh6iA2nZ7T99tJfq9FMge1PfqhoDWmb { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:18.3125rem;left:23.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rPpTocTf1CFnGx1V098NB6VqXtCBK1VK { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7.6875rem;left:22.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KSikxEn69fvk0JKR0uLpiCRCuckOEJod { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.6875rem;left:35.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BDA5IBkJ0RtpxLJlVxvdLlr3okU4C8IF { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7.6875rem;left:42rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fNr9xCqEbIWpcOHw6prufD1tqlb55ETq { box-sizing:content-box;height:6.4355625rem;width:14.4983125rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:18.3125rem;left:41.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#T64CgdBVHy9E9WdTKTUoFrP18OpAk0E0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:8.8125rem;left:26.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXyCNFT8HgAS4XvZ1f6iwl1bxWtKu91C { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.9375rem;left:23.3125rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:8.8125rem;left:44.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.9375rem;left:42.5625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:19.4375rem;left:6.3125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.625rem;left:4.0625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:19.4375rem;left:26.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { color:#5a5757;display:block;width:8.18725rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:22.625rem;left:26.5625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.37475rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:19.4375rem;left:44.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { color:#5a5757;display:block;width:8.1860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.4375rem;left:45.25rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3735625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15019;line-height:1;letter-spacing:0;top:29.625rem;left:13.3125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { color:#5a5757;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:32.6875rem;left:11.6875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aalq5RyB28ASsBm44UykbZKiGWwfVQ5O { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:29.3125rem;left:37.125rem;overflow:hidden;display:block; }
#op0gNu9kCooKpBVAoT9pdnbnEgOT8V6E { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:29.625rem;left:40.875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8IVAdOOe6ZwbAAzFIkEWOE9fLquLe2m { color:#5a5757;display:block;width:11.31225rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:32.8125rem;left:37.375rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,237,229,0.84);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { background-color: transparent; background-image: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container > .video-iframe-container { display: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row > .video-iframe-container { display: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .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); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { border-width: 0; border-radius: 0; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:3.5755214691162rem;left:19.531251907349rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { color:#5a5757;display:block;width:47.1875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:7.2170143127444rem;left:6.40625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWkSap924KkXp9KlAd41lqkFVwfHeDCp { color:#5a5757;display:block;width:17.684rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:1.7769107818604rem;left:21.157987594604rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbyikOwP11KHzXmvT48FxxTov867D3NC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,237,229,0.84);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { background-color: transparent; background-image: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container > .video-iframe-container { display: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row > .video-iframe-container { display: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .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); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { border-width: 0; border-radius: 0; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:60rem;position:relative;display:block; }#ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:2.1240234375rem;left:2.6240234375rem;overflow:hidden;display:block; }
#eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:2.1240234375rem;left:22.625rem;overflow:hidden;display:block; }
#dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:2.1240234375rem;left:42.37109375rem;overflow:hidden;display:block; }
#biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:30.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:30.0615234375rem;left:22.5rem;overflow:hidden;display:block; }
#tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:30.0625rem;left:41.998266220093rem;overflow:hidden;display:block; }
#Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.74925rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:17.75rem;left:4.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L43D9yhTKp2Wnny82JZuFE10A972OScw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:17.74951171875rem;left:24.12451171875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:17.75rem;left:43.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:46.125rem;left:3.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:46.125rem;left:24.12451171875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgftu37D87vLLN8McW2suAqe1AD41bfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:46.125rem;left:43.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { color:#5a5757;display:block;width:4.9995125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:19.248046875rem;left:7.4970703125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { color:#5a5757;display:block;width:4.9995125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:19.248046875rem;left:28.06201171875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { color:#5a5757;display:block;width:4.9995125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:19.341796875rem;left:47.244140625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kN74HpGZcxb1NQsWA8NnLUFOAufblskg { color:#5a5757;display:block;width:4.9995125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:48.09375rem;left:7.060546875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { color:#5a5757;display:block;width:4.9995125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:48.09375rem;left:27.49951171875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { color:#5a5757;display:block;width:17.1225625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:48.09375rem;left:41.1826171875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNpLX0rvK4wU59LMwGHCyGmTV5VTm1EZ { color:#5a5757;display:block;width:14.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:21.12451171875rem;left:2.77880859375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9gx20lcZ3RiLm99gyGm15rbkvOOw5zQ { color:#5a5757;display:block;width:14.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:21.12451171875rem;left:22.78125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCfgmw1gsJHUBbay2NTfpe21544Wgucm { color:#5a5757;display:block;width:15.999rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:21.12451171875rem;left:42.37060546875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KD4D4reFBq6H2rAR4K8anakIPm9yBBEV { color:#5a5757;display:block;width:14.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:49.6845703125rem;left:2.77880859375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dk7tbfehFUpxQW3eX1zdckixbeht2sxc { color:#5a5757;display:block;width:15.4995rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:49.6845703125rem;left:22.24951171875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyqDDEgTdMQSMHVJcMsxbHfg6uKMrVry { color:#5a5757;display:block;width:16.3125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:49.6845703125rem;left:41.58837890625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvg3gw1t9iyiQEHZq8RbdLS1lkKUhbUB { background-color:rgba(0,230,118,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:57.65625rem;left:21.25rem;display:block; }
#fHxDBWpiJby65l9ndlhdTZTChoQ0CmlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { background-color: transparent; background-image: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container > .video-iframe-container { display: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row > .video-iframe-container { display: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .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); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { border-width: 0; border-radius: 0; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { color:rgba(var(--color-tertiary-0),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:1.09375rem;height:3.89583125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { top:0.1875rem;left:0rem;width:11rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:19.4375rem;height:auto;top:5.75rem;left:25.8125rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:19.4375rem;height:auto;top:5.75rem;left:25.8125rem; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { top:2.9375rem;left:30.0625rem;width:17.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { top:3.8125rem;left:0rem;width:23.1875rem;height:16rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { top:22rem;left:0rem;width:28.25rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGlDSnS2rdwUKDFMDWycZ4O7ppgD2A2 { top:29.3125rem;left:0rem;width:23.1875rem;height:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { top:1.5rem;left:0.76649284362794rem;width:18.25rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { top:2.4375rem;left:0rem;width:3.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KPTC7nimh7JRZqauryalqXThZFxast { top:4.6875rem;left:0rem;width:29.75rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { top:2.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { top:2rem;left:11.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { top:1.875rem;left:23.905029296875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { top:1.875rem;left:35.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQVZZ6Xbvf6gIU0To0ASBAgI9TitDps { top:3.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { top:6.25rem;left:0rem;width:13.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { top:7.9375rem;left:0rem;width:13.125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { top:6.25rem;left:10.625rem;width:13.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNTbHne32NOa4J8knO0NChNoIExD1sw { top:7.9375rem;left:10.375rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { top:6.25rem;left:22.5625rem;width:13.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgH5PuZO76keCVWTLulHMFANvurNOck { top:8.0625rem;left:22.3125rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { top:6.25rem;left:34.5rem;width:13.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { top:8.0625rem;left:34.25rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FemZl44OtDgJLc7NpuAcwChHG4wvX27R { display:none; }
 }@media only screen and (max-width: 763px) { #nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC { display:block; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfkp3nTe6GgBE9BvmJQ8gcacTneNDbxB { top:3.0625rem;left:0rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4eemgwpfcIPf6z2HWoZTwc17TC2TKZD { top:2.1875rem;left:1.5rem;width:11.6875rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzR8bGQmiwUGxPfTxU7M0xPM0beohO70 { top:6.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3z8ZQbTc1KuNuXtDmJRerkMWFS25MU { top:7.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdPES37Gi5Z5lDsfLlHylx1JS01BTbxG { top:9.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLXOuxpSESqHfuNue7nHG4Ekbmwf2vCZ { top:12.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSZ34JbNBgrNLQ0LHkyOMaNazMVnybpR { top:15.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrVxNQBCQhgHDfkTJaSamiM63k7ARPcm { top:17.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDOfGNbhEulobBi7t0364BbXIKT01LX { top:20.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa66R5nxEbP2k6yihF07Zwcy0hNhFp31 { top:9.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owz06FXtka4GihGFhScTe5VbJhERUmGy { top:11.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCxfwBCBLx6KKC3dMC43INWzTHyTnL9A { top:14.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwUBUqvgyC8OQokT3pBEE9SrS39GBpk3 { top:17.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngwZwRxR8IZ8HqLJSJD2b0VkcF6PnFf { top:20.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLnnafdxCtFzM7MIoDMzraSWqysTaRo { display:block; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBEM4SoiQXU6EpEJypiwZBWvyZ0dazs2 { top:2.875rem;left:0rem;width:3.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnGTK7GcDSc7L1Tw8XNXDPNrSK7Wrf8w { top:1.9375rem;left:1.4123268127441rem;width:29.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no7T4nLyQhw4ybQbbECTzzbTr1Ii3ENE { top:6.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgWrl0R13qr2kFTDrJihUBlUVPqTLpe8 { top:9.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFRvRzHgmfxz4z8WP6Xxk6IbkrMwn3p7 { top:3.4375rem;left:0rem;width:3.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbh2hZJxWeEmBbmr1PKwOAWdyzsiPCB5 { top:2.5625rem;left:1.625rem;width:20.3125rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { top:8.8125rem;left:0.1875rem;width:9.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB8UKXxxvEKun8y9gQybMz27UZqut0RQ { top:7.6875rem;left:0rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { top:12rem;left:0rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmE2VyFQLh0pwT32Toe0WCykyw2oramU { top:28.6875rem;left:5rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpXI4a56LGAACcFT8F9k2p7PNBwSMW8b { top:18.3125rem;left:0rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh6iA2nZ7T99tJfq9FMge1PfqhoDWmb { top:18.3125rem;left:17.1875rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPpTocTf1CFnGx1V098NB6VqXtCBK1VK { top:7.6875rem;left:16.6875rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSikxEn69fvk0JKR0uLpiCRCuckOEJod { top:28.6875rem;left:29.5625rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDA5IBkJ0RtpxLJlVxvdLlr3okU4C8IF { top:7.6875rem;left:33.1875rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNr9xCqEbIWpcOHw6prufD1tqlb55ETq { top:18.3125rem;left:33.1875rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64CgdBVHy9E9WdTKTUoFrP18OpAk0E0 { top:8.8125rem;left:20rem;width:9.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXyCNFT8HgAS4XvZ1f6iwl1bxWtKu91C { top:11.9375rem;left:17.1875rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { top:8.8125rem;left:38.6875rem;width:9.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { top:11.9375rem;left:34.25rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { top:19.4375rem;left:0.1875rem;width:9.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { top:22.625rem;left:0rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { top:19.4375rem;left:20rem;width:9.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { top:22.625rem;left:20.4375rem;width:8.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { top:19.4375rem;left:37.4375rem;width:10.3125rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { top:22.4375rem;left:39.125rem;width:8.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { top:29.625rem;left:7.1875rem;width:10.3125rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { top:32.6875rem;left:5.5625rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aalq5RyB28ASsBm44UykbZKiGWwfVQ5O { top:29.3125rem;left:31rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0gNu9kCooKpBVAoT9pdnbnEgOT8V6E { top:29.625rem;left:34.75rem;width:7.9375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8IVAdOOe6ZwbAAzFIkEWOE9fLquLe2m { top:32.8125rem;left:31.25rem;width:11.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { top:3.5625rem;left:13.406251907349rem;width:20.9375rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { top:7.1875rem;left:0.28125rem;width:47.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWkSap924KkXp9KlAd41lqkFVwfHeDCp { top:1.75rem;left:15.032987594604rem;width:17.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyikOwP11KHzXmvT48FxxTov867D3NC { display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { top:2.0625rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { top:2.0625rem;left:16.5rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { top:2.0625rem;left:33rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { top:30.1875rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { top:30rem;left:16.375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { top:30.0625rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { top:17.75rem;left:0rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43D9yhTKp2Wnny82JZuFE10A972OScw { top:17.6875rem;left:17.99951171875rem;width:11.6875rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { top:17.75rem;left:36.0625rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { top:46.125rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { top:46.125rem;left:17.99951171875rem;width:11.6875rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgftu37D87vLLN8McW2suAqe1AD41bfZ { top:46.125rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { top:19.1875rem;left:1.3720703125rem;width:4.9375rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { top:19.1875rem;left:21.93701171875rem;width:4.9375rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { top:19.3125rem;left:41.119140625rem;width:4.9375rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN74HpGZcxb1NQsWA8NnLUFOAufblskg { top:48.0625rem;left:0.935546875rem;width:4.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { top:48.0625rem;left:21.37451171875rem;width:4.9375rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { top:48.0625rem;left:30.6875rem;width:17.0625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpLX0rvK4wU59LMwGHCyGmTV5VTm1EZ { top:21.0625rem;left:0rem;width:14.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9gx20lcZ3RiLm99gyGm15rbkvOOw5zQ { top:21.0625rem;left:16.65625rem;width:14.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCfgmw1gsJHUBbay2NTfpe21544Wgucm { top:21.0625rem;left:31.8125rem;width:15.9375rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4D4reFBq6H2rAR4K8anakIPm9yBBEV { top:49.625rem;left:0rem;width:14.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk7tbfehFUpxQW3eX1zdckixbeht2sxc { top:49.625rem;left:16.12451171875rem;width:15.4375rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyqDDEgTdMQSMHVJcMsxbHfg6uKMrVry { top:49.625rem;left:31.4375rem;width:16.3125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvg3gw1t9iyiQEHZq8RbdLS1lkKUhbUB { width:17.5rem;height:3.4375rem;top:57.625rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHxDBWpiJby65l9ndlhdTZTChoQ0CmlR { display:block; }
 }@media only screen and (max-width: 763px) { #Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { top:1rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { width:11rem;height:5.125rem;top:0.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0.625rem;margin-bottom:0.25rem;margin-left:0.625rem;font-weight:700;font-style:normal;font-size:1.25rem;overflow:hidden;height:3.0625rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:17.5rem;height:auto;top:43.365234375rem;left:0rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:17.5rem;height:auto;top:43.365234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { width:16.6230625rem;height:4.62890625rem;top:37.779296875rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { width:15.875rem;height:10.25rem;top:2.96484375rem;left:2.0625rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { width:14.375rem;height:11.0215rem;top:16.130859375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdGlDSnS2rdwUKDFMDWycZ4O7ppgD2A2 { width:20rem;height:3.75rem;top:30.6630859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { width:10.5rem;height:1.125rem;top:2.6875rem;left:4.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { width:3.0625rem;height:0.1875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KPTC7nimh7JRZqauryalqXThZFxast { width:20rem;height:3.75rem;top:4.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { width:3.1245125rem;height:3.1245125rem;top:2.37451171875rem;left:1.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { width:3.4375rem;height:3.4375rem;top:14.34375rem;left:1.15576171875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { width:3.4375rem;height:3.4375rem;top:25.53076171875rem;left:1.154296875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { width:3.4375rem;height:3.4375rem;top:36.06298828125rem;left:1.154296875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aTQVZZ6Xbvf6gIU0To0ASBAgI9TitDps { width:20rem;height:0.125rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { width:13.2495rem;height:1.125rem;top:3.3125rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { width:13.125rem;height:6.9970625rem;top:5.6875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { width:13.2495rem;height:1.125rem;top:15.375rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJNTbHne32NOa4J8knO0NChNoIExD1sw { width:13.49975rem;height:6.9970625rem;top:17.75rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { width:13.2495rem;height:1.125rem;top:26.6875rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGgH5PuZO76keCVWTLulHMFANvurNOck { width:13.49975rem;height:6.9970625rem;top:29.0625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { width:13.2495rem;height:1.125rem;top:37.4375rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { width:13.49975rem;height:6.9970625rem;top:39.8125rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FemZl44OtDgJLc7NpuAcwChHG4wvX27R { top:2.37451171875rem;left:2.81103515625rem;width:0.1875rem;height:37.3125rem;z-index:15008;background-color:#01ff90;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC { display:block; }#nhldhHvU3pyBDhnTu3dmct2U6FBg3DqC > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfkp3nTe6GgBE9BvmJQ8gcacTneNDbxB { width:3rem;height:0.1875rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4eemgwpfcIPf6z2HWoZTwc17TC2TKZD { width:16.125rem;height:1.875rem;top:2.81103515625rem;left:1.9365234375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzR8bGQmiwUGxPfTxU7M0xPM0beohO70 { display:flex;width:2.125rem;height:2.125rem;top:5.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UA3z8ZQbTc1KuNuXtDmJRerkMWFS25MU { width:18.4375rem;height:3.75rem;top:9.3125rem;left:0.78125005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdPES37Gi5Z5lDsfLlHylx1JS01BTbxG { width:19.9995rem;height:2.5rem;top:17.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLXOuxpSESqHfuNue7nHG4Ekbmwf2vCZ { width:19.9995rem;height:3.75rem;top:24.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSZ34JbNBgrNLQ0LHkyOMaNazMVnybpR { width:19.9995rem;height:2.5rem;top:33.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrVxNQBCQhgHDfkTJaSamiM63k7ARPcm { width:19.9995rem;height:1.25rem;top:40.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxDOfGNbhEulobBi7t0364BbXIKT01LX { width:19.9995rem;height:2.5rem;top:46.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aa66R5nxEbP2k6yihF07Zwcy0hNhFp31 { display:flex;width:2.125rem;height:2.125rem;top:14.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Owz06FXtka4GihGFhScTe5VbJhERUmGy { display:flex;width:2.125rem;height:2.125rem;top:21.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TCxfwBCBLx6KKC3dMC43INWzTHyTnL9A { display:flex;width:2.125rem;height:2.125rem;top:29.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #VwUBUqvgyC8OQokT3pBEE9SrS39GBpk3 { display:flex;width:2.125rem;height:2.125rem;top:36.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #PngwZwRxR8IZ8HqLJSJD2b0VkcF6PnFf { display:flex;width:2.125rem;height:2.125rem;top:42.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #rqLnnafdxCtFzM7MIoDMzraSWqysTaRo { display:block; }#rqLnnafdxCtFzM7MIoDMzraSWqysTaRo > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBEM4SoiQXU6EpEJypiwZBWvyZ0dazs2 { width:3.0625rem;height:0.1875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnGTK7GcDSc7L1Tw8XNXDPNrSK7Wrf8w { width:18rem;height:3.75rem;top:2.8740234375rem;left:0.9990234375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #no7T4nLyQhw4ybQbbECTzzbTr1Ii3ENE { width:18.6875rem;height:6rem;top:9.8125rem;left:0.65625005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IgWrl0R13qr2kFTDrJihUBlUVPqTLpe8 { width:18.25rem;height:6rem;top:18.5rem;left:0.87500005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFRvRzHgmfxz4z8WP6Xxk6IbkrMwn3p7 { width:3.0607625rem;height:0.186631875rem;top:1.7473945617676rem;left:8.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbh2hZJxWeEmBbmr1PKwOAWdyzsiPCB5 { width:10.499125rem;height:3.75rem;top:3.30859375rem;left:4.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { width:9.0625rem;height:2rem;top:9.9375rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qB8UKXxxvEKun8y9gQybMz27UZqut0RQ { width:14.4375rem;height:6.375rem;top:8.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { width:13.49975rem;height:1.3994125rem;top:13.125rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmE2VyFQLh0pwT32Toe0WCykyw2oramU { width:14.4375rem;height:6.375rem;top:55.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpXI4a56LGAACcFT8F9k2p7PNBwSMW8b { width:14.4375rem;height:6.375rem;top:32.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh6iA2nZ7T99tJfq9FMge1PfqhoDWmb { width:14.4375rem;height:6.375rem;top:39.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPpTocTf1CFnGx1V098NB6VqXtCBK1VK { width:14.4375rem;height:6.375rem;top:16.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSikxEn69fvk0JKR0uLpiCRCuckOEJod { width:14.4375rem;height:6.375rem;top:63.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDA5IBkJ0RtpxLJlVxvdLlr3okU4C8IF { width:14.4375rem;height:6.375rem;top:24.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNr9xCqEbIWpcOHw6prufD1tqlb55ETq { width:14.4375rem;height:6.375rem;top:47.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64CgdBVHy9E9WdTKTUoFrP18OpAk0E0 { width:9.0625rem;height:2rem;top:17.6875rem;left:6.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXyCNFT8HgAS4XvZ1f6iwl1bxWtKu91C { width:13.49975rem;height:1.3994125rem;top:20.8125rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { width:9.0625rem;height:2rem;top:25.5rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { width:13.4985625rem;height:1.3994125rem;top:28.625rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { width:9.0625rem;height:2rem;top:33.25rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { width:13.49975rem;height:1.3994125rem;top:36.4375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { width:9.0625rem;height:2rem;top:41.0625rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { width:8.125rem;height:1.3994125rem;top:44.25rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { width:10.3125rem;height:2rem;top:48.8125rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { width:8.125rem;height:1.3994125rem;top:51.8125rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { width:10.3125rem;height:2rem;top:56.5rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { width:13.49975rem;height:1.3994125rem;top:59.5rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aalq5RyB28ASsBm44UykbZKiGWwfVQ5O { width:3.75rem;height:3.75rem;top:63.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0gNu9kCooKpBVAoT9pdnbnEgOT8V6E { width:7.937rem;height:2rem;top:64.25rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8IVAdOOe6ZwbAAzFIkEWOE9fLquLe2m { width:11.25rem;height:1.3994125rem;top:67.375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { width:18.75rem;height:2rem;top:2.9970703125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { width:17.68675rem;height:6.9970625rem;top:5.687255859375rem;left:1.15478515625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rWkSap924KkXp9KlAd41lqkFVwfHeDCp { width:17.6230625rem;height:0.875rem;top:1.373046875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbyikOwP11KHzXmvT48FxxTov867D3NC { display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { width:20rem;height:172.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { width:14.6875rem;height:14.6875rem;top:2.6845703125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { width:14.6875rem;height:14.6875rem;top:32.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { width:14.6875rem;height:14.6875rem;top:55.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { width:14.6865rem;height:14.6865rem;top:82.49853515625rem;left:2.654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { width:15.125rem;height:15.125rem;top:109.5615234375rem;left:2.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { width:14.6875rem;height:14.6875rem;top:137.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { width:11.6865rem;height:1.25rem;top:18.3720703125rem;left:4.1552734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L43D9yhTKp2Wnny82JZuFE10A972OScw { width:11.6865rem;height:1.25rem;top:47.375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { width:11.6865rem;height:1.25rem;top:70.875rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { width:11.6865rem;height:1.25rem;top:98.2177734375rem;left:4.15576171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { width:11.6875rem;height:1.25rem;top:125.375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgftu37D87vLLN8McW2suAqe1AD41bfZ { width:11.6865rem;height:1.25rem;top:154.4375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { width:5rem;height:1.0004875rem;top:20.1220703125rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { width:5rem;height:1.0004875rem;top:49.125rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { width:5rem;height:1.0004875rem;top:72.625rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kN74HpGZcxb1NQsWA8NnLUFOAufblskg { width:4.9995125rem;height:1.0004875rem;top:99.96728515625rem;left:7.49853515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { width:5rem;height:1.0004875rem;top:127.125rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { width:15rem;height:1.0004875rem;top:156.4375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNpLX0rvK4wU59LMwGHCyGmTV5VTm1EZ { width:14.4375rem;height:8.3965rem;top:21.80712890625rem;left:2.7802734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i9gx20lcZ3RiLm99gyGm15rbkvOOw5zQ { width:14.4375rem;height:2.798825rem;top:50.4365234375rem;left:2.7802734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DCfgmw1gsJHUBbay2NTfpe21544Wgucm { width:15.9375rem;height:5.59765625rem;top:75.0615234375rem;left:2.0302734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KD4D4reFBq6H2rAR4K8anakIPm9yBBEV { width:14.4375rem;height:5.59765625rem;top:101.37158203125rem;left:2.7802734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dk7tbfehFUpxQW3eX1zdckixbeht2sxc { width:15.4365rem;height:6.9970625rem;top:128.8740234375rem;left:2.28076171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MyqDDEgTdMQSMHVJcMsxbHfg6uKMrVry { width:16.3125rem;height:6.9970625rem;top:158.3115234375rem;left:1.8427734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qvg3gw1t9iyiQEHZq8RbdLS1lkKUhbUB { top:167.0625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15019;background-color:rgba(0,230,118,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:sora;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #fHxDBWpiJby65l9ndlhdTZTChoQ0CmlR { display:block; }
 }@media only screen and (max-width: 763px) { #Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { width:19.5625rem;height:8.9355625rem;top:0.78125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }