.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:231,242,227;--color-primary-1:183,215,172;--color-primary-2:135,188,116;--color-primary-3:79,168,52;--color-primary-4:55,144,24;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Quicksand";--paragraphs-font-family:"Quicksand"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .row > .video-iframe-container { display: none; }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .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); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb6c1baf-5b79-4e73-b133-85bc9a5cfdb4/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH.adaptive-delivery-prevent-bg, #cfD68a514Htlw2chXkogm1aCTQzZgnzH.lazyload, #cfD68a514Htlw2chXkogm1aCTQzZgnzH.lazyloading { background-image: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { background-color: transparent; background-image: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container > .video-iframe-container { display: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row > .video-iframe-container { display: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .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); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { border-width: 0; border-radius: 0; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#hyfq6EcfgWHshMg9aprOqUf43bnN7bg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:13.1875rem;left:7.5rem;height:2.8875rem;font-style:normal;display:block; }
#eKmIXuBNtLc4Bq42V97LdpVn8lNql7mp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:16.28125rem;left:7.499218940735rem;height:4.375rem;font-style:normal;display:block; }
#aQVmxKznUMGdN7za3VUBFC9iRAlJAlN5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:34.125rem;width:23.3125rem;top:8.0625rem;left:46rem;display:block; }
#HoW3RtGNNVvGS0uDwOvaU11nIHLF8C5v { position:absolute;display:block;z-index:15010;background-color:#1d4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:5.4375rem;width:23.3125rem;top:3.25rem;left:46rem;display:block; }
#U9O8g80KLvNBRyaiibC0nU40xuHhl1gq { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.375rem;top:5rem;left:11.499218940735rem;overflow:hidden;display:block; }
#Su0nNLWzsgvqNb09BGuLThFyRNiuKUps { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:22.375rem;left:9.4375rem;height:6rem;font-style:normal;display:block; }
#UGNFU19vL9iiEZrNPOuXhJFdRKszlPKs { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.9375rem;left:7.5rem; }
#aBqhJNl5cRqBbbiC2I5fox1Ac4PIAksb { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.875rem;left:7.5rem; }
#thf6t5yvNBswJNcqOSDPGXrM7EPibfi7 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23rem;left:7.5rem; }
#Q8Lo4bVG2Ob4EwW9S1zsFFAkmCxaqpSI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.875rem;left:48.75rem; }
#n75ECF00486lxcd3rn68iqLcTpIGLeKR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:4.5625rem;left:52.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlC9JN6oitvnVETnkBEakHIapwq14wEf { position:absolute;display:block;z-index:15007;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.0625rem;width:3.0625rem;top:4.46875rem;left:7.499218940735rem;overflow:hidden;display:block; }
#AzuCZOzlCgAqve2VC746xVSuk33NBWUd { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:49.625rem;height:1.70625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#Enupfa105oOrKHHiUXROT7UWUH0orZso { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:22.375rem;left:9.4375rem;height:6rem;font-style:normal;display:none; }
#nhVpQro1dG2mDEv68kP540y5Idfefbtu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:22.375rem;left:9.4375rem;height:6rem;font-style:normal;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-form-header {  }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:17.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.1875rem;vertical-align:top;font-size:1rem;overflow:hidden;font-family:"titillium web";color:rgba(var(--color-tertiary-4),1); }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:3.375rem;vertical-align:top;font-size:1rem;overflow:hidden;font-family:"titillium web";color:rgba(var(--color-tertiary-4),1); }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#cccccc;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.1875rem;vertical-align:top;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;overflow:hidden;text-align:center;text-align-last:center; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#1d4a8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:17.875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.3; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .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:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#04d28d;overflow:hidden;font-style:normal;float:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-container:first-of-type{padding-top:0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-container:last-of-type{padding-bottom:0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;position:absolute;z-index:15009;top:9.25rem;left:47.468750953674rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT {display:block;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;position:absolute;z-index:15009;top:9.25rem;left:47.468750953674rem; }
#M7eLWu4rm1GMqo3ErGuNGzrubKNNkyr0 { position:relative;display:block; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #KLbSza4Gzx3XbyeUOROZb21dmAHPfSCv { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J1KT7VTfhgldNKbh4pmEE3oQyEdKqTUb { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J98Txd4ny28QAl7RGmJPZMtXcBbAlBaM { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BUxaEbXwxwSRH56SvbFT1MtQwKX8yDSz { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BxE8Ih1CdmTR6rJ0eBv0zZGTGzV7u1Ep { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SDXRI2MQTtB72OGgxgPaH7WF1Bz8JWf5 { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZPChBlOcyIh5xhgTO0tBgVTbJ7b85CHO { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FtHHpXCV4Ry6Ux2RAQlqwlblftgh2tAM { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #G6lwl41lTuwsADlcLiX1fOsSqVy4no0N { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J0MnWokRZEKxZAIWMuTETbAwUETCShek { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZaFbTIhtaunia95KEALR9C7a5Jn3oLiP { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y1s7HB2IgLCgS6ro7avE3GvsuJ1KIKDd { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #peWpuzml5UEDxusZq0lU9XcfLwTFw1VZ { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ffWOBAbkTtKpEvFdQEPSCx7yJ1EdMWnq { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #lye5JobF2SeIipk40d1mPeXekbNyzCaL { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ET2XQfPShebEifGnqKcrC9FyDe7cVkBX { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SShTzG7c7nOUnKGCZoqvkpAbF4JQnTgS { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #fAqtWsTzrAtsalq9pHP508pI2xN7Kvve { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #tXsiAqETDghCNWcLrSp3ZWzeyRV7C2UA { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #HiqcqRwfS5hpEnEzZ7ybiEQ49uxx14I1 { position:relative;display:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y9sdrhzTgtUNm9oR6OaC7cTZ39fRB4UR { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ia56CSwU3hzXBJTCqlq8361IlBn7bow5 { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #eBT3h0WCBKWwwP6XBGdUPUlZIBFbRay9 { position:relative;z-index:2; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #VPVciez8nrX4OlQ1bhcJJEnZOg4ehiys { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #zl9oPXhWTTEIzpooXSWiDVTP36ccSShm { position:relative; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FyA1i5Qg2lHRH1lcPW4rbHEob3aIV5gG { position:relative; }
#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d4a8d;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; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container { background-color: transparent; background-image: none; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container > .video-iframe-container { display: none; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row > .video-iframe-container { display: none; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .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); }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container { border-width: 0; border-radius: 0; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#roN9waRUHweXx2Sufxb5uiMeEz3TGtpt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.609375rem;left:9.5242195129394rem;height:1.1375rem;font-style:normal;display:block; }
#wRL2w58UQ6JbdtvEw7i6W1SCdVTJNikv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:27rem;height:1.1375rem;font-style:normal;display:block; }
#JztG3qPVJs2ePkxioa40BsoX77nnpoJo { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.75rem;left:7.63671875rem; }
#NQDwZIWapB0u78cbqFVp3xDuII2IGFix { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.8125rem;left:25.25rem; }
#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f9ff;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; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container { background-color: transparent; background-image: none; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container > .video-iframe-container { display: none; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row > .video-iframe-container { display: none; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .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); }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container { border-width: 0; border-radius: 0; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container { font-size:0.875rem;font-family:arial;height:102.125rem;width:75rem;position:relative;display:block; }#fDZ6UPwTbZoPBbiCBRFZD0E2FBwqUiLy { color:#1d4a8d;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20.9375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8s313NhlkyfvLkuUAocpQB420eXNOUu { color:#1d4a8d;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.6875rem;left:6rem;height:3.3rem;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; }
#p7SNz7uFQFnB7BWarD1GNBbkdTtFosND { color:#3b3b3b;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.4375rem;left:6.6875rem;height:2.4375rem;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; }
#XWQ7Tw7PsyxiObaQThsr0c6wFvkZJcw3 { box-sizing:content-box;height:15.5rem;width:20.0625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.25rem;left:5.5rem;display:block; }
#M4bd3PQIoUi3vi6bM2rUF8H7OvmLckwH { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.6875rem;left:29.1875rem;height:3.65625rem;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; }
#xJhoJkxCdh8f8LCDlV9b0MEAkv7hWDRM { box-sizing:content-box;height:15.5rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:13.25rem;left:27.5625rem;display:block; }
#FaS1IdL1LGTguzI957bb60sFohLJfXil { color:#1d4a8d;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:20.6875rem;left:28rem;height:2.0625rem;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; }
#QlNaB7UdJikeH02VvuRbkQPINl1QCOmX { color:#3b3b3b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:23.125rem;left:50.6875rem;height:3.65625rem;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; }
#QgMiPkrOfdc1OgbWt7su2EiDltamCiwr { box-sizing:content-box;height:15.5rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:13.25rem;left:49.375rem;display:block; }
#y7eWQmpDOaaPXBwXdsKOWpTKgEFqBBMT { color:#1d4a8d;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.6875rem;left:49.875rem;height:2.0625rem;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; }
#BUIfZzlmrrVinoO9Ml89mpUaTPF017W6 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:block; }
#S5sBSZV0ubFe6o3M3CVf7d2lNQdQ4STC { 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:4.5rem;width:4.5rem;top:15.5625rem;left:35.3125rem;overflow:hidden;display:block; }
#SykndSEccCBJGon3ZfaZqp3Dxy3L0JPA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:15.5625rem;left:57.25rem;overflow:hidden;display:block; }
#mDIOHlyVPhJFo1TVTGLe6EvDPTGa8D2y { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:42.750002384186rem;left:49.437500953674rem;display:block; }
#LMTdvd1b2gKx6zwqmlrV8L6BI6lR4rbm { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:42.750002384186rem;left:27.562500953674rem;display:block; }
#qAT74TSze0CUzqzpghArz3MGD32DmflW { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:47.96249961853rem;left:6.655468940735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Htmpk3w45yvJnWQ7KleTfE6iEZ51gwpZ { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:42.750002384186rem;left:5.5625rem;display:block; }
#FLzIEFn1hcA4V47yPlQgTG5TewwCzNU4 { color:#1d4a8d;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.9375rem;left:20.9375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2DMvU5I08lWKkSJXMJWEDp0THKRfezG { position:absolute;display:block;z-index:15026;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:2.25rem;width:2.25rem;top:44.125rem;left:7.499218940735rem;overflow:hidden;display:block; }
#TTaBQqZUICTbw0LrfVeMlSipZT0aunbS { position:absolute;display:block;z-index:15027;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:2.25rem;width:2.25rem;top:44.174221038818rem;left:29.187500953674rem;overflow:hidden;display:block; }
#QIP6ySWSCVLIpPCZoBPttxZemR0s7UhD { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:47.961721420288rem;left:28.687500953674rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H2RHwu70mlcPelQ9opTRx16y5zpQZhMx { position:absolute;display:block;z-index:15028;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:2.25rem;width:2.25rem;top:44.124221324921rem;left:50.687500953674rem;overflow:hidden;display:block; }
#AdnXIi9ossww2w8ZkaReRdW1Obe5lIFX { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:47.961721420288rem;left:50.687500953674rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FoTVFJfRET7lUSl6x69TTwdWz9RC1G8v { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:55.4375rem;left:49.375rem;display:block; }
#NZ0x16LmVkpHO1parTMGsbhQ2oaEviwP { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:60.6875rem;left:50.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opkWrR6gED2sZGFC2zM9Bn5d5hDmzTkP { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:55.4375rem;left:27.5625rem;display:block; }
#t8JiPmgKydlPIQEb2B9wwyGs4ZBw5AMK { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:60.6875rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8VFbBDO71TuQ5S9yGcxQ7fHwWMlJSst { position:absolute;display:block;z-index:15037;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:2.25rem;width:2.25rem;top:56.8125rem;left:50.625rem;overflow:hidden;display:block; }
#ySWJ2Pp3mTQ40TI8pcRhesUDTvC7O1Ei { position:absolute;display:block;z-index:15036;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:2.25rem;width:2.25rem;top:56.875rem;left:29.1875rem;overflow:hidden;display:block; }
#OoBkB74ZBCCeeaQvZSdmBJDFb0dERQm8 { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:55.4375rem;left:5.5625rem;display:block; }
#KDwEEPzolyTd1LOOMBR5gLQPDq4IdKVO { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:60.6875rem;left:6.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v77N5a484yLwsfDBKwFbIIT44hTVbliC { position:absolute;display:block;z-index:15035;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:2.25rem;width:2.25rem;top:56.8125rem;left:7.4375rem;overflow:hidden;display:block; }
#aWO6dbOUuNzKPcCgmEcpUaQdfGbJ3poe { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:65.9375rem;left:49.375rem;display:block; }
#UoqTtoHUUxQ2suCseGMDJ2LCvm8qOUSA { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:71.1875rem;left:50.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p3kgyhEzR0paWwXP4CZEC9OM8n7TiaHl { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:65.9375rem;left:27.5625rem;display:block; }
#ttvZ13IpyQm39bB00D6HdLOrGgfAaECR { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:71.1875rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFdMeEryzIc6EVVitA3dMRCK81LTA2m1 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:67.3125rem;left:50.625rem;overflow:hidden;display:block; }
#iuHVWaDrMn9fCQK6Rk0xA0XTwoD2TXDL { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:67.375rem;left:29.1875rem;overflow:hidden;display:block; }
#AqQ590vcW6nPNZewAfcNrlI8dSNw5AJA { box-sizing:content-box;height:10.5rem;width:20.0625rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:65.9375rem;left:5.5625rem;display:block; }
#BOcSgS01Q5qDW0uEg5X7ksJlqCh5sSLs { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:71.1875rem;left:6.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0caREmf7s1HDCJ9KwpthufhTg8Te1ln { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:67.3125rem;left:7.4375rem;overflow:hidden;display:block; }
#TqPx7fxOuaKd6gQ9zaKSzZEdtaNxOxuM { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:78.5rem;left:5.5rem;display:block; }
#ZVllvG3bU9dOkS8GV6BuUCtP82zJ1JHA { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:83.875rem;left:6.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFZzWSPlElLl5qvAsfd3lgtxTaKVfHpa { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:79.875rem;left:6.6875rem;overflow:hidden;display:block; }
#ETz7Zpfv5BZxnaCFnWniwotbh78PibgM { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:78.5rem;left:27.5rem;display:block; }
#n6gW2CqfdWEtmndWtrOEa0mD4ZGSTkkU { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:83.875rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wr2QrTSdNl57KE8UQDbuZoXfq8v8iWSb { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:79.875rem;left:29.1875rem;overflow:hidden;display:block; }
#DhhSgoGGTNIizD6RGgtal3Fv51VyZTB8 { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:78.5rem;left:49.4375rem;display:block; }
#Jz6TheDmMViKPK66PBmukeTDnOJ5Wu2Z { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:83.875rem;left:50.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GGAu9nb4sQAqH2HnAy3IJwbyMFNMNU07 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:79.875rem;left:51.625rem;overflow:hidden;display:block; }
#mZT8NPOp2lV2nSsAFQlcp7V6SZ6c1RJM { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:88.9375rem;left:27.5rem;display:block; }
#WTKaaTTFlQvCIx53TV8FBTLmQU7dcXDC { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:94.3125rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m14eKK7xUPSbDvdQIldws6fAiCslM4vP { box-sizing:content-box;height:8.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:88.9375rem;left:5.5rem;display:block; }
#Sow0ATkarxLtBVcb8v0Tx4h2HCMHBiIt { color:#1d4a8d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:94.3125rem;left:6.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQGeEduK6p16V79vz07Tz1HUsfeShKnz { position:absolute;display:block;z-index:15051;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:2.25rem;width:2.25rem;top:90.3125rem;left:29.1875rem;overflow:hidden;display:block; }
#Edc1ReRoo1g810qurTFWTFJFDyiO1c7A { position:absolute;display:block;z-index:15050;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:2.25rem;width:2.25rem;top:90.3125rem;left:6.6875rem;overflow:hidden;display:block; }
#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW { 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; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container { background-color: transparent; background-image: none; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container > .video-iframe-container { display: none; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row > .video-iframe-container { display: none; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .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); }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container { border-width: 0; border-radius: 0; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#kv2P9l5RPHixiLAMBG3tpniFJZr3gxTi { color:rgba(var(--color-tertiary-4),1);display:block;width:66.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:4.28125rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZINz6isyMCMfJxHHBrCt9tIH1HBkEhrO { position:absolute;display:block;z-index:15051;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:2.875rem;width:12.5rem;top:14.011719703674rem;left:8.8492193222044rem;overflow:hidden;display:block; }
#S2XeoUtGVRcsqnOsm4HHI6EB6pThdx5p { color:#1d4a8d;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:18.449219703674rem;left:8.8492193222044rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMiaInX2DwGA9nJeuKuziA0fKgUXF4dF { color:#3b3b3b;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:20.699999809265rem;left:8.8492193222044rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCDCR0fl3muwsyW8aqPO0QbewCUpnzcE { color:#3b3b3b;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.6875rem;left:41.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7l6JoRy6AxLC43UA72Iy3JSViDGnamt { color:#1d4a8d;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:18.4375rem;left:41.75rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhFicfbWB2tf84idlmipnuFzvAUR6gd0 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.375rem;top:14rem;left:41.75rem;overflow:hidden;display:block; }
#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 { 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; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { background-color: transparent; background-image: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container > .video-iframe-container { display: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row > .video-iframe-container { display: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .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); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { border-width: 0; border-radius: 0; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#pdcSF8w6JBM9tlSJvIsNXO6sMcFwyFTz { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.51171875rem;left:10.53125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1); }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .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; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:0.9375rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:#000000;font-style:normal; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;overflow:hidden;height:auto;font-family:montserrat;color:#000000; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .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_45c95daae5e78dcf09d6b1341f00446d11d833a5.svg");background-size:contain !important; }#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-trigger.adaptive-delivery-prevent-bg, #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-trigger.lazyload, #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-trigger.lazyloading { background-image: none; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 { box-sizing:content-box;height:auto;width:30.125rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15013;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.3749997615813rem;left:6.8749990463256rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #W9SJzD8bLkCFS4nVM16DNWwDId3vFapi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #x62auaqgzhNz9mZIbN6ZCQ8NR9SE9l95 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #b8VIPGMpIqTxNLsc8GNDdWxebHnUa0gP { display:block;position:relative; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #lnLU4bmxfVeRhDUfDQXVeoQN4PqzZADd {  }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #G3ZoNbDDLX1WsV55zXxLhJzf10RuRTEe {  }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #EBOKNLL4umqcVQ9ztQEaQeUcqmLEwh2G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #tkIqctsGyrp5Dtw0QzRqauwainHLZNni { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #kmp1fcFNPzqPV02zhsJfsaQqaG0wcta9 { display:block;position:relative; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Q8TsxW7JAa0tPvuAcLrwmZfl0yp5Fmvz {  }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #ZwsTZ70GxspZTiZIS8ulARngoyNtNLhh { display:none; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #zcP70lWSpMB0vlqc1ZEELucX4bz2sPA1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #gNDHkaibkJuWilpZPJqU9oymUOrSUULU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #uvu8AtmWSiDqJRLU0dHRWkBzFePLTdra { display:block;position:relative; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #VQrZwR3FyWGSKDVxqt2Xe3ayITemTDto {  }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #iDMSTZ7OtKbSTVpqovPbJU1y4qBGIU2w { display:none; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #r3o2EPyymvTgx6TScKp0M4uvICLB4z2u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #rTUbi8coiWzFvEbVI38wZfpmg30zlM04 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #PUPDBrfuZiwxInilVhD2Ed7zU9rB6n8u { display:block;position:relative; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #QFqlXZu4bhOs79EFMTEWeDCtowCuqOhv {  }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Uq1iRKtNQOfJ5k3yx63ZdRnTo6fyfcsp { display:none; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1); }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .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; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:0.9375rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:#000000;font-style:normal; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;overflow:hidden;height:auto;font-family:montserrat;color:#000000; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .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_45c95daae5e78dcf09d6b1341f00446d11d833a5.svg");background-size:contain !important; }#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-trigger.adaptive-delivery-prevent-bg, #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-trigger.lazyload, #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-trigger.lazyloading { background-image: none; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm { box-sizing:content-box;height:auto;width:29.625rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15014;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.3749997615813rem;left:39.687500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Idmrvz9WiqtcOwH6f8es9L3AXErGWyOP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #aoHHuFNeOK2DmvwIETZ3k4q1DAs9uaMo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #C1thAMrlEzUK1FNIzRdKORbaTThBw2pZ { display:block;position:relative; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #CpDnPIDxHpvPI3DvGlkgTawdGgbBJdGT {  }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #RbC8uVvz4WkMvrBk57H44dcwc01ti8S3 {  }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Dxwp1wOuPOTEeCWzaTKGr7JW8qnspu3F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #NqdHDhFm3n66XepQe13BKuaR3921rtTs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #ASC4nDRUW5tVEafrl1VeqkOUqpRJoJFb { display:block;position:relative; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #f1Inx9cOkEav4OexdKlzpEG62uVG3UKX {  }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #T3MAlvI8UrLeagWdfl5TJ8POTpuEhfnI { display:none; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #mMtbw3LDsho0IwmAI6nbEcm8u6B0AnN9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #huvCSTGGd5miyhSCkb7Mwlvyprpp6RcS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #eAusdOubmouoBJlfzQHnuKgQLK4PeuM1 { display:block;position:relative; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #qlPBmiNX9g5hGcRTPlLkeTAdQ8DMPgDi {  }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #fnl5OepD4aK556Jp8pk1uCXnCFi83BnI { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1); }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .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; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;overflow:hidden;height:auto;font-family:montserrat;color:rgba(var(--color-tertiary-0),1); }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-trigger.adaptive-delivery-prevent-bg, #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-trigger.lazyload, #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-trigger.lazyloading { background-image: none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ { box-sizing:content-box;height:auto;width:30.5rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15014;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.375rem;left:38.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #WfmF3Te63kHdHo50SOi78RCm3L4hzRXt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Ku9gNuToOv15SJpES8uZaryUHl4PSU8k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #cosLupETveFcdIl5lCO2QfN2kr4mZGrd { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #JPXX4fXqeT5Hl3bZTutv7BgVG3GBqyx8 {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #eQSsBdCrKbGBJCgZpU2IVvmC7rzqTXwP {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FAglOUTez4yPGQuVotsu2I2eBOIqCuLL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ncTVUr54l4TxREgtzOTqENIkTFUKl6z4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SENs6HmmNao7F8XumKO8F3tTzchvyEuF { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #bnaVXREGxfxC0TPProdZvcwpAEAM2any {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ATTJMOUE4wcL4LRiNr6aNFqzOHNUn5Zu { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Tc3AwFKGqtlDXVwCIatxn8qZ0em96h8T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PReMUNA2JRuP3WQRh9tzBZlvDMQJFQ28 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #sNzXyioET3EmLh3Xyi0n3T8PZ1QKQtGs { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #XgPdWQqzs2mPOVKu8wMT6DcCfog9i9iJ {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #f6morum8QsuXSUAXi3UWupDcfQOfVlOX { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #UNtaWBHUKKEDFLTUna2Kx01ZuqzFE6Ds { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #dBKbExDIVMOoDv80qrpHsQTi1Mq1IKhc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #noHmkE0xUOeU4dx6S1nLTEcOLeomuT10 { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SCKLf4cZe48i3tls2hoIf5HoONyWLqO0 {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #kAv28uufWwVZQJdTwSiMBCGTcNR3ITb0 { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #URKivQMmDspRZ134UGDhFxPEC3dhhuNA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #iETG92AXhFSmFn59y1y1043BeC5MOqGW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ls5Cw4Fo8p50v4Crn2p3TRRNXEDl1XQe { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PpxowFUrmGBktSmOdh6xkVVOThIWbIed {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #MtTabWGGyf2DP6vl9K9F9g9sMDoBU4tN { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #P5ZudKW7EWXUlBbTXGpQkDeg3J4uQrAN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #VAlGNJn5AUgz2wUo3hZdvGEHTNgzU8HA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #aM83OwvaSUtkaTafFMweT04hgz2d30u0 { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #tFzWTA45atbcMK5trW554KhNcpdptkR4 {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #gzW0lJ91TEhFQH7cC4cqlDwQ3d9kNq2T { display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #osp4Kl8ORDfHV6HcTFFWWb7VW094EZrP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Sz9y6ZRLxos51rmNLvXigpQV3VpxL77m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #NhCs9CVc4Uk6Za6hBO3vWW4Ay4zF6FUV { display:block;position:relative; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FfKeP5XOyUc109tlA92w8xAdBFJn9MeF {  }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #oVE6lC7lgmHKZ5Mn7mQ28b2OmRcEcZVD { display:none; }
#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d4a8d;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; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container { background-color: transparent; background-image: none; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container > .video-iframe-container { display: none; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row > .video-iframe-container { display: none; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .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); }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container { border-width: 0; border-radius: 0; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#FlmpWovB4lOAxtPe28ARhPvqTXbtTbW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8749899864197rem;left:5rem;height:1.54375rem;font-style:normal;display:block; }
#DwXz3PVgXVPx7e0AQNMKFfOSpMdEHOiL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.186721801757rem;left:5rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T68R6KkMw2J3VW43FVidIU1ifHXaaNXC { box-sizing:content-box;height:0.0625rem;width:65.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.125rem;left:5rem;display:block; }
#LvZtuqOUt738lWvO8OyWmX3PTGLVWv22 { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:5.3617191314697rem;left:5rem;height:9.1rem;font-style:normal;display:block; }
#cZUQyH0DoIIbxJktlvosu8nm8vNWsRhl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.186719894409rem;left:53.612500190735rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dPbygrD1tK0Oct48k8EFpkMbgto3yTPt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5rem;left:5rem;height:0.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cfD68a514Htlw2chXkogm1aCTQzZgnzH { display:block; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyfq6EcfgWHshMg9aprOqUf43bnN7bg1 { width:34.25rem;height:2.875rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmIXuBNtLc4Bq42V97LdpVn8lNql7mp { width:31.875rem;height:4.375rem;top:16.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQVmxKznUMGdN7za3VUBFC9iRAlJAlN5 { width:23.3125rem;height:34.125rem;top:8.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoW3RtGNNVvGS0uDwOvaU11nIHLF8C5v { width:23.3125rem;height:5.4375rem;top:3.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9O8g80KLvNBRyaiibC0nU40xuHhl1gq { top:5rem;left:4.6875rem;width:8.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su0nNLWzsgvqNb09BGuLThFyRNiuKUps { top:22.375rem;left:0rem;width:33.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGNFU19vL9iiEZrNPOuXhJFdRKszlPKs { top:24.9375rem;left:0.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBqhJNl5cRqBbbiC2I5fox1Ac4PIAksb { top:26.875rem;left:0.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thf6t5yvNBswJNcqOSDPGXrM7EPibfi7 { top:23rem;left:0.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Lo4bVG2Ob4EwW9S1zsFFAkmCxaqpSI { top:4.875rem;left:28.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n75ECF00486lxcd3rn68iqLcTpIGLeKR { width:13.125rem;height:3.125rem;top:4.5625rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlC9JN6oitvnVETnkBEakHIapwq14wEf { top:4.4375rem;left:0.68671894073488rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzuCZOzlCgAqve2VC746xVSuk33NBWUd { width:15rem;height:2.0625rem;top:8.9375rem;left:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Enupfa105oOrKHHiUXROT7UWUH0orZso { top:17.0625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhVpQro1dG2mDEv68kP540y5Idfefbtu { top:19.9375rem;left:0rem;width:20rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT  { width:15rem;height:auto;top:12.125rem;left:0rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT {display:block;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT { width:15rem;height:auto;top:12.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M7eLWu4rm1GMqo3ErGuNGzrubKNNkyr0 { display:block; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #KLbSza4Gzx3XbyeUOROZb21dmAHPfSCv {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J1KT7VTfhgldNKbh4pmEE3oQyEdKqTUb {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J98Txd4ny28QAl7RGmJPZMtXcBbAlBaM {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BUxaEbXwxwSRH56SvbFT1MtQwKX8yDSz {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BxE8Ih1CdmTR6rJ0eBv0zZGTGzV7u1Ep {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SDXRI2MQTtB72OGgxgPaH7WF1Bz8JWf5 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZPChBlOcyIh5xhgTO0tBgVTbJ7b85CHO {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FtHHpXCV4Ry6Ux2RAQlqwlblftgh2tAM {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #G6lwl41lTuwsADlcLiX1fOsSqVy4no0N {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J0MnWokRZEKxZAIWMuTETbAwUETCShek {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZaFbTIhtaunia95KEALR9C7a5Jn3oLiP {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y1s7HB2IgLCgS6ro7avE3GvsuJ1KIKDd {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #peWpuzml5UEDxusZq0lU9XcfLwTFw1VZ {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ffWOBAbkTtKpEvFdQEPSCx7yJ1EdMWnq {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #lye5JobF2SeIipk40d1mPeXekbNyzCaL {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ET2XQfPShebEifGnqKcrC9FyDe7cVkBX {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SShTzG7c7nOUnKGCZoqvkpAbF4JQnTgS {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #fAqtWsTzrAtsalq9pHP508pI2xN7Kvve {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #tXsiAqETDghCNWcLrSp3ZWzeyRV7C2UA {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #HiqcqRwfS5hpEnEzZ7ybiEQ49uxx14I1 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y9sdrhzTgtUNm9oR6OaC7cTZ39fRB4UR {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ia56CSwU3hzXBJTCqlq8361IlBn7bow5 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #eBT3h0WCBKWwwP6XBGdUPUlZIBFbRay9 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #VPVciez8nrX4OlQ1bhcJJEnZOg4ehiys {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #zl9oPXhWTTEIzpooXSWiDVTP36ccSShm {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FyA1i5Qg2lHRH1lcPW4rbHEob3aIV5gG {  }
 }@media only screen and (max-width: 763px) { #Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio { display:block; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roN9waRUHweXx2Sufxb5uiMeEz3TGtpt { width:15.75rem;height:1.125rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRL2w58UQ6JbdtvEw7i6W1SCdVTJNikv { width:15.75rem;height:1.125rem;top:0.625rem;left:13.375000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztG3qPVJs2ePkxioa40BsoX77nnpoJo { top:0.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQDwZIWapB0u78cbqFVp3xDuII2IGFix { top:0.8125rem;left:11.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn { display:block; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDZ6UPwTbZoPBbiCBRFZD0E2FBwqUiLy { top:5.4375rem;left:7.3125rem;width:33.3125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8s313NhlkyfvLkuUAocpQB420eXNOUu { width:19.125rem;height:3.25rem;top:20.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SNz7uFQFnB7BWarD1GNBbkdTtFosND { width:17.75rem;height:2.4375rem;top:24.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQ7Tw7PsyxiObaQThsr0c6wFvkZJcw3 { top:13.25rem;left:0rem;width:20.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bd3PQIoUi3vi6bM2rUF8H7OvmLckwH { width:16.75rem;height:3.625rem;top:23.6875rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJhoJkxCdh8f8LCDlV9b0MEAkv7hWDRM { top:13.25rem;left:13.9375rem;width:20.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaS1IdL1LGTguzI957bb60sFohLJfXil { width:19.125rem;height:2.0625rem;top:20.6875rem;left:14.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlNaB7UdJikeH02VvuRbkQPINl1QCOmX { width:17.5rem;height:3.625rem;top:23.125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgMiPkrOfdc1OgbWt7su2EiDltamCiwr { top:13.25rem;left:27.6875rem;width:20.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7eWQmpDOaaPXBwXdsKOWpTKgEFqBBMT { width:19.125rem;height:2.0625rem;top:20.6875rem;left:28.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIfZzlmrrVinoO9Ml89mpUaTPF017W6 { top:15.4375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5sBSZV0ubFe6o3M3CVf7d2lNQdQ4STC { top:15.5625rem;left:21.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SykndSEccCBJGon3ZfaZqp3Dxy3L0JPA { top:15.5625rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDIOHlyVPhJFo1TVTGLe6EvDPTGa8D2y { top:42.75rem;left:27.6875rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTdvd1b2gKx6zwqmlrV8L6BI6lR4rbm { top:42.75rem;left:13.937500953674rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAT74TSze0CUzqzpghArz3MGD32DmflW { width:17.8125rem;height:1.5rem;top:47.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htmpk3w45yvJnWQ7KleTfE6iEZ51gwpZ { top:42.75rem;left:0rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzIEFn1hcA4V47yPlQgTG5TewwCzNU4 { top:34.9375rem;left:7.3125rem;width:33.3125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2DMvU5I08lWKkSJXMJWEDp0THKRfezG { top:44.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaBQqZUICTbw0LrfVeMlSipZT0aunbS { top:44.125rem;left:15.562500953674rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIP6ySWSCVLIpPCZoBPttxZemR0s7UhD { width:17.8125rem;height:1.5rem;top:47.9375rem;left:15.062500953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2RHwu70mlcPelQ9opTRx16y5zpQZhMx { top:44.0625rem;left:37.062500953674rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnXIi9ossww2w8ZkaReRdW1Obe5lIFX { width:17.8125rem;height:3rem;top:47.9375rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTVFJfRET7lUSl6x69TTwdWz9RC1G8v { top:55.4375rem;left:27.6875rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ0x16LmVkpHO1parTMGsbhQ2oaEviwP { width:17.8125rem;height:1.5rem;top:60.6875rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opkWrR6gED2sZGFC2zM9Bn5d5hDmzTkP { top:55.4375rem;left:13.9375rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8JiPmgKydlPIQEb2B9wwyGs4ZBw5AMK { width:17.8125rem;height:1.5rem;top:60.6875rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VFbBDO71TuQ5S9yGcxQ7fHwWMlJSst { top:56.8125rem;left:37rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWJ2Pp3mTQ40TI8pcRhesUDTvC7O1Ei { top:56.875rem;left:15.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoBkB74ZBCCeeaQvZSdmBJDFb0dERQm8 { top:55.4375rem;left:0rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDwEEPzolyTd1LOOMBR5gLQPDq4IdKVO { width:17.8125rem;height:1.5rem;top:60.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77N5a484yLwsfDBKwFbIIT44hTVbliC { top:56.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWO6dbOUuNzKPcCgmEcpUaQdfGbJ3poe { top:65.9375rem;left:27.6875rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqTtoHUUxQ2suCseGMDJ2LCvm8qOUSA { width:17.8125rem;height:1.5rem;top:71.1875rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kgyhEzR0paWwXP4CZEC9OM8n7TiaHl { top:65.9375rem;left:13.9375rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttvZ13IpyQm39bB00D6HdLOrGgfAaECR { width:17.8125rem;height:1.5rem;top:71.1875rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdMeEryzIc6EVVitA3dMRCK81LTA2m1 { top:67.3125rem;left:37rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuHVWaDrMn9fCQK6Rk0xA0XTwoD2TXDL { top:67.375rem;left:15.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqQ590vcW6nPNZewAfcNrlI8dSNw5AJA { top:65.9375rem;left:0rem;width:20.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOcSgS01Q5qDW0uEg5X7ksJlqCh5sSLs { width:17.8125rem;height:3rem;top:71.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0caREmf7s1HDCJ9KwpthufhTg8Te1ln { top:67.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPx7fxOuaKd6gQ9zaKSzZEdtaNxOxuM { top:78.5rem;left:0rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVllvG3bU9dOkS8GV6BuUCtP82zJ1JHA { width:17.8125rem;height:1.5rem;top:83.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFZzWSPlElLl5qvAsfd3lgtxTaKVfHpa { top:79.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETz7Zpfv5BZxnaCFnWniwotbh78PibgM { top:78.5rem;left:13.875rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gW2CqfdWEtmndWtrOEa0mD4ZGSTkkU { width:17.8125rem;height:1.5rem;top:83.875rem;left:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr2QrTSdNl57KE8UQDbuZoXfq8v8iWSb { top:79.875rem;left:15.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhSgoGGTNIizD6RGgtal3Fv51VyZTB8 { top:78.5rem;left:27.6875rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6TheDmMViKPK66PBmukeTDnOJ5Wu2Z { width:17.8125rem;height:1.5rem;top:83.875rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAu9nb4sQAqH2HnAy3IJwbyMFNMNU07 { top:79.875rem;left:38rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZT8NPOp2lV2nSsAFQlcp7V6SZ6c1RJM { top:88.9375rem;left:13.875rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKaaTTFlQvCIx53TV8FBTLmQU7dcXDC { width:17.8125rem;height:1.5rem;top:94.3125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m14eKK7xUPSbDvdQIldws6fAiCslM4vP { top:88.9375rem;left:0rem;width:20.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sow0ATkarxLtBVcb8v0Tx4h2HCMHBiIt { width:17.8125rem;height:1.5rem;top:94.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQGeEduK6p16V79vz07Tz1HUsfeShKnz { top:90.3125rem;left:15.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc1ReRoo1g810qurTFWTFJFDyiO1c7A { top:90.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW { display:block; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv2P9l5RPHixiLAMBG3tpniFJZr3gxTi { top:4.375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZINz6isyMCMfJxHHBrCt9tIH1HBkEhrO { top:14rem;left:0rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2XeoUtGVRcsqnOsm4HHI6EB6pThdx5p { width:28.1875rem;height:1.625rem;top:18.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMiaInX2DwGA9nJeuKuziA0fKgUXF4dF { width:27.5rem;height:3.9375rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDCR0fl3muwsyW8aqPO0QbewCUpnzcE { width:27.5rem;height:2.625rem;top:20.6875rem;left:20.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7l6JoRy6AxLC43UA72Iy3JSViDGnamt { width:28.1875rem;height:1.625rem;top:18.4375rem;left:19.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhFicfbWB2tf84idlmipnuFzvAUR6gd0 { top:14rem;left:28.125rem;width:3.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 { display:block; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdcSF8w6JBM9tlSJvIsNXO6sMcFwyFTz { top:3.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 { display:flex;height:auto;width:27.8125rem;top:11.8125rem;left:3.1499996185302rem; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #W9SJzD8bLkCFS4nVM16DNWwDId3vFapi {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #x62auaqgzhNz9mZIbN6ZCQ8NR9SE9l95 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #b8VIPGMpIqTxNLsc8GNDdWxebHnUa0gP {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #lnLU4bmxfVeRhDUfDQXVeoQN4PqzZADd {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #G3ZoNbDDLX1WsV55zXxLhJzf10RuRTEe {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #EBOKNLL4umqcVQ9ztQEaQeUcqmLEwh2G {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #tkIqctsGyrp5Dtw0QzRqauwainHLZNni {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #kmp1fcFNPzqPV02zhsJfsaQqaG0wcta9 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Q8TsxW7JAa0tPvuAcLrwmZfl0yp5Fmvz {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #ZwsTZ70GxspZTiZIS8ulARngoyNtNLhh {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #zcP70lWSpMB0vlqc1ZEELucX4bz2sPA1 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #gNDHkaibkJuWilpZPJqU9oymUOrSUULU {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #uvu8AtmWSiDqJRLU0dHRWkBzFePLTdra {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #VQrZwR3FyWGSKDVxqt2Xe3ayITemTDto {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #iDMSTZ7OtKbSTVpqovPbJU1y4qBGIU2w {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #r3o2EPyymvTgx6TScKp0M4uvICLB4z2u {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #rTUbi8coiWzFvEbVI38wZfpmg30zlM04 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #PUPDBrfuZiwxInilVhD2Ed7zU9rB6n8u {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #QFqlXZu4bhOs79EFMTEWeDCtowCuqOhv {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Uq1iRKtNQOfJ5k3yx63ZdRnTo6fyfcsp {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm { display:flex;height:auto;width:27.8125rem;top:11.8125rem;left:3.1499996185302rem; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Idmrvz9WiqtcOwH6f8es9L3AXErGWyOP {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #aoHHuFNeOK2DmvwIETZ3k4q1DAs9uaMo {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #C1thAMrlEzUK1FNIzRdKORbaTThBw2pZ {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #CpDnPIDxHpvPI3DvGlkgTawdGgbBJdGT {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #RbC8uVvz4WkMvrBk57H44dcwc01ti8S3 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Dxwp1wOuPOTEeCWzaTKGr7JW8qnspu3F {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #NqdHDhFm3n66XepQe13BKuaR3921rtTs {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #ASC4nDRUW5tVEafrl1VeqkOUqpRJoJFb {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #f1Inx9cOkEav4OexdKlzpEG62uVG3UKX {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #T3MAlvI8UrLeagWdfl5TJ8POTpuEhfnI {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #mMtbw3LDsho0IwmAI6nbEcm8u6B0AnN9 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #huvCSTGGd5miyhSCkb7Mwlvyprpp6RcS {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #eAusdOubmouoBJlfzQHnuKgQLK4PeuM1 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #qlPBmiNX9g5hGcRTPlLkeTAdQ8DMPgDi {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #fnl5OepD4aK556Jp8pk1uCXnCFi83BnI {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ { display:flex;height:auto;width:27.8125rem;top:11.8125rem;left:3.1499996185302rem;display:none; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #WfmF3Te63kHdHo50SOi78RCm3L4hzRXt {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Ku9gNuToOv15SJpES8uZaryUHl4PSU8k {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #cosLupETveFcdIl5lCO2QfN2kr4mZGrd {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #JPXX4fXqeT5Hl3bZTutv7BgVG3GBqyx8 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #eQSsBdCrKbGBJCgZpU2IVvmC7rzqTXwP {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FAglOUTez4yPGQuVotsu2I2eBOIqCuLL {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ncTVUr54l4TxREgtzOTqENIkTFUKl6z4 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SENs6HmmNao7F8XumKO8F3tTzchvyEuF {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #bnaVXREGxfxC0TPProdZvcwpAEAM2any {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ATTJMOUE4wcL4LRiNr6aNFqzOHNUn5Zu {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Tc3AwFKGqtlDXVwCIatxn8qZ0em96h8T {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PReMUNA2JRuP3WQRh9tzBZlvDMQJFQ28 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #sNzXyioET3EmLh3Xyi0n3T8PZ1QKQtGs {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #XgPdWQqzs2mPOVKu8wMT6DcCfog9i9iJ {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #f6morum8QsuXSUAXi3UWupDcfQOfVlOX {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #UNtaWBHUKKEDFLTUna2Kx01ZuqzFE6Ds {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #dBKbExDIVMOoDv80qrpHsQTi1Mq1IKhc {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #noHmkE0xUOeU4dx6S1nLTEcOLeomuT10 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SCKLf4cZe48i3tls2hoIf5HoONyWLqO0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #kAv28uufWwVZQJdTwSiMBCGTcNR3ITb0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #URKivQMmDspRZ134UGDhFxPEC3dhhuNA {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #iETG92AXhFSmFn59y1y1043BeC5MOqGW {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ls5Cw4Fo8p50v4Crn2p3TRRNXEDl1XQe {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PpxowFUrmGBktSmOdh6xkVVOThIWbIed {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #MtTabWGGyf2DP6vl9K9F9g9sMDoBU4tN {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #P5ZudKW7EWXUlBbTXGpQkDeg3J4uQrAN {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #VAlGNJn5AUgz2wUo3hZdvGEHTNgzU8HA {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #aM83OwvaSUtkaTafFMweT04hgz2d30u0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #tFzWTA45atbcMK5trW554KhNcpdptkR4 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #gzW0lJ91TEhFQH7cC4cqlDwQ3d9kNq2T {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #osp4Kl8ORDfHV6HcTFFWWb7VW094EZrP {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Sz9y6ZRLxos51rmNLvXigpQV3VpxL77m {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #NhCs9CVc4Uk6Za6hBO3vWW4Ay4zF6FUV {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FfKeP5XOyUc109tlA92w8xAdBFJn9MeF {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #oVE6lC7lgmHKZ5Mn7mQ28b2OmRcEcZVD {  }
 }@media only screen and (max-width: 763px) { #HGmWrF4wqi10lIlVMUSef6vMAb3U12pd { display:block; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlmpWovB4lOAxtPe28ARhPvqTXbtTbW4 { top:2.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwXz3PVgXVPx7e0AQNMKFfOSpMdEHOiL { top:17.125rem;left:0rem;width:20.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T68R6KkMw2J3VW43FVidIU1ifHXaaNXC { top:16.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZtuqOUt738lWvO8OyWmX3PTGLVWv22 { top:5.3125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZUQyH0DoIIbxJktlvosu8nm8vNWsRhl { top:17.125rem;left:31.3125rem;width:16.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPbygrD1tK0Oct48k8EFpkMbgto3yTPt { top:19.5rem;left:0rem;width:20.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cfD68a514Htlw2chXkogm1aCTQzZgnzH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb6c1baf-5b79-4e73-b133-85bc9a5cfdb4/1.crop_363x576_494,0.preview.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH.adaptive-delivery-prevent-bg, #cfD68a514Htlw2chXkogm1aCTQzZgnzH.lazyload, #cfD68a514Htlw2chXkogm1aCTQzZgnzH.lazyloading { background-image: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { background-color: transparent; background-image: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container > .video-iframe-container { display: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row > .video-iframe-container { display: none; }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .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); }#cfD68a514Htlw2chXkogm1aCTQzZgnzH > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyfq6EcfgWHshMg9aprOqUf43bnN7bg1 { width:20rem;height:2.0125rem;top:11.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;font-family:lato;font-weight:700;font-style:normal;line-height:1.15;display:block; }
 }@media only screen and (max-width: 763px) { #eKmIXuBNtLc4Bq42V97LdpVn8lNql7mp { width:20rem;height:3.15rem;top:13.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQVmxKznUMGdN7za3VUBFC9iRAlJAlN5 { width:20rem;height:34.5625rem;top:28.75rem;left:0.125rem;background-color:#c6cdd8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HoW3RtGNNVvGS0uDwOvaU11nIHLF8C5v { width:20rem;height:5.4375rem;top:24.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9O8g80KLvNBRyaiibC0nU40xuHhl1gq { width:7.4375rem;height:1.8125rem;top:3.75rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su0nNLWzsgvqNb09BGuLThFyRNiuKUps { width:20rem;height:0;top:17.125rem;left:1.4375rem;font-size:0.8125rem;line-height:1.9;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UGNFU19vL9iiEZrNPOuXhJFdRKszlPKs { display:flex;width:0.9375rem;height:0.9375rem;top:18.9375rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBqhJNl5cRqBbbiC2I5fox1Ac4PIAksb { display:flex;width:0.9375rem;height:0.9375rem;top:20.5rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #thf6t5yvNBswJNcqOSDPGXrM7EPibfi7 { display:flex;width:0.9375rem;height:0.9375rem;top:17.4375rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Q8Lo4bVG2Ob4EwW9S1zsFFAkmCxaqpSI { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n75ECF00486lxcd3rn68iqLcTpIGLeKR { width:13.125rem;height:0;top:24.1875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlC9JN6oitvnVETnkBEakHIapwq14wEf { width:2.6875rem;height:2.6875rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AzuCZOzlCgAqve2VC746xVSuk33NBWUd { width:17.9375rem;height:2.925rem;top:25.6875rem;left:1.125rem;font-size:1.125rem;color:#ffffff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Enupfa105oOrKHHiUXROT7UWUH0orZso { width:20rem;height:2.4375rem;top:17.109375rem;left:1.5000000596046rem;font-size:0.8125rem;line-height:1.5;font-weight:700;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #nhVpQro1dG2mDEv68kP540y5Idfefbtu { width:20rem;height:2.4375rem;top:19.9375rem;left:1.5000000596046rem;font-size:0.8125rem;line-height:1.5;font-weight:700;font-style:normal;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:#c6cdd8;background-image:none; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT  { width:17.5rem;height:auto;top:30.450000286103rem;left:0rem; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT {display:block;}#ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT { width:17.5rem;height:auto;top:30.450000286103rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M7eLWu4rm1GMqo3ErGuNGzrubKNNkyr0 { display:block; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #KLbSza4Gzx3XbyeUOROZb21dmAHPfSCv {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J1KT7VTfhgldNKbh4pmEE3oQyEdKqTUb {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J98Txd4ny28QAl7RGmJPZMtXcBbAlBaM {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BUxaEbXwxwSRH56SvbFT1MtQwKX8yDSz {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #BxE8Ih1CdmTR6rJ0eBv0zZGTGzV7u1Ep {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SDXRI2MQTtB72OGgxgPaH7WF1Bz8JWf5 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZPChBlOcyIh5xhgTO0tBgVTbJ7b85CHO {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FtHHpXCV4Ry6Ux2RAQlqwlblftgh2tAM {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #G6lwl41lTuwsADlcLiX1fOsSqVy4no0N {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #J0MnWokRZEKxZAIWMuTETbAwUETCShek {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ZaFbTIhtaunia95KEALR9C7a5Jn3oLiP {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y1s7HB2IgLCgS6ro7avE3GvsuJ1KIKDd {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #peWpuzml5UEDxusZq0lU9XcfLwTFw1VZ {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ffWOBAbkTtKpEvFdQEPSCx7yJ1EdMWnq { display:none; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #lye5JobF2SeIipk40d1mPeXekbNyzCaL {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ET2XQfPShebEifGnqKcrC9FyDe7cVkBX {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #SShTzG7c7nOUnKGCZoqvkpAbF4JQnTgS { display:none; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #fAqtWsTzrAtsalq9pHP508pI2xN7Kvve {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #tXsiAqETDghCNWcLrSp3ZWzeyRV7C2UA {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #HiqcqRwfS5hpEnEzZ7ybiEQ49uxx14I1 { display:none; }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #y9sdrhzTgtUNm9oR6OaC7cTZ39fRB4UR {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #ia56CSwU3hzXBJTCqlq8361IlBn7bow5 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #eBT3h0WCBKWwwP6XBGdUPUlZIBFbRay9 {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #VPVciez8nrX4OlQ1bhcJJEnZOg4ehiys {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #zl9oPXhWTTEIzpooXSWiDVTP36ccSShm {  }
 }@media only screen and (max-width: 763px) { #ArTdLR1m8QbiH9aHWW0DhztiaJ1wwTBT #FyA1i5Qg2lHRH1lcPW4rbHEob3aIV5gG {  }
 }@media only screen and (max-width: 763px) { #Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio { display:none; }#Emv4xXSaSHBwx5eaUwsn9c8o340T9Nio > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #roN9waRUHweXx2Sufxb5uiMeEz3TGtpt { width:15.75rem;height:1.1375rem;top:3.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRL2w58UQ6JbdtvEw7i6W1SCdVTJNikv { width:15.75rem;height:1.1375rem;top:8.0125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztG3qPVJs2ePkxioa40BsoX77nnpoJo { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #NQDwZIWapB0u78cbqFVp3xDuII2IGFix { display:flex;width:0.9375rem;height:0.9375rem;top:5.825rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn { display:block; }#zoyGbZUpMD8zyoPv60xwFT1gv0rdPJfn > .row .container { width:20rem;height:125.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDZ6UPwTbZoPBbiCBRFZD0E2FBwqUiLy { width:20rem;height:2.19375rem;top:2.8125rem;left:-0.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8s313NhlkyfvLkuUAocpQB420eXNOUu { width:17.3125rem;height:3.15rem;top:13rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SNz7uFQFnB7BWarD1GNBbkdTtFosND { width:17.25rem;height:2.275rem;top:16.625rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XWQ7Tw7PsyxiObaQThsr0c6wFvkZJcw3 { width:20rem;height:12.8125rem;top:7.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bd3PQIoUi3vi6bM2rUF8H7OvmLckwH { width:17.1875rem;height:3.4125rem;top:31rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xJhoJkxCdh8f8LCDlV9b0MEAkv7hWDRM { width:20rem;height:14.4375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaS1IdL1LGTguzI957bb60sFohLJfXil { width:15.3125rem;height:3.15rem;top:27.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QlNaB7UdJikeH02VvuRbkQPINl1QCOmX { width:17.625rem;height:3.4125rem;top:45.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QgMiPkrOfdc1OgbWt7su2EiDltamCiwr { width:20rem;height:12.5rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7eWQmpDOaaPXBwXdsKOWpTKgEFqBBMT { width:17.8125rem;height:1.96875rem;top:42.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIfZzlmrrVinoO9Ml89mpUaTPF017W6 { width:3.125rem;height:3.125rem;top:8.675000190735rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5sBSZV0ubFe6o3M3CVf7d2lNQdQ4STC { width:3.0625rem;height:3.0625rem;top:23.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SykndSEccCBJGon3ZfaZqp3Dxy3L0JPA { width:3.125rem;height:3.125rem;top:39.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDIOHlyVPhJFo1TVTGLe6EvDPTGa8D2y { width:9.375rem;height:8.75rem;top:66.18750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTdvd1b2gKx6zwqmlrV8L6BI6lR4rbm { width:9.375rem;height:7.5rem;top:57.624220848084rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAT74TSze0CUzqzpghArz3MGD32DmflW { width:8.5625rem;height:1.275rem;top:61.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htmpk3w45yvJnWQ7KleTfE6iEZ51gwpZ { width:9.375rem;height:7.5rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzIEFn1hcA4V47yPlQgTG5TewwCzNU4 { width:20rem;height:2.19375rem;top:52.81250667572rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2DMvU5I08lWKkSJXMJWEDp0THKRfezG { width:2.25rem;height:2.25rem;top:58.937502861023rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaBQqZUICTbw0LrfVeMlSipZT0aunbS { width:2.25rem;height:2.25rem;top:58.936720848084rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIP6ySWSCVLIpPCZoBPttxZemR0s7UhD { width:8.75rem;height:2.25rem;top:61.449215888977rem;left:10.937500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2RHwu70mlcPelQ9opTRx16y5zpQZhMx { width:2.25rem;height:2.25rem;top:67.50000190735rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnXIi9ossww2w8ZkaReRdW1Obe5lIFX { width:7.5625rem;height:3.6rem;top:70.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTVFJfRET7lUSl6x69TTwdWz9RC1G8v { width:9.375rem;height:8.125rem;top:76.062499046325rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ0x16LmVkpHO1parTMGsbhQ2oaEviwP { width:7.9375rem;height:2.55rem;top:80.4375rem;left:11.562500536442rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opkWrR6gED2sZGFC2zM9Bn5d5hDmzTkP { width:9.375rem;height:8.125rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8JiPmgKydlPIQEb2B9wwyGs4ZBw5AMK { width:6.875rem;height:1.275rem;top:80.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VFbBDO71TuQ5S9yGcxQ7fHwWMlJSst { width:2.25rem;height:2.25rem;top:77.1875rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWJ2Pp3mTQ40TI8pcRhesUDTvC7O1Ei { width:2.25rem;height:2.25rem;top:77.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoBkB74ZBCCeeaQvZSdmBJDFb0dERQm8 { width:9.375rem;height:8.75rem;top:66.18750190735rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDwEEPzolyTd1LOOMBR5gLQPDq4IdKVO { width:8.1875rem;height:1.275rem;top:70.8125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77N5a484yLwsfDBKwFbIIT44hTVbliC { width:2.25rem;height:2.25rem;top:67.50000190735rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWO6dbOUuNzKPcCgmEcpUaQdfGbJ3poe { width:9.375rem;height:8.125rem;top:95.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqTtoHUUxQ2suCseGMDJ2LCvm8qOUSA { width:7.0625rem;height:2.55rem;top:99.87500190735rem;left:1.1867187619209rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kgyhEzR0paWwXP4CZEC9OM8n7TiaHl { width:9.375rem;height:8.75rem;top:85.499220371244rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttvZ13IpyQm39bB00D6HdLOrGgfAaECR { width:7.25rem;height:1.275rem;top:90.25rem;left:11.687500536442rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdMeEryzIc6EVVitA3dMRCK81LTA2m1 { width:2.25rem;height:2.25rem;top:96.62500190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuHVWaDrMn9fCQK6Rk0xA0XTwoD2TXDL { width:2.25rem;height:2.25rem;top:86.686720371244rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqQ590vcW6nPNZewAfcNrlI8dSNw5AJA { width:9.375rem;height:8.75rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOcSgS01Q5qDW0uEg5X7ksJlqCh5sSLs { width:8.0625rem;height:3.6rem;top:89.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0caREmf7s1HDCJ9KwpthufhTg8Te1ln { width:2.25rem;height:2.25rem;top:86.687499046325rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPx7fxOuaKd6gQ9zaKSzZEdtaNxOxuM { width:9.375rem;height:8.125rem;top:95.624220848081rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVllvG3bU9dOkS8GV6BuUCtP82zJ1JHA { width:9.25rem;height:2.55rem;top:99.874220371244rem;left:10.625000536442rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFZzWSPlElLl5qvAsfd3lgtxTaKVfHpa { width:2.25rem;height:2.25rem;top:96.624220848081rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETz7Zpfv5BZxnaCFnWniwotbh78PibgM { width:9.375rem;height:8.125rem;top:104.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gW2CqfdWEtmndWtrOEa0mD4ZGSTkkU { width:8.25rem;height:2.55rem;top:108.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr2QrTSdNl57KE8UQDbuZoXfq8v8iWSb { width:2.25rem;height:2.25rem;top:105.93750166893rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhSgoGGTNIizD6RGgtal3Fv51VyZTB8 { width:9.375rem;height:8.125rem;top:104.93672037124rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6TheDmMViKPK66PBmukeTDnOJ5Wu2Z { width:7.3125rem;height:2.55rem;top:108.87422037124rem;left:11.656250536442rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAu9nb4sQAqH2HnAy3IJwbyMFNMNU07 { width:2.25rem;height:2.25rem;top:105.93672037124rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZT8NPOp2lV2nSsAFQlcp7V6SZ6c1RJM { width:9.375rem;height:8.125rem;top:114.31172370911rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKaaTTFlQvCIx53TV8FBTLmQU7dcXDC { width:9.125rem;height:1.2rem;top:119.11172389984rem;left:10.750000536442rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m14eKK7xUPSbDvdQIldws6fAiCslM4vP { width:9.375rem;height:8.125rem;top:114.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sow0ATkarxLtBVcb8v0Tx4h2HCMHBiIt { width:8.0625rem;height:2.55rem;top:118.43750190735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQGeEduK6p16V79vz07Tz1HUsfeShKnz { width:2.25rem;height:2.25rem;top:115.31172370911rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc1ReRoo1g810qurTFWTFJFDyiO1c7A { width:2.25rem;height:2.25rem;top:115.31250190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW { display:block; }#qp7LVXk6DGTg3aEmzLS6bTVHH1wqsIsW > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv2P9l5RPHixiLAMBG3tpniFJZr3gxTi { width:20rem;height:6.09375rem;top:2.3742189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZINz6isyMCMfJxHHBrCt9tIH1HBkEhrO { width:12.5rem;height:2.875rem;top:12.529678821564rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2XeoUtGVRcsqnOsm4HHI6EB6pThdx5p { width:20rem;height:1.65rem;top:16.342187404633rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMiaInX2DwGA9nJeuKuziA0fKgUXF4dF { width:20rem;height:3.4125rem;top:18.517188549042rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mCDCR0fl3muwsyW8aqPO0QbewCUpnzcE { width:20rem;height:3.4125rem;top:31.742188692093rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D7l6JoRy6AxLC43UA72Iy3JSViDGnamt { width:20rem;height:1.65rem;top:29.454688310623rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhFicfbWB2tf84idlmipnuFzvAUR6gd0 { width:3.375rem;height:3.4375rem;top:25.029687166214rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 { background-color:#ffffff;background-image:none;display:block; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { background-color: transparent; background-image: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container > .video-iframe-container { display: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row > .video-iframe-container { display: none; }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .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); }#TW1XLVA8FDseCG6esOtfSF9PdgJ1zQ03 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdcSF8w6JBM9tlSJvIsNXO6sMcFwyFTz { width:20rem;height:1.86875rem;top:2.2625017166137rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 { display:flex;height:auto;width:20rem;top:33.311728000641rem;left:0rem;display:none; }
#ompOH5MeRbn06S0t7nFloZvtv1bt72K9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #W9SJzD8bLkCFS4nVM16DNWwDId3vFapi {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #x62auaqgzhNz9mZIbN6ZCQ8NR9SE9l95 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #b8VIPGMpIqTxNLsc8GNDdWxebHnUa0gP {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #lnLU4bmxfVeRhDUfDQXVeoQN4PqzZADd {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #G3ZoNbDDLX1WsV55zXxLhJzf10RuRTEe {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #EBOKNLL4umqcVQ9ztQEaQeUcqmLEwh2G {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #tkIqctsGyrp5Dtw0QzRqauwainHLZNni {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #kmp1fcFNPzqPV02zhsJfsaQqaG0wcta9 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Q8TsxW7JAa0tPvuAcLrwmZfl0yp5Fmvz {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #ZwsTZ70GxspZTiZIS8ulARngoyNtNLhh {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #zcP70lWSpMB0vlqc1ZEELucX4bz2sPA1 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #gNDHkaibkJuWilpZPJqU9oymUOrSUULU {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #uvu8AtmWSiDqJRLU0dHRWkBzFePLTdra {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #VQrZwR3FyWGSKDVxqt2Xe3ayITemTDto {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #iDMSTZ7OtKbSTVpqovPbJU1y4qBGIU2w {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #r3o2EPyymvTgx6TScKp0M4uvICLB4z2u {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #rTUbi8coiWzFvEbVI38wZfpmg30zlM04 {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #PUPDBrfuZiwxInilVhD2Ed7zU9rB6n8u {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #QFqlXZu4bhOs79EFMTEWeDCtowCuqOhv {  }
 }@media only screen and (max-width: 763px) { #ompOH5MeRbn06S0t7nFloZvtv1bt72K9 #Uq1iRKtNQOfJ5k3yx63ZdRnTo6fyfcsp {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-element-container { border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-heading-text { color:#000000;line-height:1.5;overflow:hidden;height:auto; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm { display:flex;height:auto;width:20rem;top:8.25rem;left:0rem;gap:0.625rem;display:none; }
#a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Idmrvz9WiqtcOwH6f8es9L3AXErGWyOP {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #aoHHuFNeOK2DmvwIETZ3k4q1DAs9uaMo {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #C1thAMrlEzUK1FNIzRdKORbaTThBw2pZ {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #CpDnPIDxHpvPI3DvGlkgTawdGgbBJdGT {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #RbC8uVvz4WkMvrBk57H44dcwc01ti8S3 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #Dxwp1wOuPOTEeCWzaTKGr7JW8qnspu3F {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #NqdHDhFm3n66XepQe13BKuaR3921rtTs {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #ASC4nDRUW5tVEafrl1VeqkOUqpRJoJFb {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #f1Inx9cOkEav4OexdKlzpEG62uVG3UKX {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #T3MAlvI8UrLeagWdfl5TJ8POTpuEhfnI {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #mMtbw3LDsho0IwmAI6nbEcm8u6B0AnN9 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #huvCSTGGd5miyhSCkb7Mwlvyprpp6RcS {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #eAusdOubmouoBJlfzQHnuKgQLK4PeuM1 {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #qlPBmiNX9g5hGcRTPlLkeTAdQ8DMPgDi {  }
 }@media only screen and (max-width: 763px) { #a3hDggPmLmSDKFrR02r9xTDD7mDKwHNm #fnl5OepD4aK556Jp8pk1uCXnCFi83BnI {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-element-container { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-heading-text { color:#000000;line-height:1.5;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-desc-text { color:#000000; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_45c95daae5e78dcf09d6b1341f00446d11d833a5.svg");height:1.25rem;width:1.25rem;min-width:1.25rem; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ { display:flex;height:auto;width:20rem;top:6.1742181777954rem;left:0rem;gap:0.625rem;z-index:15015; }
#pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #WfmF3Te63kHdHo50SOi78RCm3L4hzRXt {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Ku9gNuToOv15SJpES8uZaryUHl4PSU8k {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #cosLupETveFcdIl5lCO2QfN2kr4mZGrd {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #JPXX4fXqeT5Hl3bZTutv7BgVG3GBqyx8 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #eQSsBdCrKbGBJCgZpU2IVvmC7rzqTXwP {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FAglOUTez4yPGQuVotsu2I2eBOIqCuLL {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ncTVUr54l4TxREgtzOTqENIkTFUKl6z4 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SENs6HmmNao7F8XumKO8F3tTzchvyEuF {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #bnaVXREGxfxC0TPProdZvcwpAEAM2any {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ATTJMOUE4wcL4LRiNr6aNFqzOHNUn5Zu {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Tc3AwFKGqtlDXVwCIatxn8qZ0em96h8T {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PReMUNA2JRuP3WQRh9tzBZlvDMQJFQ28 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #sNzXyioET3EmLh3Xyi0n3T8PZ1QKQtGs {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #XgPdWQqzs2mPOVKu8wMT6DcCfog9i9iJ {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #f6morum8QsuXSUAXi3UWupDcfQOfVlOX {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #UNtaWBHUKKEDFLTUna2Kx01ZuqzFE6Ds {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #dBKbExDIVMOoDv80qrpHsQTi1Mq1IKhc {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #noHmkE0xUOeU4dx6S1nLTEcOLeomuT10 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #SCKLf4cZe48i3tls2hoIf5HoONyWLqO0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #kAv28uufWwVZQJdTwSiMBCGTcNR3ITb0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #URKivQMmDspRZ134UGDhFxPEC3dhhuNA {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #iETG92AXhFSmFn59y1y1043BeC5MOqGW {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #ls5Cw4Fo8p50v4Crn2p3TRRNXEDl1XQe {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #PpxowFUrmGBktSmOdh6xkVVOThIWbIed {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #MtTabWGGyf2DP6vl9K9F9g9sMDoBU4tN {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #P5ZudKW7EWXUlBbTXGpQkDeg3J4uQrAN {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #VAlGNJn5AUgz2wUo3hZdvGEHTNgzU8HA {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #aM83OwvaSUtkaTafFMweT04hgz2d30u0 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #tFzWTA45atbcMK5trW554KhNcpdptkR4 {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #gzW0lJ91TEhFQH7cC4cqlDwQ3d9kNq2T {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #osp4Kl8ORDfHV6HcTFFWWb7VW094EZrP {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #Sz9y6ZRLxos51rmNLvXigpQV3VpxL77m {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #NhCs9CVc4Uk6Za6hBO3vWW4Ay4zF6FUV {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #FfKeP5XOyUc109tlA92w8xAdBFJn9MeF {  }
 }@media only screen and (max-width: 763px) { #pzmTTwTRlRAF1HGw3AkirfrfbxcHcLNZ #oVE6lC7lgmHKZ5Mn7mQ28b2OmRcEcZVD {  }
 }@media only screen and (max-width: 763px) { #HGmWrF4wqi10lIlVMUSef6vMAb3U12pd { display:block; }#HGmWrF4wqi10lIlVMUSef6vMAb3U12pd > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlmpWovB4lOAxtPe28ARhPvqTXbtTbW4 { width:20rem;height:1.54375rem;top:2.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwXz3PVgXVPx7e0AQNMKFfOSpMdEHOiL { width:16.4375rem;height:2.275rem;top:22.687499523163rem;left:1.7812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T68R6KkMw2J3VW43FVidIU1ifHXaaNXC { width:20rem;height:0.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZtuqOUt738lWvO8OyWmX3PTGLVWv22 { width:20rem;height:14.625rem;top:4.9875001907349rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZUQyH0DoIIbxJktlvosu8nm8vNWsRhl { width:16.4375rem;height:1.1375rem;top:27.025001049042rem;left:1.7812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPbygrD1tK0Oct48k8EFpkMbgto3yTPt { width:20rem;height:0.89375rem;top:25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }