.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:239,214,214;--color-primary-1:206,133,133;--color-primary-2:173,51,51;--color-primary-3:153,0,0;--color-primary-4:102,1,1;--color-secondary-0:219,229,225;--color-secondary-1:137,170,154;--color-secondary-2:18,84,53;--color-secondary-3:9,42,27;--color-secondary-4:3,13,8;--color-tertiary-0:255,255,255;--color-tertiary-1:180,180,180;--color-tertiary-2:130,130,130;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#esT9J1nH5nq6PIyzygkJLU0lCdmFleoB { position:relative;z-index:auto;display:block; }#esT9J1nH5nq6PIyzygkJLU0lCdmFleoB > .row .container { position:relative;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/3f760f37-8e0c-4aa6-9469-df0d1ce4ea9a/glowingpadlockshieldprotectingdataflowcyberspace.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.873046875rem;left:0rem;height:9.7995rem;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:12.9951171875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-form-header {  }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-regular-label { display:none;width:18.3125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:3.75rem;width:18.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.6875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:2.9375rem;width:18.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.6875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:18.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:18.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:neuton;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#990000;background-image:none;overflow:hidden; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:57.125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#5d92ff; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.21875rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.25rem;padding-bottom:0;padding-left:0.25rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-container:first-of-type{padding-top:0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-container:last-of-type{padding-bottom:0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:58.9375rem;height:auto;left:0rem;top:22.5rem;z-index:15021;position:absolute; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .radio-container { width:18.9375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:58.9375rem;height:auto;left:0rem;top:22.5rem;z-index:15021;position:absolute; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #ncCgdblUkXmbwvzBisT2K18V8b2FKwch { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #hnnguT2RHXN83vCbX5OuBrbzH2HLpW2I { position:relative;display:none; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #mruihQCSr1Xqyx7O0dKCUuJI2ADllIRv { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #qh6kJ8h0WxWWUyqgybKXlOqDQKra0wJM { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #NMoAWNw3JaprHFe7TR0e8zNHp3LeHFLH { position:relative;display:none; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #kT6y8gk2MZk0c5e4dcPTXDbBdg4ZSxRQ { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TRaZ923zkLxA8ka53VX8O1RxTmFNrUGv { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TVNbFKuTSXSyC6zbXaDsi6R4mBV6AsoA { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #UnE4r1Dhtuh0R5kJSg67Fh3JOEC2ZZas { position:relative; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #aeU8nfQ1qEkiwmybKibo1VuW8d46niST { position:relative;z-index:2; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TrilAhwErfzlboCQKpEtEuS7CaBmbHyR { position:relative; }
#Rhqme5oQei0KAgeobko9SmTgaIib5QUA { position:relative;display:block;z-index:100000;display:block; }
#pKsv8HW0ETMuzOhosdwaNFbpivaTSWUz { position:relative;display:block;z-index:100000;display:block; }
#pgEtTs1045woOBDWK5iErPV9aOWurhsm { position:relative;display:block; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm { background-color: transparent; background-image: none; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container > .video-iframe-container { display: none; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row > .video-iframe-container { display: none; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .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); }#pgEtTs1045woOBDWK5iErPV9aOWurhsm { border-width: 0; border-radius: 0; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zdT8y1uFzLJxAAasanM5IbDf9xWXSf4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;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.44282722473144rem;left:0rem;height:1.29980625rem;display:block; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:#990000;display:block;width:53.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:0.875rem;left:10.96875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp { position:relative;display:block; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp { background-color: transparent; background-image: none; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container > .video-iframe-container { display: none; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row > .video-iframe-container { display: none; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .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); }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp { border-width: 0; border-radius: 0; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LIBvNsNP737v8HgvJntseSHx842eQMOB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:3.1884765625rem;left:2.125rem;height:16.62109375rem;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;font-style:normal;display:block; }
#UL749RzrAoiDfJuBt1RWFBJG90X32ple { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:30.9375rem;top:1.1875rem;left:40.78125rem;overflow:hidden;display:block; }
#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { position:relative;display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { background-color: transparent; background-image: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container > .video-iframe-container { display: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row > .video-iframe-container { display: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .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); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { border-width: 0; border-radius: 0; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NrGfexISp9AV4iiNviEHZOwFmHcZImkr { color:#990000;display:block;width:38.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:0.96484375rem;left:18.1875rem;height:2.1933625rem;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;font-style:normal;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { box-sizing:content-box;height:3.75rem;width:3.75rem;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),1);background-image:none;top:1.5rem;left:10.6875rem;display:block; }
#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:#121119;display:block;width:12.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:6.875rem;left:6.25rem;height:4.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.5rem;left:27.3125rem;display:block; }
#e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { color:#121119;display:block;width:13.75rem;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:6.875rem;left:22.3125rem;height:4.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.5rem;left:43.8125rem;display:block; }
#lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { color:#121119;display:block;width:13.4375rem;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:6.875rem;left:38.9375rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.5rem;left:60.75rem;display:block; }
#eXUygS1rwmpquls0bt58RMWIv8bJDmlh { color:#121119;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:6.875rem;left:55.75rem;height:4.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S00COelD9ZOvE4u6a4MW6fREd5sMLSMi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6234rem;width:2.6234rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.0614337921142rem;left:11.249111175537rem; }
#JOykCRb1rH6Xlth3i6EWEDPXlMudkOwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.1875rem;left:61.4375rem; }
#MmTtN4DuO3k6wn9PanUDQRvWdFieqD7i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24875625rem;width:2.24875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.2496452331543rem;left:44.561435699463rem; }
#EXUzTta7JfQVUUgKTMXmhz4FJmQlNwzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.216796875rem;left:28.0908203125rem; }
#I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { box-sizing:content-box;height:14.4365rem;width:14.624rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:0rem;left:21.8740234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { box-sizing:content-box;height:14.4365rem;width:14.624rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;top:0rem;left:38.3740234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { box-sizing:content-box;height:14.4365rem;width:14.624rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;top:0rem;left:55.3115234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { position:relative;display:block; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { background-color: transparent; background-image: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .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); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { border-width: 0; border-radius: 0; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B4izdODFCuXx3uJVccyDcU4A2VMc88n1 { color:#121119;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.28125rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#roT9p7TndvlwPPPyCINITWxKXzRc6Ce1 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:5.94921875rem;left:10.75rem;height:6.64844375rem;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;font-style:normal;display:block; }
#JEUySpgKsmACPm29GtmNHqNkq3EM1teV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container { background-color: transparent; background-image: none; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container > .video-iframe-container { display: none; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row > .video-iframe-container { display: none; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .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); }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container { border-width: 0; border-radius: 0; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#p3QL67y4gr92mRePrOowkQ6FJCxigtxs { position:absolute;display:block;z-index:15005;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:4.4375rem;left:15.9375rem;display:block; }
#WSpThOs5taeS03w75LunUgbwxNDqAddQ { position:absolute;display:block;z-index:15008;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:3.6875rem;width:3.6875rem;top:2.9998216629028rem;left:14.624465942382rem;display:block; }
#iu9U0vcW8O8qpBRxMx3wS1hVZZJwWTaw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937325rem;width:3.99946875rem;top:28.124111348996rem;left:17.843572616577rem;overflow:hidden;display:block; }
#UBvSotxbFluI48Vp6w0MghTGa1ur5z2s { color:#ffffff;display:block;width:1.3742875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3114347457886rem;left:15.749113082886rem;height:2.76236875rem;font-style:normal;display:block; }
#gF000aoz071M2elrfWy3KnmXDxGyGoTJ { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;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;width:31.25rem;top:16rem;left:19.875rem;display:block; }
#O2BokfWE6g1QrQnIpduIvshDgvpiibwA { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:12.25rem;left:19.875rem;display:block; }
#WINnOuDh875kAJO0TmcdsdX5wCqTqOlB { position:absolute;display:block;z-index:15009;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:16.375rem;left:52.5625rem;display:block; }
#TkDKXcbZM38XUFyUOXk5H6lAAuFrMlbZ { position:absolute;display:block;z-index:15015;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:3.6875rem;width:3.6875rem;top:14.9375rem;left:51.25rem;display:block; }
#o4XPSQy3WQDegHutSTuoJbvICLeof22T { color:#ffffff;display:block;width:1.3742875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.273614883423rem;left:52.373754501343rem;height:2.76236875rem;font-style:normal;display:block; }
#siUfIwSSUoe44TSs2IRlWrPWvzHT9PMD { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:24.1875rem;left:58.3125rem;display:block; }
#NycrW7TWgoMh5MS3vhwGTl6w7szGUnya { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;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;width:34.375rem;top:27.9375rem;left:23.875rem;display:block; }
#TpsxKf8X1r03HR1BtbI4B1UGU56TDllE { position:absolute;display:block;z-index:15009;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:26.1875rem;left:16rem;display:block; }
#rZJJTeZf9ICJgwBmnRhSrsmDH7ofOQ4a { position:absolute;display:block;z-index:15013;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:3.6875rem;width:3.6875rem;top:24.75rem;left:14.6875rem;display:block; }
#slgbXVT6dAuxXgEe5wpWIuXRgb3QGrTD { color:#ffffff;display:block;width:1.3742875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.111331939698rem;left:15.809125900269rem;height:2.76236875rem;font-style:normal;display:block; }
#LlDiyeZ0PE6SlwlQ1s9QmxzmaxreXiXS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8742875rem;width:3.8742875rem;top:40.093214208493rem;left:54.529470443726rem;overflow:hidden;display:block; }
#nTOidwnXVXcZAhFG3hfoXaZVgLfrOl1X { color:rgba(var(--color-tertiary-4),1);display:block;width:24.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.08327293396rem;left:26.859018325806rem;height:2.5996125rem;display:block; }
#AiUlMZZMkWyFIq9dtA1Wvdl3NExT304V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.181640625rem;left:26.866121292114rem;height:1.625rem;font-style:normal;display:block; }
#Hf1sc5nssRHJeAfDkF4bKXN8KZnxDkpK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.65553855896rem;left:27.367719650269rem;height:1.625rem;font-style:normal;display:block; }
#uAdqAxMEHNRiGekXK3EgozXl8lmAgiiv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.45703125rem;left:27.3671875rem;height:2.5996125rem;display:block; }
#aDznrSuwkhqpV7V0MNA9tIQA8dhXKcAR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.573511123658rem;left:21.805749893189rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lZ6HqH2HJ7MlzGCQTd03LECbBLy5wZ2O { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.345703125rem;left:29.1728515625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#gSCEDHaM50dAscF5hUnM990PUySTTgLH { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:34rem;left:19.875rem;display:block; }
#I50mnfrM11sLFF9DnGM1JLqi2ibx3LLD { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #990000;border-left:0.0625rem dashed #990000;border-right:0.0625rem dashed #990000;border-bottom:0.0625rem dashed #990000;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;width:31.25rem;top:37.75rem;left:19.875rem;display:block; }
#OLzJmTuCQfg5SviiKIveMzLk2hDLO0aQ { position:absolute;display:block;z-index:15023;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:3.6875rem;width:3.6875rem;top:36.6875rem;left:51.25rem;display:block; }
#T5v2ksN05rX5fZL8Bev43lURtkzfOfXp { position:absolute;display:block;z-index:15017;background-color:#990000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:38.125rem;left:52.5625rem;display:block; }
#udX49ktnmL6a4kbez2azlyGFlaEm4Ptf { color:#ffffff;display:block;width:1.3742875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:36.986501693726rem;left:52.404119491577rem;height:2.76236875rem;font-style:normal;display:block; }
#ba3159PkFm0VXAUSHoBfw010aO5kA9rR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.448335647583rem;left:21.805749893189rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDBxEb3kBhJ2n50h4uLlH19Tnq18fGbt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.2587890625rem;left:28.7373046875rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#AU5rV1WIV9PGTANy65fEKwhKfQPfcS4u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.187325rem;width:5.187325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.7492952346802rem;left:17.120916366577rem; }
#y2mv5Q8CbGF2SIF8qrFkPGMT2m3W6ueo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.405538732419rem;left:54.592504501343rem; }
#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { background-color: transparent; background-image: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .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); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { border-width: 0; border-radius: 0; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#lg83VSL1EMldUnbFTJU7gyZGnxqTDMlA { color:#121119;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.90625rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { background-color: transparent; background-image: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .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); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { border-width: 0; border-radius: 0; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#kETQ80fQQoVAR61u674lc4XGq5EUirU3 { box-sizing:content-box;height:3.125rem;width:3.125rem;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),1);background-image:none;top:4.8730659484863rem;left:1.0591239929199rem;display:block; }
#IOUulpgLsHGSAJHIunpbEk4v6qPUqhzs { box-sizing:content-box;height:7.5625rem;width:24.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#uaRoTLsX0NMkcTG8MoB7TEKyRCJHdKxg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:3.3025569915771rem;left:6.181640625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rq0GRTOTqHA2KrAG9HQ0WO4XdFSGXyba { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8119375rem;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:5.5575275421142rem;left:6.181640625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DM7W6Tnn8mTHH8Ukdiik6mURC9woVAtv { box-sizing:content-box;height:7.5rem;width:24.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.625rem;left:25.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#U4vOVQCGDofwZGXh9TkO3Mq9DFnc2Cni { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:5.5625rem;left:31.375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyMFwqNuq1QHMd7LTSWSC55rmIoQEKlG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:3.3125rem;left:31.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ton2Z7tThgbWistgxfkKxc18DHKnsEdE { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.875rem;left:26.25rem;display:block; }
#N1so4uo99pbqrX1RSskJbRRPzk4qsAxa { box-sizing:content-box;height:7.75rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.4375rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#nsIGgcyrXXxGURBHTxwBLorZP0TUGTqd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:5.556640625rem;left:56.625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2efZRT1C8UXLBV6b58vsQ0B5ETMRv2P { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:3.3125rem;left:56.625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pd1htDRHkc7MEP1OzIbbJKeD0t9Wmqu7 { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.875rem;left:51.5rem;display:block; }
#wMEFrtDgZG4A5uDHPf8qLwpP4Bz3DTAi { box-sizing:content-box;height:7.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:11.875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#Thm5TObtZReZRIkhKTwtvJnXTc3dpqTb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:14.875rem;left:6.1875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkeExxpvPC8vJytWGEbL0QkPe1i5QECa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:12.625rem;left:6.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qrix2shvLELTJsMFB3LwPsnDO0GzRFxL { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.1875rem;left:1.0625rem;display:block; }
#uHOdo1Tn2y8tebZmoFuAAPdPcP33Cdim { box-sizing:content-box;height:7.5rem;width:24.5625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:12rem;left:25.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#ei9HuolB5XqTbeL67PG8E0aMMkwLA8Jc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:14.875rem;left:31.375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MtWcDpDvpiWhKhT8BhIxXW0E5d377zId { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:12.625rem;left:31.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#to2FchxaZLJMDBn8kgl03iIxRW4Zm5QA { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.1875rem;left:26.25rem;display:block; }
#ns8s1uVRq7DmFohiCq0a1ZVc64Ca3TyO { box-sizing:content-box;height:7.375rem;width:24.5625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:12.0625rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#GEXzpho5n3PIpGfq1HK1LXpgOisWP5G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:14.875rem;left:56.625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PQCTCde0LQiaBgUuKUx6JUIcix3Kblp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:12.625rem;left:56.625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADpl4Up5mUN4f261BDVkSa0BR9Zlm4OA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.1875rem;left:51.5rem;display:block; }
#wgufTxpJii27LrM8cM060tlyh7ASxxSR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.310546875rem;left:26.6875rem; }
#IA71vriWQbJ28GqGPP98786kcoFlKd1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:14.6875rem;left:1.58984375rem; }
#fpfHQ0g2RiOhbL0HgFTRINV5dZAwBgCv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:14.59375rem;left:26.6875rem; }
#mTLAbOk5qKTf06lf0uZtwxb7nFp7MPvs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:14.75rem;left:52.0625rem; }
#JMAJcDHS0csG1Bt0GdswfKqCkUQ4TGki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:5.216796875rem;left:1.4644889831543rem; }
#PZGw9tUeiqutc2L7HtWaJBQ6vQLX0dPo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:5.4660873413086rem;left:52.090732574463rem; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:#121119;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.96875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#snh63icoZn8Co1MUSJVqJsrBK2x7Z7T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:6.25rem;left:10.75rem;height:4.986325rem;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;font-style:normal;display:block; }
#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 { 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; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container { background-color: transparent; background-image: none; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container > .video-iframe-container { display: none; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row > .video-iframe-container { display: none; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .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); }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container { border-width: 0; border-radius: 0; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#TA8U28AddQgCeNSCissXtwP0PNblThdq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.375rem;width:16.1875rem;top:1.8125rem;left:3.5625rem;display:block; }
#FRgfXkziB0pHUsMigOrT4KeULL6vxfTk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:2.59375rem;left:4.375rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SulQS0zUbfc4Bq7AeWTpVE4yNrdessaN { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.375rem;width:16.1875rem;top:1.8125rem;left:20.875rem;display:block; }
#giUCDvICJAmf93kxv9lmVT2txIKCPdGc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:3.59375rem;left:21.6875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkrgPvfU96mXquLZ28L3MLPuIvCOOgHx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.375rem;width:16.1875rem;top:1.8125rem;left:38rem;display:block; }
#pCTGEDNNyKo4LeKsR3qM9aTetVVBGNLe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:2.5rem;left:38.8125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euildBVhPcV7lp3LCnuTTRDrA8qhVvns { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.375rem;width:16.1875rem;top:1.8125rem;left:55.25rem;display:block; }
#wJxIvap3Rcgedeclv63N3nA5ISnme3Wx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:3.59375rem;left:56.0625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { background-color: transparent; background-image: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .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); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { border-width: 0; border-radius: 0; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ToDiFnmrHtc5sh4IZFl66Mfwz8udbHtx { color:#121119;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:8.75rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp { position:relative;display:block; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp { background-color: transparent; background-image: none; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container > .video-iframe-container { display: none; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row > .video-iframe-container { display: none; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .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); }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp { border-width: 0; border-radius: 0; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TeLPLGqkGvHpORMDV8H8MOwmgBraKINd { color:#990000;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9951171875rem;left:8.3134765625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1G9OlcFGe88HhD0K8G7gPEIHRG1NuD1 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5166015625rem;left:4.15625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bi1Rx694FXiquBGUUTa9bVPNql9psBKe { color:#000000;display:block;width:18.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.837890625rem;left:4.15625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 { color:#000000;display:block;width:42.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.1279296875rem;left:28.125rem;height:7.124rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 li:before{  }
#QvREzVK0napblp6Ox13bX1UpCnUSC7wq { color:#000000;display:block;width:43.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4326171875rem;left:28.125rem;height:1.29980625rem;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; }
#eI4fqn2KuOAbqfANpEC1EhVaTKLaZu4k { position:absolute;display:block;z-index:15007;background-color:#f3f3f3;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:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #959090 ;height:17.0625rem;width:70.375rem;top:0.591796875rem;left:2.3111977577209rem;display:block; }
#vDuEL44TDq8uySmQFxmhAduTqeOAfGec { box-sizing:content-box;height:14.0625rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#990000;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9677734375rem;left:25.4990234375rem;display:block; }
#ix3ewxf1c6mGuhexFZeTExthUz7bqWNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.37446875rem;width:3.37446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.5261011123657rem;left:4.3146305084229rem; }
#ii87ALf4iS3kOJcBpZI99rFAxbuaAE9s { color:#990000;display:block;width:18.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.2978515625rem;left:4.15625rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hyG6i5yU7qBvwgP930XDD9I6FiWXE5hW { color:#990000;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.7939453125rem;left:4.15625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 { position:relative;display:block; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 { background-color: transparent; background-image: none; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container > .video-iframe-container { display: none; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row > .video-iframe-container { display: none; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .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); }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 { border-width: 0; border-radius: 0; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aQGnwdJTUGCmQK0lTTLTv6ab8ZKZVmqT { color:#990000;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.677734375rem;left:8.0595703125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHbAIq5aPKCnDF6ogb2ZDfFyUTGPHH2D { color:#000000;display:block;width:19.8118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.5625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1vSHGEKvar9XFXlMrDyCU3Qa4dp12Ce { color:#990000;display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:17.4375rem;left:3.5625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T { color:#000000;display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.2158203125rem;left:27.375rem;height:8.7363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T li:before{  }
#TUHmOp9gH6K2mcmpNHKMabv4Glk7zbkz { color:#000000;display:block;width:43.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:27.375rem;height:1.29980625rem;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; }
#Ta2Ikfqo0Rwr0vTFODvcEMfZdkw3q8Rf { position:absolute;display:block;z-index:15006;background-color:#f3f3f3;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:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #959090 ;height:22rem;width:70.375rem;top:0.9375rem;left:2.3125rem;display:block; }
#uD6bJ63nTesr1eFxP8AhgUo8TrlR0M0I { box-sizing:content-box;height:19.4375rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#990000;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7802734375rem;left:25.658888432017rem;display:block; }
#GXEvPHGcFKlxXbU0xq8X3pmBXbfawhDo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5617875rem;width:3.5617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1129245758057rem;left:3.5600128173828rem; }
#fs543hIySKBQ7q40gVEFfPDGlEEB2vH3 { color:#990000;display:block;width:21.1869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.5625rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohW2ePIbIOqT7sCOnIFREIid0zGePT3M { color:#121119;display:block;width:69.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:26.25rem;left:3.5625rem;height:1.3994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mOlUZE433pWGPV4C73TnHxg9OJtndcTZ { color:#121119;display:block;width:69.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:24.125rem;left:3.5625rem;height:1.3994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#i8gulGzsXbrEQJbXxcI6fAZwWXGaL4Xq { color:#000000;display:block;width:18.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.5625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLk4U39qnc3RTfcHOzVA1MpZbDJaEIcp { color:#990000;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.5625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);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; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container { background-color: transparent; background-image: none; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container > .video-iframe-container { display: none; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row > .video-iframe-container { display: none; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .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); }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container { border-width: 0; border-radius: 0; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#iQt9JgQiR2xP7a18Rsm8HTApPTR3y5GW { color:#990000;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.6435546875rem;left:41.8125rem;height:2.25rem;font-style:normal;display:block; }
#EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:41.5625rem;height:5.625rem;font-style:normal;display:block; }#EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
#a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;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:29.1875rem;left:41.40625rem;height:7.5rem;font-style:normal;display:block; }#a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
#VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.75rem;left:41.40625rem;height:7.5rem;font-style:normal;display:block; }#VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
#J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.875rem;left:41.40625rem;height:3.75rem;font-style:normal;display:block; }#J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
#iHnMVRrlh8R92D9ls0ysrTbxRuLmwrzy { color:#990000;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.1875rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCP9aOglgl7SoiOJhNNkiwBdtvyqaoDt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.875rem;left:3.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InyT0bOgyLlhCkKGdEKGPHyDrlm2RTCz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:18.75rem;top:7.2499952316281rem;left:9.3750004768369rem;overflow:hidden;display:block; }
#drHuARRHNBLh275vsi97NMkZGaI6HBwO { color:#1e1e27;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.145184516907rem;left:9.5312504768369rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSCSQ7bRDGlDBFsby146DZ7QosKOCz8q { color:#990000;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:29.1875rem;left:8.9062504768369rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyRbSaumzEbD7rGZrrTOTJ2KX0Eps3S { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:32.9375rem;left:10.000000476837rem;display:block; }
#w3oldZak4kGop2pqoL7RuuyEboNh2Chr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { 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; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 { 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; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { background-color: transparent; background-image: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .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); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { border-width: 0; border-radius: 0; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#QfkTnkdN7WDvas7XqyNp1I9GpbVto6mT { color:#000000;display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.125rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#Je4VcCPh15kQ8pL1td5TqKT2lro1mNyi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:28.4375rem;top:12.09375rem;left:23.28125rem;overflow:hidden;display:block; }
#xTDl03Hb7yXgFtpSTkzmAOznyoPdF9Mz { background-color:#990000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.375rem;left:29.875rem;display:block; }
#ZIfoGhCPlutFgFGB4PZybBxwXCvz6JTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8AfFK71xaO7SNNn3h47vSlDidopKpEK { color:#121119;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.25rem;left:9.03125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.5rem;left:35.9375rem; }
#iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { 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; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#f3f3f3;background-image:none;vertical-align:top; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;height:auto; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5b733b86294b2db0aa056c3dd40d1bda26366632.svg");background-size:contain !important; }#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-trigger.adaptive-delivery-prevent-bg, #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-trigger.lazyload, #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-trigger.lazyloading { background-image: none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D { box-sizing:content-box;height:auto;width:56.0615rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.3490765988825rem;left:8.21732711792rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #zoPJ6ZieNOEo9TQ3OdtgDZ9WD5ZgEbun { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #XCF51kzVfsFy5zKn744rLOGrgqMO1hcE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ida0gJCm27M49Uv1zW6Rbpfh2tiCvz87 { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rL0vxLpkGhZqBTQSey8UeFITe0Th2IsB {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WxJMJqv8Xxsv6K8f5uLZsa4lQEBOJTPp {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nNlbMdRzOnKFALIQLu9RTV4Zyf6E05cR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dWIzJR9BIqp1tDuEM7SOuLbbyKCzLAyt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nsPrmvQcoC1sqoL4LSbgeDrTXRl4suC1 { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #DerRKm7N6loQlwZqMiI4TfdH0Ns8CJlB {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #f8qNKT9p3wykvJSr6zZL34qV6JDayB1y { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #bkoAMZvBBsAQT3A1vF4DMfwPZTIhi0Wg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vOVKBnT6u97TDF2Ph1btTxcoAabwrkTV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rvNDhL0AH3LznbRy10ROAPTV5bTfux6V { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #lVRhS9eismcQn34OVvVrRpeShFFQdTEQ {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #M5T2cu8FPwRMcvWD92hOuBH1Bkbw3r08 { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EEZeaipbv3Ts7FF1uMix01H3dG6naeT0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gt0MwrbqzdWbVK3h4KN5tDhqhxnq6kCO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #c3ncLBN5qZdIorSxdBGZyryZX2QXbEMf { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RXSqMSdELFzpFcTL7NVh0x8OrOlPNc0n {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HXVTnWhgSg4httmcWyXXEfqFqcOuZrP5 { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #IByS8Vz09ZbxF3lkK7J7DlXM3QaPNpDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #yfD2OWLHJkm41M5RcsDR1lnFbi7rA9rk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ho6Cz8XUlBWuoBnm0F8cermv1z1MRw58 { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #kOMrtFpydLntwdcuuSKFlxo9LNDkIZ0o {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ct2tUGzorsni7UOGMzq01Dx2nAQN0ypO { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Zxvkck5LTV5VDnM0b6HOgnnXDU9mP3IG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EewUEIlHgZWf5gK7UxvZC9FtTgpGA0Tx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HOJ7hA1Lg3AFiUxr7NkeIRcLewETpNEk { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #L4yK4twE3yyO3FVpEbJRLRnl5y7ovTyi {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #xGTE4EnwZ1NTJGWIDsK7LWgKalcLQPwy { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #sK4AcXFfZtAgBpDGCXkh8yLdGrbKbveB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Hr3ChDXOBLZ1R7XvkhDvxBbVl2H7TkGC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vZvDotn7DHgdXZp3ScRETCcxTHJMvCOG { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #siRsWTkUZJWMKlMP7IHHMxl77ufnwUBR {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #anSHn5op7lBd5OK1VipOEmXBVZ6ZJPQX { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #OhOie2uPNabJmHdRoi2yTOzQ14zZF9wG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #u48pXhG9KkmaArCtWo5R5aIgVmkATIwJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #ipa9Fp5E1dQk8W7AFT0rpayiOcQ2dcpT { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #cTUDtDP4HM1JiRmVtDzO2nIc0MaHfrJ3 {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vzLWqytn58TzEAcaXe1FAUETUxaxeRq4 { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nv1MR5Bax243k0xob91FfPuufa25dpJG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dvFbLy9DDwG4UmK7a5e1JZND3FD0oHOH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Z7pSDosySzmTyGeFZoEvPI88WF7E0wnG { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RniJRfmt4T9JadaeKQzfxl67aNvK5H8e {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #iPKLfPAp3SJgTXBmMMx7QhTGvActMnT3 { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #SWAxBXvWbq3IkUTKJTexOnq078of8kZf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KVmv1tucODmGAniTIpQbE8fcPKbzggwT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WcTDIPhT7K7mrEEJ9XTOoRQvcHv8lwHk { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AECCwAERB4LI1XG9XSEK8othqNknDd9c {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KTvbxG83ZHSV1kleTTmNkzi9eAnb4qIG { display:none; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #TGKsWmBFnAPP3TAFUVyaigUs1cZazM8K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #i83LeHuE6PI2BzR3ouW6G173CkJ99AwT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gc1r3W5T1CUllDMnATy2nU40EaTsWgUd { display:block;position:relative; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #MqxGlrMG6pDcJ7QrOly7d1EgD8eFXqKB {  }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AWAVAWyC4sT1xv3aGZXebJytTIev7omF { display:none; }
#QzX7w72mWc6aRtE9pBMkteWQLu8QKTC9 { color:#121119;display:block;width:53.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.8125019073486rem;left:10.56107711792rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { background-color: transparent; background-image: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container > .video-iframe-container { display: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container { display: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .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); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { border-width: 0; border-radius: 0; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { color:#121119;display:block;width:53.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:1.625rem;left:10.5625rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#OsNttvy8i3EI43stAmyWKeNcikJT0ulo { position:relative;display:block; }#OsNttvy8i3EI43stAmyWKeNcikJT0ulo > .row .container { position:relative;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { 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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:3.1871452331543rem;height:1.25rem;font-style:normal;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3734rem;width:1.3734rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.120205879211rem;left:5.7457389831543rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.3734rem; height:1.3734rem; }#pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.5625rem;left:3.1871452331543rem;height:15.3935375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49946875rem;width:1.49946875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:24.059834480286rem;left:3.1871452331543rem; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.49946875rem; height:1.49946875rem; }#hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.7500009536743rem;left:28.260829925537rem;height:1.25rem;font-style:normal;display:block; }
#kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:6.611328125rem;left:28.260829925537rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-form-header {  }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.1875rem;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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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:26.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:unbounded;font-size:0.875rem;overflow:hidden; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.9375rem;margin-bottom:0.25rem;margin-left:8.875rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:8.375rem;height:2.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:unbounded;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container:first-of-type{padding-top:0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container:last-of-type{padding-bottom:0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1869375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6848363876344rem;left:42.998933792114rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.1875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-info-text { display:block;height:auto;font-family:unbounded;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1869375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6848363876344rem;left:42.998933792114rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P { position:relative;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz { position:relative;z-index:2; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB { position:relative; }
#J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { position:relative;display:block;z-index:100000;display:block; }
#tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { position:relative;display:block;z-index:100000;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx { position:relative; }
#NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { box-sizing:content-box;height:24.749625rem;width:30.1873125rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;top:1.9362468719482rem;left:42.25053024292rem;display:block; }
#TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.7500009536743rem;left:46.193180084229rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5625009536744rem;left:46.193180084229rem;height:1.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIxu93odTlfUScgb0aqRCSBGoXrCphzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { background-color: transparent; background-image: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container > .video-iframe-container { display: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container { display: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .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); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { border-width: 0; border-radius: 0; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.435546875rem;left:26.343215942382rem;height:0.87535625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #esT9J1nH5nq6PIyzygkJLU0lCdmFleoB { display:block; }#esT9J1nH5nq6PIyzygkJLU0lCdmFleoB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:47.75rem;height:9.75rem;top:1.8125rem;left:0rem;font-size:3.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:47.75rem;height:7.5rem;top:12.9375rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-regular-label { width:11.4375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text { width:11.4375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-textarea { width:11.4375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-select { width:11.4375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-checkbox-label { width:43.3125rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-radio-label { width:4.78125rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq  { width:45.25rem;height:auto;top:22.5rem;left:0rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .radio-container { width:12.0625rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq {display:inline-block;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq { width:45.25rem;height:auto;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #ncCgdblUkXmbwvzBisT2K18V8b2FKwch {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #hnnguT2RHXN83vCbX5OuBrbzH2HLpW2I {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #mruihQCSr1Xqyx7O0dKCUuJI2ADllIRv {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #qh6kJ8h0WxWWUyqgybKXlOqDQKra0wJM {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #NMoAWNw3JaprHFe7TR0e8zNHp3LeHFLH {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #kT6y8gk2MZk0c5e4dcPTXDbBdg4ZSxRQ {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TRaZ923zkLxA8ka53VX8O1RxTmFNrUGv {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TVNbFKuTSXSyC6zbXaDsi6R4mBV6AsoA {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #UnE4r1Dhtuh0R5kJSg67Fh3JOEC2ZZas {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #aeU8nfQ1qEkiwmybKibo1VuW8d46niST {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TrilAhwErfzlboCQKpEtEuS7CaBmbHyR {  }
 }@media only screen and (max-width: 763px) { #Rhqme5oQei0KAgeobko9SmTgaIib5QUA { display:block; }
 }@media only screen and (max-width: 763px) { #pKsv8HW0ETMuzOhosdwaNFbpivaTSWUz { display:block; }
 }@media only screen and (max-width: 763px) { #pgEtTs1045woOBDWK5iErPV9aOWurhsm { display:block; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdT8y1uFzLJxAAasanM5IbDf9xWXSf4Q { top:0.4375rem;left:0rem;width:30.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:47.75rem;height:3.375rem;top:0.875rem;left:0rem;font-size:2.8125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp { display:block; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIBvNsNP737v8HgvJntseSHx842eQMOB { top:3.1875rem;left:0rem;width:33.25rem;height:16.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL749RzrAoiDfJuBt1RWFBJG90X32ple { top:1.1875rem;left:16.8125rem;width:30.9375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIt8416UtaW3aTk0263noXyc0gh09y6 { display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrGfexISp9AV4iiNviEHZOwFmHcZImkr { top:0.9375rem;left:4.5625rem;width:38.5625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:1.5rem;left:0rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:12.5625rem;height:4.75rem;top:6.875rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:1.5rem;left:13.6875rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:4.75rem;top:6.875rem;left:8.6875rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:1.5rem;left:30.1875rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.4375rem;height:6.375rem;top:6.875rem;left:25.3125rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:1.5rem;left:44rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:4.75rem;top:6.875rem;left:34rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #S00COelD9ZOvE4u6a4MW6fREd5sMLSMi { top:2rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOykCRb1rH6Xlth3i6EWEDPXlMudkOwl { top:2.1875rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTtN4DuO3k6wn9PanUDQRvWdFieqD7i { top:2.1875rem;left:30.936435699463rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUzTta7JfQVUUgKTMXmhz4FJmQlNwzT { top:2.1875rem;left:14.4658203125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { width:14.5625rem;height:14.375rem;top:0rem;left:8.2490234375rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { width:14.5625rem;height:14.375rem;top:0rem;left:24.7490234375rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { width:14.5625rem;height:14.375rem;top:0rem;left:33.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { display:block; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { background-color: transparent; background-image: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .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); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { border-width: 0; border-radius: 0; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4izdODFCuXx3uJVccyDcU4A2VMc88n1 { width:47.75rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #roT9p7TndvlwPPPyCINITWxKXzRc6Ce1 { top:5.9375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUySpgKsmACPm29GtmNHqNkq3EM1teV { display:block; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3QL67y4gr92mRePrOowkQ6FJCxigtxs { top:4.4375rem;left:2.3125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSpThOs5taeS03w75LunUgbwxNDqAddQ { top:2.9375rem;left:0.99946594238281rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu9U0vcW8O8qpBRxMx3wS1hVZZJwWTaw { top:28.0625rem;left:4.2185726165771rem;width:3.9375rem;height:3.8763191205082rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvSotxbFluI48Vp6w0MghTGa1ur5z2s { top:3.25rem;left:2.1241130828858rem;width:1.3125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF000aoz071M2elrfWy3KnmXDxGyGoTJ { top:16rem;left:6.25rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #O2BokfWE6g1QrQnIpduIvshDgvpiibwA { top:12.25rem;left:6.25rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINnOuDh875kAJO0TmcdsdX5wCqTqOlB { top:16.375rem;left:38.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkDKXcbZM38XUFyUOXk5H6lAAuFrMlbZ { top:14.9375rem;left:37.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4XPSQy3WQDegHutSTuoJbvICLeof22T { top:15.25rem;left:38.748754501343rem;width:1.3125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siUfIwSSUoe44TSs2IRlWrPWvzHT9PMD { top:24.1875rem;left:44.6875rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NycrW7TWgoMh5MS3vhwGTl6w7szGUnya { top:27.9375rem;left:10.25rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TpsxKf8X1r03HR1BtbI4B1UGU56TDllE { top:26.1875rem;left:2.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJJTeZf9ICJgwBmnRhSrsmDH7ofOQ4a { top:24.75rem;left:1.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slgbXVT6dAuxXgEe5wpWIuXRgb3QGrTD { top:25.0625rem;left:2.1841259002686rem;width:1.3125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDiyeZ0PE6SlwlQ1s9QmxzmaxreXiXS { top:40.0625rem;left:40.904470443726rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOidwnXVXcZAhFG3hfoXaZVgLfrOl1X { top:8.0625rem;left:13.2333984375rem;width:24.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiUlMZZMkWyFIq9dtA1Wvdl3NExT304V { top:6.125rem;left:13.240234375rem;width:27.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1sc5nssRHJeAfDkF4bKXN8KZnxDkpK { top:29.625rem;left:13.7421875rem;width:27.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAdqAxMEHNRiGekXK3EgozXl8lmAgiiv { top:31.4375rem;left:13.7421875rem;width:22.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDznrSuwkhqpV7V0MNA9tIQA8dhXKcAR { top:18.5625rem;left:8.1806640625rem;width:27.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6HqH2HJ7MlzGCQTd03LECbBLy5wZ2O { top:20.3125rem;left:15.5478515625rem;width:20.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSCEDHaM50dAscF5hUnM990PUySTTgLH { top:34rem;left:6.25rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50mnfrM11sLFF9DnGM1JLqi2ibx3LLD { top:37.75rem;left:6.25rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OLzJmTuCQfg5SviiKIveMzLk2hDLO0aQ { top:36.6875rem;left:37.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5v2ksN05rX5fZL8Bev43lURtkzfOfXp { top:38.125rem;left:38.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udX49ktnmL6a4kbez2azlyGFlaEm4Ptf { top:36.9375rem;left:38.779119491577rem;width:1.3125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3159PkFm0VXAUSHoBfw010aO5kA9rR { top:40.4375rem;left:8.1806640625rem;width:27.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDBxEb3kBhJ2n50h4uLlH19Tnq18fGbt { top:42.25rem;left:15.1123046875rem;width:20.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU5rV1WIV9PGTANy65fEKwhKfQPfcS4u { top:5.6875rem;left:3.4959163665771rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2mv5Q8CbGF2SIF8qrFkPGMT2m3W6ueo { top:18.375rem;left:40.967504501343rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA { display:block; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA { background-color: transparent; background-image: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .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); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA { border-width: 0; border-radius: 0; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg83VSL1EMldUnbFTJU7gyZGnxqTDMlA { width:47.75rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a { display:block; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a { background-color: transparent; background-image: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .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); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a { border-width: 0; border-radius: 0; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kETQ80fQQoVAR61u674lc4XGq5EUirU3 { width:3.125rem;height:3.125rem;top:4.8125rem;left:0rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IOUulpgLsHGSAJHIunpbEk4v6qPUqhzs { width:24.5625rem;height:7.5625rem;top:2.5625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #uaRoTLsX0NMkcTG8MoB7TEKyRCJHdKxg { width:14.0625rem;height:1.125rem;top:3.25rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rq0GRTOTqHA2KrAG9HQ0WO4XdFSGXyba { width:16.75rem;height:3.1875rem;top:5.5rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DM7W6Tnn8mTHH8Ukdiik6mURC9woVAtv { width:24.5625rem;height:7.5rem;top:2.625rem;left:11.5625rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #U4vOVQCGDofwZGXh9TkO3Mq9DFnc2Cni { width:16.75rem;height:3.1875rem;top:5.5625rem;left:17.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NyMFwqNuq1QHMd7LTSWSC55rmIoQEKlG { width:14.0625rem;height:1.125rem;top:3.3125rem;left:17.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ton2Z7tThgbWistgxfkKxc18DHKnsEdE { width:3.125rem;height:3.125rem;top:4.875rem;left:12.625rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N1so4uo99pbqrX1RSskJbRRPzk4qsAxa { width:24.5625rem;height:7.75rem;top:2.4375rem;left:23.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #nsIGgcyrXXxGURBHTxwBLorZP0TUGTqd { width:16.75rem;height:3.1875rem;top:5.5rem;left:31rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o2efZRT1C8UXLBV6b58vsQ0B5ETMRv2P { width:15.75rem;height:1.125rem;top:3.3125rem;left:32rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pd1htDRHkc7MEP1OzIbbJKeD0t9Wmqu7 { width:3.125rem;height:3.125rem;top:4.875rem;left:37.875rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wMEFrtDgZG4A5uDHPf8qLwpP4Bz3DTAi { width:24.5625rem;height:7.6875rem;top:11.875rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Thm5TObtZReZRIkhKTwtvJnXTc3dpqTb { width:16.75rem;height:3.1875rem;top:14.875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KkeExxpvPC8vJytWGEbL0QkPe1i5QECa { width:14.0625rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qrix2shvLELTJsMFB3LwPsnDO0GzRFxL { width:3.125rem;height:3.125rem;top:14.1875rem;left:0rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uHOdo1Tn2y8tebZmoFuAAPdPcP33Cdim { width:24.5625rem;height:7.5rem;top:12rem;left:11.5625rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #ei9HuolB5XqTbeL67PG8E0aMMkwLA8Jc { width:16.5625rem;height:3.1875rem;top:14.875rem;left:17.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MtWcDpDvpiWhKhT8BhIxXW0E5d377zId { width:15.5625rem;height:1.125rem;top:12.625rem;left:17.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #to2FchxaZLJMDBn8kgl03iIxRW4Zm5QA { width:3.125rem;height:3.125rem;top:14.1875rem;left:12.625rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ns8s1uVRq7DmFohiCq0a1ZVc64Ca3TyO { width:24.5625rem;height:7.375rem;top:12.0625rem;left:23.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #GEXzpho5n3PIpGfq1HK1LXpgOisWP5G2 { width:16.75rem;height:3.1875rem;top:14.875rem;left:31rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PQCTCde0LQiaBgUuKUx6JUIcix3Kblp6 { width:16.25rem;height:1.125rem;top:12.625rem;left:31.5rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ADpl4Up5mUN4f261BDVkSa0BR9Zlm4OA { width:3.125rem;height:3.125rem;top:14.1875rem;left:37.875rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wgufTxpJii27LrM8cM060tlyh7ASxxSR { top:5.25rem;left:13.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA71vriWQbJ28GqGPP98786kcoFlKd1h { top:14.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfHQ0g2RiOhbL0HgFTRINV5dZAwBgCv { top:14.5625rem;left:13.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLAbOk5qKTf06lf0uZtwxb7nFp7MPvs { top:14.75rem;left:38.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAJcDHS0csG1Bt0GdswfKqCkUQ4TGki { top:5.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGw9tUeiqutc2L7HtWaJBQ6vQLX0dPo { top:5.4375rem;left:38.465732574463rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:3.125rem;top:1.9375rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #snh63icoZn8Co1MUSJVqJsrBK2x7Z7T3 { top:6.25rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 { display:block; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA8U28AddQgCeNSCissXtwP0PNblThdq { width:16.1875rem;height:11.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRgfXkziB0pHUsMigOrT4KeULL6vxfTk { width:14.5625rem;height:10rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SulQS0zUbfc4Bq7AeWTpVE4yNrdessaN { width:16.1875rem;height:11.375rem;top:1.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUCDvICJAmf93kxv9lmVT2txIKCPdGc { width:14.5625rem;height:8rem;top:3.5625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkrgPvfU96mXquLZ28L3MLPuIvCOOgHx { width:16.1875rem;height:11.375rem;top:1.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTGEDNNyKo4LeKsR3qM9aTetVVBGNLe { width:14.75rem;height:10rem;top:2.5rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euildBVhPcV7lp3LCnuTTRDrA8qhVvns { width:16.1875rem;height:11.375rem;top:1.8125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxIvap3Rcgedeclv63N3nA5ISnme3Wx { width:14.5625rem;height:8rem;top:3.5625rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB { display:block; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB { background-color: transparent; background-image: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .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); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB { border-width: 0; border-radius: 0; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToDiFnmrHtc5sh4IZFl66Mfwz8udbHtx { width:47.75rem;height:8.75rem;top:1.25rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp { display:block; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeLPLGqkGvHpORMDV8H8MOwmgBraKINd { top:1.9375rem;left:0rem;width:10.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1G9OlcFGe88HhD0K8G7gPEIHRG1NuD1 { top:5.5rem;left:0rem;width:20.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1Rx694FXiquBGUUTa9bVPNql9psBKe { top:9.8125rem;left:0rem;width:18.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 { top:7.125rem;left:5.75rem;width:42rem;height:7.0625rem;font-size:0.875rem;display:block; }#zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 li:before{  }
 }@media only screen and (max-width: 763px) { #QvREzVK0napblp6Ox13bX1UpCnUSC7wq { top:4.375rem;left:4.625rem;width:43.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4fqn2KuOAbqfANpEC1EhVaTKLaZu4k { top:0.5625rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuEL44TDq8uySmQFxmhAduTqeOAfGec { top:1.9375rem;left:11.8740234375rem;width:0.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix3ewxf1c6mGuhexFZeTExthUz7bqWNT { top:1.5rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii87ALf4iS3kOJcBpZI99rFAxbuaAE9s { top:13.25rem;left:0rem;width:18.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyG6i5yU7qBvwgP930XDD9I6FiWXE5hW { top:11.75rem;left:0rem;width:20.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 { display:block; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQGnwdJTUGCmQK0lTTLTv6ab8ZKZVmqT { top:2.625rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHbAIq5aPKCnDF6ogb2ZDfFyUTGPHH2D { top:6.5625rem;left:0rem;width:19.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1vSHGEKvar9XFXlMrDyCU3Qa4dp12Ce { top:17.4375rem;left:0rem;width:21.5625rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T { top:9.1875rem;left:3.5rem;width:44.25rem;height:8.6875rem;font-size:0.875rem;display:block; }#hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T li:before{  }
 }@media only screen and (max-width: 763px) { #TUHmOp9gH6K2mcmpNHKMabv4Glk7zbkz { top:6.5625rem;left:4.625rem;width:43.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2Ikfqo0Rwr0vTFODvcEMfZdkw3q8Rf { top:0.9375rem;left:0rem;width:47.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD6bJ63nTesr1eFxP8AhgUo8TrlR0M0I { top:2.75rem;left:12.033888432018rem;width:0.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXEvPHGcFKlxXbU0xq8X3pmBXbfawhDo { top:2.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs543hIySKBQ7q40gVEFfPDGlEEB2vH3 { top:14.625rem;left:0rem;width:21.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohW2ePIbIOqT7sCOnIFREIid0zGePT3M { width:47.75rem;height:1.375rem;top:26.25rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #mOlUZE433pWGPV4C73TnHxg9OJtndcTZ { width:47.75rem;height:1.375rem;top:24.125rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #i8gulGzsXbrEQJbXxcI6fAZwWXGaL4Xq { top:10.875rem;left:0rem;width:18.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLk4U39qnc3RTfcHOzVA1MpZbDJaEIcp { top:12.8125rem;left:0rem;width:20.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 { display:block; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQt9JgQiR2xP7a18Rsm8HTApPTR3y5GW { width:31.0625rem;height:2.25rem;top:2.625rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z { width:29.375rem;height:5.625rem;top:21.8125rem;left:18.375rem;font-size:1.25rem;display:block; }#EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv { width:31.875rem;height:7.5rem;top:29.1875rem;left:15.875rem;font-size:1.25rem;display:block; }#a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS { width:31.875rem;height:7.5rem;top:12.75rem;left:15.875rem;font-size:1.25rem;display:block; }#VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV { width:31.875rem;height:;top:7.875rem;left:15.875rem;font-size:1.25rem;display:block; }#J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #iHnMVRrlh8R92D9ls0ysrTbxRuLmwrzy { width:27.0625rem;height:5rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCP9aOglgl7SoiOJhNNkiwBdtvyqaoDt { width:29.0625rem;height:0;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InyT0bOgyLlhCkKGdEKGPHyDrlm2RTCz { top:7.1875rem;left:2.5625004768372rem;width:18.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHuARRHNBLh275vsi97NMkZGaI6HBwO { width:16.625rem;height:1.625rem;top:26.125rem;left:2.7187504768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCSQ7bRDGlDBFsby146DZ7QosKOCz8q { width:19.6875rem;height:2.875rem;top:29.1875rem;left:2.0937504768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyRbSaumzEbD7rGZrrTOTJ2KX0Eps3S { width:17.5rem;height:3.4375rem;top:32.9375rem;left:3.1875004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oldZak4kGop2pqoL7RuuyEboNh2Chr { display:block; }
 }@media only screen and (max-width: 763px) { #kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { background-color: transparent; background-image: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .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); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { border-width: 0; border-radius: 0; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfkTnkdN7WDvas7XqyNp1I9GpbVto6mT { width:47.75rem;height:2.875rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4VcCPh15kQ8pL1td5TqKT2lro1mNyi { width:28.4375rem;height:15.9375rem;top:12.0625rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDl03Hb7yXgFtpSTkzmAOznyoPdF9Mz { width:15.25rem;height:2.4375rem;top:29.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIfoGhCPlutFgFGB4PZybBxwXCvz6JTZ { display:block; }
 }@media only screen and (max-width: 763px) { #T8AfFK71xaO7SNNn3h47vSlDidopKpEK { width:47.75rem;height:4.6875rem;top:5.25rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm { top:18.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D { display:flex;height:auto;width:45.25rem;top:8.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #zoPJ6ZieNOEo9TQ3OdtgDZ9WD5ZgEbun {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #XCF51kzVfsFy5zKn744rLOGrgqMO1hcE {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ida0gJCm27M49Uv1zW6Rbpfh2tiCvz87 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rL0vxLpkGhZqBTQSey8UeFITe0Th2IsB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WxJMJqv8Xxsv6K8f5uLZsa4lQEBOJTPp {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nNlbMdRzOnKFALIQLu9RTV4Zyf6E05cR {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dWIzJR9BIqp1tDuEM7SOuLbbyKCzLAyt {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nsPrmvQcoC1sqoL4LSbgeDrTXRl4suC1 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #DerRKm7N6loQlwZqMiI4TfdH0Ns8CJlB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #f8qNKT9p3wykvJSr6zZL34qV6JDayB1y {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #bkoAMZvBBsAQT3A1vF4DMfwPZTIhi0Wg {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vOVKBnT6u97TDF2Ph1btTxcoAabwrkTV {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rvNDhL0AH3LznbRy10ROAPTV5bTfux6V {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #lVRhS9eismcQn34OVvVrRpeShFFQdTEQ {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #M5T2cu8FPwRMcvWD92hOuBH1Bkbw3r08 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EEZeaipbv3Ts7FF1uMix01H3dG6naeT0 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gt0MwrbqzdWbVK3h4KN5tDhqhxnq6kCO {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #c3ncLBN5qZdIorSxdBGZyryZX2QXbEMf {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RXSqMSdELFzpFcTL7NVh0x8OrOlPNc0n {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HXVTnWhgSg4httmcWyXXEfqFqcOuZrP5 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #IByS8Vz09ZbxF3lkK7J7DlXM3QaPNpDC {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #yfD2OWLHJkm41M5RcsDR1lnFbi7rA9rk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ho6Cz8XUlBWuoBnm0F8cermv1z1MRw58 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #kOMrtFpydLntwdcuuSKFlxo9LNDkIZ0o {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ct2tUGzorsni7UOGMzq01Dx2nAQN0ypO {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Zxvkck5LTV5VDnM0b6HOgnnXDU9mP3IG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EewUEIlHgZWf5gK7UxvZC9FtTgpGA0Tx {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HOJ7hA1Lg3AFiUxr7NkeIRcLewETpNEk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #L4yK4twE3yyO3FVpEbJRLRnl5y7ovTyi {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #xGTE4EnwZ1NTJGWIDsK7LWgKalcLQPwy {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #sK4AcXFfZtAgBpDGCXkh8yLdGrbKbveB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Hr3ChDXOBLZ1R7XvkhDvxBbVl2H7TkGC {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vZvDotn7DHgdXZp3ScRETCcxTHJMvCOG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #siRsWTkUZJWMKlMP7IHHMxl77ufnwUBR {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #anSHn5op7lBd5OK1VipOEmXBVZ6ZJPQX {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #OhOie2uPNabJmHdRoi2yTOzQ14zZF9wG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #u48pXhG9KkmaArCtWo5R5aIgVmkATIwJ {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #ipa9Fp5E1dQk8W7AFT0rpayiOcQ2dcpT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #cTUDtDP4HM1JiRmVtDzO2nIc0MaHfrJ3 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vzLWqytn58TzEAcaXe1FAUETUxaxeRq4 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nv1MR5Bax243k0xob91FfPuufa25dpJG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dvFbLy9DDwG4UmK7a5e1JZND3FD0oHOH {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Z7pSDosySzmTyGeFZoEvPI88WF7E0wnG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RniJRfmt4T9JadaeKQzfxl67aNvK5H8e {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #iPKLfPAp3SJgTXBmMMx7QhTGvActMnT3 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #SWAxBXvWbq3IkUTKJTexOnq078of8kZf {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KVmv1tucODmGAniTIpQbE8fcPKbzggwT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WcTDIPhT7K7mrEEJ9XTOoRQvcHv8lwHk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AECCwAERB4LI1XG9XSEK8othqNknDd9c {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KTvbxG83ZHSV1kleTTmNkzi9eAnb4qIG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #TGKsWmBFnAPP3TAFUVyaigUs1cZazM8K {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #i83LeHuE6PI2BzR3ouW6G173CkJ99AwT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gc1r3W5T1CUllDMnATy2nU40EaTsWgUd {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #MqxGlrMG6pDcJ7QrOly7d1EgD8eFXqKB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AWAVAWyC4sT1xv3aGZXebJytTIev7omF {  }
 }@media only screen and (max-width: 763px) { #QzX7w72mWc6aRtE9pBMkteWQLu8QKTC9 { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { display:block; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { width:47.75rem;height:3.125rem;top:1.625rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #OsNttvy8i3EI43stAmyWKeNcikJT0ulo { display:block; }#OsNttvy8i3EI43stAmyWKeNcikJT0ulo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:11.75rem;height:1.25rem;top:3.75rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:1.3125rem;height:1.3125rem;top:24.0625rem;left:0rem;color:#5d92ff;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { width:18.875rem;height:15.375rem;top:6.5625rem;left:0rem;font-size:0.75rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { top:24rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { width:11.6875rem;height:1.25rem;top:3.75rem;left:14.635829925537rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { width:13.9375rem;height:4.1875rem;top:6.5625rem;left:14.635829925537rem;font-size:0.75rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { width:8.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { width:26.125rem;height:15.5625rem;top:7.625rem;left:19.125rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { width:26.125rem;height:15.5625rem;top:7.625rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB {  }
 }@media only screen and (max-width: 763px) { #J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { display:block; }
 }@media only screen and (max-width: 763px) { #tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx {  }
 }@media only screen and (max-width: 763px) { #NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { top:1.875rem;left:17.5625rem;width:30.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { width:22.25rem;height:1.25rem;top:3.75rem;left:25.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { width:22.25rem;height:1.875rem;top:6.5625rem;left:25.5rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIxu93odTlfUScgb0aqRCSBGoXrCphzR { display:block; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { width:22.25rem;height:0.875rem;top:1.375rem;left:12.718215942382rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #esT9J1nH5nq6PIyzygkJLU0lCdmFleoB { position:relative;z-index:auto;display:block; }#esT9J1nH5nq6PIyzygkJLU0lCdmFleoB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f760f37-8e0c-4aa6-9469-df0d1ce4ea9a/glowingpadlockshieldprotectingdataflowcyberspace.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:17.5rem;height:12.998025rem;top:10.8994375rem;left:1.25rem;font-size:1rem;line-height:1.3;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-regular-label { width:16.375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text { width:16.375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-textarea { width:16.375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-select { width:16.375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-input-button { width:16.375rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-checkbox-label { width:15.625rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .widget-radio-label { width:7.25rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq  { width:17.5rem;height:auto;top:25.625rem;left:0rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq .radio-container { width:17rem; }
#OikcaQskmic1zzP6XhgTDs62VU2uVbQq {display:inline-block;}#OikcaQskmic1zzP6XhgTDs62VU2uVbQq { width:17.5rem;height:auto;top:25.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #ncCgdblUkXmbwvzBisT2K18V8b2FKwch {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #hnnguT2RHXN83vCbX5OuBrbzH2HLpW2I {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #mruihQCSr1Xqyx7O0dKCUuJI2ADllIRv {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #qh6kJ8h0WxWWUyqgybKXlOqDQKra0wJM {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #NMoAWNw3JaprHFe7TR0e8zNHp3LeHFLH {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #kT6y8gk2MZk0c5e4dcPTXDbBdg4ZSxRQ {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TRaZ923zkLxA8ka53VX8O1RxTmFNrUGv {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TVNbFKuTSXSyC6zbXaDsi6R4mBV6AsoA {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #UnE4r1Dhtuh0R5kJSg67Fh3JOEC2ZZas {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #aeU8nfQ1qEkiwmybKibo1VuW8d46niST {  }
 }@media only screen and (max-width: 763px) { #OikcaQskmic1zzP6XhgTDs62VU2uVbQq #TrilAhwErfzlboCQKpEtEuS7CaBmbHyR {  }
 }@media only screen and (max-width: 763px) { #Rhqme5oQei0KAgeobko9SmTgaIib5QUA { display:block; }
 }@media only screen and (max-width: 763px) { #pKsv8HW0ETMuzOhosdwaNFbpivaTSWUz { display:block; }
 }@media only screen and (max-width: 763px) { #pgEtTs1045woOBDWK5iErPV9aOWurhsm { display:block; }#pgEtTs1045woOBDWK5iErPV9aOWurhsm > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdT8y1uFzLJxAAasanM5IbDf9xWXSf4Q { width:20rem;height:1.13736875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:4.25rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp { display:block; }#pk2fq98gWO0eHaJcl8lJgbs9OW9RphNp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIBvNsNP737v8HgvJntseSHx842eQMOB { width:20rem;height:14.6953125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UL749RzrAoiDfJuBt1RWFBJG90X32ple { width:20rem;height:13.333333333333rem;top:17.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIt8416UtaW3aTk0263noXyc0gh09y6 { display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrGfexISp9AV4iiNviEHZOwFmHcZImkr { width:20rem;height:1.13671875rem;top:0.8203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:2.1875rem;height:2.1875rem;top:1.4375rem;left:8.529296875rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.625rem;height:7.1875rem;top:1rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:12.1230625rem;height:4.1982375rem;top:3.625rem;left:3.560546875rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:2.1875rem;height:2.1875rem;top:9.875rem;left:8.529296875rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:4.1982375rem;top:12rem;left:2.748046875rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:2.1875rem;height:2.1875rem;top:18.6240234375rem;left:8.529296875rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.75rem;height:4.1982375rem;top:20.8115234375rem;left:2.748046875rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:2.1875rem;height:2.1875rem;top:28.1865234375rem;left:8.529296875rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:12.8125rem;height:4.1982375rem;top:30.3740234375rem;left:3.216796875rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S00COelD9ZOvE4u6a4MW6fREd5sMLSMi { display:flex;width:1.62109375rem;height:1.62109375rem;top:1.658203125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #JOykCRb1rH6Xlth3i6EWEDPXlMudkOwl { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:8.904296875rem; }
 }@media only screen and (max-width: 763px) { #MmTtN4DuO3k6wn9PanUDQRvWdFieqD7i { display:flex;width:1.31055rem;height:1.31055rem;top:19.0625rem;left:8.966796875rem; }
 }@media only screen and (max-width: 763px) { #EXUzTta7JfQVUUgKTMXmhz4FJmQlNwzT { display:flex;width:1.624025rem;height:1.624025rem;top:10.15625rem;left:8.810546875rem; }
 }@media only screen and (max-width: 763px) { #I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { width:17.625rem;height:7.6875rem;top:9.1875rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { width:17.625rem;height:7.625rem;top:27.625rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { width:17.625rem;height:7.5625rem;top:18rem;left:1.2509765625rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { width:14.5623125rem;height:14.375rem;top:18.587534427643rem;left:2.7183948755264rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { width:14.5625rem;height:14.375rem;top:32.9074875rem;left:2.6875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { width:14.5625rem;height:14.375rem;top:48.5324875rem;left:2.6875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { display:block; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { background-color: transparent; background-image: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row > .video-iframe-container { display: none; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .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); }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr { border-width: 0; border-radius: 0; }#F9iJTWpoQpKm1lFMk62zTxNcBXPFeZUr > .row .container { width:20rem;height:17.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4izdODFCuXx3uJVccyDcU4A2VMc88n1 { width:15.3125rem;height:6.2988125rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;line-height:1.4;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #roT9p7TndvlwPPPyCINITWxKXzRc6Ce1 { width:20rem;height:7.34765625rem;top:8.797875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEUySpgKsmACPm29GtmNHqNkq3EM1teV { display:block; }#JEUySpgKsmACPm29GtmNHqNkq3EM1teV > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3QL67y4gr92mRePrOowkQ6FJCxigtxs { width:4.125rem;height:4.125rem;top:2.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSpThOs5taeS03w75LunUgbwxNDqAddQ { width:2.5rem;height:2.5rem;top:1rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu9U0vcW8O8qpBRxMx3wS1hVZZJwWTaw { width:2.8125rem;height:2.749025rem;top:27.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvSotxbFluI48Vp6w0MghTGa1ur5z2s { width:1.374025rem;height:2.2747375rem;top:1.3125rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF000aoz071M2elrfWy3KnmXDxGyGoTJ { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2BokfWE6g1QrQnIpduIvshDgvpiibwA { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #WINnOuDh875kAJO0TmcdsdX5wCqTqOlB { width:4.124025rem;height:4.124025rem;top:15.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkDKXcbZM38XUFyUOXk5H6lAAuFrMlbZ { width:2.5rem;height:2.5rem;top:14.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4XPSQy3WQDegHutSTuoJbvICLeof22T { width:1.37305rem;height:2.2747375rem;top:14.5625rem;left:7.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siUfIwSSUoe44TSs2IRlWrPWvzHT9PMD { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NycrW7TWgoMh5MS3vhwGTl6w7szGUnya { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpsxKf8X1r03HR1BtbI4B1UGU56TDllE { width:4.125rem;height:4.125rem;top:26.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJJTeZf9ICJgwBmnRhSrsmDH7ofOQ4a { width:2.5rem;height:2.5rem;top:25.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slgbXVT6dAuxXgEe5wpWIuXRgb3QGrTD { width:1.37305rem;height:2.2747375rem;top:25.5625rem;left:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDiyeZ0PE6SlwlQ1s9QmxzmaxreXiXS { width:2.8125rem;height:2.8125rem;top:39.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOidwnXVXcZAhFG3hfoXaZVgLfrOl1X { width:12.4355625rem;height:4.546875rem;top:8.5498046875rem;left:3.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiUlMZZMkWyFIq9dtA1Wvdl3NExT304V { width:12.8730625rem;height:1.29980625rem;top:6.875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1sc5nssRHJeAfDkF4bKXN8KZnxDkpK { width:12.1875rem;height:1.29980625rem;top:31.25rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAdqAxMEHNRiGekXK3EgozXl8lmAgiiv { width:12.5rem;height:3.41015625rem;top:33.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDznrSuwkhqpV7V0MNA9tIQA8dhXKcAR { width:12.624rem;height:1.29980625rem;top:20.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6HqH2HJ7MlzGCQTd03LECbBLy5wZ2O { width:12.4355625rem;height:2.2734375rem;top:22.087890625rem;left:3.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSCEDHaM50dAscF5hUnM990PUySTTgLH { width:0;height:3.75rem;top:34rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I50mnfrM11sLFF9DnGM1JLqi2ibx3LLD { width:19.875rem;height:0;top:37.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLzJmTuCQfg5SviiKIveMzLk2hDLO0aQ { width:2.75rem;height:2.75rem;top:37.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5v2ksN05rX5fZL8Bev43lURtkzfOfXp { width:4.125rem;height:4.125rem;top:38.75rem;left:8.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #udX49ktnmL6a4kbez2azlyGFlaEm4Ptf { width:1.31055rem;height:2.2747375rem;top:37.8125rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3159PkFm0VXAUSHoBfw010aO5kA9rR { width:12.624rem;height:1.29980625rem;top:43.9375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDBxEb3kBhJ2n50h4uLlH19Tnq18fGbt { width:12.875rem;height:3.41015625rem;top:45.75rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AU5rV1WIV9PGTANy65fEKwhKfQPfcS4u { display:flex;width:2.87305rem;height:2.87305rem;top:3.5rem;left:9.1875rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #y2mv5Q8CbGF2SIF8qrFkPGMT2m3W6ueo { display:flex;width:2.874025rem;height:2.874025rem;top:16.125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { background-color: transparent; background-image: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container { display: none; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .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); }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { border-width: 0; border-radius: 0; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tr2zBFFauyUvBR8NcJGMO110PEnNlSCA > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg83VSL1EMldUnbFTJU7gyZGnxqTDMlA { width:18.999rem;height:4.19921875rem;top:1.25rem;left:0.5rem;font-size:1.5rem;line-height:1.4;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { background-color: transparent; background-image: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container { display: none; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .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); }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { border-width: 0; border-radius: 0; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0qACMcMpJw1qeOGpTWHiMwG2nTraP1a > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kETQ80fQQoVAR61u674lc4XGq5EUirU3 { width:2.624025rem;height:2.624025rem;top:3.560546875rem;left:1.05859375rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IOUulpgLsHGSAJHIunpbEk4v6qPUqhzs { width:20rem;height:8rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #uaRoTLsX0NMkcTG8MoB7TEKyRCJHdKxg { width:15.249rem;height:1.19986875rem;top:1.9892578125rem;left:4.751rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rq0GRTOTqHA2KrAG9HQ0WO4XdFSGXyba { width:15.2470625rem;height:2.79948125rem;top:4.244140625rem;left:4.7529375rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DM7W6Tnn8mTHH8Ukdiik6mURC9woVAtv { width:20rem;height:8.1875rem;top:10.5rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #U4vOVQCGDofwZGXh9TkO3Mq9DFnc2Cni { width:14.75rem;height:2.798825rem;top:13.1923828125rem;left:4.7509765625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NyMFwqNuq1QHMd7LTSWSC55rmIoQEKlG { width:14.0625rem;height:1.19921875rem;top:11.61328125rem;left:4.7509765625rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ton2Z7tThgbWistgxfkKxc18DHKnsEdE { width:2.625rem;height:2.625rem;top:12.75rem;left:1.0625rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N1so4uo99pbqrX1RSskJbRRPzk4qsAxa { width:20rem;height:8.0625rem;top:19.9375rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #nsIGgcyrXXxGURBHTxwBLorZP0TUGTqd { width:14.8125rem;height:2.798825rem;top:22.9658203125rem;left:4.7509765625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o2efZRT1C8UXLBV6b58vsQ0B5ETMRv2P { width:14.0625rem;height:1.19921875rem;top:21.23828125rem;left:4.7509765625rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pd1htDRHkc7MEP1OzIbbJKeD0t9Wmqu7 { width:2.625rem;height:2.625rem;top:22.375rem;left:1.0625rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wMEFrtDgZG4A5uDHPf8qLwpP4Bz3DTAi { width:20rem;height:7.6875rem;top:29.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Thm5TObtZReZRIkhKTwtvJnXTc3dpqTb { width:14.75rem;height:2.798825rem;top:31.90625rem;left:4.7509765625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KkeExxpvPC8vJytWGEbL0QkPe1i5QECa { width:14.0625rem;height:1.19921875rem;top:30.42578125rem;left:4.7509765625rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qrix2shvLELTJsMFB3LwPsnDO0GzRFxL { width:2.625rem;height:2.625rem;top:31.5625rem;left:1.0625rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uHOdo1Tn2y8tebZmoFuAAPdPcP33Cdim { width:20rem;height:7.8125rem;top:38.1875rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #ei9HuolB5XqTbeL67PG8E0aMMkwLA8Jc { width:15.3125rem;height:2.79948125rem;top:41.0625rem;left:4.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MtWcDpDvpiWhKhT8BhIxXW0E5d377zId { width:14.0625rem;height:1.19921875rem;top:39.23828125rem;left:4.7509765625rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #to2FchxaZLJMDBn8kgl03iIxRW4Zm5QA { width:2.625rem;height:2.625rem;top:40.375rem;left:1.0625rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ns8s1uVRq7DmFohiCq0a1ZVc64Ca3TyO { width:20rem;height:7.5rem;top:47.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #GEXzpho5n3PIpGfq1HK1LXpgOisWP5G2 { width:15.1875rem;height:2.79948125rem;top:50.0625rem;left:4.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PQCTCde0LQiaBgUuKUx6JUIcix3Kblp6 { width:14.375rem;height:1.19921875rem;top:48.23828125rem;left:4.7509765625rem;font-size:1rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ADpl4Up5mUN4f261BDVkSa0BR9Zlm4OA { width:2.625rem;height:2.625rem;top:49.375rem;left:1.0625rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wgufTxpJii27LrM8cM060tlyh7ASxxSR { display:flex;width:2.0625rem;height:2.0625rem;top:13.0625rem;left:1.5263671875rem; }
 }@media only screen and (max-width: 763px) { #IA71vriWQbJ28GqGPP98786kcoFlKd1h { display:flex;width:1.75rem;height:1.75rem;top:31.90625rem;left:1.6201171875rem; }
 }@media only screen and (max-width: 763px) { #fpfHQ0g2RiOhbL0HgFTRINV5dZAwBgCv { display:flex;width:2rem;height:2rem;top:40.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #mTLAbOk5qKTf06lf0uZtwxb7nFp7MPvs { display:flex;width:1.625rem;height:1.625rem;top:49.8125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #JMAJcDHS0csG1Bt0GdswfKqCkUQ4TGki { display:flex;width:1.686525rem;height:1.686525rem;top:3.904296875rem;left:1.4638671875rem; }
 }@media only screen and (max-width: 763px) { #PZGw9tUeiqutc2L7HtWaJBQ6vQLX0dPo { display:flex;width:1.5625rem;height:1.5625rem;top:22.9658203125rem;left:1.65234375rem; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:15.3125rem;height:3rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;line-height:1;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #snh63icoZn8Co1MUSJVqJsrBK2x7Z7T3 { width:20rem;height:6.12305rem;top:5.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 { display:block; }#Mr4xv2prWbyRTXmVKacbsFNl6yQc7Mq6 > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA8U28AddQgCeNSCissXtwP0PNblThdq { width:16.125rem;height:10.5625rem;top:0.9375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRgfXkziB0pHUsMigOrT4KeULL6vxfTk { width:13.8125rem;height:10rem;top:1.0625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SulQS0zUbfc4Bq7AeWTpVE4yNrdessaN { width:16.1875rem;height:11.375rem;top:12.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUCDvICJAmf93kxv9lmVT2txIKCPdGc { width:14.5625rem;height:8rem;top:14.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkrgPvfU96mXquLZ28L3MLPuIvCOOgHx { width:16.1875rem;height:11.375rem;top:24.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTGEDNNyKo4LeKsR3qM9aTetVVBGNLe { width:14.75rem;height:10rem;top:25.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euildBVhPcV7lp3LCnuTTRDrA8qhVvns { width:16.1875rem;height:11.375rem;top:37.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxIvap3Rcgedeclv63N3nA5ISnme3Wx { width:14.5625rem;height:8rem;top:39.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { background-color: transparent; background-image: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container { display: none; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .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); }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { border-width: 0; border-radius: 0; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJXzbO3HJWtIqdizbdaRMf8llxBeDoCB > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToDiFnmrHtc5sh4IZFl66Mfwz8udbHtx { width:15.3125rem;height:10.4980625rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;line-height:1.4;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp { display:block; }#yfl95JRO7dHbS8Hg0c8ZDhJ1htGpKDnp > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeLPLGqkGvHpORMDV8H8MOwmgBraKINd { width:10.3125rem;height:2.4375rem;top:2.6533203125rem;left:6.001953125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1G9OlcFGe88HhD0K8G7gPEIHRG1NuD1 { width:18.8125rem;height:3.41015625rem;top:17.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1Rx694FXiquBGUUTa9bVPNql9psBKe { width:19.9375rem;height:1.8681625rem;top:10.3203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 { width:20rem;height:9.71875rem;top:21.6875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#zZIPoZRE7OTa7aKw9oXZ3gxEUMuDihk1 li:before{  }
 }@media only screen and (max-width: 763px) { #QvREzVK0napblp6Ox13bX1UpCnUSC7wq { width:16.4375rem;height:3.41015625rem;top:6.353515625rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4fqn2KuOAbqfANpEC1EhVaTKLaZu4k { width:20rem;height:30.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuEL44TDq8uySmQFxmhAduTqeOAfGec { width:0.125rem;height:12.5rem;top:3.0634765625rem;left:19.875rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ix3ewxf1c6mGuhexFZeTExthUz7bqWNT { display:flex;width:3.311525rem;height:3.311525rem;top:2.18359375rem;left:2.0029296875rem; }
 }@media only screen and (max-width: 763px) { #ii87ALf4iS3kOJcBpZI99rFAxbuaAE9s { width:18.9375rem;height:2.1933625rem;top:14.5625rem;left:0.53125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyG6i5yU7qBvwgP930XDD9I6FiWXE5hW { width:20rem;height:1.4619125rem;top:12.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 { display:block; }#kLnsET4FlMdi0KePiJKBSbgdBx05rtZ1 > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQGnwdJTUGCmQK0lTTLTv6ab8ZKZVmqT { width:10.5rem;height:4.875rem;top:2.990234375rem;left:5.7470703125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHbAIq5aPKCnDF6ogb2ZDfFyUTGPHH2D { width:17.1875rem;height:3.41015625rem;top:23.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1vSHGEKvar9XFXlMrDyCU3Qa4dp12Ce { width:17.3125rem;height:3.75rem;top:18.9375rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T { width:20rem;height:14.578125rem;top:28rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#hxTKOrD9h54EMV9sJ6Tfp3epEgW1OF7T li:before{  }
 }@media only screen and (max-width: 763px) { #TUHmOp9gH6K2mcmpNHKMabv4Glk7zbkz { width:17.5rem;height:2.2734375rem;top:8.2060546875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2Ikfqo0Rwr0vTFODvcEMfZdkw3q8Rf { width:20rem;height:43.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD6bJ63nTesr1eFxP8AhgUo8TrlR0M0I { width:0.1875rem;height:12.5rem;top:3.0927734375rem;left:19.8125rem;background-color:#990000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GXEvPHGcFKlxXbU0xq8X3pmBXbfawhDo { display:flex;width:3.499025rem;height:3.499025rem;top:2.4248046875rem;left:1.2470703125rem; }
 }@media only screen and (max-width: 763px) { #fs543hIySKBQ7q40gVEFfPDGlEEB2vH3 { width:17.25rem;height:1.8681625rem;top:16.375rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohW2ePIbIOqT7sCOnIFREIid0zGePT3M { width:20rem;height:2.798825rem;top:48.5625rem;left:0rem;font-size:0.875rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOlUZE433pWGPV4C73TnHxg9OJtndcTZ { width:20rem;height:4.19824375rem;top:44.375rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #i8gulGzsXbrEQJbXxcI6fAZwWXGaL4Xq { width:18.9375rem;height:1.8681625rem;top:11.625rem;left:0.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLk4U39qnc3RTfcHOzVA1MpZbDJaEIcp { width:20rem;height:1.4619125rem;top:14.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 { display:block; }#OAI2ZpZqxCnGWmNQFvMvqA2DA2I1NTf4 > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQt9JgQiR2xP7a18Rsm8HTApPTR3y5GW { width:20rem;height:3.8984375rem;top:36.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z { width:20rem;height:9.375rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#EUxfRsSTDugWJD38FyVbHHTCwbNv0A6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv { width:20rem;height:11.25rem;top:71.687482833863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#a0uXOFPOkbtwlMFPCIrMVzLOiRfZAEbv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS { width:20rem;height:11.25rem;top:48.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#VFMKkAQuDBXUNXDRPabb8c9UQqlFkQzS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV { width:20rem;height:5.625rem;top:41.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#J7nceWOJr3a5xw5wKOqoDkIo4HESb2VV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8349118512c338a925cec587345a00e9951cf269.svg); }
 }@media only screen and (max-width: 763px) { #iHnMVRrlh8R92D9ls0ysrTbxRuLmwrzy { width:20rem;height:4.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sCP9aOglgl7SoiOJhNNkiwBdtvyqaoDt { width:20rem;height:0;top:7.3984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InyT0bOgyLlhCkKGdEKGPHyDrlm2RTCz { width:18.75rem;height:17.625rem;top:7.3984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHuARRHNBLh275vsi97NMkZGaI6HBwO { width:16.625rem;height:1.29980625rem;top:25.8125rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCSQ7bRDGlDBFsby146DZ7QosKOCz8q { width:19.6875rem;height:2.5996125rem;top:27.111980438233rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyRbSaumzEbD7rGZrrTOTJ2KX0Eps3S { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oldZak4kGop2pqoL7RuuyEboNh2Chr { display:block; }
 }@media only screen and (max-width: 763px) { #kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { background-color: transparent; background-image: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row > .video-iframe-container { display: none; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .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); }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { border-width: 0; border-radius: 0; }#Xfbs6Qfey5X3Qhe2xOn27q8ypuy5znG0 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfkTnkdN7WDvas7XqyNp1I9GpbVto6mT { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4VcCPh15kQ8pL1td5TqKT2lro1mNyi { width:19.4375rem;height:10.875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDl03Hb7yXgFtpSTkzmAOznyoPdF9Mz { width:15.25rem;height:3.8125rem;top:35.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIfoGhCPlutFgFGB4PZybBxwXCvz6JTZ { display:block; }
 }@media only screen and (max-width: 763px) { #T8AfFK71xaO7SNNn3h47vSlDidopKpEK { width:20rem;height:9.795875rem;top:12.25rem;left:0rem;font-size:1rem;line-height:1.4;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm { display:flex;width:3.125rem;height:3.125rem;top:27.25rem;left:8.4375rem; }
#iMpfO2DD56bsBbDnb9N7ZDowbgNKuFqm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-heading-text { font-size:1rem;height:auto; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D .accordion-desc-text { font-size:0.875rem;height:auto; }
#tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D { display:flex;height:61.125rem;width:17.5rem;top:4.29980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #zoPJ6ZieNOEo9TQ3OdtgDZ9WD5ZgEbun {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #XCF51kzVfsFy5zKn744rLOGrgqMO1hcE {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ida0gJCm27M49Uv1zW6Rbpfh2tiCvz87 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rL0vxLpkGhZqBTQSey8UeFITe0Th2IsB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WxJMJqv8Xxsv6K8f5uLZsa4lQEBOJTPp {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nNlbMdRzOnKFALIQLu9RTV4Zyf6E05cR {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dWIzJR9BIqp1tDuEM7SOuLbbyKCzLAyt {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nsPrmvQcoC1sqoL4LSbgeDrTXRl4suC1 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #DerRKm7N6loQlwZqMiI4TfdH0Ns8CJlB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #f8qNKT9p3wykvJSr6zZL34qV6JDayB1y {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #bkoAMZvBBsAQT3A1vF4DMfwPZTIhi0Wg {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vOVKBnT6u97TDF2Ph1btTxcoAabwrkTV {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #rvNDhL0AH3LznbRy10ROAPTV5bTfux6V {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #lVRhS9eismcQn34OVvVrRpeShFFQdTEQ {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #M5T2cu8FPwRMcvWD92hOuBH1Bkbw3r08 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EEZeaipbv3Ts7FF1uMix01H3dG6naeT0 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gt0MwrbqzdWbVK3h4KN5tDhqhxnq6kCO {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #c3ncLBN5qZdIorSxdBGZyryZX2QXbEMf {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RXSqMSdELFzpFcTL7NVh0x8OrOlPNc0n {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HXVTnWhgSg4httmcWyXXEfqFqcOuZrP5 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #IByS8Vz09ZbxF3lkK7J7DlXM3QaPNpDC {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #yfD2OWLHJkm41M5RcsDR1lnFbi7rA9rk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ho6Cz8XUlBWuoBnm0F8cermv1z1MRw58 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #kOMrtFpydLntwdcuuSKFlxo9LNDkIZ0o {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Ct2tUGzorsni7UOGMzq01Dx2nAQN0ypO {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Zxvkck5LTV5VDnM0b6HOgnnXDU9mP3IG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #EewUEIlHgZWf5gK7UxvZC9FtTgpGA0Tx {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #HOJ7hA1Lg3AFiUxr7NkeIRcLewETpNEk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #L4yK4twE3yyO3FVpEbJRLRnl5y7ovTyi {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #xGTE4EnwZ1NTJGWIDsK7LWgKalcLQPwy {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #sK4AcXFfZtAgBpDGCXkh8yLdGrbKbveB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Hr3ChDXOBLZ1R7XvkhDvxBbVl2H7TkGC {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vZvDotn7DHgdXZp3ScRETCcxTHJMvCOG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #siRsWTkUZJWMKlMP7IHHMxl77ufnwUBR {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #anSHn5op7lBd5OK1VipOEmXBVZ6ZJPQX {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #OhOie2uPNabJmHdRoi2yTOzQ14zZF9wG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #u48pXhG9KkmaArCtWo5R5aIgVmkATIwJ {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #ipa9Fp5E1dQk8W7AFT0rpayiOcQ2dcpT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #cTUDtDP4HM1JiRmVtDzO2nIc0MaHfrJ3 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #vzLWqytn58TzEAcaXe1FAUETUxaxeRq4 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #nv1MR5Bax243k0xob91FfPuufa25dpJG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #dvFbLy9DDwG4UmK7a5e1JZND3FD0oHOH {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #Z7pSDosySzmTyGeFZoEvPI88WF7E0wnG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #RniJRfmt4T9JadaeKQzfxl67aNvK5H8e {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #iPKLfPAp3SJgTXBmMMx7QhTGvActMnT3 {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #SWAxBXvWbq3IkUTKJTexOnq078of8kZf {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KVmv1tucODmGAniTIpQbE8fcPKbzggwT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #WcTDIPhT7K7mrEEJ9XTOoRQvcHv8lwHk {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AECCwAERB4LI1XG9XSEK8othqNknDd9c {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #KTvbxG83ZHSV1kleTTmNkzi9eAnb4qIG {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #TGKsWmBFnAPP3TAFUVyaigUs1cZazM8K {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #i83LeHuE6PI2BzR3ouW6G173CkJ99AwT {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #gc1r3W5T1CUllDMnATy2nU40EaTsWgUd {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #MqxGlrMG6pDcJ7QrOly7d1EgD8eFXqKB {  }
 }@media only screen and (max-width: 763px) { #tSo6pLa5HRuyHRNG3X6TF0aGZKhkMS9D #AWAVAWyC4sT1xv3aGZXebJytTIev7omF {  }
 }@media only screen and (max-width: 763px) { #QzX7w72mWc6aRtE9pBMkteWQLu8QKTC9 { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { display:block; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { width:11.8105625rem;height:3.5996125rem;top:1.25rem;left:4.0625rem;font-size:1.5rem;line-height:1.2;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OsNttvy8i3EI43stAmyWKeNcikJT0ulo { display:block; }#OsNttvy8i3EI43stAmyWKeNcikJT0ulo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:13.999rem;height:1rem;top:1.25rem;left:3rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.37305rem;height:1.37305rem;top:27.924775rem;left:9.3125rem;color:#5d92ff; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.37305rem; height:1.37305rem; } }@media only screen and (max-width: 763px) { #pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { width:18.874rem;height:13.19140625rem;top:5.75rem;left:0.5625rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { display:flex;width:1.436525rem;height:1.436525rem;top:25.23825rem;left:9.25rem; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.436525rem; height:1.436525rem; } }@media only screen and (max-width: 763px) { #hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { width:11.6865rem;height:1rem;top:3.5rem;left:4.125rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { width:13.9355625rem;height:3.79785rem;top:20.191375rem;left:3rem;font-size:0.75rem;color:rgba(255,255,255,0.6);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { width:5.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem;height:2.25rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { width:17.5rem;height:auto;top:37.6083984375rem;left:0rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { width:17.5rem;height:auto;top:37.6083984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB {  }
 }@media only screen and (max-width: 763px) { #J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { display:block; }
 }@media only screen and (max-width: 763px) { #tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx {  }
 }@media only screen and (max-width: 763px) { #NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { width:20rem;height:24.6875rem;top:30.547825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { width:20rem;height:1rem;top:32.362278125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { width:20rem;height:1.6484375rem;top:35.174778125rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XIxu93odTlfUScgb0aqRCSBGoXrCphzR { display:block; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { width:20rem;height:0.875rem;top:1.25rem;left:0rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }