.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:221,239,251;--color-primary-1:154,208,244;--color-primary-2:86,176,236;--color-primary-3:43,146,208;--color-primary-4:17,35,47;--color-secondary-0:255,236,217;--color-secondary-1:255,193,128;--color-secondary-2:255,130,0;--color-secondary-3:128,65,0;--color-secondary-4:38,20,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Open Sans"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container { background-color: transparent; background-image: none; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container > .video-iframe-container { display: none; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row > .video-iframe-container { display: none; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .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); }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container { border-width: 0; border-radius: 0; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#rSs915QoOlmaevGBEixrE5ubm6X4LOWH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:13.625rem;top:0.6875rem;left:24.4853515625rem;overflow:hidden;display:block; }
#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { background-color: transparent; background-image: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container > .video-iframe-container { display: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row > .video-iframe-container { display: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .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); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { border-width: 0; border-radius: 0; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;position:relative;display:block; }#x03851vATBKr73Kdhy2wkmPuokyWGWbc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.712890625rem;left:2.4677734375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4VnuKFUzQUz3hqT3mOM36XJlb7aQgWx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.880859375rem;left:33.15625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9eUPmM7sHsfC5ee4bEgtIgaTaQDUGsX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.14);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:31.0625rem;width:25.5625rem;top:22.25rem;left:32.15625rem;display:block; }
#TntSq6XQJ9IPQSs3NgV2hz61Abo23b8h { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.498046875rem;left:2.4677734375rem;height:17.4658125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwMoUbaBsihOJtaq88bGLP6BTraTd8sV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:18.5rem;width:25.375rem;top:1.748046875rem;left:32.25rem;overflow:hidden;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-form-header {  }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:transparent;background-image:none;border-top:0rem solid #fbf9f9;border-left:0rem solid #fbf9f9;border-right:0rem solid #fbf9f9;border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:2.25rem;color:#31356d;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);text-align:center;text-align-last:center; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:transparent;background-image:none;border-top:0rem solid #fbf9f9;border-left:0rem solid #fbf9f9;border-right:0rem solid #fbf9f9;border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:4.375rem;color:#31356d;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);text-align:center;text-align-last:center; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .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.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.3125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;box-shadow: none; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-size:0.6875rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-size:0.6875rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-size:0.6875rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-size:0.6875rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .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(--headlines-font-family);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.9375rem;overflow:hidden;font-style:normal; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .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; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.75rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container:first-of-type{padding-top:0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container:last-of-type{padding-bottom:0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.1875rem;left:33.4375rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 {display:block;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.1875rem;left:33.4375rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #GozXfXhrxGSpiSvTtxTZdgwLJ66puupJ { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #sIXtCXdl15hccTCnLHd1HJhLScT0ZvTr { position:relative;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #zf7FXvAXIoBVqv6XmPN4KfrbyprzaxAt { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #ROgLwgUmW70t9E9zCuHmQ143sAtLpTx8 { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #I9MprPIgwUput2gmo5pTw6PHTDaQsLXZ { position:relative;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #MzWTPidZhhd5cTc44fTmWQxmrqs0xPZV { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VQVZ3AxytTN4RK9VECdktqBzQ2RUdA6h { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #bQG8hUetUXCH1GbTInrkNeOxroDThn3S { position:relative;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #aeEUcuRv1ueVM70s6KBGMZzfHFtrzHVz { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #NhL0lkQyinXJATXVObWSccuG1ga7UUdK { position:relative;display:block;z-index:15000; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VP54A6H4OZGn7bLvzwdtpRhDfy0gWOWP { position:relative;display:block;z-index:15000; }
#IKku87ZCvZKgmLEg3BuHRvW7FrJEdsUg { position:relative;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #nXkld0vV11vnv12yp9xvQvnTg5rPwMhW { position:relative; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 #PqqQrSmNodvowAa61AXhDdFEuetfXbL2 { position:relative; }
#f1XGKZums9i71J7UKn7EummTcVeZcCBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:33.654296875rem;left:2.4677734375rem; }
#mOrT1wuRUOJ3chDLZxrHkB1qhKFVosIk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:33.654296875rem;left:6.9990234375rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dg2ykIWSTEVQR3TZyrTGd9TZKUR4OLHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:39.2666015625rem;left:7.2177734375rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hEBOHVDsTlBxHdJoaq27EDVCxMblTyVg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:36.0166015625rem;left:6.9990234375rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onOPaVOTBqVrZhIdmXUsKpfgN5XfBBEy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.3125rem;width:27.1875rem;top:32.119140625rem;left:1.5rem;display:block; }
#EZbvTMXOMWOlOxvhbS9kfrEfuWSm8SCI { box-sizing:content-box;height:55.6875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container { background-color: transparent; background-image: none; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container > .video-iframe-container { display: none; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row > .video-iframe-container { display: none; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .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); }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container { border-width: 0; border-radius: 0; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#ArHDTzMbPJAxNL9ccZADAG3lTODFTmqL { color:rgba(var(--color-primary-3),1);display:block;width:54.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:3.0247402191162rem;left:2.84375rem;height:2.88736875rem;text-align:center;text-align-last:center;display:block; }
#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P.adaptive-delivery-prevent-bg, #um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P.lazyload, #um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P.lazyloading { background-image: none; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container { background-color: transparent; background-image: none; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container > .video-iframe-container { display: none; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row > .video-iframe-container { display: none; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .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); }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container { border-width: 0; border-radius: 0; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#JAhCakWZHmLwlvThTJNIH1PvTHcTpWlZ { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7900390625rem;left:6.4375rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXKIkSQxwS9dxXIbEIh0n2RavasDGMTk { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7900390625rem;left:24.375rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdOSLGfpRs2nfpg3xXunRQDq4Q6Aqicw { color:rgba(var(--color-primary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.314453125rem;left:41.8740234375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XRLvipSO0b0Df1FTzT4ZAtIcE7fdp6nb { color:rgba(var(--color-primary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7900390625rem;left:45.9365234375rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAN7WvziEtODvvMw3t8ZlcEFxmbm78sd { color:rgba(var(--color-primary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.08984375rem;left:2.375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#msFOPE4hMuvB5r8CkxId6siz0p5nnd87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.35546875rem;left:2.404296875rem; }
#abs9FVev0EWatvwWbrvvrmSM3ZiTLydi { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.35546875rem;left:41.8115234375rem; }
#UuzoaDunc0aePMZVUUc7QMRohDqrPIvT { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:22.8125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LhZtb76h2UyH6fQHhGslN4rOv1HwkgWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.8125rem;left:20.875rem;display:none; }
#xxVuFpS8pFt2aNkVeWogZXd3K7fzT4Mb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62395625rem;width:1.62395625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.049999237061rem;left:20.875rem; }
#ypT5MCyeiuSc0FKQMGwbthZOnTq8HTfp { color:rgba(var(--color-primary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.049999237061rem;left:22.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gsu1EnDf6R26nWQAfoSwTSWp7f5cEFQq { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.73046875rem;left:20.875rem; }
#RQpu66n0CEymKnnOQBxnTiGmMoJ1V9s5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.75rem;width:18.1875rem;top:-0.0625rem;left:0.6875rem;display:block; }
#KwVxRqSBwZxRf11lv02D6ColBM3dEMnQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.625rem;width:19rem;top:0rem;left:20rem;display:block; }
#Txg25az7TEKESHWDoHXq7F8ogCBOEmbO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.3125rem;width:20rem;top:0rem;left:40rem;display:block; }
#nUhXVVvEbqGaNePdLu6UN0lyDCnA79Hr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.8125rem;left:20.875rem;display:none; }
#zUUApyuBo8tMhEhT22lsvuBTKayO1HR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4375rem;left:20.875rem; }
#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT { 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/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.adaptive-delivery-prevent-bg, #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.lazyload, #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.lazyloading { background-image: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { background-color: transparent; background-image: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container > .video-iframe-container { display: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container { display: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .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); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { border-width: 0; border-radius: 0; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#BHt9SVznyAp9btt1inNrGnRK62eqWs4H { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:27.6875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EFr2GTNGRgSzfh6tQuud0PWqu7q4KOR4 { box-sizing:content-box;height:48.625rem;width:55.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.5625rem;left:1.5625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#LCNPxoNmaZ7aCFVxbb3JqFrFkKkOsHWv { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:13.7041015625rem;left:27.6875rem;height:27.1933375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#e494OkvL11lEN0qsVsSbPfeNNwewDmDV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:13.6248125rem;width:20.5619375rem;top:6.75rem;left:4.375rem;overflow:hidden;display:block; }
#z8I3VQxpfsTSMuGpErDT3pfVZXVl8ybT { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.896488625rem;height:3.522726125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.311786651611rem;left:4.3732223510742rem;display:block; }
#LotmliODKKptCNdyQBn78a7iKXvVqZWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtKVF09CvKpICUEBvS7E8JXoXhF9EwtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.371125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:39.3330078125rem;left:27.6875rem;height:11.1972375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#rkIB0ZVTyJIrTd6518WI4vRiCdOHNrKA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:11.5rem;width:20.5rem;top:23.355823516846rem;left:4.3732223510742rem;overflow:hidden;display:block; }
#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { background-color: transparent; background-image: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container > .video-iframe-container { display: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row > .video-iframe-container { display: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .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); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { border-width: 0; border-radius: 0; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#yETri6nyRsBD3Hw90HqNaxqlRTTDk5K8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.125rem;top:3.625rem;left:0.125rem;display:block; }
#mVFFuWCCpfwylrFDsQ0CKakNMr0HvMzT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyZU38XETKwMGsVixMZy8wIKsbVltFcD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:27.3125rem;left:2.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epxTGRNBUqfFbHVFGn5BVfDnX93Q49Jb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.625rem;width:19.5625rem;top:17.25rem;left:20.125rem;overflow:hidden;display:block; }
#GD8J0cbz1wGDiL5IOQQ8PC856bmdoiTb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.1875rem;width:19.1875rem;top:32.6875rem;left:40.6875rem;display:block; }
#dsv5wHr6IxTo3vuwfsFgH908nptbx4If { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.3125rem;left:43.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqs9N5I7BqRWuDWb5s8uXiKTTGx2qbFC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.625rem;left:45.062501907349rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ut4Z9hsTXPHoZi43cQPLqmb0TeQuHcFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.75rem;left:21.4375rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QskkrTKbHoaUFRTk1iDMQ5PUXd9T3aML { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:19.75rem;top:32.8125rem;left:20.125rem;display:block; }
#x2OQhw1rlQRTLx2aM7BLTG57MJ2dKueD { color:rgba(var(--color-primary-3),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.5rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0VRrlb3wHMMXVVDnJuDM5VTl3AcX5LP { color:rgba(var(--color-primary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:2.8125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QArfHucqCb98DMkp0li0iGzTpXoLMamT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.096355438233rem;left:40.687501907349rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5gDlvmfKo3glT0d9MEFV5URLNwcmmq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.0625rem;left:7.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uk59yTHageLSyz8zVWou4wqSuHpbRXTB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.6875rem;width:19.1875rem;top:17.3125rem;left:0.125rem;display:block; }
#IanHZaMLoQskseAHW4pKCOhb7QTewTy1 { color:rgba(var(--color-primary-3),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.4375rem;left:23.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXKHoqRfbdniLRo1cJoUBbyGl5xDyoJo { color:rgba(var(--color-primary-3),1);display:block;width:17.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:21.5rem;height:3.16861875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zypvkQhX8MpPEGaimQvTMkSdb63hk0qO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.625rem;width:19.4375rem;top:17.3125rem;left:40.5625rem;display:block; }
#BVVRIUQn7PScUadekHTDwyPsnn7taUhO { color:rgba(var(--color-primary-3),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.25rem;left:42.5rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4f5bcWrmM2tkDphGlESlut7o6DWyyda { color:rgba(var(--color-primary-3),1);display:block;width:16.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:24.5rem;left:42rem;height:3.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fxOqmw3AzVIanpWXTFBxrgUT2nBD4A5Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.4375rem;width:18.75rem;top:32.8125rem;left:0rem;overflow:hidden;display:none; }
#rBM7Ce4oVUVc0GwUa3nzI6x29SDMKzFl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:19.4375rem;top:33.186610221863rem;left:0rem;overflow:hidden;display:block; }
#qtu0I9Z1dhDcmQ7KEtNOMdBBRuPSrztT { position:absolute;display:block;z-index:15011;height:13.8125rem;width:19.3125rem;top:3.34375rem;left:40.6875rem;display:block; }
#ZhhP6GWswikSWAvBEedeB3TSaGWcTxJP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.9375rem;top:3.625rem;left:20rem;display:block; }
#LqUDtRWaTVAhrAPLsnQRyfkGcdTxL6yk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f5OTSHvfRsAfrC76zpg5lcKJMucc7Jmc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:50.75rem;display:none; }
#Lf2aAdcxC1J5UzAM6yFqETsk604HNN5w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wqtTHowqDwN8weOpHM4pcU6C8IAvlPg8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FBCtO6QfgBXAK8ATKRI8zTxxDk7R9WIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#F5A7GQUF7ZFtSZZ7CuGyXXxsSlfwqmWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#enydwE07pQSa60B3mqKMOhfBxWTAgo04 { z-index:15006;top:2.90625rem;left:20.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.874rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#R3msAViXBMxpdyOJhMAqvGwQhZmzqlZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTdlg10R3Vmle9TCFHnF4yqp1BdLTzHw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.125rem;top:3.625rem;left:0.125rem;display:none; }
#uTTkETtD6QSr105WIFqWUym7sKVb23aw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#ikRtCTp39GdTBLqtophur8f7nT0Ecbe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container { background-color: transparent; background-image: none; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container > .video-iframe-container { display: none; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row > .video-iframe-container { display: none; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .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); }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container { border-width: 0; border-radius: 0; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#IKc6yS6s5zKVp50ZGJLwdyhQlnoCWcWf { z-index:15006;top:2.90625rem;left:20.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.874rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OS4SRnEJP4WPHUHRT1TwqZS8ZUKTkv12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olktNWXOzu1cQKL6B025z41Rp0CpeMAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#olktNWXOzu1cQKL6B025z41Rp0CpeMAh > .row .container { border-width: 0; border-radius: 0; }#olktNWXOzu1cQKL6B025z41Rp0CpeMAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olktNWXOzu1cQKL6B025z41Rp0CpeMAh > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:60rem;position:relative;display:none; }#XK75JeqduRUMH91AdgpczsGVvLQG3ZIM { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaofMvvJrCcI8oqN2mOqWEQsXJWDkw6w { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.9375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETi7TeXWragt7tHTrV6XgMXhgdFrkKO6 { color:rgba(33,34,38,0.8);display:block;width:15.1864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:25.25rem;left:0.9375rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDqmti8LtGlyphayx18rpyIXL17aCIC6 { color:rgba(33,34,38,0.8);display:block;width:17.872875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:26.0625rem;left:21.75rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoVLUXzaOv5muZUlmBdAlqQLdCAt9is1 { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:21.75rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztCnqfcBfq2kptde8QSqmaGh869Hh1Z5 { color:rgba(33,34,38,0.8);display:block;width:15.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:25.25rem;left:42.6875rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNCgnM7TbGDRK6PpF2ungcR6clR3syPy { color:rgba(var(--color-primary-3),1);display:block;width:15.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.25rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HF8lQ8VA4S7tJ1NdzwTNky9BT5lV1F8X { color:rgba(33,34,38,0.8);display:block;width:16.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:51.3125rem;left:21.5rem;height:12.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyHwq25Kkvy9prMTLcx835wpOgh8ZGaw { color:rgba(33,34,38,0.8);display:block;width:14.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:51.3125rem;left:42.6875rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlwOIibyXIBx1wb23UaABQd81lRaT3XU { color:rgba(var(--color-primary-3),1);display:block;width:18.8725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:48rem;left:21.25rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xX936Ffre9iywkFfgtpGlqED93gqH41X { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48rem;left:42.8125rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQIwWgwNOD8pQnL8FUoZTc51Js26yTDb { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48rem;left:0.8125rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHf53OLwsT0oxV4eacQDVB8g8FTuIlEH { color:rgba(33,34,38,0.8);display:block;width:15.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:51.3125rem;left:0.9375rem;height:14.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y42oeWL1nyruZwbgpkLin7BwTPTuc0Mu { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:10.0625rem;left:0.9375rem;display:block; }
#FAFT5FerN4SHoU73i4CKkRu5qv0LpzAN { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:10.0625rem;left:21.75rem;display:block; }
#ICocDze0sAAJyotmXniQCPXZ8iQTnkOo { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:10.0625rem;left:42.6875rem;display:block; }
#osO4AkRgTVcLviM908k9PDRukMonOCmv { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:37rem;left:0.9375rem;display:block; }
#Q8ogQDLfFqnSLSTK0o7TBay2atSgS6rt { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:37rem;left:21.5rem;display:block; }
#AAzoTwTbpwubTguz6Atq4RJs1M4hN5aT { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:37rem;left:42.6875rem;display:block; }
#zh3oIaR8fU8kT0TFpeaqHlSLtxIliZ9L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6242875rem;width:2.6242875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:40.4375rem;left:4.375rem; }
#UgflykiwU1ucNaBuxfxtlFPnUpc3LLLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81214375rem;width:3.81214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.625rem;left:24.5625rem; }
#fUPMPE6lBeTelbDOv7TURsAGPNHZCz6n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.0625rem;left:45.875rem; }
#gOPLseZSClKGewB5d8FX56xlazT20rKd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.0625rem;left:24.5625rem; }
#r8sJQykE07iHk7lSK5iKyPMD71SpHlxM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:40.1875rem;left:24.6875rem; }
#qPo76mlLPPACWepSAaeVxuiRs77JZsZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:40.1875rem;left:45.875rem; }
#Pe808v6z4c4d6IyeKJ4XVFcv6vtkA4QT { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#aGIX7T3GJd62u3wqvffTOKZNNhC6Zr76 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:14rem;left:42.6875rem;display:none; }
#vJNrr1dFWOXKogFX3v2hiDcqMsQwIV90 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#DTAOHMTWIs40fPPCVIJcnBtXPeqrlIKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.8125rem;left:3.875rem; }
#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc > .row .container { border-width: 0; border-radius: 0; }#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:none; }#KSAFtFuXzvmB24xT6KfpFamkhulakR5P { z-index:15007;top:0.9375rem;left:20.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8730625rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wGlFALhKtSFOyZuBE1zBFh31snhussL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyGLHy3kT4StE927hiax9v36vcghbph4 { z-index:15006;top:2.90625rem;left:20.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.874rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vUn4Dwt4zmyK19JfQAVKupWzwFRBxfOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { background-color: transparent; background-image: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container > .video-iframe-container { display: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row > .video-iframe-container { display: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .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); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { border-width: 0; border-radius: 0; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#v6hNryduT3rfowggFwAyG69GlGDgfoSh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.111980438233rem;left:21.342447280884rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycJ5nUz4eNrs0IJdoGp3rFWQTUfx0Xpu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:15.111980438233rem;left:0.46875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEInPJHq6BuM9dMyZcd4H524zQeKgwZA { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:8.125rem;left:1.5625rem;display:block; }
#E201x9gvuLt55RwAoPTS1ktm3wXcKhRN { color:rgba(var(--color-primary-3),1);display:block;width:56.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5622291564941rem;left:1.561954498291rem;height:3.25rem;font-style:normal;display:block; }
#TWBT6fTze4X98RDk5cSrOXgf4caIH0mV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187174375rem;width:3.75rem;top:8.0615272521975rem;left:2.1248378753662rem;display:block; }
#dinePTL9zMWt6Ww9MLw2GKOTSr39Ivhs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:15.111980438233rem;left:41.562501907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1UF2wAMIvZAeAWf7tiV4k0m9cyBSeA7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:9.8740234375rem;left:28.216796875rem; }
#drcTmWBPG2v3UveTsNbRkNu00hpNkxcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1241875rem;width:3.1241875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:9.87467443943rem;left:48.437498092651rem; }
#EcHQOSpQDD2W28ChrxXhZO3rCEARF6Lq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:9.873046875rem;left:8.4375rem; }
#gDxF7fXwTglObZ6JgCH5Vy8E6WOgxcH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.603515625rem;left:1.994140625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#frQzbqUsfIM4P1a3CMo7Iw7v3zqUfOzC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.2494375rem;width:10.43725rem;top:8.5622291564944rem;left:17.836139678955rem;overflow:hidden;display:none; }
#ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.90234375rem;left:3.375rem;height:9.847625rem;font-style:normal;overflow:hidden;display:none; }#ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
#pzMhWRR5KfgELDMn28mhmFaAcsQ8V6lD { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.603515625rem;left:1.994140625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oSynTqcD6RMczpqNk43qVwZztZomMs6b { box-sizing:content-box;height:55.6875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:none; }
#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container { background-color: transparent; background-image: none; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container > .video-iframe-container { display: none; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row > .video-iframe-container { display: none; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .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); }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container { border-width: 0; border-radius: 0; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#u7LrpmZTUU3i9VrmMDP7hcy7iI2x7h8e { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.603515625rem;left:1.994140625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwRvGH0k29AnNV4LbJPlcTEi7LP6Nb0s { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.249375rem;width:10.436875rem;top:2.125rem;left:46.210939407349rem;overflow:hidden;display:block; }
#EqDaPEMgV9mnpUU5AseI3qhwssHJ9B8S { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.2494375rem;width:10.43725rem;top:8.5622291564944rem;left:17.836139678955rem;overflow:hidden;display:none; }
#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container { background-color: transparent; background-image: none; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container > .video-iframe-container { display: none; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row > .video-iframe-container { display: none; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .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); }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container { border-width: 0; border-radius: 0; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#fdpI2ePXKUZwNkJTWWZFOurVWdhWwzeB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.09);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.4375rem;width:55.8125rem;top:0.6875rem;left:1.75rem;display:block; }
#U17B2HTQWMFTO45ca97lxVizGmpkLvH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.90234375rem;left:3.375rem;height:9.847625rem;font-style:normal;overflow:hidden;display:block; }#U17B2HTQWMFTO45ca97lxVizGmpkLvH5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U17B2HTQWMFTO45ca97lxVizGmpkLvH5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/801b0579-8307-4934-97ad-00b1401f6f76/jzykrozmowa.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.adaptive-delivery-prevent-bg, #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.lazyload, #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.lazyloading { background-image: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { background-color: transparent; background-image: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container > .video-iframe-container { display: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container { display: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .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); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { border-width: 0; border-radius: 0; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#A4OIKW0zWbdzJ7IBcpxxKINkPKHqnOLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:1.7445697784424rem;left:15.9375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cA3Ru8Xvk0n6CtcCkXbRJTQS0D7Oe48E { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.5828456878663rem;left:6.30126953125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bgmy2WkvAwaEAIGoUBqHbvs7FKaxLETf { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5501289367676rem;left:3.80126953125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nbMgPNn1m8aEERaAXkHHDSyUCzk4Fzec { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:13.9375rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ltkm7rPb4OOnDDpMRvufC2eotwDRuyU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:13rem;left:3.80078125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNaHFfTFMScWhE2kpcVu3Ju37WWVMsXt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:20.402996063233rem;left:3.80078125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hoU0uo2I34UAPz1iB2Mnuy9XC1qN2Klv { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:21.340496063233rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eeLsWKM2zmzI3ZHoNZF5yn2Z0CNL6gDy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:27.923828125rem;left:3.80078125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iw63OZ8WyW2RFfE0SukOqiUo5ZUrHkDm { color:rgba(var(--color-tertiary-0),1);display:block;width:42.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:28.861328125rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SfzAOTIZ20w3nMnoOTav64GVMBz8VH0C { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:8.4576826095581rem;left:6.30078125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PtHFOgaQWmKDPWr8WtMvDqsxTD6JuM72 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:23.21484375rem;left:6.30078125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QD9GlpVSXNl4w4tRr2qmRzEAI18BCKeD { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:31.673829078674rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pZ4NHW1s7z4rG3Xc5Q53ApvcZNEZUGcA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:34.548828125rem;left:3.80078125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KLnQKMyv15CFNPZtLv3myBp0l4HFspzP { color:rgba(var(--color-tertiary-0),1);display:block;width:42.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:35.486328125rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NTR8CubbcGwZylTrHNZ0evO5v10DIZJI { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:16.750000476837rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pgTZtlvUlqbG6cJopQqz4JxqJRU8ox9D { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:38.298828125rem;left:6.30078125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { background-color: transparent; background-image: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container > .video-iframe-container { display: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row > .video-iframe-container { display: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .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); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { border-width: 0; border-radius: 0; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#mxO9AIqFCmpwAEJKOwSzewSxltMT2v1m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5833320617676rem;left:5.6875rem;height:8.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.675625rem;padding-right:0.61rem;padding-bottom:0.675625rem;padding-left:0.61rem;display:block;align-items:center;width:3.654375rem;min-width:3.654375rem;height:3.628125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.7025rem;font-weight:400;line-height:58.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4225rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.875625rem;height:1.431875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.013125rem;font-weight:700;line-height:22.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.5rem;height:6.83375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.091796875rem;left:36.1875rem;z-index:5001; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #X0AFqSJ6XdiHM7wdUp0oUF1w7UcvzBte { display:flex;position:relative;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #rgszm6AeHRXFadIqLBwWbUicdfFBVfnJ { width:auto; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #xynrIMR2w5kXyk9eptV9TdbfMZgVpaNK {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #x1Cv86tu1eGAbKPceAWArafXeAm7VNif { display:flex;position:relative;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #C6HhHmKdzJViTmPyNG6vkhgwi119trC6 {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #WFIsRhiUwtkHD6aCKJ0cTmNXzleBLfbq {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #usw93Snhm0aITSfzZpdT4uoeBAPNrrCJ { display:flex;position:relative;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #kHMxLQht81g6LIuVNfgr8TKXm3wmQF4J {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #TcoLZ3qfBiSHuqRp5ctmCFbIy5Qtgu0y {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #iKI1440tnCZAbnbkCpwvu6As30OASyQr { display:flex;position:relative;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #FPEDfS53hVFxoI9XqRUkJ2X39OSnrpmV {  }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #nqIhEXXOsSe1ImWo9hMahbHCcAMTFuGp {  }
#TBXVKmLZyqddR7CPupTq685xTXZsqTXh { position:absolute;display:block;z-index:15000;background-color:#ddeb00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.9375rem;width:59.9375rem;top:35.186956405639rem;left:0rem;display:none; }
#ve7FKPZK5PRR130tmAH0pXSC158TWwJk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:21.4375rem;width:30.4375rem;top:1.6865234375rem;left:1.3125rem;display:block; }
#McUffNmpwpNrzgQdccHW38AsTmsL7NO7 { z-index:15009;top:17.3681640625rem;left:38.15625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8730625rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#foNuDXThN0Q18mgaZzST3DwAOrSmGXMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJZRdzPNAOv1F1xXvO6fVunzmSH9oqXQ { z-index:15006;top:2.90625rem;left:20.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.874rem;height:5.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#B1TlePWa4NMIsJS9earg8OlEFdVkqQNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { background-color: transparent; background-image: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container > .video-iframe-container { display: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row > .video-iframe-container { display: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .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); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { border-width: 0; border-radius: 0; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#vlbgTBd8kX0ovDyopfEdFDGi0FGKCfc0 { color:rgba(var(--color-primary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:11.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7qH0e9zbCNoETThkH9eoadoZCucMpSA { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6231982707975rem;left:0rem;height:4.3857375rem;display:block; }
#se23TJx7PB2oQWuMpVyv82Gh3wU7rlfs { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8771159648895rem;left:0rem;height:2.923825rem;display:block; }
#FvizhHRIwlF9LBwmU6RwZH35rbGrWnTE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.373698234558rem;left:0rem;height:4.3857375rem;display:block; }
#ZdxnfxO3z5KuZsMkrkrwOiRF9ay33byW { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.934566497802rem;left:0rem;height:2.923825rem;display:block; }
#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container { background-color: transparent; background-image: none; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container > .video-iframe-container { display: none; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row > .video-iframe-container { display: none; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .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); }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container { border-width: 0; border-radius: 0; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#P30yEpq5cB7IgwJosUEC7c1WCQSXUruN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 { display:block; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSs915QoOlmaevGBEixrE5ubm6X4LOWH { width:13.625rem;height:4.1875rem;top:0.6875rem;left:18.3603515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ { display:block; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x03851vATBKr73Kdhy2wkmPuokyWGWbc { top:24.6875rem;left:0rem;width:25.3125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VnuKFUzQUz3hqT3mOM36XJlb7aQgWx { top:23.875rem;left:25.4375rem;width:22.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eUPmM7sHsfC5ee4bEgtIgaTaQDUGsX { top:22.25rem;left:22.1875rem;width:25.5625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntSq6XQJ9IPQSs3NgV2hz61Abo23b8h { top:2.4375rem;left:0rem;width:26.8125rem;height:17.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMoUbaBsihOJtaq88bGLP6BTraTd8sV { top:1.6875rem;left:22.375rem;width:25.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5  { width:19.3125rem;height:auto;top:26.1875rem;left:25.9375rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 {display:block;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 { width:19.3125rem;height:auto;top:26.1875rem;left:25.9375rem; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #GozXfXhrxGSpiSvTtxTZdgwLJ66puupJ {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #sIXtCXdl15hccTCnLHd1HJhLScT0ZvTr { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #zf7FXvAXIoBVqv6XmPN4KfrbyprzaxAt {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #ROgLwgUmW70t9E9zCuHmQ143sAtLpTx8 {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #I9MprPIgwUput2gmo5pTw6PHTDaQsLXZ { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #MzWTPidZhhd5cTc44fTmWQxmrqs0xPZV {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VQVZ3AxytTN4RK9VECdktqBzQ2RUdA6h {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #bQG8hUetUXCH1GbTInrkNeOxroDThn3S {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #aeEUcuRv1ueVM70s6KBGMZzfHFtrzHVz {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #NhL0lkQyinXJATXVObWSccuG1ga7UUdK {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VP54A6H4OZGn7bLvzwdtpRhDfy0gWOWP {  }
 }@media only screen and (max-width: 763px) { #IKku87ZCvZKgmLEg3BuHRvW7FrJEdsUg { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #nXkld0vV11vnv12yp9xvQvnTg5rPwMhW {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #PqqQrSmNodvowAa61AXhDdFEuetfXbL2 {  }
 }@media only screen and (max-width: 763px) { #f1XGKZums9i71J7UKn7EummTcVeZcCBI { top:33.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrT1wuRUOJ3chDLZxrHkB1qhKFVosIk { top:33.625rem;left:0.8740234375rem;width:19.5rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2ykIWSTEVQR3TZyrTGd9TZKUR4OLHQ { top:39.25rem;left:1.0927734375rem;width:19.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBOHVDsTlBxHdJoaq27EDVCxMblTyVg { top:36rem;left:0.8740234375rem;width:19.5rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onOPaVOTBqVrZhIdmXUsKpfgN5XfBBEy { top:32.0625rem;left:0rem;width:27.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZbvTMXOMWOlOxvhbS9kfrEfuWSm8SCI { top:0rem;left:0rem;width:47.75rem;height:55.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRnThgviCiZzHKwA2CTX3cMrvqscAZLI { display:block; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHDTzMbPJAxNL9ccZADAG3lTODFTmqL { top:3rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P { display:block; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAhCakWZHmLwlvThTJNIH1PvTHcTpWlZ { top:1.75rem;left:3.375rem;width:12.5rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXKIkSQxwS9dxXIbEIh0n2RavasDGMTk { top:1.75rem;left:18.1875rem;width:11.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOSLGfpRs2nfpg3xXunRQDq4Q6Aqicw { top:6.3125rem;left:31.75rem;width:15.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLvipSO0b0Df1FTzT4ZAtIcE7fdp6nb { top:1.75rem;left:35.6240234375rem;width:7.125rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAN7WvziEtODvvMw3t8ZlcEFxmbm78sd { top:6.0625rem;left:0.3125rem;width:15.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFOPE4hMuvB5r8CkxId6siz0p5nnd87 { top:1.3125rem;left:0.341796875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abs9FVev0EWatvwWbrvvrmSM3ZiTLydi { top:1.3125rem;left:31.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuzoaDunc0aePMZVUUc7QMRohDqrPIvT { top:6.4375rem;left:15.9375rem;width:14.9375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhZtb76h2UyH6fQHhGslN4rOv1HwkgWV { top:6.8125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxVuFpS8pFt2aNkVeWogZXd3K7fzT4Mb { top:16rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypT5MCyeiuSc0FKQMGwbthZOnTq8HTfp { top:16rem;left:15.5625rem;width:16.1875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsu1EnDf6R26nWQAfoSwTSWp7f5cEFQq { top:1.6875rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQpu66n0CEymKnnOQBxnTiGmMoJ1V9s5 { top:-0.0625rem;left:0rem;width:18.1875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwVxRqSBwZxRf11lv02D6ColBM3dEMnQ { top:0rem;left:12.75rem;width:19rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txg25az7TEKESHWDoHXq7F8ogCBOEmbO { top:0rem;left:27.625rem;width:20rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUhXVVvEbqGaNePdLu6UN0lyDCnA79Hr { top:6.8125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUUApyuBo8tMhEhT22lsvuBTKayO1HR3 { top:6.4375rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT { display:block; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHt9SVznyAp9btt1inNrGnRK62eqWs4H { top:6.75rem;left:19.875rem;width:27.875rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFr2GTNGRgSzfh6tQuud0PWqu7q4KOR4 { top:2.5625rem;left:0rem;width:47.75rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNPxoNmaZ7aCFVxbb3JqFrFkKkOsHWv { top:13.6875rem;left:21.4375rem;width:26.3125rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e494OkvL11lEN0qsVsSbPfeNNwewDmDV { top:6.75rem;left:0rem;width:20.5rem;height:13.583771288576rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8I3VQxpfsTSMuGpErDT3pfVZXVl8ybT { width:13.875rem;height:3.5rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LotmliODKKptCNdyQBn78a7iKXvVqZWF { display:block; }
 }@media only screen and (max-width: 763px) { #rtKVF09CvKpICUEBvS7E8JXoXhF9EwtQ { top:39.3125rem;left:21.4375rem;width:26.3125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkIB0ZVTyJIrTd6518WI4vRiCdOHNrKA { top:23.3125rem;left:0rem;width:20.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlNBE2cCwy70ilme6PA78lLoD7H6RxBq { display:block; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yETri6nyRsBD3Hw90HqNaxqlRTTDk5K8 { width:19.0625rem;height:12.9375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFFuWCCpfwylrFDsQ0CKakNMr0HvMzT { width:13.9375rem;height:4.625rem;top:21.75rem;left:1.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZU38XETKwMGsVixMZy8wIKsbVltFcD { width:15.5rem;height:1.4375rem;top:27.3125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxTGRNBUqfFbHVFGn5BVfDnX93Q49Jb { width:19.5625rem;height:14.625rem;top:17.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8J0cbz1wGDiL5IOQQ8PC856bmdoiTb { width:19.125rem;height:13.125rem;top:32.6875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsv5wHr6IxTo3vuwfsFgH908nptbx4If { width:13.0625rem;height:1.5625rem;top:39.3125rem;left:33.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqs9N5I7BqRWuDWb5s8uXiKTTGx2qbFC { width:13.5625rem;height:4.625rem;top:34.625rem;left:33.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut4Z9hsTXPHoZi43cQPLqmb0TeQuHcFJ { width:17.375rem;height:6.625rem;top:5.75rem;left:14.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QskkrTKbHoaUFRTk1iDMQ5PUXd9T3aML { width:19.6875rem;height:13.125rem;top:32.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2OQhw1rlQRTLx2aM7BLTG57MJ2dKueD { width:15.25rem;height:4.625rem;top:4.8125rem;left:0.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VRrlb3wHMMXVVDnJuDM5VTl3AcX5LP { width:14.6875rem;height:4.75rem;top:10rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QArfHucqCb98DMkp0li0iGzTpXoLMamT { width:4.875rem;height:1.6875rem;top:36.0625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5gDlvmfKo3glT0d9MEFV5URLNwcmmq6 { width:5rem;height:1.625rem;top:20.0625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk59yTHageLSyz8zVWou4wqSuHpbRXTB { width:19.125rem;height:14.6875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IanHZaMLoQskseAHW4pKCOhb7QTewTy1 { width:12.5rem;height:1.5625rem;top:35.4375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXKHoqRfbdniLRo1cJoUBbyGl5xDyoJo { width:17.125rem;height:3.125rem;top:38.6875rem;left:14.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zypvkQhX8MpPEGaimQvTMkSdb63hk0qO { width:19.375rem;height:14.5625rem;top:17.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVRIUQn7PScUadekHTDwyPsnn7taUhO { width:15.25rem;height:4.625rem;top:19.25rem;left:32.187501907349rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4f5bcWrmM2tkDphGlESlut7o6DWyyda { width:16.1875rem;height:3.1875rem;top:24.5rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxOqmw3AzVIanpWXTFBxrgUT2nBD4A5Q { width:18.8125rem;height:12.5rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBM7Ce4oVUVc0GwUa3nzI6x29SDMKzFl { width:19.4375rem;height:12.749683474601rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtu0I9Z1dhDcmQ7KEtNOMdBBRuPSrztT { top:3.3125rem;left:28.3125rem;width:19.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhP6GWswikSWAvBEedeB3TSaGWcTxJP { width:19.9375rem;height:13rem;top:3.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqUDtRWaTVAhrAPLsnQRyfkGcdTxL6yk { width:6.5rem;height:2.25rem;top:10.9375rem;left:6.310546875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5OTSHvfRsAfrC76zpg5lcKJMucc7Jmc { width:47.75rem;height:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lf2aAdcxC1J5UzAM6yFqETsk604HNN5w { display:none; }
 }@media only screen and (max-width: 763px) { #wqtTHowqDwN8weOpHM4pcU6C8IAvlPg8 { display:none; }
 }@media only screen and (max-width: 763px) { #FBCtO6QfgBXAK8ATKRI8zTxxDk7R9WIq { display:none; }
 }@media only screen and (max-width: 763px) { #F5A7GQUF7ZFtSZZ7CuGyXXxsSlfwqmWQ { display:none; }
 }@media only screen and (max-width: 763px) { #enydwE07pQSa60B3mqKMOhfBxWTAgo04 { top:2.875rem;left:13.9375rem;width:19.8125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3msAViXBMxpdyOJhMAqvGwQhZmzqlZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #oTdlg10R3Vmle9TCFHnF4yqp1BdLTzHw { width:19.0625rem;height:12.9375rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTTkETtD6QSr105WIFqWUym7sKVb23aw { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikRtCTp39GdTBLqtophur8f7nT0Ecbe1 { display:none; }
 }@media only screen and (max-width: 763px) { #X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm { display:block; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKc6yS6s5zKVp50ZGJLwdyhQlnoCWcWf { top:2.875rem;left:13.9375rem;width:19.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS4SRnEJP4WPHUHRT1TwqZS8ZUKTkv12 { display:block; }
 }@media only screen and (max-width: 763px) { #olktNWXOzu1cQKL6B025z41Rp0CpeMAh { display:block; }#olktNWXOzu1cQKL6B025z41Rp0CpeMAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XK75JeqduRUMH91AdgpczsGVvLQG3ZIM { width:47.75rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaofMvvJrCcI8oqN2mOqWEQsXJWDkw6w { width:16.875rem;height:1.8125rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETi7TeXWragt7tHTrV6XgMXhgdFrkKO6 { width:15.125rem;height:7.9375rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqmti8LtGlyphayx18rpyIXL17aCIC6 { width:17.8125rem;height:6.375rem;top:26.0625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoVLUXzaOv5muZUlmBdAlqQLdCAt9is1 { width:15.9375rem;height:3.6875rem;top:21.0625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztCnqfcBfq2kptde8QSqmaGh869Hh1Z5 { width:15.3125rem;height:9.5625rem;top:25.25rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNCgnM7TbGDRK6PpF2ungcR6clR3syPy { width:15.3125rem;height:1.8125rem;top:21.0625rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF8lQ8VA4S7tJ1NdzwTNky9BT5lV1F8X { width:16.875rem;height:12.75rem;top:51.3125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHwq25Kkvy9prMTLcx835wpOgh8ZGaw { width:14.5rem;height:9.5625rem;top:51.3125rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwOIibyXIBx1wb23UaABQd81lRaT3XU { width:18.8125rem;height:1.8125rem;top:48rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX936Ffre9iywkFfgtpGlqED93gqH41X { width:17.1875rem;height:1.8125rem;top:48rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQIwWgwNOD8pQnL8FUoZTc51Js26yTDb { width:17.1875rem;height:1.8125rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHf53OLwsT0oxV4eacQDVB8g8FTuIlEH { width:15.3125rem;height:14.375rem;top:51.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y42oeWL1nyruZwbgpkLin7BwTPTuc0Mu { top:10.0625rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFT5FerN4SHoU73i4CKkRu5qv0LpzAN { top:10.0625rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICocDze0sAAJyotmXniQCPXZ8iQTnkOo { top:10.0625rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osO4AkRgTVcLviM908k9PDRukMonOCmv { top:37rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ogQDLfFqnSLSTK0o7TBay2atSgS6rt { top:37rem;left:15.375rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzoTwTbpwubTguz6Atq4RJs1M4hN5aT { top:37rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh3oIaR8fU8kT0TFpeaqHlSLtxIliZ9L { top:40.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgflykiwU1ucNaBuxfxtlFPnUpc3LLLX { top:12.625rem;left:18.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUPMPE6lBeTelbDOv7TURsAGPNHZCz6n { top:13.0625rem;left:39.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOPLseZSClKGewB5d8FX56xlazT20rKd { top:12.0625rem;left:18.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8sJQykE07iHk7lSK5iKyPMD71SpHlxM { top:40.1875rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPo76mlLPPACWepSAaeVxuiRs77JZsZT { top:40.1875rem;left:39.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe808v6z4c4d6IyeKJ4XVFcv6vtkA4QT { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGIX7T3GJd62u3wqvffTOKZNNhC6Zr76 { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJNrr1dFWOXKogFX3v2hiDcqMsQwIV90 { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTAOHMTWIs40fPPCVIJcnBtXPeqrlIKp { top:12.8125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc { display:block; }#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSAFtFuXzvmB24xT6KfpFamkhulakR5P { top:0.9375rem;left:13.9375rem;width:19.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGlFALhKtSFOyZuBE1zBFh31snhussL1 { display:block; }
 }@media only screen and (max-width: 763px) { #lyGLHy3kT4StE927hiax9v36vcghbph4 { top:2.875rem;left:13.9375rem;width:19.8125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUn4Dwt4zmyK19JfQAVKupWzwFRBxfOy { display:block; }
 }@media only screen and (max-width: 763px) { #vhS5HaiXazXVwcuEcTanXUHKq7XGQseA { display:block; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6hNryduT3rfowggFwAyG69GlGDgfoSh { width:16.875rem;height:4.75rem;top:15.0625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycJ5nUz4eNrs0IJdoGp3rFWQTUfx0Xpu { width:19.0625rem;height:3.1875rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEInPJHq6BuM9dMyZcd4H524zQeKgwZA { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E201x9gvuLt55RwAoPTS1ktm3wXcKhRN { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBT6fTze4X98RDk5cSrOXgf4caIH0mV { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinePTL9zMWt6Ww9MLw2GKOTSr39Ivhs { width:16.875rem;height:3.1875rem;top:15.0625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1UF2wAMIvZAeAWf7tiV4k0m9cyBSeA7 { width:3.0625rem;height:3.0625rem;top:9.8125rem;left:22.029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drcTmWBPG2v3UveTsNbRkNu00hpNkxcz { width:3.0625rem;height:3.0625rem;top:9.8125rem;left:38.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHQOSpQDD2W28ChrxXhZO3rCEARF6Lq { width:3.125rem;height:3.125rem;top:9.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDxF7fXwTglObZ6JgCH5Vy8E6WOgxcH9 { top:97rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frQzbqUsfIM4P1a3CMo7Iw7v3zqUfOzC { top:8.5rem;left:11.711139678955rem;width:10.375rem;height:12.176379224652rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:1rem;display:none; }#ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #pzMhWRR5KfgELDMn28mhmFaAcsQ8V6lD { top:104.4375rem;left:0rem;width:11.25rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSynTqcD6RMczpqNk43qVwZztZomMs6b { top:0rem;left:0rem;width:47.75rem;height:55.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGyEr55DhuALoXAUnFepCZEDpggJIUX7 { display:block; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7LrpmZTUU3i9VrmMDP7hcy7iI2x7h8e { top:1.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRvGH0k29AnNV4LbJPlcTEi7LP6Nb0s { top:2.125rem;left:37.375rem;width:10.375rem;height:12.176754596084rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDaPEMgV9mnpUU5AseI3qhwssHJ9B8S { top:8.5rem;left:11.711139678955rem;width:10.375rem;height:12.176379224652rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 { display:block; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdpI2ePXKUZwNkJTWWZFOurVWdhWwzeB { top:0.6875rem;left:0rem;width:47.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17B2HTQWMFTO45ca97lxVizGmpkLvH5 { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:1rem;display:block; }#U17B2HTQWMFTO45ca97lxVizGmpkLvH5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx { display:block; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4OIKW0zWbdzJ7IBcpxxKINkPKHqnOLQ { width:28.125rem;height:2.5rem;top:1.6875rem;left:9.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3Ru8Xvk0n6CtcCkXbRJTQS0D7Oe48E { width:39.25rem;height:1.875rem;top:6.5625rem;left:0.17578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgmy2WkvAwaEAIGoUBqHbvs7FKaxLETf { width:26.875rem;height:3.75rem;top:5.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbMgPNn1m8aEERaAXkHHDSyUCzk4Fzec { width:26.875rem;height:1.875rem;top:13.9375rem;left:0.17578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltkm7rPb4OOnDDpMRvufC2eotwDRuyU2 { width:26.875rem;height:3.75rem;top:13rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaHFfTFMScWhE2kpcVu3Ju37WWVMsXt { width:26.875rem;height:3.75rem;top:20.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoU0uo2I34UAPz1iB2Mnuy9XC1qN2Klv { width:47.75rem;height:1.875rem;top:21.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLsWKM2zmzI3ZHoNZF5yn2Z0CNL6gDy { width:26.875rem;height:3.75rem;top:27.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw63OZ8WyW2RFfE0SukOqiUo5ZUrHkDm { width:42.6875rem;height:1.875rem;top:28.8125rem;left:0.17578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfzAOTIZ20w3nMnoOTav64GVMBz8VH0C { width:47.75rem;height:3.75rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtHFOgaQWmKDPWr8WtMvDqsxTD6JuM72 { width:47.75rem;height:3.75rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9GlpVSXNl4w4tRr2qmRzEAI18BCKeD { width:47.75rem;height:1.875rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4NHW1s7z4rG3Xc5Q53ApvcZNEZUGcA { width:26.875rem;height:;top:34.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLnQKMyv15CFNPZtLv3myBp0l4HFspzP { width:42.6875rem;height:1.875rem;top:35.4375rem;left:0.17578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTR8CubbcGwZylTrHNZ0evO5v10DIZJI { width:47.75rem;height:1.875rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTZtlvUlqbG6cJopQqz4JxqJRU8ox9D { width:47.75rem;height:1.875rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1zGzoEq0FSahQgzDgkogR4x24D2TDhc { display:block; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxO9AIqFCmpwAEJKOwSzewSxltMT2v1m { top:5.5625rem;left:0rem;width:19.875rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW { width:18rem;height:5.0625rem;display:flex;top:4.9375rem;left:4.625rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #X0AFqSJ6XdiHM7wdUp0oUF1w7UcvzBte { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #rgszm6AeHRXFadIqLBwWbUicdfFBVfnJ {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #xynrIMR2w5kXyk9eptV9TdbfMZgVpaNK {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #x1Cv86tu1eGAbKPceAWArafXeAm7VNif { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #C6HhHmKdzJViTmPyNG6vkhgwi119trC6 {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #WFIsRhiUwtkHD6aCKJ0cTmNXzleBLfbq {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #usw93Snhm0aITSfzZpdT4uoeBAPNrrCJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #kHMxLQht81g6LIuVNfgr8TKXm3wmQF4J {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #TcoLZ3qfBiSHuqRp5ctmCFbIy5Qtgu0y {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #iKI1440tnCZAbnbkCpwvu6As30OASyQr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #FPEDfS53hVFxoI9XqRUkJ2X39OSnrpmV {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #nqIhEXXOsSe1ImWo9hMahbHCcAMTFuGp {  }
 }@media only screen and (max-width: 763px) { #TBXVKmLZyqddR7CPupTq685xTXZsqTXh { top:35.125rem;left:0rem;width:47.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ve7FKPZK5PRR130tmAH0pXSC158TWwJk { top:1.625rem;left:0rem;width:30.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McUffNmpwpNrzgQdccHW38AsTmsL7NO7 { top:17.3125rem;left:27.9375rem;width:19.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foNuDXThN0Q18mgaZzST3DwAOrSmGXMm { display:block; }
 }@media only screen and (max-width: 763px) { #dJZRdzPNAOv1F1xXvO6fVunzmSH9oqXQ { top:2.875rem;left:13.9375rem;width:19.8125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1TlePWa4NMIsJS9earg8OlEFdVkqQNK { display:block; }
 }@media only screen and (max-width: 763px) { #RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 { display:block; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbgTBd8kX0ovDyopfEdFDGi0FGKCfc0 { top:1.0625rem;left:5.59375rem;width:39.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7qH0e9zbCNoETThkH9eoadoZCucMpSA { top:9.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se23TJx7PB2oQWuMpVyv82Gh3wU7rlfs { top:4.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvizhHRIwlF9LBwmU6RwZH35rbGrWnTE { top:16.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdxnfxO3z5KuZsMkrkrwOiRF9ay33byW { top:22.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q { display:block; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P30yEpq5cB7IgwJosUEC7c1WCQSXUruN { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 { display:block; }#C6ZflxTh4Q6chimOLW8ewgTgMJIJOB04 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSs915QoOlmaevGBEixrE5ubm6X4LOWH { top:0rem;left:3.8112567663193rem;width:12.3748125rem;height:3.81214375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(185deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(185deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(185deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(185deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;display:block; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { background-color: transparent; background-image: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container > .video-iframe-container { display: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row > .video-iframe-container { display: none; }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .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); }#KbiGz4kkxqwwuGSN4uci0BLQpmQz13mZ > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x03851vATBKr73Kdhy2wkmPuokyWGWbc { width:16.3125rem;height:6.5625rem;top:26.9375rem;left:0.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O4VnuKFUzQUz3hqT3mOM36XJlb7aQgWx { width:16.125rem;height:1.4625rem;top:36.0888671875rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L9eUPmM7sHsfC5ee4bEgtIgaTaQDUGsX { width:18.1875rem;height:28.625rem;top:34.375rem;left:0.90625rem;background-color:#2b92d0;background-image:none;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntSq6XQJ9IPQSs3NgV2hz61Abo23b8h { width:17.625rem;height:9.624rem;top:16.1875rem;left:1.1875rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OwMoUbaBsihOJtaq88bGLP6BTraTd8sV { width:20rem;height:14.5625rem;top:0rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-form-header { font-size:0.75rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-regular-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.75rem;overflow:hidden;height:auto;line-height:.9;color:rgba(255,255,255,0.81);padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.6875rem;color:#ffffff;display:block;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;display:block;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff8200;background-image:none;box-shadow: none;font-size:1rem;overflow:hidden; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]:-moz-placeholder { font-family:"source sans pro"; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]::-moz-placeholder { font-family:"source sans pro"; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]:-ms-input-placeholder { font-family:"source sans pro"; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 [class*="-text"]::-webkit-input-placeholder { font-family:"source sans pro"; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-radio-label { float:none; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;font-size:0; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container:first-of-type{padding-top:0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .widget-container:last-of-type{padding-bottom:0;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5  { width:15.375rem;height:auto;top:39.326171875rem;left:1.0625rem;font-size:0.75rem; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RORcBLw0zHDutW8rriqkurnrTvpO85M5 {display:block;}#RORcBLw0zHDutW8rriqkurnrTvpO85M5 { width:15.375rem;height:auto;top:39.326171875rem;left:1.0625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #GozXfXhrxGSpiSvTtxTZdgwLJ66puupJ {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #sIXtCXdl15hccTCnLHd1HJhLScT0ZvTr { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #zf7FXvAXIoBVqv6XmPN4KfrbyprzaxAt {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #ROgLwgUmW70t9E9zCuHmQ143sAtLpTx8 {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #I9MprPIgwUput2gmo5pTw6PHTDaQsLXZ { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #MzWTPidZhhd5cTc44fTmWQxmrqs0xPZV {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VQVZ3AxytTN4RK9VECdktqBzQ2RUdA6h {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #bQG8hUetUXCH1GbTInrkNeOxroDThn3S {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #aeEUcuRv1ueVM70s6KBGMZzfHFtrzHVz {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #NhL0lkQyinXJATXVObWSccuG1ga7UUdK {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #VP54A6H4OZGn7bLvzwdtpRhDfy0gWOWP {  }
 }@media only screen and (max-width: 763px) { #IKku87ZCvZKgmLEg3BuHRvW7FrJEdsUg { display:block; }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #nXkld0vV11vnv12yp9xvQvnTg5rPwMhW {  }
 }@media only screen and (max-width: 763px) { #RORcBLw0zHDutW8rriqkurnrTvpO85M5 #PqqQrSmNodvowAa61AXhDdFEuetfXbL2 {  }
 }@media only screen and (max-width: 763px) { #f1XGKZums9i71J7UKn7EummTcVeZcCBI { display:flex;width:3.0625rem;height:3.0625rem;top:74.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOrT1wuRUOJ3chDLZxrHkB1qhKFVosIk { width:19.5rem;height:0;top:85.625rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dg2ykIWSTEVQR3TZyrTGd9TZKUR4OLHQ { width:19.0625rem;height:0;top:91.2373046875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hEBOHVDsTlBxHdJoaq27EDVCxMblTyVg { width:19.5rem;height:0;top:87.9873046875rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #onOPaVOTBqVrZhIdmXUsKpfgN5XfBBEy { width:19.875rem;height:12.3125rem;top:100.15234375rem;left:0rem;background-color:#2b92d0;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #EZbvTMXOMWOlOxvhbS9kfrEfuWSm8SCI { width:19.9375rem;height:64.6875rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRnThgviCiZzHKwA2CTX3cMrvqscAZLI { display:block; }#hRnThgviCiZzHKwA2CTX3cMrvqscAZLI > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHDTzMbPJAxNL9ccZADAG3lTODFTmqL { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P { display:block; }#um1KUOBVDT9AmPkJRWNNX1TTt9rPkO9P > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAhCakWZHmLwlvThTJNIH1PvTHcTpWlZ { width:9.125rem;height:1.95rem;top:1.625rem;left:6.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXKIkSQxwS9dxXIbEIh0n2RavasDGMTk { width:13.125rem;height:1.95rem;top:12.3125rem;left:6.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #MdOSLGfpRs2nfpg3xXunRQDq4Q6Aqicw { width:12.25rem;height:7.5rem;top:35.75rem;left:5.96875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XRLvipSO0b0Df1FTzT4ZAtIcE7fdp6nb { width:11.0625rem;height:1.95rem;top:32.243751525879rem;left:5.40625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAN7WvziEtODvvMw3t8ZlcEFxmbm78sd { width:12.5rem;height:5.59765rem;top:4.5rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #msFOPE4hMuvB5r8CkxId6siz0p5nnd87 { display:flex;width:2.875rem;height:2.875rem;top:1.099609375rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #abs9FVev0EWatvwWbrvvrmSM3ZiTLydi { display:flex;width:2.8125rem;height:2.8125rem;top:31.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UuzoaDunc0aePMZVUUc7QMRohDqrPIvT { width:12.875rem;height:7.5rem;top:16.4375rem;left:6.25rem;font-size:1rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LhZtb76h2UyH6fQHhGslN4rOv1HwkgWV { display:flex;width:1.1875rem;height:1.1875rem;top:16.4375rem;left:4.0625rem;font-size:1.1875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #xxVuFpS8pFt2aNkVeWogZXd3K7fzT4Mb { display:flex;width:1.5625rem;height:1.5625rem;top:35.3125rem;left:2.125rem;font-size:1.1875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #ypT5MCyeiuSc0FKQMGwbthZOnTq8HTfp { width:13.25rem;height:4.5rem;top:25.9375rem;left:5.9375rem;font-size:1rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Gsu1EnDf6R26nWQAfoSwTSWp7f5cEFQq { display:flex;width:2.5rem;height:2.5rem;top:12.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #RQpu66n0CEymKnnOQBxnTiGmMoJ1V9s5 { width:18.1875rem;height:28.625rem;top:64.520509375rem;left:0.875rem;background-color:#2b92d0;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KwVxRqSBwZxRf11lv02D6ColBM3dEMnQ { width:19rem;height:28.625rem;top:77.6455078125rem;left:1rem;background-color:#2b92d0;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Txg25az7TEKESHWDoHXq7F8ogCBOEmbO { width:20rem;height:28.625rem;top:124.270509375rem;left:0rem;background-color:#2b92d0;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #nUhXVVvEbqGaNePdLu6UN0lyDCnA79Hr { display:flex;width:1.1875rem;height:1.1875rem;top:26.5rem;left:4.34375rem;font-size:1.1875rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #zUUApyuBo8tMhEhT22lsvuBTKayO1HR3 { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:9.1875rem;font-size:1.1875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.adaptive-delivery-prevent-bg, #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.lazyload, #EdpucrVzdbmboA1RyZiBetDlnOTsWNVT.lazyloading { background-image: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { background-color: transparent; background-image: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container > .video-iframe-container { display: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container { display: none; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .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); }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { border-width: 0; border-radius: 0; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdpucrVzdbmboA1RyZiBetDlnOTsWNVT > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHt9SVznyAp9btt1inNrGnRK62eqWs4H { width:17.6873125rem;height:5.84765625rem;top:2.3916902542114rem;left:1.7489346265793rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EFr2GTNGRgSzfh6tQuud0PWqu7q4KOR4 { width:20rem;height:89.75rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNPxoNmaZ7aCFVxbb3JqFrFkKkOsHWv { width:16.4980625rem;height:39rem;top:12.5rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e494OkvL11lEN0qsVsSbPfeNNwewDmDV { width:18.3115rem;height:12.0615rem;top:51.5rem;left:0.8427734375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8I3VQxpfsTSMuGpErDT3pfVZXVl8ybT { width:13.78025rem;height:3.40625rem;top:81.0087890625rem;left:3.1083984375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LotmliODKKptCNdyQBn78a7iKXvVqZWF { display:block; }
 }@media only screen and (max-width: 763px) { #rtKVF09CvKpICUEBvS7E8JXoXhF9EwtQ { width:18.3125rem;height:15rem;top:65.384765625rem;left:1.6259765625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rkIB0ZVTyJIrTd6518WI4vRiCdOHNrKA { width:18.75rem;height:10.499rem;top:86.6435546875rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlNBE2cCwy70ilme6PA78lLoD7H6RxBq { background-color:rgba(43,146,208,0.06);background-image:none;display:block; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { background-color: transparent; background-image: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container > .video-iframe-container { display: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row > .video-iframe-container { display: none; }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .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); }#WlNBE2cCwy70ilme6PA78lLoD7H6RxBq > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yETri6nyRsBD3Hw90HqNaxqlRTTDk5K8 { width:20rem;height:5.9375rem;top:46.5625rem;left:0rem;background-color:rgba(43,146,208,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFFuWCCpfwylrFDsQ0CKakNMr0HvMzT { width:8.6875rem;height:2.7625rem;top:47.375rem;left:6.875rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FyZU38XETKwMGsVixMZy8wIKsbVltFcD { width:15.875rem;height:1.4rem;top:49.8125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #epxTGRNBUqfFbHVFGn5BVfDnX93Q49Jb { width:20rem;height:14.933625rem;top:37.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GD8J0cbz1wGDiL5IOQQ8PC856bmdoiTb { width:20rem;height:5.625rem;top:78.8125rem;left:0rem;background-color:rgba(43,146,208,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsv5wHr6IxTo3vuwfsFgH908nptbx4If { width:9rem;height:1.4rem;top:82.1875rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pqs9N5I7BqRWuDWb5s8uXiKTTGx2qbFC { width:14.9375rem;height:2.7625rem;top:79.4375rem;left:3.0625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ut4Z9hsTXPHoZi43cQPLqmb0TeQuHcFJ { width:14.875rem;height:4.548825rem;top:2.712890625rem;left:0.75rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.4;color:#2b92d0;font-weight:400;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QskkrTKbHoaUFRTk1iDMQ5PUXd9T3aML { width:20rem;height:11.1875rem;top:17.423828125rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2OQhw1rlQRTLx2aM7BLTG57MJ2dKueD { width:15.3125rem;height:0;top:5.0625rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #w0VRrlb3wHMMXVVDnJuDM5VTl3AcX5LP { width:17.6855625rem;height:4.19824375rem;top:29.8125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QArfHucqCb98DMkp0li0iGzTpXoLMamT { width:6.6230625rem;height:1.575rem;top:80.6875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z5gDlvmfKo3glT0d9MEFV5URLNwcmmq6 { width:3.6875rem;height:1.4rem;top:48.0625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uk59yTHageLSyz8zVWou4wqSuHpbRXTB { width:20rem;height:6.0625rem;top:94.5625rem;left:0rem;background-color:rgba(43,146,208,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IanHZaMLoQskseAHW4pKCOhb7QTewTy1 { width:16.9355625rem;height:1.4rem;top:95.875rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXKHoqRfbdniLRo1cJoUBbyGl5xDyoJo { width:17.121125rem;height:2.5996125rem;top:97.25rem;left:2.0625rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zypvkQhX8MpPEGaimQvTMkSdb63hk0qO { width:20rem;height:5.9375rem;top:62.625rem;left:0rem;background-color:rgba(43,146,208,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVRIUQn7PScUadekHTDwyPsnn7taUhO { width:3.25rem;height:2.92480625rem;top:63.5rem;left:2.0625rem;font-size:2.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B4f5bcWrmM2tkDphGlESlut7o6DWyyda { width:10.25rem;height:4.19824375rem;top:63.5rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fxOqmw3AzVIanpWXTFBxrgUT2nBD4A5Q { width:20rem;height:13.3115rem;top:55.25rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rBM7Ce4oVUVc0GwUa3nzI6x29SDMKzFl { width:19.4375rem;height:12.749683474601rem;top:33.125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtu0I9Z1dhDcmQ7KEtNOMdBBRuPSrztT { width:20rem;height:14.4375rem;top:11.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhP6GWswikSWAvBEedeB3TSaGWcTxJP { width:19.9375rem;height:8.625rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqUDtRWaTVAhrAPLsnQRyfkGcdTxL6yk { width:6.5rem;height:2.92480625rem;top:26.8125rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f5OTSHvfRsAfrC76zpg5lcKJMucc7Jmc { top:71.5625rem;left:0rem;width:20rem;height:12.875rem;z-index:14997;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2aAdcxC1J5UzAM6yFqETsk604HNN5w { display:flex;top:50.125rem;left:17.9375rem;width:1.25rem;height:1.25rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #wqtTHowqDwN8weOpHM4pcU6C8IAvlPg8 { display:flex;top:32.6875rem;left:17.9375rem;width:1.25rem;height:1.25rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #FBCtO6QfgBXAK8ATKRI8zTxxDk7R9WIq { display:flex;top:66.5rem;left:17.9375rem;width:1.25rem;height:1.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #F5A7GQUF7ZFtSZZ7CuGyXXxsSlfwqmWQ { display:flex;top:98.625rem;left:17.9375rem;width:1.25rem;height:1.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #enydwE07pQSa60B3mqKMOhfBxWTAgo04 { top:102.9375rem;left:5.3125rem;width:9.375rem;height:3.1875rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-weight:700;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #R3msAViXBMxpdyOJhMAqvGwQhZmzqlZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #oTdlg10R3Vmle9TCFHnF4yqp1BdLTzHw { width:20rem;height:8.875rem;top:26.0625rem;left:0rem;background-color:rgba(43,146,208,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uTTkETtD6QSr105WIFqWUym7sKVb23aw { top:87.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ikRtCTp39GdTBLqtophur8f7nT0Ecbe1 { display:flex;top:82.125rem;left:17.9375rem;width:1.25rem;height:1.25rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm { background-color:rgba(43,146,208,0.01);background-image:none;display:none; }#X1GBOQTRET8z0yqdOTxHoRKhVrGyfNBm > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IKc6yS6s5zKVp50ZGJLwdyhQlnoCWcWf { top:1.34375rem;left:5.3125rem;width:9.375rem;height:3.1875rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OS4SRnEJP4WPHUHRT1TwqZS8ZUKTkv12 { display:block; }
 }@media only screen and (max-width: 763px) { #olktNWXOzu1cQKL6B025z41Rp0CpeMAh { display:none; }#olktNWXOzu1cQKL6B025z41Rp0CpeMAh > .row .container { width:20rem;height:116.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XK75JeqduRUMH91AdgpczsGVvLQG3ZIM { width:15.1875rem;height:5.84765625rem;top:2.1123046875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #CaofMvvJrCcI8oqN2mOqWEQsXJWDkw6w { width:12.9998125rem;height:1.29980625rem;top:11rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETi7TeXWragt7tHTrV6XgMXhgdFrkKO6 { width:12.9368125rem;height:9rem;top:13.3125rem;left:6.5625rem;text-align:left;text-align-last:left;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VDqmti8LtGlyphayx18rpyIXL17aCIC6 { width:13.25rem;height:9rem;top:29.25rem;left:6.625rem;text-align:left;text-align-last:left;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qoVLUXzaOv5muZUlmBdAlqQLdCAt9is1 { width:13.3123125rem;height:2.4375rem;top:25.1875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztCnqfcBfq2kptde8QSqmaGh869Hh1Z5 { width:13.3123125rem;height:10.5rem;top:44.0625rem;left:6.6875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gNCgnM7TbGDRK6PpF2ungcR6clR3syPy { width:13.187125rem;height:1.29980625rem;top:40.8125rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF8lQ8VA4S7tJ1NdzwTNky9BT5lV1F8X { width:13.499625rem;height:15rem;top:84.1875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHwq25Kkvy9prMTLcx835wpOgh8ZGaw { width:13rem;height:9rem;top:106rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dlwOIibyXIBx1wb23UaABQd81lRaT3XU { width:13.3744375rem;height:1.29980625rem;top:81.125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX936Ffre9iywkFfgtpGlqED93gqH41X { width:13.125rem;height:1.29980625rem;top:102.5rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQIwWgwNOD8pQnL8FUoZTc51Js26yTDb { width:12.6873125rem;height:1.29980625rem;top:57.9375rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHf53OLwsT0oxV4eacQDVB8g8FTuIlEH { width:13.3744375rem;height:16.5rem;top:61.5625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y42oeWL1nyruZwbgpkLin7BwTPTuc0Mu { width:5.3125rem;height:5.3125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFT5FerN4SHoU73i4CKkRu5qv0LpzAN { width:5.3125rem;height:5.3125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICocDze0sAAJyotmXniQCPXZ8iQTnkOo { width:5.3125rem;height:5.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osO4AkRgTVcLviM908k9PDRukMonOCmv { width:8.375rem;height:8.375rem;top:81.4375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8ogQDLfFqnSLSTK0o7TBay2atSgS6rt { width:8.375rem;height:8.375rem;top:80.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAzoTwTbpwubTguz6Atq4RJs1M4hN5aT { width:8.375rem;height:8.375rem;top:140.125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh3oIaR8fU8kT0TFpeaqHlSLtxIliZ9L { display:flex;width:1.9992875rem;height:1.9992875rem;top:59.9375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #UgflykiwU1ucNaBuxfxtlFPnUpc3LLLX { display:flex;width:2.875rem;height:2.875rem;top:26.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fUPMPE6lBeTelbDOv7TURsAGPNHZCz6n { display:flex;width:2.12446875rem;height:2.12446875rem;top:42.4375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #gOPLseZSClKGewB5d8FX56xlazT20rKd { display:flex;width:1.9375rem;height:1.9375rem;top:25.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #r8sJQykE07iHk7lSK5iKyPMD71SpHlxM { display:flex;width:2.1875rem;height:2.1875rem;top:82.8125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #qPo76mlLPPACWepSAaeVxuiRs77JZsZT { display:flex;width:2.374825rem;height:2.374825rem;top:104.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Pe808v6z4c4d6IyeKJ4XVFcv6vtkA4QT { width:5.3125rem;height:5.3125rem;top:58.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aGIX7T3GJd62u3wqvffTOKZNNhC6Zr76 { width:5.3125rem;height:5.3125rem;top:81.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vJNrr1dFWOXKogFX3v2hiDcqMsQwIV90 { width:5.3125rem;height:5.3125rem;top:102.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOHMTWIs40fPPCVIJcnBtXPeqrlIKp { display:flex;width:2.87464375rem;height:2.87464375rem;top:12.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc { display:none; }#n80xToiuT74k8ODJyAKGIkg9qfQaZ0nc > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KSAFtFuXzvmB24xT6KfpFamkhulakR5P { top:1.25rem;left:0.0625rem;width:19.8125rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGlFALhKtSFOyZuBE1zBFh31snhussL1 { display:block; }
 }@media only screen and (max-width: 763px) { #lyGLHy3kT4StE927hiax9v36vcghbph4 { top:1.21875rem;left:5.3125rem;width:9.375rem;height:3.1875rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vUn4Dwt4zmyK19JfQAVKupWzwFRBxfOy { display:block; }
 }@media only screen and (max-width: 763px) { #vhS5HaiXazXVwcuEcTanXUHKq7XGQseA { background-color:#ffffff;background-image:none;display:block; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { background-color: transparent; background-image: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container > .video-iframe-container { display: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row > .video-iframe-container { display: none; }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .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); }#vhS5HaiXazXVwcuEcTanXUHKq7XGQseA > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6hNryduT3rfowggFwAyG69GlGDgfoSh { width:11.8125rem;height:6rem;top:14.4375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ycJ5nUz4eNrs0IJdoGp3rFWQTUfx0Xpu { width:12.5625rem;height:4.5rem;top:6.6875rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dEInPJHq6BuM9dMyZcd4H524zQeKgwZA { width:20rem;height:0.0618489375rem;top:9.0397148132325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E201x9gvuLt55RwAoPTS1ktm3wXcKhRN { width:20rem;height:1.95rem;top:1.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #TWBT6fTze4X98RDk5cSrOXgf4caIH0mV { width:3.75rem;height:0.187174375rem;top:8.9754378199575rem;left:1.5616861581802rem;display:none; }
 }@media only screen and (max-width: 763px) { #dinePTL9zMWt6Ww9MLw2GKOTSr39Ivhs { width:12.9375rem;height:4.5rem;top:21.625rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g1UF2wAMIvZAeAWf7tiV4k0m9cyBSeA7 { width:2.875rem;height:2.875rem;top:15.25rem;left:1.5rem;opacity:1;display:block; }
 }@media only screen and (max-width: 763px) { #drcTmWBPG2v3UveTsNbRkNu00hpNkxcz { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:1.53125rem;opacity:1;display:block; }
 }@media only screen and (max-width: 763px) { #EcHQOSpQDD2W28ChrxXhZO3rCEARF6Lq { width:2.625rem;height:2.625rem;top:7.625rem;left:1.5625rem;opacity:1;display:block; }
 }@media only screen and (max-width: 763px) { #gDxF7fXwTglObZ6JgCH5Vy8E6WOgxcH9 { width:11.25rem;height:1.29980625rem;top:31.875rem;left:1.5rem;font-size:1rem;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #frQzbqUsfIM4P1a3CMo7Iw7v3zqUfOzC { width:7.375rem;height:8.8125rem;top:30.125rem;left:11.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl { width:16.6875rem;height:22.5625rem;top:41.5rem;left:1rem;font-size:1rem;z-index:15005;line-height:1.5;display:block; }#ThaBUD5HVFpPeUTpWEsS5Bgtn7vQpGfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #pzMhWRR5KfgELDMn28mhmFaAcsQ8V6lD { width:11.25rem;height:3.8984375rem;top:34.1875rem;left:1.5rem;font-size:1.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #oSynTqcD6RMczpqNk43qVwZztZomMs6b { width:20rem;height:38.125rem;top:28.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15003;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fGyEr55DhuALoXAUnFepCZEDpggJIUX7 { display:none; }#fGyEr55DhuALoXAUnFepCZEDpggJIUX7 > .row .container { width:20rem;height:10.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u7LrpmZTUU3i9VrmMDP7hcy7iI2x7h8e { width:11.875rem;height:7.5556875rem;top:1.060546875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRvGH0k29AnNV4LbJPlcTEi7LP6Nb0s { width:3.43695625rem;height:4.06223125rem;top:21.093761444092rem;left:11.447283029556rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqDaPEMgV9mnpUU5AseI3qhwssHJ9B8S { width:7.9365rem;height:9.4365rem;top:0rem;left:12.0634765625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 { display:none; }#ycIz7Le4VZgGyDmxXggOkVhNivKsEBT6 > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fdpI2ePXKUZwNkJTWWZFOurVWdhWwzeB { width:20rem;height:20.5rem;top:1.4459648132324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17B2HTQWMFTO45ca97lxVizGmpkLvH5 { width:19.875rem;height:17.160125rem;top:2.560546875rem;left:0rem;font-size:1rem;display:block; }#U17B2HTQWMFTO45ca97lxVizGmpkLvH5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/801b0579-8307-4934-97ad-00b1401f6f76/jzykrozmowa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.adaptive-delivery-prevent-bg, #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.lazyload, #pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx.lazyloading { background-image: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { background-color: transparent; background-image: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container > .video-iframe-container { display: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container { display: none; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .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); }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { border-width: 0; border-radius: 0; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgQ16tcIttxPzgutZBm2sJ9Thi0T26rx > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4OIKW0zWbdzJ7IBcpxxKINkPKHqnOLQ { width:18.2494375rem;height:1.93776875rem;top:1.2489132881164rem;left:0.87391304969787rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3Ru8Xvk0n6CtcCkXbRJTQS0D7Oe48E { width:17.5rem;height:1.5rem;top:4.9049479961395rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bgmy2WkvAwaEAIGoUBqHbvs7FKaxLETf { width:2.062175rem;height:2.4375rem;top:4.4368486404419rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbMgPNn1m8aEERaAXkHHDSyUCzk4Fzec { width:17.5rem;height:1.5rem;top:14.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltkm7rPb4OOnDDpMRvufC2eotwDRuyU2 { width:2.5rem;height:2.4375rem;top:13.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaHFfTFMScWhE2kpcVu3Ju37WWVMsXt { width:2.5rem;height:2.4375rem;top:21.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoU0uo2I34UAPz1iB2Mnuy9XC1qN2Klv { width:17.1875rem;height:3rem;top:21.625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLsWKM2zmzI3ZHoNZF5yn2Z0CNL6gDy { width:1.311525rem;height:2.4375rem;top:35.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw63OZ8WyW2RFfE0SukOqiUo5ZUrHkDm { width:16.683625rem;height:3rem;top:35.53125rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfzAOTIZ20w3nMnoOTav64GVMBz8VH0C { width:17.375rem;height:4.5rem;top:6.8740234375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtHFOgaQWmKDPWr8WtMvDqsxTD6JuM72 { width:17.3125rem;height:7.5rem;top:25.625rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9GlpVSXNl4w4tRr2qmRzEAI18BCKeD { width:17.5rem;height:1.5rem;top:39.4375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4NHW1s7z4rG3Xc5Q53ApvcZNEZUGcA { width:1.625rem;height:2.4375rem;top:43.84375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLnQKMyv15CFNPZtLv3myBp0l4HFspzP { width:17.5rem;height:3rem;top:43.5625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTR8CubbcGwZylTrHNZ0evO5v10DIZJI { width:17.25rem;height:3rem;top:16.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTZtlvUlqbG6cJopQqz4JxqJRU8ox9D { width:17.5rem;height:3rem;top:47.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1zGzoEq0FSahQgzDgkogR4x24D2TDhc { background-color:#2b92d0;background-image:none;border-top:1.5625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:1.5625rem solid rgba(0,0,0,0);display:block; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { background-color: transparent; background-image: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container > .video-iframe-container { display: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row > .video-iframe-container { display: none; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .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); }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { border-width: 0; border-radius: 0; }#K1zGzoEq0FSahQgzDgkogR4x24D2TDhc > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxO9AIqFCmpwAEJKOwSzewSxltMT2v1m { width:17.25rem;height:9.746125rem;top:1.71484375rem;left:1.375rem;font-size:1.5rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(255,255,255,0.15);background-image:none;color:#ffffff; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW { width:18rem;height:5.0625rem;display:flex;top:18.3720703125rem;left:1rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #X0AFqSJ6XdiHM7wdUp0oUF1w7UcvzBte { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #rgszm6AeHRXFadIqLBwWbUicdfFBVfnJ {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #xynrIMR2w5kXyk9eptV9TdbfMZgVpaNK {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #x1Cv86tu1eGAbKPceAWArafXeAm7VNif { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #C6HhHmKdzJViTmPyNG6vkhgwi119trC6 {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #WFIsRhiUwtkHD6aCKJ0cTmNXzleBLfbq {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #usw93Snhm0aITSfzZpdT4uoeBAPNrrCJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #kHMxLQht81g6LIuVNfgr8TKXm3wmQF4J {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #TcoLZ3qfBiSHuqRp5ctmCFbIy5Qtgu0y {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #iKI1440tnCZAbnbkCpwvu6As30OASyQr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #FPEDfS53hVFxoI9XqRUkJ2X39OSnrpmV {  }
 }@media only screen and (max-width: 763px) { #Gn54ygLiH15Pbx5geVDkC6UW72CSJ7pW #nqIhEXXOsSe1ImWo9hMahbHCcAMTFuGp {  }
 }@media only screen and (max-width: 763px) { #TBXVKmLZyqddR7CPupTq685xTXZsqTXh { width:20rem;height:15.6875rem;top:0rem;left:0rem;z-index:4999;background-color:#ff8200;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve7FKPZK5PRR130tmAH0pXSC158TWwJk { width:20rem;height:7.9375rem;top:61.4994375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #McUffNmpwpNrzgQdccHW38AsTmsL7NO7 { top:28.3095703125rem;left:0.0625rem;width:19.8125rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #foNuDXThN0Q18mgaZzST3DwAOrSmGXMm { display:block; }
 }@media only screen and (max-width: 763px) { #dJZRdzPNAOv1F1xXvO6fVunzmSH9oqXQ { top:25.8125rem;left:5.3125rem;width:9.375rem;height:3.1875rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #B1TlePWa4NMIsJS9earg8OlEFdVkqQNK { display:block; }
 }@media only screen and (max-width: 763px) { #RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 { background-color:#ffffff;background-image:none;display:block; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { background-color: transparent; background-image: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container > .video-iframe-container { display: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row > .video-iframe-container { display: none; }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .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); }#RwdqGOXq9QtQG1Pp8V9BanTNaPnH25T6 > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbgTBd8kX0ovDyopfEdFDGi0FGKCfc0 { width:20rem;height:3.8984375rem;top:0.93670558929444rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #R7qH0e9zbCNoETThkH9eoadoZCucMpSA { width:19.6875rem;height:7.99805rem;top:7.423828125rem;left:0rem;font-size:1rem;line-height:1.6;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #se23TJx7PB2oQWuMpVyv82Gh3wU7rlfs { width:19.6875rem;height:3rem;top:17.375rem;left:0rem;font-size:1rem;line-height:1.5;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #FvizhHRIwlF9LBwmU6RwZH35rbGrWnTE { width:19.6239375rem;height:9.0986125rem;top:22.104167938233rem;left:0rem;font-size:1rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #ZdxnfxO3z5KuZsMkrkrwOiRF9ay33byW { width:19.5614375rem;height:2.6rem;top:32.463542938233rem;left:0rem;font-size:1rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q { display:block; }#LGWcThpCr4h2JEk3lNPnDkgXxvhZFa9q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P30yEpq5cB7IgwJosUEC7c1WCQSXUruN { width:20rem;height:2.11198125rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }