.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:214,239,251;--color-primary-1:133,208,242;--color-primary-2:51,177,233;--color-primary-3:0,158,227;--color-primary-4:8,65,66;--color-secondary-0:251,209,220;--color-secondary-1:242,116,150;--color-secondary-2:234,24,80;--color-secondary-3:130,21,26;--color-secondary-4:47,5,16;--color-tertiary-0:255,255,255;--color-tertiary-1:133,208,242;--color-tertiary-2:51,177,233;--color-tertiary-3:0,158,227;--color-tertiary-4:8,65,66;--headlines-font-family:"Averta";--paragraphs-font-family:"Averta"; }@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:#fdfbfb;background-image:url("https://images.assets-landingi.com/FkXpbxWm/01._Skuteczne_Lejki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ef927f;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.6875rem;top:0.90625rem;left:0.875rem;overflow:hidden;display:block; }
#Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:59.5625rem;display:block; }
#yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { color:#1a3145;display:block;width:24.25rem;position:absolute;font-family:"averta semibold";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8177084922791rem;left:34.70703125rem;height:1.29980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { background-color: transparent; background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .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); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { border-width: 0; border-radius: 0; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { color:#202a53;display:block;width:67.43625rem;position:absolute;font-family:"averta extrabold";font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.4375rem;height:4.7119125rem;display:block; }
#AJ2sneKzt884S2y80P62E8RlgstRR80L { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.559374809265rem;left:1.375rem;height:11.75rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
#wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35rem;left:2.4375rem;display:block; }
#UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.46875rem;left:19.5rem;display:block; }
#RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.4343757629394rem;left:1.3125rem;height:6.5625rem;display:block; }
#dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.371875762939rem;left:1.3125rem;height:1.75rem;display:block; }
#qobK9EdBuaGktQqdT8rHEyde4V76MTCx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5625rem;width:63.75rem;top:1.75rem;left:1.3125rem;display:block; }
#zcIpAlvW6f03fyK7Gwyik1W7J7G3fCQ3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5625rem;width:53rem;top:2.875rem;left:0rem;display:none; }
#ZebHxeZ9MrCPXpxQrsBWnoHCC9UoEq2x { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:38.25rem;top:9.4343757629394rem;left:36.75rem;display:block; }
#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { background-color: transparent; background-image: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container > .video-iframe-container { display: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container { display: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .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); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { border-width: 0; border-radius: 0; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { color:#202a53;display:block;width:57.625rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:2.7625rem;display:block; }
#E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { color:#202a53;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:6.875rem;height:4.225rem;display:block; }
#cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { color:#1a3145;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.8125rem;left:36.875rem;height:32.87794375rem;display:block; }
#ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.124rem;width:18.8115rem;top:11.9375rem;left:16.375rem;display:block; }
#fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.375rem;width:32.125rem;top:13.5625rem;left:1.25rem;overflow:hidden;display:block; }
#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { background-color: transparent; background-image: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container > .video-iframe-container { display: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container { display: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .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); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { border-width: 0; border-radius: 0; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#giO696E4aCpWKZyt6tBzWvixsRJsHhkm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.375rem;width:40.6875rem;top:9.4375rem;left:16.055518617021rem;overflow:hidden;display:block; }
#JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { color:#1a3145;display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:0rem;left:1.40625rem;height:7.44286875rem;text-align:center;text-align-last:center;display:block; }
#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { background-color: transparent; background-image: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .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); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { border-width: 0; border-radius: 0; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { font-size:0.875rem;font-family:arial;height:91.5rem;width:75rem;position:relative;display:block; }#TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { color:#1a3145;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5rem;left:1.25rem;height:25.053725rem;display:block; }
#MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { color:#1a3145;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:33.0625rem;left:37.375rem;height:28.9971125rem;display:block; }
#TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { color:#1a3145;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:64.6875rem;left:1.25rem;height:25.116225rem;display:block; }
#ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.812125rem;width:14.124625rem;top:3.0625rem;left:60.9375rem;display:block; }
#FbGJhNi912x6El2axDim1h13KQZlMcbg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.625rem;width:34rem;top:64.6875rem;left:37.5rem;overflow:hidden;display:block; }
#vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.0625rem;width:33.125rem;top:5rem;left:39.625rem;overflow:hidden;display:block; }
#nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.8115rem;width:14.124rem;top:70.8125rem;left:59.875rem;display:block; }
#fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.4375rem;width:32rem;top:37.5rem;left:2.625rem;overflow:hidden;display:block; }
#PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1230625rem;width:18.8105625rem;top:41.75rem;left:1.0625rem;display:block; }
#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a53;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; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { background-color: transparent; background-image: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container > .video-iframe-container { display: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container { display: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .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); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { border-width: 0; border-radius: 0; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12rem;left:28.75rem;display:block; }
#D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKZQV6HRgghPqv7CTrdtTalryApvIohD { color:rgba(var(--color-tertiary-0),1);display:block;width:71.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.9375rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Ex6q20Fn/02._Skuteczne_Lejki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.adaptive-delivery-prevent-bg, #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.lazyload, #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.lazyloading { background-image: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { background-color: transparent; background-image: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container > .video-iframe-container { display: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container { display: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .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); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { border-width: 0; border-radius: 0; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { font-size:0.875rem;font-family:arial;height:75.5625rem;width:75rem;position:relative;display:block; }#WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.625rem;left:0rem;display:block; }
#ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { color:#202a53;display:block;width:31.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.875rem;height:8.7744375rem;display:block; }
#DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:23rem;left:40rem;height:6.2988125rem;display:block; }
#phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.6875rem;left:7.4375rem;height:6.2988125rem;display:block; }
#g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.3125rem;left:7.4375rem;height:2.1rem;display:block; }
#q442WFlPE5BALcelbW634LreEByLcyXF { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.25rem;left:40rem;height:2.1rem;display:block; }
#NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.9375rem;left:7.5rem;height:2.1rem;display:block; }
#d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { color:#1a3145;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:31.3125rem;left:7.5rem;height:6.2988125rem;display:block; }
#NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:38.5rem;left:40rem;height:2.1rem;display:block; }
#XsT839tBMHVJWDxGctx4ELDTe88CRDEd { color:#1a3145;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:41.5rem;left:40rem;height:6.2988125rem;display:block; }
#NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:43.625rem;left:6.8125rem;height:2.1rem;display:block; }
#iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { color:#1a3145;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:47rem;left:6.8125rem;height:8.3984375rem;display:block; }
#PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:69.122917175294rem;left:29.4375rem;display:block; }
#eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { color:#1a3145;display:block;width:25.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:55.375rem;left:43.125rem;height:10.4980625rem;display:block; }
#eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { color:rgba(var(--color-secondary-3),1);display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:55.375rem;left:40rem;height:2.1rem;display:block; }
#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { background-color: transparent; background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .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); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { border-width: 0; border-radius: 0; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.375rem;left:0rem;display:block; }
#kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { color:#202a53;display:block;width:38.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.875rem;height:4.3875rem;display:block; }
#Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:14rem;left:28.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:16.4375rem;left:22.9375rem;height:5.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:19.5625rem;top:15.125rem;left:0.875rem;display:block; }
#NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:16.4375rem;left:1.875rem;height:3.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { color:#202a53;display:block;width:50.375rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:6.875rem;height:5.5244125rem;display:block; }
#cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:19.5625rem;top:15.125rem;left:21.875rem;display:block; }
#D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:19.5625rem;top:25.5625rem;left:54rem;display:block; }
#NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:26.875rem;left:55.0625rem;height:5.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:19.5625rem;top:25.5625rem;left:32.875rem;display:block; }
#EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:26.875rem;left:33.9375rem;height:5.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPoa8bew99AMVMTTwIx6s31MviUZpJVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14rem;left:18.8125rem; }
#gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14rem;left:39.375rem; }
#q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.4375rem;left:31.5625rem; }
#z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.4375rem;left:52.4375rem; }
#XkJBP7TkfZuAqs8bftirs1021l8K112K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { background-color: transparent; background-image: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container > .video-iframe-container { display: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container { display: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .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); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { border-width: 0; border-radius: 0; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;position:relative;display:block; }#rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.375rem;left:0rem;display:block; }
#DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { color:#202a53;display:block;width:42.6875rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:6.875rem;height:5.5244125rem;display:block; }
#DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { color:#202a53;display:block;width:45.875rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.875rem;height:4.225rem;display:block; }
#lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:36.875rem;top:14.4375rem;left:0rem;display:block; }
#dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:17.3125rem;left:6.875rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:19.6875rem;left:6.875rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:36.875rem;top:18.25rem;left:38.125rem;display:block; }
#cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.5rem;left:45.75rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { color:#1a3145;display:block;width:31rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:21.1875rem;left:41.5rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:36.875rem;top:46.1875rem;left:38.125rem;display:block; }
#DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:36.875rem;top:42.375rem;left:0rem;display:block; }
#XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:51.4375rem;left:45.75rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:49.0625rem;left:45.75rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:47.5625rem;left:8.25rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:44.9375rem;left:8.25rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.625rem;top:24.1875rem;left:6.875rem;display:block; }
#y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.625rem;top:27.375rem;left:45.8125rem;display:block; }
#f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.6875rem;width:24.375rem;top:52rem;left:8.25rem;display:block; }
#swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.6875rem;width:24.375rem;top:55.4375rem;left:45.8125rem;display:block; }
#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { position:relative;display:none; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { border-width: 0; border-radius: 0; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:139.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#apW5sdL0LoJSmEgppTWDrklJiHg76bMB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:9.3125rem;left:0rem;display:none; }
#fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { color:#1a3145;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.34375rem;left:6.875rem;height:0;display:none; }
#VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:20.75rem;left:37.9375rem;height:2rem;display:block; }
#CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.9375rem;left:37.9375rem;height:2.9375rem;display:block; }
#K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:21.1875rem;left:44.25rem;display:block; }
#xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.9375rem;left:37.9375rem;height:1rem;display:block; }
#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:24.5625rem;left:41.625rem;height:9.5rem;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
#UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.9375rem;left:37.9375rem;height:1rem;display:block; }
#bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:33.14449185133rem;left:37.937503814698rem;height:1rem;display:block; }
#CusJ68hpPDG0Spia65MoLgIQWqEqVget { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:49.5625rem;left:37.9375rem;height:2rem;display:block; }
#bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { color:#1a3145;display:block;width:34.4375rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:41.8125rem;left:37.9375rem;height:5.875rem;display:block; }
#dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:53.8125rem;left:37.9375rem;height:1rem;display:block; }
#qRItURS1cd6c8usBn8qKCqrU62MSCxzE { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:53.4375rem;left:41.625rem;height:;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
#xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:56.8125rem;left:37.9375rem;height:1rem;display:block; }
#Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:59.9375rem;left:37.9375rem;height:1rem;display:block; }
#RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:62.75rem;left:37.9375rem;height:1rem;display:block; }
#EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:50rem;left:44.25rem;display:block; }
#H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:65.75rem;left:37.9375rem;height:1rem;display:block; }
#fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:87.875rem;left:35.125rem;height:2rem;display:block; }
#RS5ShFRPN691bOON3NTVhZmMCkU6acuT { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:80.125rem;left:35.125rem;height:5.875rem;display:block; }
#IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:92.125rem;left:35.125rem;height:1rem;display:block; }
#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { color:rgba(var(--color-secondary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:91.75rem;left:38.8125rem;height:;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
#lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:95.125rem;left:35.125rem;height:1rem;display:block; }
#Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:98.125rem;left:35.125rem;height:1rem;display:block; }
#lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:88.3125rem;left:41.4375rem;display:block; }
#JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:101.125rem;left:35.125rem;height:1rem;display:block; }
#c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:104.125rem;left:35.125rem;height:1rem;display:block; }
#PEaywiLVu7Ls9oc50brFUstQWL3NosdT { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:124.75rem;left:35.875rem;height:1rem;display:block; }
#X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:127.75rem;left:35.875rem;height:1rem;display:block; }
#GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:block; }
#frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:block; }
#uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:block; }
#S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:68.6875rem;left:37.9375rem;height:1rem;display:block; }
#ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:71.6875rem;left:37.9375rem;height:1rem;display:block; }
#NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
#RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
#fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { position:relative;display:block; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { background-color: transparent; background-image: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container > .video-iframe-container { display: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row > .video-iframe-container { display: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .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); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { border-width: 0; border-radius: 0; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:196.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#shNKgl4AedolTXwnbtckG4NMQePXaimN { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:9.3125rem;left:0rem;display:none; }
#tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { color:#1a3145;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.34375rem;left:6.875rem;height:0;display:none; }
#wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.625rem;left:38.0625rem;height:2.0125rem;display:block; }
#nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { color:#202a53;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.625rem;left:38.0625rem;height:2.975rem;display:block; }
#pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:5.0625rem;left:44.375rem;display:block; }
#IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { position:absolute;display:block;z-index:15026;height:2.125rem;width:2.5625rem;top:2.375rem;left:34.0625rem;display:block; }
#tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8rem;left:38.0625rem;height:1.05rem;display:block; }
#wurIT26REQ9iAdFByocvoiwmlkfH9TIf { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.625rem;left:41.75rem;height:9.69925rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
#Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:10.625rem;left:38.0625rem;height:1.05rem;display:block; }
#Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:13.3125rem;left:38.0625rem;height:1.05rem;display:block; }
#gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:22.6875rem;left:38.375rem;height:2.0125rem;display:block; }
#cJyBxLQHV0An61DK0VxBwT3ViydT84sd { color:#202a53;display:block;width:34.4375rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:19.125rem;left:38.375rem;height:2.975rem;display:block; }
#gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { position:absolute;display:block;z-index:15040;height:2.125rem;width:2.5625rem;top:19.625rem;left:34.0625rem;display:block; }
#QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:25.375rem;left:38.0625rem;height:1.05rem;display:block; }
#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:25rem;left:41.75rem;height:7.75rem;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
#SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:28.375rem;left:38.0625rem;height:1.05rem;display:block; }
#WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:31.25rem;left:38.0625rem;height:1.05rem;display:block; }
#f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:23.125rem;left:44.6875rem;display:block; }
#pSKMF77F8Goke73m6iZgsTsJKosw42lk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:36.9375rem;left:38.875rem;height:2.0125rem;display:block; }
#wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { color:#202a53;display:block;width:31.25rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:33.9375rem;left:38.0625rem;height:2.975rem;display:block; }
#b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { position:absolute;display:block;z-index:15052;height:2.125rem;width:2.5625rem;top:34.375rem;left:34.0625rem;display:block; }
#rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:40.25rem;left:38.0625rem;height:1.05rem;display:block; }
#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { color:rgba(var(--color-secondary-3),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:39.625rem;left:42.0625rem;height:7.75rem;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
#aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:37.3125rem;left:45.25rem;display:block; }
#dlXZqV2n86htRM8B04AR5fpqzcKBCedC { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:55.25rem;left:37.75rem;height:1.05rem;display:block; }
#uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:52.125rem;left:38.375rem;height:2.0125rem;display:block; }
#g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:49.125rem;left:38.25rem;height:2.975rem;display:block; }
#ytGKg05WhBHpztvgIrleB5rkcXUupONk { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:54.8125rem;left:42rem;height:7.75rem;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
#HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { position:absolute;display:block;z-index:15064;height:2.125rem;width:2.5625rem;top:49.3125rem;left:34.0625rem;display:block; }
#IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:52.5625rem;left:44.6875rem;display:block; }
#LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:16.3125rem;left:38.0625rem;height:1.05rem;display:block; }
#cx8x32JhOgUfe0UZnsTyXWSc1N5xIsHF { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:42.9375rem;left:38.0625rem;height:1.05rem;display:block; }
#HLMLxzgz0SrrSlGvNc4CDndg2FdrNBl7 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:45.8125rem;left:38.0625rem;height:1.05rem;display:block; }
#hrAbiSMdr5VXIllqirPey9M3ereCLNlC { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:58.1875rem;left:37.75rem;height:1.05rem;display:block; }
#TJ3QNh18Fr0mm5TJz7B1GtvAAZzOUT2T { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:61.1875rem;left:37.75rem;height:1.05rem;display:block; }
#tN1BlhnSfTytdpdMTRDO8S655ITSne7t { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:70.3125rem;left:37.8125rem;height:1.05rem;display:block; }
#vaRwkxauMN8Kdw2UVMMRAJDNOyCrco9O { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:67.1875rem;left:38.4375rem;height:2.0125rem;display:block; }
#BTxz2KtqFIrRJB77ruCS6NnPOgq26qZ3 { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:64.1875rem;left:38rem;height:2.975rem;display:block; }
#WVld1q4zh3HJgM2EGaRtnJH5sEIGGODt { position:absolute;display:block;z-index:15072;height:2.125rem;width:2.5625rem;top:64.375rem;left:33.8125rem;display:block; }
#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:69.75rem;left:42.0625rem;height:8.25rem;display:block; }#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k li:before{  }
#zcsqGNyranVba8xd7UdbfAS4ZW3es5Oo { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:67.625rem;left:44.75rem;display:block; }
#pm977gqHJACIcLeW3iSawResfn7Tvy4z { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:74.875rem;left:37.8125rem;height:1.05rem;display:block; }
#T8qyWKlTgT8ynkJroTyuag4toIuoAJdk { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:85.8125rem;left:38.0625rem;height:1.05rem;display:block; }
#hTm7kTGGlBZ6FVMbgPTseZ2OFCKq7hrX { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:82.6875rem;left:38.6875rem;height:2.0125rem;display:block; }
#LzTpXWhTh8mDSpy6Nc3T5fBuaSpNIJri { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:79.6875rem;left:38rem;height:2.975rem;display:block; }
#kyHPXQ9LrPOI6vNSGS7xiVH6PnhSJVEg { position:absolute;display:block;z-index:15080;height:2.125rem;width:2.5625rem;top:79.875rem;left:33.8125rem;display:block; }
#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:85.4375rem;left:42.3125rem;height:3.5rem;display:block; }#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi li:before{  }
#PUT5whNTX3H3CRT3uTDJClTMKWlihbRF { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:83.125rem;left:45rem;display:block; }
#XaTrIvqUVvNwVkEll0uvmm17QaznKLTM { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:97rem;left:37.3125rem;height:1.05rem;display:block; }
#TC0N7vii4k6DUEabmJJKo4RPGtlgvt5X { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:93.9375rem;left:37.9375rem;height:2.0125rem;display:block; }
#sSpvc0mxdZmWJGEyh4DHqQ6zsML1ncQA { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:90.9375rem;left:37.25rem;height:2.975rem;display:block; }
#Aoqefc9GSqkwLyhiX2aoL5VQIZflKL8m { position:absolute;display:block;z-index:15088;height:2.125rem;width:2.5625rem;top:91.125rem;left:33.0625rem;display:block; }
#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:96.5625rem;left:41.5625rem;height:4.75rem;display:block; }#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl li:before{  }
#czb4ZSfgxilOhn2WcG6QVHUPm2GosUir { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:23.8125rem;top:94.375rem;left:45.4375rem;display:block; }
#g1bFxNdcVRpXcTmZ2k8GXoPz56QTa4A1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:100.0625rem;left:37.3125rem;height:1.05rem;display:block; }
#Zg7Np4klEW9rnorePcSwP4XPH0EMXKmD { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.4;letter-spacing:0;top:111.4375rem;left:38.0625rem;height:1.05rem;display:block; }
#PikV56IyyA1FJFAgnpEHeVt5gZuqLqkI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:109.0625rem;left:38.6875rem;height:2.0125rem;display:block; }
#HK8x16uyNVN25fPdGKN91VBz8oZffSI8 { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:102.75rem;left:38rem;height:5.94921875rem;display:block; }
#eigD7CJykDztKtDTNiuOLqNUbqTXn0yt { position:absolute;display:block;z-index:15096;height:2.125rem;width:2.5625rem;top:102.9375rem;left:33.8125rem;display:block; }
#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.4;letter-spacing:0;top:111.0625rem;left:42.3125rem;height:4.75rem;display:block; }#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ li:before{  }
#prC4QFPwTkM7ETqevD5gQN4f5i9RDAWa { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:23.5625rem;top:109.5rem;left:46.4375rem;display:block; }
#wJ1WRfqQFcbyCzcWQi8kFT0p7Vm0S39h { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15081;line-height:1.4;letter-spacing:0;top:114.8125rem;left:38.0625rem;height:1.05rem;display:block; }
#hxZbsl86WB2B2B8JoNvUlNvWkbkn3TNp { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15081;line-height:1.4;letter-spacing:0;top:117.875rem;left:37.25rem;height:5.949225rem;display:block; }
#iCoPpSZ6wvmxdMOF0B2ZBvuVsLHX7PqS { position:absolute;display:block;z-index:15103;height:2.125rem;width:2.5625rem;top:118.0625rem;left:33.0625rem;display:block; }
#akWOkvdSlnkU6q2l5T7IzLa6g4zcfDsH { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;top:127.125rem;left:38.0625rem;height:1.05rem;display:block; }
#EmSn5BEtg3SuK3g1mnqtbOBtM2E6m0nC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15080;line-height:1.4;letter-spacing:0;top:124.1875rem;left:37.9375rem;height:2.0125rem;display:block; }
#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:126.75rem;left:42.3125rem;height:3.5rem;display:block; }#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 li:before{  }
#BxChOuGo4euIoiTwVBLIgHGXXUbdIKle { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:23.5625rem;top:124.625rem;left:45.6875rem;display:block; }
#kPuZtoKhwfr8w2XfGgHTHhoRXhGJrstS { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:132.1875rem;left:38rem;height:2.975rem;display:block; }
#JwTZGIdZidnOFGrRlppKbKe0MKufwvLR { position:absolute;display:block;z-index:15110;height:2.125rem;width:2.5625rem;top:132.375rem;left:33.8125rem;display:block; }
#AJKnlRrAOoqKZ519ocilNFcJ6PVS8g5A { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15094;line-height:1.4;letter-spacing:0;top:138.25rem;left:38.0625rem;height:1.05rem;display:block; }
#POHI2iUbh4kmr3EmtUOReyZmcRtOdi6L { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;top:135.1875rem;left:38.3125rem;height:2.0125rem;display:block; }
#t46KwVVUpaSQymHLA1hx2eg0AcNovElT { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15095;line-height:1.4;letter-spacing:0;top:137.875rem;left:42.3125rem;height:16rem;display:block; }#t46KwVVUpaSQymHLA1hx2eg0AcNovElT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#t46KwVVUpaSQymHLA1hx2eg0AcNovElT li:before{  }
#xbDCtLL8XfucH6mBbsltWv1EGOWqeve8 { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:23.5625rem;top:135.625rem;left:46.0625rem;display:block; }
#oTqfcv92Nd7QN15TBhkmFZsE8VvHIST9 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15095;line-height:1.4;letter-spacing:0;top:143.0625rem;left:38.0625rem;height:1.05rem;display:block; }
#e4wx2My5oVCmlW4UQyd0qn3TZ1yX33c4 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:147.75rem;left:38.0625rem;height:1.05rem;display:block; }
#DSCQWPfO36RaQKZM91xRhHF9J5CSbqm1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.4;letter-spacing:0;top:152.51250076294rem;left:38.0625rem;height:1.05rem;display:block; }
#tVc9R3Tq3Jxfpoi6ihd1bD0u5nK3PnIp { position:absolute;display:block;z-index:15122;height:2.125rem;width:2.5625rem;top:156rem;left:33.8125rem;display:block; }
#Hpls6Hq4S4ipaaZATJy0pSht6PvkqR8E { color:#202a53;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:155.8125rem;left:38rem;height:2.975rem;display:block; }
#MekS8w8utSrG6rk1gXMrM3cS1E8Nlf0e { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15106;line-height:1.4;letter-spacing:0;top:162.75rem;left:38.0625rem;height:1.05rem;display:block; }
#KuhDATf8xbuDhltIBw9SHmoHDHi9XtiI { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15099;line-height:1.4;letter-spacing:0;top:158.8125rem;left:38.6875rem;height:2.0125rem;display:block; }
#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15107;line-height:1.4;letter-spacing:0;top:162.3125rem;left:42.1875rem;height:32.25rem;display:block; }#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m li:before{  }
#KVZ2MfH7DqTbwk74fXAHaTaiqhNXi9S1 { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:23.5625rem;top:159.25rem;left:46.4375rem;display:block; }
#UHGy8IiAUugtkt4aNXW1EVZbJ7hFfsGk { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15107;line-height:1.4;letter-spacing:0;top:165.6875rem;left:38.0625rem;height:1.05rem;display:block; }
#MpseaDNk6bUIMefNROrWaHOCO1HvNBQ9 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.4;letter-spacing:0;top:168.6875rem;left:38.0625rem;height:1.05rem;display:block; }
#r47AqvwVFU21Tky8T79Ta6mBiiptC2xS { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15109;line-height:1.4;letter-spacing:0;top:171.6875rem;left:38.0625rem;height:1.05rem;display:block; }
#TI6feiTtRN6P2HQan0pqskuxqtmnv6hJ { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15110;line-height:1.4;letter-spacing:0;top:174.6875rem;left:38.0625rem;height:1.05rem;display:block; }
#xQTVsDlP8LcaXb6tASt5m2mdtCJNTGrN { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15111;line-height:1.4;letter-spacing:0;top:179.5rem;left:38.0625rem;height:1.05rem;display:block; }
#ZSHEJhZIyF5Gv1OJauZZo6eSRxovsFnF { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15112;line-height:1.4;letter-spacing:0;top:182.5rem;left:38.0625rem;height:1.05rem;display:block; }
#UuI1HTLOgqUTW1dhFK8r1TtuqTALtOZD { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15113;line-height:1.4;letter-spacing:0;top:185.5rem;left:38.0625rem;height:1.05rem;display:block; }
#x3zrhrwKn5K9xb2MXggaPcrwUvTP1PDh { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15114;line-height:1.4;letter-spacing:0;top:188.4375rem;left:38.0625rem;height:1.05rem;display:block; }
#phCRUM9TdMmLPPzlUdn2RKvJ4kDPtUfJ { color:#bebebe;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.4;letter-spacing:0;top:193.3125rem;left:38.0625rem;height:1.05rem;display:block; }
#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { position:relative;display:block; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { background-color: transparent; background-image: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container > .video-iframe-container { display: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row > .video-iframe-container { display: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .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); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { border-width: 0; border-radius: 0; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;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:21.5rem;width:75rem;top:37.5rem;left:0rem;display:none; }
#mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.6875rem;left:28.75rem;display:block; }
#XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { color:#202a53;display:block;width:72rem;position:absolute;font-family:"averta extrabold";font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.15625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#FR458gVw9T1J6L711IJst1plGgS5ZeaJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:12.125rem;top:10.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { 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:4.375rem;width:13.375rem;top:8.6875rem;left:8rem;overflow:hidden;display:block; }
#hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:6.625rem;top:6.375rem;left:60.4375rem;overflow:hidden;display:block; }
#mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { position:absolute;display:block;z-index:15011;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.9375rem;width:9.5rem;top:8.75rem;left:45.4375rem;overflow:hidden;display:block; }
#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container { background-color: transparent; background-image: none; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container > .video-iframe-container { display: none; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row > .video-iframe-container { display: none; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .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); }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container { border-width: 0; border-radius: 0; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#EMQ1cEBOu7akBqstIksaChWJLvForOTq { color:#202a53;display:block;width:47.4375rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:6.875rem;height:8.286625rem;display:block; }
#SQTbTOxI3onEGnqensZ0t1wvszZUIB5l { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#R93q78bB8oA3cOVWPJSVaAfZeJpqgTpE { color:#1a3145;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:14.8125rem;left:6.875rem;height:38.71486875rem;display:block; }
#aNm6QuCU2iSTVSVea3rbgi6J3ckH4xeS { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.5rem;top:14.8125rem;left:44.8125rem;display:block; }
#Z234tCHgQEhzC9PAfaCSVZzOyGfnR22r { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:44.8125rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#HW2qygHElRGnnm5KzgxSEi4EFPbSCrWb { position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:23.5rem;top:21rem;left:44.875rem;display:block; }
#SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:"averta semibold";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:47.375rem;height:11.660125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 li:before{  }
#ukLbWFmCLinU1cHbcb0sbUt4HSPXV7GS { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15.5rem;left:43.375rem;display:block; }
#AT6DMqwQvnEpmZ7SGmd2QNzkvNlDznIv { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:25.75rem;left:43.375rem;display:block; }
#nPVC0nuGMpn3xBCPixQtJEBLZhRgLlN0 { color:#202a53;display:block;width:29.9375rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:70.262499809262rem;left:44.125rem;height:11.0488125rem;text-align:left;text-align-last:left;display:block; }
#RqxWlf56gTRNZhts0hdkg6DTEeVTW64I { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.9375rem 2.25rem rgba(0,0,0,0.05) ;height:22.6875rem;width:32.4375rem;top:56.875rem;left:6.875rem;overflow:hidden;display:block; }
#ayXGoRJAiFgQGHr2KVPipJ6S41rNc7VJ { position:absolute;display:block;z-index:15008;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: 0.3125rem 0.9375rem 2.25rem rgba(0,0,0,0.05) ;height:23.5rem;width:23.5rem;top:40.5625rem;left:44.8125rem;overflow:hidden;display:block; }
#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { position:relative;display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { background-color: transparent; background-image: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container > .video-iframe-container { display: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row > .video-iframe-container { display: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .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); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { border-width: 0; border-radius: 0; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { color:rgba(var(--color-secondary-3),1);display:block;width:53.625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4812507629394rem;left:1.6447906494141rem;height:4.225rem;display:block; }
#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { position:relative;display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { background-color: transparent; background-image: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container > .video-iframe-container { display: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row > .video-iframe-container { display: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .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); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { border-width: 0; border-radius: 0; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:0.5625rem;left:4.125rem;height:2.1rem;display:block; }
#kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0rem;left:0rem;display:block; }
#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { position:relative;display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { background-color: transparent; background-image: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container > .video-iframe-container { display: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row > .video-iframe-container { display: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .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); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { border-width: 0; border-radius: 0; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { color:#1a3145;display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:1.1052083969116rem;left:4.0625rem;height:2.1rem;display:block; }
#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { position:relative;display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { background-color: transparent; background-image: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container > .video-iframe-container { display: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row > .video-iframe-container { display: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .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); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { border-width: 0; border-radius: 0; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:0.87187576293944rem;left:3.9375rem;height:2.1rem;display:block; }
#gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0rem;left:0rem;display:block; }
#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { position:relative;display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { background-color: transparent; background-image: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container > .video-iframe-container { display: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row > .video-iframe-container { display: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .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); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { border-width: 0; border-radius: 0; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ghd3DceNo0l68RR3qwJOqACFblFihPrS { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:0.8125rem;left:3.9375rem;height:2.1rem;display:block; }
#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { position:relative;display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { background-color: transparent; background-image: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container > .video-iframe-container { display: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row > .video-iframe-container { display: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .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); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { border-width: 0; border-radius: 0; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:0rem;display:block; }
#O38i2ETcxeBhy9dOJCU1K6no11awK5LL { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:0.49687576293945rem;left:3.75rem;height:2.1rem;display:block; }
#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { position:relative;display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { background-color: transparent; background-image: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container > .video-iframe-container { display: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row > .video-iframe-container { display: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .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); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { border-width: 0; border-radius: 0; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:1.1645832061768rem;left:3.8322906494141rem;height:2.1rem;display:block; }
#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { position:relative;display:block; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { background-color: transparent; background-image: none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container > .video-iframe-container { display: none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row > .video-iframe-container { display: none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .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); }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { border-width: 0; border-radius: 0; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { color:#1a3145;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:1.25rem;left:27.6875rem;height:2.1rem;display:block; }
#E5d2sh3f7evJssZlvJoqUXDyZ8apwdaK { position:absolute;display:block;z-index:15021;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:14.0625rem;width:18.75rem;top:4.75rem;left:3.5rem;overflow:hidden;display:block; }
#M317cfZo9x2bmApp29XImcCGi8tHpras { position:absolute;display:block;z-index:15022;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:14.0625rem;width:18.75rem;top:4.75rem;left:24.40625rem;overflow:hidden;display:block; }
#wFlwUsGSZP4XRLzasEbpNJHugkEoLr8L { position:absolute;display:block;z-index:15023;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:14.0625rem;width:27.1875rem;top:20.96875rem;left:3.5rem;overflow:hidden;display:block; }
#K2rv8aRXN5TFZQimsBbHNXekbHIZ3Unw { position:absolute;display:block;z-index:15024;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:14.0625rem;width:15.0625rem;top:20.96875rem;left:47.3125rem;overflow:hidden;display:block; }
#xuDrO8vyIwczbfnRQymiHTth7CTWMMXk { position:absolute;display:block;z-index:15025;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:14.0625rem;width:12.75rem;top:36.625rem;left:37.46875rem;overflow:hidden;display:block; }
#TzkvDnUsMtmma2DXh076EUubNAhgDXRx { position:absolute;display:block;z-index:15026;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:14.0625rem;width:14rem;top:36.625rem;left:21.1875rem;overflow:hidden;display:block; }
#QpH7umgH3tT0CVDKgAvyU2Bb33lT86me { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:12.8125rem;top:20.96875rem;left:33rem;overflow:hidden;display:block; }
#Iz2BZ7mGHiG5R2p5AvnpioWkb8QN9tR2 { position:absolute;display:block;z-index:15028;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:14.0625rem;width:25.0625rem;top:4.78125rem;left:44.71875rem;overflow:hidden;display:block; }
#EU8g88a6vBDboum0bJFAs68PH2niQynB { position:relative;display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB { border-width: 0; border-radius: 0; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { color:#1a3145;display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:4.53857421875rem;left:5.76904296875rem;height:2.1rem;display:block; }
#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { position:relative;display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { border-width: 0; border-radius: 0; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:2.0625rem;left:1.4375rem;display:block; }
#HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:3.0625rem;left:6rem;height:2.1rem;display:block; }
#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { position:relative;display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { border-width: 0; border-radius: 0; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:4.5390625rem;left:5.76953125rem;height:2.1rem;display:block; }
#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { position:relative;display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { background-color: transparent; background-image: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container > .video-iframe-container { display: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row > .video-iframe-container { display: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .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); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { border-width: 0; border-radius: 0; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e8dba80-0499-40db-956a-1e219490a5d7/KurstaktykinadochodowareklamewInterneciebeztajemnicFacebookMetaGoogleLinkedinPinterestTiktok.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.adaptive-delivery-prevent-bg, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyload, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyloading { background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { background-color: transparent; background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .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); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { border-width: 0; border-radius: 0; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::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; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { color:rgba(var(--color-tertiary-0),1);display:block;width:60.4375rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:7.28125rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:6.4375rem;left:11.0625rem;height:42.34571875rem;text-align:center;text-align-last:center;display:block; }
#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { background-color: transparent; background-image: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container > .video-iframe-container { display: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container { display: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .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); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { border-width: 0; border-radius: 0; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:3.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:5.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.625rem;left:26.5625rem;display:block; }
#z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuvV2RUJTHVyZTBk20zPvcCcnr9HFNrT { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.262500762939rem;left:22.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fsIPsTFBDEGwVzklrqxZfeQn1li55hC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:61rem;position:absolute;font-family:"averta extrabold";font-size:4.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0125007629394rem;left:7rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { background-color: transparent; background-image: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container > .video-iframe-container { display: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container { display: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .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); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { border-width: 0; border-radius: 0; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { color:#1a3145;display:block;width:33.9375rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.53125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { color:#1a3145;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:39.4375rem;left:18.96875rem;height:1.925rem;text-align:center;text-align-last:center;display:block; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-form-header {  }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:28.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:11rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#202a53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.6875rem;height:3.75rem;font-family:"averta semibold";overflow:hidden;box-shadow: none;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:27.5rem;overflow:hidden;font-style:normal;float:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container:first-of-type{padding-top:0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container:last-of-type{padding-bottom:0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.90625rem;top:8.3125rem;z-index:15007;position:absolute; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.6875rem;display:block;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB {display:block;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.90625rem;top:8.3125rem;z-index:15007;position:absolute; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #PpCN0X89kR8kWT6UpRxG1lLqpyVksGKQ { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #o22U0QXWJDe2ttPdapzZolCXzeqtZpz2 { position:relative;display:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #X0qovsl7fIEGCZ6v2BTFL0CMDDSTc99N { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #flQmoLTOxgtZVxCrvB7QRl6AqeVOtZLK { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #gMOqgX3ov796tcL03alvtQoi2Vc0Ec5v { position:relative;display:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #BPk1SvTEJqIivXi1aTea7ePqkVV8EuQU { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #PEX823Xr8S8ucMGzEN0K4BWgHVywZwIJ { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #zlIAQBeD4xhlT9tT6urDXcQX4QmWRLOu { position:relative;display:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #aCASSvsl0LstNALsPLBnBiCeNiZFWuRx { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #JcgCsuwMwvIBr5Jaop1tFfogpbMeiXDO { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #tNO3hmN7WEhrpvvOEG1ow5EuUwMEFRVx { position:relative;display:none; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #Z5UFTST3CWtCrTCmrAURxaWX6Jy5uCzC { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #qq7e2N2F1hal6Vxhk8DXHLN5bzqbonlV { position:relative; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB #dHPaSOtQfo5COOFG44Mrw5yLskRF6L8y { position:relative; }
#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { position:relative;display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { background-color: transparent; background-image: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .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); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { border-width: 0; border-radius: 0; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2093734741211rem;left:1.125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#PtW9xMevmCV5QXbEh629N1nMX0LTRntR { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2093734741211rem;left:49.3125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { top:0.875rem;left:0rem;width:5.6875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { width:15.4375rem;height:4.375rem;top:1.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block; }
 }@media only screen and (max-width: 763px) { #NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { top:2.8125rem;left:21.082290649414rem;width:24.25rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { top:1.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { top:20.5rem;left:0rem;width:35.125rem;height:11.75rem;font-size:1.25rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:13.75rem;height:4.6875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:12.5rem;height:3.75rem;top:35.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { top:9.375rem;left:0rem;width:35.25rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { top:17.3125rem;left:0rem;width:34.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qobK9EdBuaGktQqdT8rHEyde4V76MTCx { width:47.75rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIpAlvW6f03fyK7Gwyik1W7J7G3fCQ3 { width:47.75rem;height:2.5625rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZebHxeZ9MrCPXpxQrsBWnoHCC9UoEq2x { width:38.25rem;height:21.375rem;top:9.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { top:1.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { top:6.375rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { top:9.8125rem;left:11.75rem;width:36rem;height:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { top:11.9375rem;left:2.75rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { top:13.5625rem;left:0rem;width:32.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giO696E4aCpWKZyt6tBzWvixsRJsHhkm { top:9.4375rem;left:2.4305186170212rem;width:40.6875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { top:0rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { top:5rem;left:0rem;width:36.375rem;height:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { top:33.0625rem;left:10.125rem;width:37.625rem;height:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { top:64.6875rem;left:0rem;width:35.375rem;height:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { top:3.0625rem;left:33.6875rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGJhNi912x6El2axDim1h13KQZlMcbg { top:64.6875rem;left:13.75rem;width:34rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { top:5rem;left:14.625rem;width:33.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { top:70.8125rem;left:33.6875rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { top:37.5rem;left:0rem;width:32rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { top:41.75rem;left:0rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { display:block; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { width:17.5rem;height:4.6875rem;top:12rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block; }
 }@media only screen and (max-width: 763px) { #xKZQV6HRgghPqv7CTrdtTalryApvIohD { top:1.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { top:3.625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { top:1.4375rem;left:0rem;width:31.1875rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { top:23rem;left:24rem;width:23.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { top:15.6875rem;left:0rem;width:23.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { top:12.3125rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q442WFlPE5BALcelbW634LreEByLcyXF { top:20.25rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { top:27.9375rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { top:31.3125rem;left:0rem;width:25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { top:38.5rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT839tBMHVJWDxGctx4ELDTe88CRDEd { top:41.5rem;left:22rem;width:25.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { top:43.625rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { top:47rem;left:0rem;width:26.1875rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { width:17.5rem;height:4.6875rem;top:69.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block; }
 }@media only screen and (max-width: 763px) { #x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { top:55.375rem;left:22.0625rem;width:25.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { top:55.375rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { top:3.375rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { top:1.1875rem;left:0rem;width:38.1875rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { top:14rem;left:14.5625rem;width:23.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { top:16.4375rem;left:9.3125rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { width:19.5625rem;height:8.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { top:16.4375rem;left:0rem;width:17.5625rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { top:7.375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { width:19.5625rem;height:8.4375rem;top:15.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { width:19.5625rem;height:8.4375rem;top:25.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { top:26.875rem;left:29.6875rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { width:19.5625rem;height:8.4375rem;top:25.5625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { top:26.875rem;left:20.3125rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPoa8bew99AMVMTTwIx6s31MviUZpJVh { width:3.125rem;height:3.125rem;top:14rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { width:3.125rem;height:3.125rem;top:14rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { width:3.125rem;height:3.125rem;top:24.4375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { width:3.125rem;height:3.125rem;top:24.4375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJBP7TkfZuAqs8bftirs1021l8K112K { display:block; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { top:3.375rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { top:2.0625rem;left:0rem;width:42.6875rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { top:9.375rem;left:0rem;width:45.875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { top:14.4375rem;left:0rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { top:17.3125rem;left:0rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { top:19.6875rem;left:0rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { top:18.25rem;left:10.75rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { top:23.5rem;left:24rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { top:21.1875rem;left:16.75rem;width:31rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { top:46.1875rem;left:10.75rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { top:42.375rem;left:0rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { top:51.4375rem;left:24rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { top:49.0625rem;left:24rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { top:47.5625rem;left:0rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { top:44.9375rem;left:0rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { width:23.625rem;height:13.25rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { width:23.625rem;height:13.25rem;top:27.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { width:24.375rem;height:13.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { width:24.375rem;height:13.6875rem;top:55.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { display:none; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #apW5sdL0LoJSmEgppTWDrklJiHg76bMB { top:9.3125rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { top:7.3125rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { top:20.75rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { top:11.625rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { top:21.1875rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { top:24.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { top:17.6875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { top:27.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { top:33.125rem;left:24.312503814698rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CusJ68hpPDG0Spia65MoLgIQWqEqVget { top:49.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { top:25.75rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { top:53.8125rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRItURS1cd6c8usBn8qKCqrU62MSCxzE { top:52.0625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
 }@media only screen and (max-width: 763px) { #xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { top:56.8125rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { top:59.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { top:62.75rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { top:50rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { top:65.75rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { top:87.875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5ShFRPN691bOON3NTVhZmMCkU6acuT { top:51.375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { top:92.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { top:74.375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
 }@media only screen and (max-width: 763px) { #lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { top:95.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { top:98.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { top:88.3125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { top:101.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { top:104.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEaywiLVu7Ls9oc50brFUstQWL3NosdT { top:124.75rem;left:22.25rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { top:127.75rem;left:22.25rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { top:120.5rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { top:76.625rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { top:68.6875rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { top:71.6875rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { top:96rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { top:102.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { top:152.75rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
 }@media only screen and (max-width: 763px) { #RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { top:173rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { top:179.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { top:184.5625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { top:173rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { top:179.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { top:221.375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
 }@media only screen and (max-width: 763px) { #uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { display:block; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shNKgl4AedolTXwnbtckG4NMQePXaimN { top:9.3125rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { top:7.3125rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { top:4.625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { top:1.625rem;left:16.5rem;width:31.25rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { top:5.0625rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { top:2.375rem;left:20.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { top:8rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurIT26REQ9iAdFByocvoiwmlkfH9TIf { top:7.625rem;left:18.375rem;width:29.375rem;height:9.6875rem;font-size:1.0625rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
 }@media only screen and (max-width: 763px) { #Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { top:10.625rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { top:13.3125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { top:22.6875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyBxLQHV0An61DK0VxBwT3ViydT84sd { top:19.125rem;left:13.3125rem;width:34.4375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { top:19.625rem;left:20.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { top:25.375rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { top:25rem;left:18.375rem;width:29.375rem;height:7.75rem;font-size:0.875rem;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
 }@media only screen and (max-width: 763px) { #SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { top:28.375rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { top:31.25rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { top:23.125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKMF77F8Goke73m6iZgsTsJKosw42lk { top:36.9375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { top:33.9375rem;left:16.5rem;width:31.25rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { top:34.375rem;left:20.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { top:40.25rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { top:39.625rem;left:18.1875rem;width:29.5625rem;height:7.75rem;font-size:0.875rem;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
 }@media only screen and (max-width: 763px) { #aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { top:37.3125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlXZqV2n86htRM8B04AR5fpqzcKBCedC { top:55.25rem;left:24.125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { top:52.125rem;left:24.75rem;width:6.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { top:49.125rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytGKg05WhBHpztvgIrleB5rkcXUupONk { top:54.8125rem;left:18.375rem;width:29.375rem;height:7.75rem;font-size:0.875rem;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
 }@media only screen and (max-width: 763px) { #HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { top:49.3125rem;left:20.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { top:52.5625rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { top:16.3125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8x32JhOgUfe0UZnsTyXWSc1N5xIsHF { top:42.9375rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLMLxzgz0SrrSlGvNc4CDndg2FdrNBl7 { top:45.8125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrAbiSMdr5VXIllqirPey9M3ereCLNlC { top:58.1875rem;left:24.125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3QNh18Fr0mm5TJz7B1GtvAAZzOUT2T { top:61.1875rem;left:24.125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1BlhnSfTytdpdMTRDO8S655ITSne7t { top:70.3125rem;left:24.1875rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaRwkxauMN8Kdw2UVMMRAJDNOyCrco9O { top:67.1875rem;left:24.8125rem;width:6.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxz2KtqFIrRJB77ruCS6NnPOgq26qZ3 { top:64.1875rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVld1q4zh3HJgM2EGaRtnJH5sEIGGODt { top:64.375rem;left:20.1875rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxVdIlPP97TzviX73xCOsR7fxWcKmP8k { top:69.75rem;left:18.375rem;width:29.375rem;height:8.25rem;font-size:0.875rem;display:block; }#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k li:before{  }
 }@media only screen and (max-width: 763px) { #zcsqGNyranVba8xd7UdbfAS4ZW3es5Oo { top:67.625rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm977gqHJACIcLeW3iSawResfn7Tvy4z { top:74.875rem;left:24.1875rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qyWKlTgT8ynkJroTyuag4toIuoAJdk { top:85.8125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTm7kTGGlBZ6FVMbgPTseZ2OFCKq7hrX { top:82.6875rem;left:25.0625rem;width:6.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTpXWhTh8mDSpy6Nc3T5fBuaSpNIJri { top:79.6875rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyHPXQ9LrPOI6vNSGS7xiVH6PnhSJVEg { top:79.875rem;left:20.1875rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi { top:85.4375rem;left:18.375rem;width:29.375rem;height:3.5rem;font-size:0.875rem;display:block; }#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi li:before{  }
 }@media only screen and (max-width: 763px) { #PUT5whNTX3H3CRT3uTDJClTMKWlihbRF { top:83.125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTrIvqUVvNwVkEll0uvmm17QaznKLTM { top:97rem;left:23.6875rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0N7vii4k6DUEabmJJKo4RPGtlgvt5X { top:93.9375rem;left:24.3125rem;width:9.375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpvc0mxdZmWJGEyh4DHqQ6zsML1ncQA { top:90.9375rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoqefc9GSqkwLyhiX2aoL5VQIZflKL8m { top:91.125rem;left:19.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl { top:96.5625rem;left:18.375rem;width:29.375rem;height:4.75rem;font-size:0.875rem;display:block; }#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl li:before{  }
 }@media only screen and (max-width: 763px) { #czb4ZSfgxilOhn2WcG6QVHUPm2GosUir { top:94.375rem;left:23.9375rem;width:23.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1bFxNdcVRpXcTmZ2k8GXoPz56QTa4A1 { top:100.0625rem;left:23.6875rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7Np4klEW9rnorePcSwP4XPH0EMXKmD { top:111.4375rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikV56IyyA1FJFAgnpEHeVt5gZuqLqkI { top:109.0625rem;left:25.0625rem;width:9.375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8x16uyNVN25fPdGKN91VBz8oZffSI8 { top:102.75rem;left:12.125rem;width:35.625rem;height:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigD7CJykDztKtDTNiuOLqNUbqTXn0yt { top:102.9375rem;left:20.1875rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ { top:111.0625rem;left:18.375rem;width:29.375rem;height:4.75rem;font-size:0.875rem;display:block; }#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ li:before{  }
 }@media only screen and (max-width: 763px) { #prC4QFPwTkM7ETqevD5gQN4f5i9RDAWa { top:109.5rem;left:24.1875rem;width:23.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ1WRfqQFcbyCzcWQi8kFT0p7Vm0S39h { top:114.8125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZbsl86WB2B2B8JoNvUlNvWkbkn3TNp { top:117.875rem;left:12.125rem;width:35.625rem;height:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCoPpSZ6wvmxdMOF0B2ZBvuVsLHX7PqS { top:118.0625rem;left:19.4375rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #akWOkvdSlnkU6q2l5T7IzLa6g4zcfDsH { top:127.125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSn5BEtg3SuK3g1mnqtbOBtM2E6m0nC { top:124.1875rem;left:24.3125rem;width:7.625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 { top:126.75rem;left:18.375rem;width:29.375rem;height:3.5rem;font-size:0.875rem;display:block; }#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 li:before{  }
 }@media only screen and (max-width: 763px) { #BxChOuGo4euIoiTwVBLIgHGXXUbdIKle { top:124.625rem;left:24.1875rem;width:23.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPuZtoKhwfr8w2XfGgHTHhoRXhGJrstS { top:132.1875rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTZGIdZidnOFGrRlppKbKe0MKufwvLR { top:132.375rem;left:20.1875rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJKnlRrAOoqKZ519ocilNFcJ6PVS8g5A { top:138.25rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POHI2iUbh4kmr3EmtUOReyZmcRtOdi6L { top:135.1875rem;left:24.6875rem;width:15rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46KwVVUpaSQymHLA1hx2eg0AcNovElT { top:137.875rem;left:18.375rem;width:29.375rem;height:16rem;font-size:0.875rem;display:block; }#t46KwVVUpaSQymHLA1hx2eg0AcNovElT li:before{  }
 }@media only screen and (max-width: 763px) { #xbDCtLL8XfucH6mBbsltWv1EGOWqeve8 { top:135.625rem;left:24.1875rem;width:23.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqfcv92Nd7QN15TBhkmFZsE8VvHIST9 { top:143.0625rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wx2My5oVCmlW4UQyd0qn3TZ1yX33c4 { top:147.75rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSCQWPfO36RaQKZM91xRhHF9J5CSbqm1 { top:152.5rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVc9R3Tq3Jxfpoi6ihd1bD0u5nK3PnIp { top:156rem;left:20.1875rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hpls6Hq4S4ipaaZATJy0pSht6PvkqR8E { top:155.8125rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekS8w8utSrG6rk1gXMrM3cS1E8Nlf0e { top:162.75rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuhDATf8xbuDhltIBw9SHmoHDHi9XtiI { top:158.8125rem;left:25.0625rem;width:8rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m { top:162.3125rem;left:18.375rem;width:29.375rem;height:32.25rem;font-size:0.875rem;display:block; }#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m li:before{  }
 }@media only screen and (max-width: 763px) { #KVZ2MfH7DqTbwk74fXAHaTaiqhNXi9S1 { top:159.25rem;left:24.1875rem;width:23.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGy8IiAUugtkt4aNXW1EVZbJ7hFfsGk { top:165.6875rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpseaDNk6bUIMefNROrWaHOCO1HvNBQ9 { top:168.6875rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r47AqvwVFU21Tky8T79Ta6mBiiptC2xS { top:171.6875rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6feiTtRN6P2HQan0pqskuxqtmnv6hJ { top:174.6875rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQTVsDlP8LcaXb6tASt5m2mdtCJNTGrN { top:179.5rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHEJhZIyF5Gv1OJauZZo6eSRxovsFnF { top:182.5rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuI1HTLOgqUTW1dhFK8r1TtuqTALtOZD { top:185.5rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3zrhrwKn5K9xb2MXggaPcrwUvTP1PDh { top:188.4375rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phCRUM9TdMmLPPzlUdn2RKvJ4kDPtUfJ { top:193.3125rem;left:24.4375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { display:none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { top:37.5rem;left:0rem;width:47.75rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { width:17.5rem;height:4.6875rem;top:15.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block; }
 }@media only screen and (max-width: 763px) { #GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { top:1.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR458gVw9T1J6L711IJst1plGgS5ZeaJ { width:12.125rem;height:1.375rem;top:10.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { width:13.375rem;height:4.375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { width:6.625rem;height:8.6875rem;top:6.375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { width:9.5rem;height:3.9375rem;top:8.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl { display:block; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMQ1cEBOu7akBqstIksaChWJLvForOTq { top:3.0625rem;left:0rem;width:47.4375rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTbTOxI3onEGnqensZ0t1wvszZUIB5l { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93q78bB8oA3cOVWPJSVaAfZeJpqgTpE { top:14.8125rem;left:0rem;width:33.75rem;height:38.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNm6QuCU2iSTVSVea3rbgi6J3ckH4xeS { top:14.8125rem;left:22.625rem;width:23.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z234tCHgQEhzC9PAfaCSVZzOyGfnR22r { top:14.9375rem;left:28.625rem;width:19.125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2qygHElRGnnm5KzgxSEi4EFPbSCrWb { top:21rem;left:22.625rem;width:23.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 { top:21.5rem;left:27.625rem;width:20.125rem;height:11.625rem;font-size:0.875rem;display:block; }#SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 li:before{  }
 }@media only screen and (max-width: 763px) { #ukLbWFmCLinU1cHbcb0sbUt4HSPXV7GS { top:15.5rem;left:29.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6DMqwQvnEpmZ7SGmd2QNzkvNlDznIv { top:25.75rem;left:29.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPVC0nuGMpn3xBCPixQtJEBLZhRgLlN0 { top:70.25rem;left:17.8125rem;width:29.9375rem;height:11rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqxWlf56gTRNZhts0hdkg6DTEeVTW64I { width:32.4375rem;height:22.6875rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXGoRJAiFgQGHr2KVPipJ6S41rNc7VJ { width:23.5rem;height:23.5rem;top:40.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { width:47.75rem;height:4.1875rem;top:1.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { top:0.5625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { top:0rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { top:1.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { top:0.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { top:0rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghd3DceNo0l68RR3qwJOqACFblFihPrS { top:0.8125rem;left:0rem;width:45.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { top:0rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O38i2ETcxeBhy9dOJCU1K6no11awK5LL { top:0.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { top:1.125rem;left:0rem;width:45.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { display:block; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { top:1.25rem;left:14.0625rem;width:19.625rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5d2sh3f7evJssZlvJoqUXDyZ8apwdaK { width:18.75rem;height:14.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M317cfZo9x2bmApp29XImcCGi8tHpras { width:18.75rem;height:14.0625rem;top:4.75rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlwUsGSZP4XRLzasEbpNJHugkEoLr8L { width:27.1875rem;height:14.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rv8aRXN5TFZQimsBbHNXekbHIZ3Unw { width:15.0625rem;height:14.0625rem;top:20.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDrO8vyIwczbfnRQymiHTth7CTWMMXk { width:12.75rem;height:14.0625rem;top:36.625rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkvDnUsMtmma2DXh076EUubNAhgDXRx { width:14rem;height:14.0625rem;top:36.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpH7umgH3tT0CVDKgAvyU2Bb33lT86me { width:12.8125rem;height:14.0625rem;top:20.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz2BZ7mGHiG5R2p5AvnpioWkb8QN9tR2 { width:25.0625rem;height:14.0625rem;top:4.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8g88a6vBDboum0bJFAs68PH2niQynB { display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { top:4.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { top:3rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { top:4.5rem;left:0rem;width:45.6875rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { top:1.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { top:6.4375rem;left:0rem;width:47.75rem;height:42.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { display:block; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { width:21.875rem;height:5.5625rem;top:18.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block; }
 }@media only screen and (max-width: 763px) { #xuvV2RUJTHVyZTBk20zPvcCcnr9HFNrT { width:30.5rem;height:1.25rem;top:16.25rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsIPsTFBDEGwVzklrqxZfeQn1li55hC9 { top:4rem;left:0rem;width:47.75rem;height:11.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { top:4rem;left:6.9059600830075rem;width:33.875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { top:39.4375rem;left:5.34375rem;width:37.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-regular-label { width:28.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-textarea { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-button { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-checkbox-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB  { width:28.6875rem;height:auto;top:9.4375rem;left:8.28125rem; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .radio-container { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB {display:block;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB { width:28.6875rem;height:auto;top:9.4375rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #PpCN0X89kR8kWT6UpRxG1lLqpyVksGKQ {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #o22U0QXWJDe2ttPdapzZolCXzeqtZpz2 { display:none; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #X0qovsl7fIEGCZ6v2BTFL0CMDDSTc99N {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #flQmoLTOxgtZVxCrvB7QRl6AqeVOtZLK {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #gMOqgX3ov796tcL03alvtQoi2Vc0Ec5v { display:none; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #BPk1SvTEJqIivXi1aTea7ePqkVV8EuQU {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #PEX823Xr8S8ucMGzEN0K4BWgHVywZwIJ {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #zlIAQBeD4xhlT9tT6urDXcQX4QmWRLOu { display:none; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #aCASSvsl0LstNALsPLBnBiCeNiZFWuRx {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #JcgCsuwMwvIBr5Jaop1tFfogpbMeiXDO {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #tNO3hmN7WEhrpvvOEG1ow5EuUwMEFRVx { display:none; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #Z5UFTST3CWtCrTCmrAURxaWX6Jy5uCzC {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #qq7e2N2F1hal6Vxhk8DXHLN5bzqbonlV {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #dHPaSOtQfo5COOFG44Mrw5yLskRF6L8y {  }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { top:2.1875rem;left:0rem;width:21.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtW9xMevmCV5QXbEh629N1nMX0LTRntR { top:2.1875rem;left:26.4375rem;width:21.3125rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { width:2.9375rem;height:3.3125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { width:11.5625rem;height:2.875rem;top:0.5625rem;left:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block; }
 }@media only screen and (max-width: 763px) { #NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { width:20rem;height:0.97511875rem;top:4.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #084142, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #084142, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #084142, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #084142, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#084142', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#084142', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #084142, rgba(0,0,0,0));background-size:auto !important;display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { background-color: transparent; background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .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); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { width:19.9989375rem;height:6rem;top:7.25rem;left:0.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { width:20rem;height:15.25rem;top:34.65625rem;left:0rem;font-size:1rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:12.5rem;height:3.125rem;top:51.15625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:12.5rem;height:3.75rem;top:55.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { width:19.9989375rem;height:4.725rem;top:14.498958587646rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { width:18.8125rem;height:1.4rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qobK9EdBuaGktQqdT8rHEyde4V76MTCx { width:19.9375rem;height:1.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIpAlvW6f03fyK7Gwyik1W7J7G3fCQ3 { width:12.875rem;height:1.5625rem;top:8.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ZebHxeZ9MrCPXpxQrsBWnoHCC9UoEq2x { height:11.1760625rem;width:20rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { width:20rem;height:3.0875rem;top:1.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { width:5rem;height:0.25rem;top:0.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { width:20rem;height:2.6rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { width:20rem;height:29.4rem;top:21.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { width:13.5rem;height:10.25rem;top:8.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { width:16.5rem;height:10.9375rem;top:9.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giO696E4aCpWKZyt6tBzWvixsRJsHhkm { width:16.625rem;height:10.3125rem;top:20.495834350586rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { width:20rem;height:17.465625rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { background-color:#ffffff;background-image:none;display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { background-color: transparent; background-image: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .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); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { width:20rem;height:114.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { width:5rem;height:0.25rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { width:20rem;height:23.8rem;top:12.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { width:20rem;height:26.6rem;top:51.086458206177rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { width:20rem;height:21rem;top:92.623958587644rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { width:14.125rem;height:8.125rem;top:37.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGJhNi912x6El2axDim1h13KQZlMcbg { width:18.1875rem;height:12.0625rem;top:79.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { width:17.3125rem;height:11.5rem;top:38.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { width:16.6875rem;height:8.8125rem;top:78.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { width:17rem;height:8.75rem;top:2.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { width:17.25rem;height:7.3125rem;top:1.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { display:block; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { width:18.75rem;height:3.75rem;top:7.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block; }
 }@media only screen and (max-width: 763px) { #xKZQV6HRgghPqv7CTrdtTalryApvIohD { width:20rem;height:5.85rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { width:20rem;height:5.2rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { width:20rem;height:4.2rem;top:16.60000038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { width:20rem;height:2.8rem;top:10.35000038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { width:20rem;height:2.1rem;top:8.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q442WFlPE5BALcelbW634LreEByLcyXF { width:20rem;height:2.1rem;top:14.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { width:20rem;height:2.1rem;top:21.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { width:20rem;height:2.8rem;top:24.037498474121rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { width:20rem;height:2.1rem;top:27.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT839tBMHVJWDxGctx4ELDTe88CRDEd { width:20rem;height:2.8rem;top:29.66250038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { width:20rem;height:2.1rem;top:33.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { width:20rem;height:5.6rem;top:35.41250038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { width:18.75rem;height:3.75rem;top:51.621875762939rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block; }
 }@media only screen and (max-width: 763px) { #x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { width:20rem;height:5.6rem;top:43.97500038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { width:20rem;height:2.1rem;top:41.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #084142);background-image: -moz-linear-gradient(180deg, #fafafa, #084142);background-image: -ms-linear-gradient(180deg, #fafafa, #084142);background-image: -o-linear-gradient(180deg, #fafafa, #084142);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#084142' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#084142' );";background-image: linear-gradient(180deg, #fafafa, #084142);background-size:auto !important;display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { background-color: transparent; background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .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); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#202a53;display:block; }
 }@media only screen and (max-width: 763px) { #Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { width:20rem;height:0;top:12.15625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { width:13.5rem;height:2.45rem;top:12.125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { width:18.125rem;height:3.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { width:14.625rem;height:2.45rem;top:17.75rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { width:20rem;height:4.875rem;top:5.8947906494141rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { width:18.125rem;height:3.8125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { width:18.125rem;height:4.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { width:15.875rem;height:2.45rem;top:28.25rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { width:18.125rem;height:3.8125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { width:14.375rem;height:2.45rem;top:23.0625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPoa8bew99AMVMTTwIx6s31MviUZpJVh { width:3.125rem;height:3.125rem;top:10.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { width:3.125rem;height:3.125rem;top:15.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { width:3.125rem;height:3.125rem;top:21rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { width:3.125rem;height:3.125rem;top:26.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJBP7TkfZuAqs8bftirs1021l8K112K { display:block; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { width:5rem;height:0.25rem;top:0.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { width:19.125rem;height:4.63125rem;top:1.875rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { width:20rem;height:5.2rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { width:19.875rem;height:16.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { width:18.75rem;height:2.45rem;top:13.8125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { width:18.6875rem;height:1.575rem;top:16.25rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { width:19.875rem;height:19.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { width:18.5625rem;height:1.575rem;top:35.6875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { width:18.5625rem;height:4.9rem;top:30.875rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { width:19.875rem;height:16.8125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { width:19.875rem;height:16.625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { width:18.625rem;height:1.575rem;top:69rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { width:18.6875rem;height:2.45rem;top:66.5625rem;left:0.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { width:18.8125rem;height:1.575rem;top:52.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { width:18.875rem;height:2.45rem;top:49.8125rem;left:0.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { height:11.2166875rem;width:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { height:11.2166875rem;width:20rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { height:11.23125rem;width:20rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { height:11.23125rem;width:20rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { display:none; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { width:20rem;height:233.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #apW5sdL0LoJSmEgppTWDrklJiHg76bMB { width:5rem;height:0.25rem;top:2.5999984741211rem;left:7.5rem;background-color:#82151a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { width:20rem;height:2.6rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { width:10.8125rem;height:1.4rem;top:8.3125rem;left:0rem;font-size:1rem;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { width:20rem;height:3.85rem;top:3.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { width:12.5rem;height:0.625rem;top:8.625rem;left:4.5625rem;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { width:5rem;height:0;top:108rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { width:20rem;height:22.875rem;top:9.71249961853rem;left:0rem;font-size:0.875rem;color:#82151a;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { width:5rem;height:0;top:111.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { width:5rem;height:0;top:116.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CusJ68hpPDG0Spia65MoLgIQWqEqVget { width:20rem;height:1.4rem;top:38.581249237061rem;left:0rem;font-size:1rem;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { width:20rem;height:3.85rem;top:34.110416412354rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { width:5rem;height:auto;top:53.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRItURS1cd6c8usBn8qKCqrU62MSCxzE { width:20rem;height:13.275rem;top:40.663541793823rem;left:0rem;font-size:0.875rem;color:#82151a;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
 }@media only screen and (max-width: 763px) { #xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { width:5rem;height:auto;top:56.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { width:5rem;height:auto;top:59.9375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { width:5rem;height:auto;top:62.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { width:12.5rem;height:0.625rem;top:38.96875rem;left:4.5625rem;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { width:5rem;height:auto;top:65.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { width:20rem;height:1.4rem;top:58.125rem;left:0rem;font-size:1rem;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #RS5ShFRPN691bOON3NTVhZmMCkU6acuT { width:20rem;height:1.925rem;top:55.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { width:5rem;height:auto;top:92.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { width:20rem;height:16.475rem;top:59.52499961853rem;left:0rem;font-size:0.875rem;color:#82151a;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
 }@media only screen and (max-width: 763px) { #lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { width:5rem;height:auto;top:95.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { width:5rem;height:auto;top:98.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { width:12.5rem;height:0.625rem;top:58.512500762939rem;left:4.5625rem;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { width:5rem;height:auto;top:101.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { width:5rem;height:auto;top:104.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEaywiLVu7Ls9oc50brFUstQWL3NosdT { width:5rem;height:auto;top:124.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { width:5rem;height:auto;top:127.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { width:20rem;height:1.4rem;top:84.375rem;left:0rem;font-size:1rem;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { width:20rem;height:5.775rem;top:77.8125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { width:12.5rem;height:0.625rem;top:84.762500762938rem;left:4.625rem;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { width:5rem;height:auto;top:68.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { width:5rem;height:auto;top:71.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { width:20rem;height:5.775rem;top:140.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { width:20rem;height:1.4rem;top:147.25rem;left:0rem;font-size:1rem;z-index:15042;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { width:20rem;height:1.25rem;top:149.5rem;left:0rem;z-index:15031;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { width:20rem;height:18.925rem;top:152.76667976379rem;left:0rem;font-size:0.875rem;z-index:15050;color:#82151a;display:block; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
 }@media only screen and (max-width: 763px) { #RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { width:20rem;height:5.775rem;top:173.00001144409rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { width:20rem;height:1.4rem;top:179.87501525879rem;left:0rem;font-size:1rem;z-index:15043;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { width:20rem;height:1.25rem;top:182.37501525879rem;left:0rem;z-index:15032;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { width:20rem;height:22.125rem;top:184.57501316071rem;left:0rem;font-size:0.875rem;z-index:15051;color:#82151a;display:block; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { width:20rem;height:5.775rem;top:208.31251525879rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { width:20rem;height:1.4rem;top:215.31251525879rem;left:0rem;font-size:1rem;z-index:15044;color:#084142;display:block; }
 }@media only screen and (max-width: 763px) { #ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { width:20rem;height:1.25rem;top:217.93751525879rem;left:0rem;z-index:15033;background-color:#084142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { width:20rem;height:10.55rem;top:221.45001411438rem;left:0rem;font-size:0.875rem;z-index:15052;color:#82151a;display:block; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
 }@media only screen and (max-width: 763px) { #uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { display:block; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shNKgl4AedolTXwnbtckG4NMQePXaimN { width:5rem;height:0.25rem;top:3.1625003814698rem;left:7.5rem;background-color:#82151a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { width:20rem;height:2.6rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { width:20rem;height:1.4rem;top:6.3624992370606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { width:20rem;height:1.925rem;top:4.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { width:12.5rem;height:0.625rem;top:6.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { width:2.5625rem;height:2.125rem;top:8.25rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { width:5rem;height:0;top:108rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wurIT26REQ9iAdFByocvoiwmlkfH9TIf { width:20rem;height:9.6rem;top:7.762499809265rem;left:0rem;font-size:0.875rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
 }@media only screen and (max-width: 763px) { #Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { width:5rem;height:0;top:111.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { width:5rem;height:0;top:116.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { width:20rem;height:1.4rem;top:21.007291793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyBxLQHV0An61DK0VxBwT3ViydT84sd { width:20rem;height:1.925rem;top:19.082290649414rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { width:2.5625rem;height:2.125rem;top:19.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { width:5rem;height:auto;top:25.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { width:20rem;height:5.175rem;top:22.407291412354rem;left:0rem;font-size:0.875rem;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
 }@media only screen and (max-width: 763px) { #SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { width:5rem;height:auto;top:28.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { width:5rem;height:auto;top:31.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { width:12.5rem;height:0.625rem;top:21.394790649414rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKMF77F8Goke73m6iZgsTsJKosw42lk { width:20rem;height:1.4rem;top:30.733333587646rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { width:20rem;height:1.925rem;top:28.808334350586rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { width:2.5625rem;height:2.125rem;top:34.375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { width:5rem;height:auto;top:40.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { width:20rem;height:7.625rem;top:32.133333206177rem;left:0rem;font-size:0.875rem;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
 }@media only screen and (max-width: 763px) { #aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { width:12.5rem;height:0.625rem;top:31.120834350586rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlXZqV2n86htRM8B04AR5fpqzcKBCedC { width:5rem;height:auto;top:55.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { width:20rem;height:1.4rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { width:20rem;height:3.85rem;top:41.616668701172rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ytGKg05WhBHpztvgIrleB5rkcXUupONk { width:20rem;height:5.175rem;top:47.77499961853rem;left:0rem;font-size:0.875rem;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
 }@media only screen and (max-width: 763px) { #HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { width:2.5625rem;height:2.125rem;top:49.3125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { width:12.5rem;height:0.625rem;top:46.762500762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { width:5rem;height:auto;top:16.3125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx8x32JhOgUfe0UZnsTyXWSc1N5xIsHF { width:5rem;height:auto;top:42.9375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLMLxzgz0SrrSlGvNc4CDndg2FdrNBl7 { width:5rem;height:auto;top:45.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrAbiSMdr5VXIllqirPey9M3ereCLNlC { width:5rem;height:auto;top:58.1875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ3QNh18Fr0mm5TJz7B1GtvAAZzOUT2T { width:5rem;height:auto;top:61.1875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tN1BlhnSfTytdpdMTRDO8S655ITSne7t { width:5rem;height:auto;top:70.3125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaRwkxauMN8Kdw2UVMMRAJDNOyCrco9O { width:6.6875rem;height:1.4rem;top:58.380207061767rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxz2KtqFIrRJB77ruCS6NnPOgq26qZ3 { width:20rem;height:3.85rem;top:54.530208587646rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WVld1q4zh3HJgM2EGaRtnJH5sEIGGODt { width:2.5625rem;height:2.125rem;top:64.375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxVdIlPP97TzviX73xCOsR7fxWcKmP8k { width:20rem;height:5.65rem;top:59.780208587646rem;left:0rem;font-size:0.875rem;display:block; }#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#xxVdIlPP97TzviX73xCOsR7fxWcKmP8k li:before{  }
 }@media only screen and (max-width: 763px) { #zcsqGNyranVba8xd7UdbfAS4ZW3es5Oo { width:12.5rem;height:0.625rem;top:58.767707824707rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm977gqHJACIcLeW3iSawResfn7Tvy4z { width:5rem;height:auto;top:74.875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8qyWKlTgT8ynkJroTyuag4toIuoAJdk { width:5rem;height:auto;top:85.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTm7kTGGlBZ6FVMbgPTseZ2OFCKq7hrX { width:6.25rem;height:1.4rem;top:68.705208778381rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTpXWhTh8mDSpy6Nc3T5fBuaSpNIJri { width:20rem;height:1.925rem;top:66.780208587644rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kyHPXQ9LrPOI6vNSGS7xiVH6PnhSJVEg { width:2.5625rem;height:2.125rem;top:79.875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi { width:20rem;height:2.45rem;top:70.105209350588rem;left:0rem;font-size:0.875rem;display:block; }#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#rHp62srGWHnn6q6ZwHB4WmbzBWAPPuQi li:before{  }
 }@media only screen and (max-width: 763px) { #PUT5whNTX3H3CRT3uTDJClTMKWlihbRF { width:12.5rem;height:0.625rem;top:69.092708587644rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTrIvqUVvNwVkEll0uvmm17QaznKLTM { width:5rem;height:auto;top:97rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC0N7vii4k6DUEabmJJKo4RPGtlgvt5X { width:9.375rem;height:1.4rem;top:75.862499237062rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpvc0mxdZmWJGEyh4DHqQ6zsML1ncQA { width:20rem;height:1.925rem;top:73.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aoqefc9GSqkwLyhiX2aoL5VQIZflKL8m { width:2.5625rem;height:2.125rem;top:91.125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl { width:20rem;height:4.425rem;top:77.262500762938rem;left:0rem;font-size:0.875rem;display:block; }#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTJ8kNT0pcXOikuxKSW4dAJ54Li1AbEl li:before{  }
 }@media only screen and (max-width: 763px) { #czb4ZSfgxilOhn2WcG6QVHUPm2GosUir { width:12.5rem;height:0.625rem;top:76.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1bFxNdcVRpXcTmZ2k8GXoPz56QTa4A1 { width:5rem;height:auto;top:100.0625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zg7Np4klEW9rnorePcSwP4XPH0EMXKmD { width:5rem;height:auto;top:111.4375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PikV56IyyA1FJFAgnpEHeVt5gZuqLqkI { width:9.375rem;height:1.4rem;top:86.412500381469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8x16uyNVN25fPdGKN91VBz8oZffSI8 { width:20rem;height:3.85rem;top:82.5625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eigD7CJykDztKtDTNiuOLqNUbqTXn0yt { width:2.5625rem;height:2.125rem;top:102.9375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ { width:20rem;height:3.2rem;top:87.8125rem;left:0rem;font-size:0.875rem;display:block; }#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#v4ZWwsmagcW2pcnQSd17HcSwTQcM5nGZ li:before{  }
 }@media only screen and (max-width: 763px) { #prC4QFPwTkM7ETqevD5gQN4f5i9RDAWa { width:12.5rem;height:0.625rem;top:86.799999237062rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ1WRfqQFcbyCzcWQi8kFT0p7Vm0S39h { width:5rem;height:auto;top:114.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxZbsl86WB2B2B8JoNvUlNvWkbkn3TNp { width:20rem;height:3.85rem;top:92.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCoPpSZ6wvmxdMOF0B2ZBvuVsLHX7PqS { width:2.5625rem;height:2.125rem;top:118.0625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #akWOkvdSlnkU6q2l5T7IzLa6g4zcfDsH { width:5rem;height:auto;top:127.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmSn5BEtg3SuK3g1mnqtbOBtM2E6m0nC { width:7.625rem;height:1.4rem;top:96.162498474119rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 { width:20rem;height:2.45rem;top:97.5625rem;left:0rem;font-size:0.875rem;display:block; }#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#I3QF8Za5NsD2XfszIN36raz2w6dPsKR6 li:before{  }
 }@media only screen and (max-width: 763px) { #BxChOuGo4euIoiTwVBLIgHGXXUbdIKle { width:12.5rem;height:0.625rem;top:96.549999237062rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPuZtoKhwfr8w2XfGgHTHhoRXhGJrstS { width:20rem;height:1.925rem;top:101.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwTZGIdZidnOFGrRlppKbKe0MKufwvLR { width:2.5625rem;height:2.125rem;top:132.375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJKnlRrAOoqKZ519ocilNFcJ6PVS8g5A { width:5rem;height:auto;top:138.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #POHI2iUbh4kmr3EmtUOReyZmcRtOdi6L { width:15rem;height:1.4rem;top:102.98749923706rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46KwVVUpaSQymHLA1hx2eg0AcNovElT { width:20rem;height:10.825rem;top:104.38750076294rem;left:0rem;font-size:0.875rem;display:block; }#t46KwVVUpaSQymHLA1hx2eg0AcNovElT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#t46KwVVUpaSQymHLA1hx2eg0AcNovElT li:before{  }
 }@media only screen and (max-width: 763px) { #xbDCtLL8XfucH6mBbsltWv1EGOWqeve8 { width:12.5rem;height:0.625rem;top:103.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqfcv92Nd7QN15TBhkmFZsE8VvHIST9 { width:5rem;height:auto;top:143.0625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4wx2My5oVCmlW4UQyd0qn3TZ1yX33c4 { width:5rem;height:auto;top:147.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSCQWPfO36RaQKZM91xRhHF9J5CSbqm1 { width:5rem;height:auto;top:152.5rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVc9R3Tq3Jxfpoi6ihd1bD0u5nK3PnIp { width:2.5625rem;height:2.125rem;top:156rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hpls6Hq4S4ipaaZATJy0pSht6PvkqR8E { width:20rem;height:1.925rem;top:116.65520858764rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MekS8w8utSrG6rk1gXMrM3cS1E8Nlf0e { width:5rem;height:auto;top:162.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuhDATf8xbuDhltIBw9SHmoHDHi9XtiI { width:8rem;height:1.4rem;top:118.58020877838rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m { width:20rem;height:21.45rem;top:119.98020935059rem;left:0rem;font-size:0.875rem;display:block; }#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThrALwSZkFP6GUNyxAzBEhR6g7eLpJ7m li:before{  }
 }@media only screen and (max-width: 763px) { #KVZ2MfH7DqTbwk74fXAHaTaiqhNXi9S1 { width:12.5rem;height:0.625rem;top:118.96770858764rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGy8IiAUugtkt4aNXW1EVZbJ7hFfsGk { width:5rem;height:auto;top:165.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpseaDNk6bUIMefNROrWaHOCO1HvNBQ9 { width:5rem;height:auto;top:168.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r47AqvwVFU21Tky8T79Ta6mBiiptC2xS { width:5rem;height:auto;top:171.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI6feiTtRN6P2HQan0pqskuxqtmnv6hJ { width:5rem;height:auto;top:174.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQTVsDlP8LcaXb6tASt5m2mdtCJNTGrN { width:5rem;height:auto;top:179.5rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSHEJhZIyF5Gv1OJauZZo6eSRxovsFnF { width:5rem;height:auto;top:182.5rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuI1HTLOgqUTW1dhFK8r1TtuqTALtOZD { width:5rem;height:auto;top:185.5rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3zrhrwKn5K9xb2MXggaPcrwUvTP1PDh { width:5rem;height:auto;top:188.4375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #phCRUM9TdMmLPPzlUdn2RKvJ4kDPtUfJ { width:5rem;height:auto;top:193.3125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { display:block; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { width:20rem;height:21.5rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { width:18.75rem;height:3.75rem;top:24.436458587646rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block; }
 }@media only screen and (max-width: 763px) { #GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { width:20rem;height:4.3875rem;top:0.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR458gVw9T1J6L711IJst1plGgS5ZeaJ { width:15.5625rem;height:1.75rem;top:12.53125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { width:16.125rem;height:4.9375rem;top:6.4989585876462rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { width:5.3125rem;height:7.1875rem;top:16.061458587646rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { width:9.5rem;height:3.75rem;top:17.780208587646rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl { display:block; }#WhDOs1rlhzv9fqMspbSd2GT8t9y0mCGl > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMQ1cEBOu7akBqstIksaChWJLvForOTq { width:20rem;height:6.175rem;top:2.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQTbTOxI3onEGnqensZ0t1wvszZUIB5l { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93q78bB8oA3cOVWPJSVaAfZeJpqgTpE { width:20rem;height:32.2rem;top:10.424999237061rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNm6QuCU2iSTVSVea3rbgi6J3ckH4xeS { width:12.5rem;height:3rem;top:43.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z234tCHgQEhzC9PAfaCSVZzOyGfnR22r { width:11.5rem;height:2.6rem;top:43.950000762939rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2qygHElRGnnm5KzgxSEi4EFPbSCrWb { width:18.125rem;height:11.625rem;top:47.498958587646rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 { width:17.4375rem;height:10.2rem;top:48.125rem;left:2.5625rem;font-size:0.875rem;display:block; }#SxnGfvG7IbzUcVgXDr0fahXX1uxHTZK4 li:before{  }
 }@media only screen and (max-width: 763px) { #ukLbWFmCLinU1cHbcb0sbUt4HSPXV7GS { width:3.125rem;height:3.125rem;top:43.6875rem;left:0.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6DMqwQvnEpmZ7SGmd2QNzkvNlDznIv { width:3.125rem;height:3.125rem;top:47.498958587646rem;left:0.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPVC0nuGMpn3xBCPixQtJEBLZhRgLlN0 { width:20rem;height:7.475rem;top:60.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqxWlf56gTRNZhts0hdkg6DTEeVTW64I { width:19.875rem;height:13.875rem;top:68.221874237062rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXGoRJAiFgQGHr2KVPipJ6S41rNc7VJ { width:13.3125rem;height:13.3125rem;top:93.1171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { width:20rem;height:5.0375rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { width:19.9375rem;height:1.765625rem;top:2.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { width:20rem;height:4.4625rem;top:0rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { width:20rem;height:1.940625rem;top:2.7718734741211rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghd3DceNo0l68RR3qwJOqACFblFihPrS { width:20rem;height:2.975rem;top:0rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { width:3.12395625rem;height:3.12395625rem;top:0rem;left:8.4385414123538rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O38i2ETcxeBhy9dOJCU1K6no11awK5LL { width:20rem;height:3.88125rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { width:20rem;height:2.975rem;top:0rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { display:block; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { width:20rem;height:105.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { width:20rem;height:1.940625rem;top:0.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5d2sh3f7evJssZlvJoqUXDyZ8apwdaK { width:16.625rem;height:12.5rem;top:3.2062501907349rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M317cfZo9x2bmApp29XImcCGi8tHpras { width:16.625rem;height:12.5rem;top:16.518751144409rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlwUsGSZP4XRLzasEbpNJHugkEoLr8L { width:13.375rem;height:6.8125rem;top:71.081249237062rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rv8aRXN5TFZQimsBbHNXekbHIZ3Unw { width:13.375rem;height:12.5rem;top:57.518749237061rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDrO8vyIwczbfnRQymiHTth7CTWMMXk { width:12.5rem;height:13.875rem;top:42.831251144409rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkvDnUsMtmma2DXh076EUubNAhgDXRx { width:12.5rem;height:12.5625rem;top:29.581251144409rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpH7umgH3tT0CVDKgAvyU2Bb33lT86me { width:12.8125rem;height:14.0625rem;top:79.301040649412rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz2BZ7mGHiG5R2p5AvnpioWkb8QN9tR2 { width:15.625rem;height:8.75rem;top:95.176042556762rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8g88a6vBDboum0bJFAs68PH2niQynB { display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { width:20rem;height:4.98779375rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { width:3.125rem;height:3.125rem;top:5.625rem;left:7.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { width:20rem;height:3.85rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { width:20rem;height:3.325rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { background-color:#084142;background-image:none;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { background-color: transparent; background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .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); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { width:20rem;height:46.268753051758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { width:20rem;height:1.78746875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { width:20rem;height:42rem;top:4.2691822052002rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { display:block; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { width:14.125rem;height:3.75rem;top:8.25rem;left:2.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block; }
 }@media only screen and (max-width: 763px) { #xuvV2RUJTHVyZTBk20zPvcCcnr9HFNrT { width:20rem;height:1.3rem;top:6.1312484741211rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsIPsTFBDEGwVzklrqxZfeQn1li55hC9 { width:20rem;height:4.225rem;top:1.96875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { width:20rem;height:7.15rem;top:0.51297950744629rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { width:19.9989375rem;height:3.15rem;top:33.802082061767rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-form-header {  }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#202a53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container:first-of-type{padding-top:0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-container:last-of-type{padding-bottom:0;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:8.9270305633544rem;z-index:15003; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB .widget-info-text { display:block;height:auto;font-family:lato;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZ60q5rErRent0ze9cvq22keeiCK3PIB {display:block;}#vZ60q5rErRent0ze9cvq22keeiCK3PIB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:8.9270305633544rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #PpCN0X89kR8kWT6UpRxG1lLqpyVksGKQ {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #o22U0QXWJDe2ttPdapzZolCXzeqtZpz2 { display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #X0qovsl7fIEGCZ6v2BTFL0CMDDSTc99N {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #flQmoLTOxgtZVxCrvB7QRl6AqeVOtZLK {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #gMOqgX3ov796tcL03alvtQoi2Vc0Ec5v { display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #BPk1SvTEJqIivXi1aTea7ePqkVV8EuQU {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #PEX823Xr8S8ucMGzEN0K4BWgHVywZwIJ {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #zlIAQBeD4xhlT9tT6urDXcQX4QmWRLOu { display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #aCASSvsl0LstNALsPLBnBiCeNiZFWuRx {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #JcgCsuwMwvIBr5Jaop1tFfogpbMeiXDO {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #tNO3hmN7WEhrpvvOEG1ow5EuUwMEFRVx { display:block; }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #Z5UFTST3CWtCrTCmrAURxaWX6Jy5uCzC {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #qq7e2N2F1hal6Vxhk8DXHLN5bzqbonlV {  }
 }@media only screen and (max-width: 763px) { #vZ60q5rErRent0ze9cvq22keeiCK3PIB #dHPaSOtQfo5COOFG44Mrw5yLskRF6L8y {  }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtW9xMevmCV5QXbEh629N1nMX0LTRntR { width:20rem;height:0.89355625rem;top:4.2871125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }