.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:253,240,227;--color-primary-1:249,207,161;--color-primary-2:242,158,67;--color-primary-3:121,79,34;--color-primary-4:36,24,10;--color-secondary-0:221,221,224;--color-secondary-1:142,143,151;--color-secondary-2:28,31,47;--color-secondary-3:14,16,24;--color-secondary-4:4,5,7;--color-tertiary-0:221,221,224;--color-tertiary-1:142,143,151;--color-tertiary-2:28,31,47;--color-tertiary-3:14,16,24;--color-tertiary-4:4,5,7;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:13.9375rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.96875rem;left:3.5rem;height:1.23756875rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { position:absolute;display:block;z-index:15002;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:2.75rem;width:2.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.875rem;left:0rem;height:1.85625rem;font-style:normal;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnCfMqe68X2VwsriEXxuk14q8n7trpyx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.96875rem;left:50.416015625rem;display:block; }
#Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s178JqhcIZElio3QR5Sbxfw1u95aWSXx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.96875rem;left:56.478515625rem;display:block; }
#g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.125rem;left:68.5625rem;display:block; }
#ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:260.5rem;width:75rem;position:relative;display:block; }#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:8.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wwDULCg4i4OK5EBMJtFwPmTbN1nqgBGF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:116rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbowGtQc7ZOVuk6OtlVUIvrL8L0H8pzq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:119.68689346314rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#CKnVtZ8kp9Gr3hyhM6bTFiwkTEaPHUKd { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:5.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5s7ItRxCJsd39ckHQIM8tOgExJhuemc { position:absolute;display:block;z-index:15015;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:37.25rem;width:74.5rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#GEyHdx9TCn9AU02gPF7P5wRmk0R2WeQX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.811784744263rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yBmHRZmTulHxK51TnQvGEc0vkpRSX23L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:10.2rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LLU1wlSE4SHummbKzclv7GyiFO3bKDPy { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:74.434770584106rem;left:0rem;overflow:hidden;display:block; }
#h226MysreJ6JFBsGx1JuM5euoJR2Ss8t { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:198.43689537048rem;left:-0.22608947753906rem;overflow:hidden;display:block; }
#ITML8BE0SyVpiBBs0WRtDads2a30u1cW { z-index:15003;top:252.24903106689rem;left:18.811550140381rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.118867375rem;height:3.118492375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MHOD6AtrZ087Kf5VQXzpMTwv4zv7kFwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNSIysZasAMTDb2mdsGeoowrSiiGzOGu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:132.74915504456rem;left:0rem;overflow:hidden;display:block; }
#ZtvC287H7OZeXBNEJWvc7eh4CbICx4lH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:172.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUIuDaJRgIOEeJNatSD7RbQWLid02oxh { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:175.3125rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#IMdUPILULsCVAMTWn3HR7vxB3aFBTrOC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:189.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PRh5hTw3AoTqBKS2g0yB9TaETSbJKPzL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:192.4375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#L5WSopm59pzkmpV9NMf9wFWvBxrPOvFQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:239.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLg4KPQ1bc4cIOUA3boXBlXrqcwK1iAy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:242.4375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container { background-color: transparent; background-image: none; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container > .video-iframe-container { display: none; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row > .video-iframe-container { display: none; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .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); }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container { border-width: 0; border-radius: 0; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container { font-size:0.875rem;font-family:arial;height:242.8125rem;width:75rem;position:relative;display:block; }#xJAGwqoJZWfU9py2BMKvuZMaOMB6kfBs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:8.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zs2T7RT0gzJfOU8y78bfSMJ3gvp8HxxX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:111.4375rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLOgVLZHTZPbJhWOXIISRyEkNrpEtknb { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:116.62405014038rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#IWRcLPuumaqhVxeEQlEAcpSnZgQJcFXo { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dq4XX6ZxDbRfaxi7LJbdaDTL7T6z0A2o { position:absolute;display:block;z-index:15015;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:37.25rem;width:74.5rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#xrFzbqTvcATssfMva8GL0uuN4booiV3Q { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.811784744263rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoTfOUPrf3kdvDwa31qZt2qpUdNfQVvx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d4LCElLmcaFtC2k8bSfF7KTgQaomucPa { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:71.436426162719rem;left:0rem;overflow:hidden;display:block; }
#knXHxpsnbquHhVUCKmNrxz04iuBVrVpq { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:199.99938774109rem;left:0rem;overflow:hidden;display:block; }
#S27rTgWRWqX96LJO83KTiSMUMeTmHZSv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:130.06214332581rem;left:0rem;overflow:hidden;display:block; }
#sTBRwui1PmBmkpcvK1MOTb6EBIgBx5eB { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:171.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TG75hZmUhzcQFnRlKcACPz8mcRy5NsSl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:174.5625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#AbfCKvh9sbBD62ma0iidAgiPQWqJqkcJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:183.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTObHzMtIPU4VEJSGkUnUfPxiTZd6ENA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:186.875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#BeegodVqf9J4UgGk4ZkFkbxU2viLkMtD { z-index:15004;top:194.25001716614rem;left:21.190624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ERlPzzJ63u9HRftrpIsXitKCVNc8Q9xk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container { background-color: transparent; background-image: none; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container > .video-iframe-container { display: none; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row > .video-iframe-container { display: none; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .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); }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container { border-width: 0; border-radius: 0; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container { font-size:0.875rem;font-family:arial;height:271.375rem;width:75rem;position:relative;display:block; }#XGZBpQrfc5SFt5g8ChVxBHCM4uZvXPRU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:8.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sxbmMinlOJb55e25yc3kkbHrPomVT6Rc { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:113.49963569641rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5Ae7tVTixkFuXrAKiN2u7NfJkPFr6Mk { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:118.81154251099rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#TZE295JDBccM45xEm79M3kSHAxn3yyRA { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:5.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdHtSezLZnMFS9dsId5gdwnl6K2n0hdo { position:absolute;display:block;z-index:15015;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:37.3125rem;width:74.625rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#hesRhi5qg1gdZyiZUQ7agRSwcIkGL4vs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.811784744263rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3WL0aeOhHz615LUGFHZBbngnTwceqmt { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IVWbwFC42demxxvSXkMPGtPyTmd1i1rG { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:71.436426162719rem;left:0rem;overflow:hidden;display:block; }
#lraSGTgcS9RDcM3hsTmellCvCDAZ8ZLS { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:194.74963188171rem;left:0rem;overflow:hidden;display:block; }
#CLSDlMcGkSpOUoF7NuFZT4rtM4mLXn4k { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:236.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFRv0GpOctooexnTlMuRypG5szOZ2VRh { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:240rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#Fg0nu3NaMK6zLW64CG591MRGiTV1bav7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:130.06214332581rem;left:0rem;overflow:hidden;display:block; }
#vFBSJWIXfiZD7oRSS46CXTLaRE4i8UDb { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:171.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OABm2uaPfR2qddn8TTh8Fr8ys9ZI2FLF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:174.5625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#pniGk992PTtS5ecTvzynqlxW1JyyLdH8 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:183.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3a9oLuAFgtnvHNkE0wuD4wV6MUt4hvJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:186.875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#uJNLMW62TIAcuBbeToUkuu0migNwyUO4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:251rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5e4aawFG9pN3FZ3FkZUGqLFs5D7ze6b { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:254.4375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#Q5exsd1LQVhT7tn5cNUKTWdavD7QpMUK { z-index:15005;top:265.00001716614rem;left:21.253124237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B7wb2s5KANOIMVRS17UIALxlE5MlKsr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container { background-color: transparent; background-image: none; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container > .video-iframe-container { display: none; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row > .video-iframe-container { display: none; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .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); }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container { border-width: 0; border-radius: 0; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container { font-size:0.875rem;font-family:arial;height:270.8125rem;width:75rem;position:relative;display:block; }#fRxhlOf7BAszVy8vQ9RcZkTMJ9I4ontZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#n3IveI4ctABTGgtdC1pMtZX8Z1008NI1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:119.1875rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyOTduNOaQ2oHFkz18TXPQGuIQR5aT9p { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#rZogXUeiSllyyNV3zG9o4wJTCWtcQ7rf { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:5.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qi3TNPGlMUS94QziBC970NBLTMefZGwC { position:absolute;display:block;z-index:15015;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:37.3125rem;width:74.625rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#ollM7XXVfX88mL6G1HxBQeq0zubiVOh2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.811784744263rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PLfKErabXm4w07DLTVdi4aGM3UxUkUQV { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:11.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QB3uxCGHXQWts64I1qS4HcX8fhZ1iWZo { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:77.6875rem;left:0rem;overflow:hidden;display:block; }
#biPS4fiwwgKUXKkU3bzdJSL9QlFZFsXX { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:202.12474727631rem;left:0rem;overflow:hidden;display:block; }
#fQMTh0HR2M4g0EqPahuQzQ1BdIsX5vXn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:243.37474250794rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTgQs2cx5kqA0zIfdxwl0x3ALUktnTqJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:248.12497901916rem;left:0rem;height:11.9rem;font-style:normal;display:block; }
#Z8sTfwc1REJ3JWPA9ZQuT056gceVZIc5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:132.75rem;left:0rem;overflow:hidden;display:block; }
#QtsWgPQra5GZdvWTn16Q4mUIPu0S7sy5 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:173.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBtzqsU4Ws3acn7pfmduL5Eha0qXHy2q { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:176.8125rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#Nx96EMIhctEZUbhVTckh55D0otGulwZH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9eloxb1IIXWQmdxQySAi3vCVXU52JDR { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:192.75rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#TGXtzXN5H9smAw7QmQNQtsqHb8a76FmZ { z-index:15006;top:264.87501716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pun2F37v6BxrQRpn1gDrl0lifXT45leR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container { background-color: transparent; background-image: none; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container > .video-iframe-container { display: none; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row > .video-iframe-container { display: none; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .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); }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container { border-width: 0; border-radius: 0; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container { font-size:0.875rem;font-family:arial;height:307.25rem;width:75rem;position:relative;display:block; }#GuMUqG7i7QL36JDT822Q4abLNi6GoO0Z { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OqLFB5LMtiBibb6fythN4OZWqE2gXbiT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:119.1875rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P7DSRsSi5tSeg6tDBJ0AfuRtTxMgMwal { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#bxtFdv7dWXKcEoDCwBBuFJe5wgGlwtwr { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7enkc2kXQNLsxSN5VFBSHRx4sbA5QLh { position:absolute;display:block;z-index:15015;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:37.375rem;width:75rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#ekslsCM42z6BpxQZKcKp4JTJ0LmF8oDi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4VuXRThRILznHOuqtm55AVzFqBcs2dU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:11.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FAUqAAFhtN4UGUAeHsZ27oiNLnKMRNoz { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:77.6875rem;left:0rem;overflow:hidden;display:block; }
#D2nKwHh6CGPoIdb1HaE0reQ7dt9GknTE { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:205.9375rem;left:0rem;overflow:hidden;display:block; }
#dJCRSqOI1w1MZPqoGKpdGkMbrksSWGsM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:261.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvdLmgt91ITpC2ehN30VugtibrUt5PRl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:264.25rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#gbM2tJ1PMWaJOGANFIRSHEuXeNiZy9JM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:247.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KLkU4GG187P1De7zat8Hg0yPfThZTdq7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:250.625rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#KBdo8AZ0fqwoS7s7p7HaaibgMV39tGkc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:132.75rem;left:0rem;overflow:hidden;display:block; }
#yw3XT8KktOiAXMFUriwvH6cMKBp1I8wP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:173.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDm05vk0Gpvh2J8b8Ivsw36AIb0Rf4Ow { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:176.8125rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#bpMSqJ02XJoocTzWQmeBqacU9TkSbQiT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n3JPWdGzMnkMTUutUQNWD3pqKKIAnKzb { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:192.75rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#xVFb7BAeMRUVEMGkqxqW9iZNBVdgMOaL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:275.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#psgRGRC5uVeiToGc4S49rwXfiBMDaodn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:278.125rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#Vr1AqKML21LFHkdUbFxryAL0bwrR05Ru { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:289.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwRepNfZgoFZL4eo0OndO8DOrHgTnOKA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:292.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#E72imBB8hqt3v6PS318nL6tBSoIBDLZb { z-index:15007;top:301.625rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xQI3L51XXwpfB1Wenh7r7xZO0Iw38Gny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container { background-color: transparent; background-image: none; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container > .video-iframe-container { display: none; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row > .video-iframe-container { display: none; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .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); }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container { border-width: 0; border-radius: 0; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container { font-size:0.875rem;font-family:arial;height:297.1875rem;width:75rem;position:relative;display:block; }#k9LeVCoWsXKt7F7f3BwbAECffF7smNEK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:8.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qew1wiExnfEhfhxX73Ut7KIK703s5A05 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:119.1875rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P52aTzxsKkzTokbqLnTrsTiZZsMRq9ZF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#bG8aHrLSuh7umTuFaNQr3UcUpi4LWFBe { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:5.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMWebM1i0uw4H144HhQQiae3dn4eVTTV { position:absolute;display:block;z-index:15015;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:37.375rem;width:74.75rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#tetSdNeJHMR7i9WJv3pe9o7NR765OUsm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVQDbGGLxdJm0pxoav5O4PruqC4EnANH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:11.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ndyrwNvcyepQ6sp6Qu9VtasvwOT4qGnu { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:77.6875rem;left:0rem;overflow:hidden;display:block; }
#XcS5hfbGsOo5c7XkMUA2PD7RagLExIPW { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:205.9375rem;left:0rem;overflow:hidden;display:block; }
#gOybaTxAF7FWDsAo63OsoL5LXqsmasTd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:261.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzUvIhFy6SWqrMIXaIJm7X7ygKBfWZ2T { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:264.25rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#RQ9SZNgU5tVBwF1F3z3TdzunACeRDai9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:247.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fo7lIvE3L55spTv0d7oDyF5UezRXTREQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:250.625rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#yuv5iPokNZzLutDkl8u6NeOZvyCc9pS8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:132.75rem;left:0rem;overflow:hidden;display:block; }
#RNU8mPNlDpxxFpkvHiMcwmcrIbNmrwp8 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:173.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BbRM4VTxCEUdQNfFaZG1Da4LCm3ZIwnT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:176.8125rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#GACR2pcA1nuncyycxiwFNviqzGokesHA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCQqtEMbHzkgC8ryTTzPBQT2147LWh1i { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:192.75rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#UrE1ToZZH5GV1pR0lpwqAVvA4aQ1FgRE { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:275.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qrG0EGMnTxMvH437V1rt5dl0iRc3ER2a { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:278.125rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#S9k7ETB64feeK0GtHpOFaqi71qAPmL9y { z-index:15008;top:291.43750190735rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x5DKkfGDp0B1ACLHPcfBa8VC107RqB4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container { background-color: transparent; background-image: none; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container > .video-iframe-container { display: none; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row > .video-iframe-container { display: none; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .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); }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container { border-width: 0; border-radius: 0; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container { font-size:0.875rem;font-family:arial;height:307.25rem;width:75rem;position:relative;display:block; }#zqz1Mq9mfMM8Fvr4dZ7CNwvJugSfEhHS { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:5.1rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hRkoXrDd9RWp1A8UkeCG34t9Nb0rQLJQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:119.1875rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmcANdD4Tv2lpqJJuNl0gLNsGogonRa2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#NmXHq7gHf3qG03TitQe3tGmhfJiIFGxa { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EK243xZTSsicLq91z81TMWbXxWEqxJlb { position:absolute;display:block;z-index:15015;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:37.5rem;width:25rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#PvLHBMGpHlEDpK3TxIxSBSoE9np9pGqe { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDQ9Wl6Iz3IsHxwW2WcOKQltGaeMtFPx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:11.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fNHV8Bd1mZegi3DprbDSAD8t5LTO8XE8 { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:77.6875rem;left:0rem;overflow:hidden;display:block; }
#aTEhR6prG52QAsWomxHTctzUzE3xOd60 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:205.9375rem;left:0rem;overflow:hidden;display:block; }
#SNteqc12UaBtt2WWlShAJUF7avamZhsG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:261.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELpGnptSVDOFUrMhFe8snI0dcSfXfbmi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:264.25rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#sFkgXEf0gmSwMOvLbEninP6rXLyZTmE9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:247.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4xIohhP2CA7K035n0VJV0rcQ9NS5sd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:250.625rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#Soevk7o6c0d9Xqus0SCJUGaEM1EMyCIB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:132.75rem;left:0rem;overflow:hidden;display:block; }
#diuTUtSVOZ0pqTFHciQQ3ABTqv5nNMC9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:173.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPp0gRukKGo3xRsvKCEtT23llzHsc0oh { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:176.8125rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#QHega0DQicdbMlW4llNLUnp2DExoeTbx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIv1yU1qTDX5trS2JnEQNBbH1xL9XEiR { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:192.75rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#rDqQLC10cdwtcCoapToSbaPpxGBtKDTc { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:275.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oIhLha9Ph1SWRzLQwQ6VFuThuy20iTQU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:278.125rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#PwmHdAgdX8NEd5wcnIEKoT8vZHHU3d3y { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:289.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ghBZgbXJ8SZCc3fZaWArRxB04arKFnTx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:292.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#Vy8i7r8zAbwpswV2Vnc7rfp3PTFLQZnc { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:25rem;top:20.1875rem;left:25rem;overflow:hidden;display:block; }
#tTpoCyRZy9c2MhPSsrq1gI1fnlBkAJnf { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:25rem;top:20.1875rem;left:50rem;overflow:hidden;display:block; }
#yesPNehNkph5IIM7yBTbvXqK6r4m8w41 { z-index:15009;top:301.06250190735rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S2D6s4SmNgIkTLD5FriG6nHkWOkxJffq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container { background-color: transparent; background-image: none; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container > .video-iframe-container { display: none; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row > .video-iframe-container { display: none; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .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); }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container { border-width: 0; border-radius: 0; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container { font-size:0.875rem;font-family:arial;height:325.25rem;width:75rem;position:relative;display:block; }#rR7yk33fDDs9nGXilv9QzswLcoTgfXNe { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LE0rZu7ay00CRyXdABP9pdmAVLGKKxkT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:119.1875rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcKfnn5W0HvocDhzSvP5lTaAUXkllaMH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#U4HrnfmTpGpW58Xq5Rsllrc4TOD76zNQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:174.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfBm6o5ROlcGqiwrTs7PoSlJNtqTxz0L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:178.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#FOVqPubfQpQwAeyxD4udd3rtFOUGR1dh { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:235.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpkLov1GFnz66RccCwXQKMgsRTEeu7gX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:238.5rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#IEythE412CJxmcAEhT81kKxdkbwKVgMO { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNB7iq2a16BixmPPJ7TxUyURECdgpsJ4 { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#ZOI8xIL7w3t3UARiLFhFFxNK8yLGdlsF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5nX0b277VgHHaE6cVsNuucPUCx5OcWC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:17rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Vy1z8he7iWBgiEHXSwvhWSOHGeVl2pqE { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:79.5rem;left:0rem;overflow:hidden;display:block; }
#RQZ0V6XsGouV87q5yQVLsI5wibAd9LTC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:125.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGcs9N8gQgZsueUFIWcgN8gTe2UDsktq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:128.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#qLcZriDrgrIOVEMMHSXxsxxa3KlBKXAT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:134.5625rem;left:0rem;overflow:hidden;display:block; }
#Ns5wlriwHrPq1lbV69s2TaZw68B3oMcd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:184.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fd4gAuTfXdnFVfPdns2kU0R4VrULcmTB { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:186.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#zJZwTc4ATcgefCvXd0yWud835AVZTyZK { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:192.125rem;left:0rem;overflow:hidden;display:block; }
#kU3NrfQ9DCz0bhDJkXy0GBx491ksgEuN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:266.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okU9g7kfAxSspSeT5oxLXPMTsMM5261M { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:269.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#tmyUTuqfvI4Jq4vzfEoR0qg42q4wDdAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:243.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9Jg64RKikpVJV1lpWssRQkTOVhFqhKs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:246.5rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#uwhBR0REEtWpCuxaSo5pwao2tAaarc3q { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:251.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oefVWnFLRTkWKNJAZQdcJgEX9Q06JNKl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:254.4375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#T9kETQuQWKZW3bXi2uVHNUP4BcrEHgkI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:304.5625rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#pEbMRDu3sdV33ZvJkBSF21GpCIOeshKN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:258.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzbyJTKxk93o9q8V2VwstZIJmOTlC1KL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:261.4375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#A01OrA2sc3aOPkcN6NfUMPGg0DIFiXPq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:275.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMhxvCv4tgnwOaOb3CtSylZXoh33RO57 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:278.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#FaD1fzGFQvIZyq7zNfZEnAPgOqsRiB2V { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:282.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNAJFUthTXUTBPLbeB3kkUWAWeL32CfJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:285.3125rem;left:0rem;height:17rem;font-style:normal;display:block; }
#TDau8crTl1AIvsozlrJWRTy862HVdz7V { z-index:15010;top:318.93753242492rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eTTx0cAZQyWn1WKvupUsGrH4F4vtH9T2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container { background-color: transparent; background-image: none; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container > .video-iframe-container { display: none; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row > .video-iframe-container { display: none; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .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); }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container { border-width: 0; border-radius: 0; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container { font-size:0.875rem;font-family:arial;height:309.5625rem;width:75rem;position:relative;display:block; }#cqEDhEKuSqlU57T00XALo1iKMFnRRS5F { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#fJg5TP724MSpItbGF8WuhoP1ziQ5gRnw { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:115.625rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k24TGSWkCgJlV64Kb5GMXfHUUMpUn19J { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:118.5rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#Uu9sn6NA6v0TNbzooH2FvVi4REXJ0HMu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:174.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmqAFAnK17UcNSOEaZ9CK4efWQWQEkwx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:178.0625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#SzCbHhidg0UpiLPGyeq8IXdqAXq0idyC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:240.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T09nos97GlqkT8Und7HlbirIOTpsIuAS { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:243.75rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#LJg97ulhQgtzxlB0FFwzdp0MBmbCfS75 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aco0wX1Z0mdJA3newce70mVd4Jbv6ATK { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#ABEeKtVG14OqO9eki1BClbEwzw4cw1MC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6fQImvfX8q9XyzPEFN7bkcTDV9MIJsD { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#oJ18JS1eAqCmwKfiSaubLxhAw9QT8sni { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:74rem;left:0rem;overflow:hidden;display:block; }
#d0zPXW8ZiURiWwM3QptpKX1a6PGXbwyK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:123.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdJUN3VsGTaghdfkXkMDsmKDvIhlsVy8 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:127.125rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#la9JkIb35dMnQV3aPivTtGqTbw7X167H { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:134.5625rem;left:0rem;overflow:hidden;display:block; }
#swz340T1pBVttNGQy8UnEsl88CPnphE6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:184.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7zQrbdeupus43pgKZENFICZce4V2Rge { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:186.875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#XVLDzTNDgmmyRIZ5eR2blUyE0uqRXR0r { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:196.5rem;left:0rem;overflow:hidden;display:block; }
#BdDp78p3bS6UE7oslFGndT3VGTqCMN5g { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:277.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ra2OmvI6ruWd2iB02bsHvorbGxTU7Rfg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:281.625rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#czGC1wnCFXbXCdEOzBqxC5HmMlaVCbyC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:249.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTyRfa26rgGqUiVVaf2SlnCxDz2QeAqx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:252.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#veq0qUpVZl6apthnvArMN8nZ41q2WLsJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:259.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lrB4FeVEM2SdTAhpGtHXmcqz5CVVNDUy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:262.25rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#lmQdb4PA07xTViKxJTBPgIQNbAfuOyxL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:293.375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#ZuubbvelRo73hbxdA1W3UuUf0J8CoPSt { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:267.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hEOK1gu5fqiqCvf0oaa991zp0Or7xabE { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:270.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#MrwoSeTHEcrtKzIZLdsbaHyL7FbAAdwe { z-index:15011;top:304rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bZNF9nrxuin9o4HmmZKOuCNHUSwsaIa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container { background-color: transparent; background-image: none; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container > .video-iframe-container { display: none; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row > .video-iframe-container { display: none; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .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); }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container { border-width: 0; border-radius: 0; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container { font-size:0.875rem;font-family:arial;height:313.25rem;width:75rem;position:relative;display:block; }#nQQmWerFi4DQHMemOTTf8i9zGNm9q4hl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#D3l1vbJNITNDZzxTCBzl9l1wotplFk0L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:121.125rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnp9h1dZpFrkyZbJRC0S9ruZdCTGfTpX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:124rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#asUmTEduf9irAr60OZt5FL5QK4vZdCoU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:180.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hlGQscQTDIDsSeUFIKiQ4f8ahP2LC8SF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:183.5625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#TEEgK6VU9csBMhuVlKrxAPHNcOgORC70 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:240.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0kphfmHfEb8N3TByBsW9vV0onbFpqAi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:243.75rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#GbyD26v7sACPzfwz0FS1c2fI894traiI { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rb952yhqNVmZl8mGkA5Ug2qVGEBbrGOp { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#zSEtefEpdFsE9xl0yXuqhBBfIeovAcsT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mSGL5f74cEtxKxP3OTDcpBiQLwApLTFI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:15.3rem;font-style:normal;display:block; }
#SQpDDEuXRyRyNfl8T7SZ6Aa0CqsaCh6C { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:80.0625rem;left:0rem;overflow:hidden;display:block; }
#fz4vuAuTTH5fRxb9ZDMfsKJBS2LcEAdH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:129.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fizwVt4ytMPJWNpU2Pfti1NBuRzIUmPP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:132.4375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#qh29hdyaZiuteuZQs1uTmXQgOnd4ynvF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:139.625rem;left:0rem;overflow:hidden;display:block; }
#BLOBycEnA0a85rZGSKTzdzRM6OpuoRUt { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tU8v9v4VXRltb3Vo8y4K6KC8U7R5mXsP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:192.375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#AP5zAVgbxWNI1q33JGk3AJo1ss6H3awb { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:199.375rem;left:0rem;overflow:hidden;display:block; }
#RlRuMslwPJBw8ww1Z87qE9E2J7kCaKAn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:277.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHkizN7ivrEKrtSJ2ZOWcpB9NfdVTk3s { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:281.625rem;left:0rem;height:11.9rem;font-style:normal;display:block; }
#K61olbr58TqZKthtaJRz4ic86XoqA6L5 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:249.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcJvJalxTI653CT42cBd3GkpgFAPI5xN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:252.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#aI8DXV0RpbiGgKyT85DiqfEyhlo3V3WT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:259.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1zQ0acIShOGkA4nPKUnSH0ELOlKMM6w { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:262.25rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#M6lbE0NeoAd9xWZuTF4yoJJHML3ITH0L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:296.93750762939rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#dCu3nSoMcQrqa9eL9RCT3OBJfKOLPZ07 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:267.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bx3hbdRr6llAKQuVb8fgOdGsL0RSCuhn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:270.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#DvMXlrIVcb7hRh29qnlk0Gn6yxv271Sr { z-index:15012;top:307.3125038147rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aJVS4hA6ScCTO7wH9S3Fcvoc5bGB3A5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container { background-color: transparent; background-image: none; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container > .video-iframe-container { display: none; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row > .video-iframe-container { display: none; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .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); }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container { border-width: 0; border-radius: 0; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container { font-size:0.875rem;font-family:arial;height:304.625rem;width:75rem;position:relative;display:block; }#c25iKRl5VdNIWdz8FUWIqyu5SMhHvsJ1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#RDDOXGBzHynxMwAPBHMbooaMcr0T7ATT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:120.5rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HiB517iPrAJ9eXap9t59X4vD3KrM158w { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:123.375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#pw3OiKwOoTvBzaDLLxnhE5mVoPHORLy3 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:180.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CKzoXeQWp2mPsITcy1gCOCnVg6dxRVqP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:183.5625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#lvTlJtvC7IJ2rHfMoKH44rEhndMPfDGr { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:240.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFLOgKqQrIXUXT8n3qQOTVcTIIxrzeXK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:243.75rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#PeFnapgSTIWEWbpzUKKwtroe4ataop5X { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:5.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0JTkfvPZvI3rIzJDa27okCLtT2AsdhR { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#IM6fV0xUbI5kfifLgbpKEycHpCGZoR8a { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#At2O19EqI4xtfokPiXoP0NlmftQ3cbQr { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:13.6rem;font-style:normal;display:block; }
#kPTanHiBfnv2d8QRn5xFNP3D1BevV8XJ { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:78.5rem;left:0rem;overflow:hidden;display:block; }
#rzyAHC54PVvncIL0893QnvnFCVqc4TZq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:128.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n646KKEuZs9mcSeqA6wDTTa7wNRyC17u { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:131.8125rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#GXorOAe3zDdbHB2TEIJDPlOihyef38Tw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:139.375rem;left:0rem;overflow:hidden;display:block; }
#UfUqz0dVBHDsAmLKMduEurQJNHFuIxSs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SklR8GzWJvq41TyXUTzDLcTRbFlqc2sM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:192.375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#tFdDWWD8irwbmWMZH3OT0o5pav2mIPN1 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:199.375rem;left:0rem;overflow:hidden;display:block; }
#k8JdtGrOEAC9BwdQy8PrughLXmZSpt2G { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:268.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EvB9AnDwN85tbX425udIKEOUL1Tw5rcz { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:272.4375rem;left:0rem;height:11.9rem;font-style:normal;display:block; }
#Bn9NsaEa4MSN9wLLaSkc0p4InJ9TLsWF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:249.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2C5fptIZ7OWHmWtCwTSrniAVLl5S5Qf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:252.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#nkSrMFzqKKBE8olD8hPolKng8DE4UEmm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:259.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#He8Mka88ZzadpNtztzETDvfSW902KVs7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:262.25rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#OkUnR2dLtsqcu6QhesHK5Piza2yLu7vX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:286.875rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#URX3y5UZNRLoiSvpII7ALp6fKG6tKuuI { z-index:15013;top:298.81250190735rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TRSRxum30EtSd6qGOKF2retAMlBmHKZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container { background-color: transparent; background-image: none; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container > .video-iframe-container { display: none; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row > .video-iframe-container { display: none; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .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); }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container { border-width: 0; border-radius: 0; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container { font-size:0.875rem;font-family:arial;height:283.6875rem;width:75rem;position:relative;display:block; }#z9FUaEdNKLP1tXd2FZgpTv5LB3WyCeJi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#v6nF8IPhv9rvFuTTF0mL2ePrauD6P29u { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:125.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GVl8xU8CwkHDRuSSKUMcWaWObF5NUUtN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:128rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#TmftSlmXa0Lc8bHturWMpdoRFu7puxRl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:186.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0wVxXz8lx9aW1dB5uUnxE41ST7drau7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:188.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#zK07hAnIngXBBn9QPUOET3sgyhug8keL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:245.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HiXL5ZR4bZ970OuUA5qOti9n9gMdZMer { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:248.6875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#P6eFAfgZvFyvx5Hu3OLA8LSH7FEPnw05 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbIrQUSri488mSOAt0QgWoUph9EkJRJF { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:18.5rem;left:0rem;overflow:hidden;display:block; }
#com2WETqtnoTNKRGKNnCF2WZ5XaBHmti { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2rZhlZo3WUgeUCweuGV9vlopRHZnMix { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#SumG95DxvBl1lUqbSnHMP4ZiJ3x6AAl7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:71.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#He385BrXZEMGfzTRUcBnWaWPPaaBRabs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:75.125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#QzNqzmfII2HqX5RoSdQPeFgLTklQMsqq { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:84.5625rem;left:0rem;overflow:hidden;display:block; }
#fNWlwo38KdbwbNvBWANIPMLzeEZpTsrZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:134.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTHaqdfMQTEs96rU2k2fM2yQI7W0NwPy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:137.625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#nVCbQPHKcpoS0OLZnv9zmyCZrcAkSgRu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:145.9375rem;left:0rem;overflow:hidden;display:block; }
#WsLoELIssezLD2dHdcKsuUtydEFRA67g { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:195.73567962646rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlSwGyun0GwhAhlWNBg9mcDczRDXml97 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:198.375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#ZtVctdRS8qTOblk94EQoCKa9a4NcOeC2 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:205.625rem;left:0rem;overflow:hidden;display:block; }
#D64NaxJJVolPRyCTCMeNdWVe09t0sNbq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:255.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsPaTEhp1Z6G9wJM7I1nS1SVQnfQWcfx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:259.5625rem;left:0rem;height:11.9rem;font-style:normal;display:block; }
#mN0iW8DoiGG58rEol9KRL6ZBprLrHPm6 { z-index:15014;top:276.62501716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pF5XFdMN8OlQ0sNx1zKyetrMHECrvpZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hc9aRg9kthwofqIo5abIooTlafpzBthN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container { background-color: transparent; background-image: none; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container > .video-iframe-container { display: none; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row > .video-iframe-container { display: none; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .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); }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container { border-width: 0; border-radius: 0; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container { font-size:0.875rem;font-family:arial;height:303.375rem;width:75rem;position:relative;display:block; }#Nkdyaa47V5TVUbZDZ06WwfMkGMtBd2sX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#mAmPLPIGK1TUc8vLBPosTT4TpZdDtSCu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:125.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydafNra6hbOaR8Ntar2eALayaL6wBMgZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:128rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#mnwdFIqgIStkCmZG4hm4O3q8l1QsWvLX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:186.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xN6rur1klXFeLq4lGHWLXTDgE4gZbPNf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:188.9375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#aEiHFBDBe3GSMxvh5sScTSvMIFK2eGLD { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:245.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDOHnv196r8qdQ6ZCKmU5Zxhrbahbr0V { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:248.6875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#lehKDMv7P2HJ7Lmass1tK2MzbT70uBdk { color:rgba(var(--color-tertiary-2),1);display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:2.1875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZmScFz1SuskyDm2cMxXB4h6gZUDAh9d { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:18.5rem;left:0rem;overflow:hidden;display:block; }
#TcZmvFzcwyBxQsPLQ26UNck2b1iMpebW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:59.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4bLRMtP1IZRFETGHwwU45cf0WLT8eDo { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:63.25rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#saGFTmMsHWnqlWnESnzrpG0yvMTEBmGu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:71.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hHoIDKIPPPVJdzKWAaveXLgFbtNvx5nx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:75.125rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#M9A2z6vaQHn4afNRkGUKcN50seR6W0XW { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:84.5625rem;left:0rem;overflow:hidden;display:block; }
#cywBTuiblq4iJEno0PeHdQDS6WtsvBFd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:134.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SEc5oGtDHnGd2JMx9ukyBJZ510qL7bTx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:137.625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#bI66rR1EBQqAVazVVtzS2EXCUguh7mtO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:145.9375rem;left:0rem;overflow:hidden;display:block; }
#DKFy665rlTUUkHeUCCMSqE5AliD8V50f { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:195.73567962646rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWAusDKyGMd7fer4XiGOnaJOhwxHIOmV { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:198.375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#nbPBTvd7FhiBXkf8aKBTUNqc9GeFEnw4 { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:205.625rem;left:0rem;overflow:hidden;display:block; }
#qFM3I5qTAuorI50stoiTgP0LFfTaRvQV { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:255.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#csxIoEntoeC1ifnGcTJKSpfhbwf26dkR { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:258.75rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#a19DWCgosnpm8dlewXbB1p9ficEWgqsG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:266.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6TatI3XPZyJ7m9WhrkKSEAElDb2zPqH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:269.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#fZaT8Zglimk7Q0RADqnnyFHeW6H3mpyk { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:276.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgz0hTzggvl18X9nXaA1V3uH2fFWFN5e { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:279.6875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#GyRP9nw4e7AmNq5KGhD7OUyDGCMEnWDK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:288.625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#EkykH1q08ymdNcTMEAClI60b1MpuAum5 { z-index:15015;top:296.93750190735rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XaHUN0o1JrFADfewTgtsQMpFXdPgiLPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container { background-color: transparent; background-image: none; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container > .video-iframe-container { display: none; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row > .video-iframe-container { display: none; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .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); }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container { border-width: 0; border-radius: 0; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container { font-size:0.875rem;font-family:arial;height:274.125rem;width:75rem;position:relative;display:block; }#yPnkgu7oQnrlJxEcVWnok5JsytAsnwrt { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.1875rem;left:0rem;height:8.5rem;font-style:normal;display:block; }
#DkoXACQvOTK6NDTC3h0DyPJ3touvchGN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:126.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shAVrpbcS62AdrxsbGwAEmeACtwK3MVf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:129.73698043823rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#eR3G2gCU6KbwxGMZQvKHPFbRX7T7PIRZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:186.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1rPafrAXKUUAJymdtqq0QMVGp3leFob { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:188.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#dKhCqJVRIHQuad09NHFzSGOoU9T3vlym { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:245.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akAQfJIvusgEaoRD1b6SdxX67N9TTZgF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:248.6875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#sXRGTlWg4BHaV4PzzR9hGtt5VwFZSNr4 { color:rgba(var(--color-tertiary-2),1);display:block;width:64.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:5.125rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e627xmSx7UmGTZ9xtDyoEIeHQntyw7fZ { position:absolute;display:block;z-index:15015;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:37.5rem;width:75rem;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#W5JtF8HWawkbFI6L9JuSDsNKgB8NIapo { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:61.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nl5FVhWKES86QaQeNF8qi92JIkvyTy56 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:65.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#JqAgkyVVnNT6NkF2cZR1hSWHTqAIPDH6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:73.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsnCqBDmZsAQkDosbOWTWNmBPbLscDQX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:76.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#EoTMaMxl1oAFucwKzVzRE0FC8FhyHAW7 { position:absolute;display:block;z-index:15016;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:37.5rem;width:75rem;top:85.4375rem;left:0rem;overflow:hidden;display:block; }
#oXbMa9rIao3gWSGTOmD9wORlinw0KvkK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:136.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZpfget6xWRT3VLWGyrbcR76mn2srkHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:139.375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#MJGnnneOxhvTIiqxLEP8UdWccDFTaX5M { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:145.9375rem;left:0rem;overflow:hidden;display:block; }
#Fv5riLv0idTEGMu2UIQpA0zLVZcsBuF7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:195rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGMPSusSRGNODODxMqIZSMDqCkTuZD5X { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:197.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#BEbUL3hPpKvUk5EplXhRuSNlWdrTQcq7 { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:203.9375rem;left:0rem;overflow:hidden;display:block; }
#LJTQ7PE6TUJPwW0GekuAh9ugcNlrsgFz { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:254.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZCiMFnpArt4GvcyOTw0SxFxxCnrOOW6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:257.5625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#aDNykQbXwrdp1CqORP5nFClQk6ufxd8X { z-index:15016;top:267.62501716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SKk11IWpqDTTB6UPFrs9Q6chOWRmZuN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container { background-color: transparent; background-image: none; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container > .video-iframe-container { display: none; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row > .video-iframe-container { display: none; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .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); }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container { border-width: 0; border-radius: 0; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container { font-size:0.875rem;font-family:arial;height:268.0625rem;width:75rem;position:relative;display:block; }#at5Bre9EfwJch2tJEmn4XxRw9pVe5cXJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:104.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2eDGP0dwAHIRJX0s7RtM6SOxw22H7XJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:107.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#gaxHFIdztaG9kZeJS723POW54qAe79A1 { position:absolute;display:block;z-index:15004;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:96rem;width:64rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#xLv3rNKmsSuD1c4FF9VVGaGQe5FXCBCp { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:118.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SpiQMir7kAxWCn0XgIZvRPZTSPOIkxnm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:122.0625rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#k0yzZlkPXVSoLuawRoeH6dO71PVS4DNU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:134.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwgDq24lDFV2nQJdb1bwdfn1WeXoBo5e { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:138.375rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#Blek1Dmspxa1A8ld31u6Bip3gO3OnBFe { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:149.5rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnORPfT8wF8CTRTTMWTQJELev6RMxeCc { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:153.5rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#vEZUaoi02JSL89NGUdzzVHC3Pnb6LnsH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:162.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4q3QLEPM1hEcJA5Po9QAzDO5g8Bl2zT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:167.4375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#iPyXRdsRGSnORqwEgisTTmZVvGx6CEiD { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:174.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGnRLugWdSM29aGO8Q7q30cfi4TCmfey { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:179.3125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#ttfboyCOtnAaBHiJs1awqxr3qFXIm8lQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:186.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N19TIMoiwUpwTJdS6GoCoOS2FXSclWCP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:190.625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#ZfxNMUf32JTxPb2mfeRMvihanlVcLJTZ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:197.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpNiaSiCkXAXVr5zrgpvckPasbKrFN6F { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:202.1875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#m3D685THIl96fqcitzblMuuVuoyTTc5n { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:209.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AStTKcBu23rODmp9pBOX5va7oZzpt18K { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:214.4375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#PyFVoXVoLIJulVNQ4LhvNRdPfl13EMrw { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:221.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPLkkFge2XKb0RI69p3Bxc8E5OzA0PR9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:226.8125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#nsKNn0tZb7pWOtxHdrRbu511izxVDiAO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:234.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqNEaHcwPLBeMFXTkwPcJzq9HmE0uX6N { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:240.25rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#g2kDTHF1lNMK6cfTKJw19X5r9vayJHtg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:247.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPMem9obXDBtyhtSgm4b1eqAsPfUo8TM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:253.0625rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#kgW0Sm2vcdRzMxJ4aOG9nDuMz16vTfox { z-index:15017;top:262.43751716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IGZmBfFRokFnoCebTfn20fgAsJQUz5oL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container { background-color: transparent; background-image: none; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container > .video-iframe-container { display: none; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row > .video-iframe-container { display: none; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .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); }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container { border-width: 0; border-radius: 0; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container { font-size:0.875rem;font-family:arial;height:181.3125rem;width:75rem;position:relative;display:block; }#TD5OdVIS4G04r6mGFevCqfZXSlWvw72X { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:68.875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o7CWTMVVTw5bS8iAxSilSc9HEbpHiNra { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:72.8125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#yESHGkiQtoPgX3WvWemc5vlsDMCK7XwP { position:absolute;display:block;z-index:15004;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:64rem;width:64rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#MO0nOepVr2de0TsUqBrmEBo1ev2UN3Wl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:80.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRRfdptfvTn7Oqx9HURyHM60pcpFebs7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:85.4375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#Xw527B7uFrMLPBQo5cDtI52FCnPflc7d { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:93.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sk0SSZy413TJl4cHtddL9Osxt6KkOZCp { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:98.125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#uNEyRNUooGMOBELRPh0WZrlAG61mzRU1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:106.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxDCKVHJOImEoCQRqDquiGW4nLgmo2po { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:111.1875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#nMpfSCw6zRfOG30zIDxOHhiBOwde5g9S { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:120.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bs4TpJlJWZ9Wxo78wrawLzzTTQKK36OI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:125.875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#TCxZ6u4dbrbzF6tEWGqGdw1W91MbEPWs { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:132.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwO2Irz31ei86XmApbEo5q8We8y4Arr5 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:137.9375rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#L80OeWfVFrIhteC6b4HcdnfyJSh03ewI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:147.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3L66EEan05BtpAh4r8MOmfqAqnfQeDW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:153.125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#I02lh1wgOhZq0frOZSXhskHLu6Xpg0x4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:160.3125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DipJRHpXSp6fEr59El6iDAgX57VpAhzv { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:166.4375rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#HSDU9fiBEWpOIcuHZo0R87VJaupIpldy { z-index:15018;top:175.37500190735rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tDhkqlTZHT3kw38nxKf4BNeXnBgMngcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container { background-color: transparent; background-image: none; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container > .video-iframe-container { display: none; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row > .video-iframe-container { display: none; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .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); }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container { border-width: 0; border-radius: 0; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container { font-size:0.875rem;font-family:arial;height:130.125rem;width:75rem;position:relative;display:block; }#lKJ9PLtXEEX4czQNcfcb7VncHNhtPHvO { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.1835637092591rem;left:45.4375rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TitIwygG2c5FAtsdFDLEfsFxJ2E57wlg { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:11.935517311096rem;left:45.4375rem;height:10.2rem;font-style:normal;display:block; }
#EhCkxMMzcaFDz5MkBrm3mpXXZiylPQLN { position:absolute;display:block;z-index:15004;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:64rem;width:42.625rem;top:1.3749976158142rem;left:1.5625rem;overflow:hidden;display:block; }
#UcLTKRZhLBDy069lrADPmUNTmRBgBqz3 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:29.061820030212rem;left:45.4375rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#siQoTPVt4RvLEPkenozV3nQtz7ZZ35qU { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:34.187472343445rem;left:45.4375rem;height:6.8rem;font-style:normal;display:block; }
#qL17V5BLzFx2luAwHzpWqAztaKFJwPOA { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:49.062472343445rem;left:45.4375rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds5Gl2pIO33MfkTqe4adD0RvSG4M5RuX { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:54.812472343445rem;left:45.4375rem;height:5.1rem;font-style:normal;display:block; }
#hSLgI4F5AWTTv6MolQxO9crEiyeTreKZ { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:69.93750190735rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3zdSCTM2mrXrTEcKzM6PeqWT4eTHg8L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:74.125022888181rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#aA3o5ZP4TwUan3XH3utbnZOAJRNcrS82 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:80.625022888181rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o7RzJrAQ261fXZfWglm9v7vCeasSTcr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:85.062520980838rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#QmgMK6D87uSnUzMnrouExcMkaETmnSJk { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:91.687520504rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKxVrrrAr4Rt89TbuHaxCyu1KHzBtBnF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:96.250020504rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#Wl2P6O5sNtKInbCciU1J2ksKA6toWXrG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:101.00002098084rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OGWmgWN3uTMBh99X2i5hIzshZSK1Coh0 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:105.62502098084rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#PTxEs4Z3MrzqSEI2acls9cbWqdikk5qL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:112.31252098084rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heGz2iUQ6E78KksZ9gcUqHphN09DglFS { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:117.18752098084rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#oTtF8Kcg4KGQJJNy5B48kHIpxugNUZST { z-index:15019;top:124.12501144409rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WOCJP2VsDrVCr1tSDsR3nlTJTw9RJDwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container { background-color: transparent; background-image: none; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container > .video-iframe-container { display: none; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row > .video-iframe-container { display: none; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .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); }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container { border-width: 0; border-radius: 0; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container { font-size:0.875rem;font-family:arial;height:132rem;width:75rem;position:relative;display:block; }#Ltgowz2ztATW7FP0kiWaCZIcWFUOVuTc { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579433441162rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nd3CnN6LVRSEBBoJTMPI6PlZvUwL8kn2 { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.872398376465rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#X3gi7vCQXgTDuEHeydOlO5vWBNwPZQTL { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:74.625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUSy6zu9ZsfAJyOwp1fAS8yM66roNdPO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:76.5625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#UFPF3lGPhS2V1H4kTVnCb6p3sxTeRnOd { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:85.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8LzD9l22cAPu5AhrPMxaqWJtGLhDoIm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:87.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#qWmLymoPqbHdzMXvMx40R3pIx0yf6iFw { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:93rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cf1ZKzEqMCLqmChtTfZwayK8BlVsQRRA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:94.9375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#RIH5o4N4DRJ2VQ0OwysC1MmCIzwxOuwE { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:100.8125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2zzVTT6tBXLohUsSaeXED5kxGXZkSf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:102.75rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#b87EtVFsT6l4hbbIpv4Fc2wTsy4bJixi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:108.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbI5EqqKhfoDTd8pxdIUe9Zdae2tp34F { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:110.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#z4BsLdrMXe5lO7wtbLa2vmcun2cmI6hF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:117.1875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKDd5m5J55qPxQC2EvsTg92kodEFQ0Br { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:119.125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#FwXfq23vG1krbq2ZJXXhf0okVHyNHiBy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:79.9375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#yzbsgmkiCe3B1VhA6iDx3obOD0zHq22h { position:absolute;display:block;z-index:15015;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:58.0625rem;width:58.0625rem;top:12.65234375rem;left:6.75rem;overflow:hidden;display:block; }
#m8PeqZHGtRIFFDohkHbgzHrhPfOdTeye { z-index:15020;top:126.62500762939rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oswtTQTXEDsIF8ZUhfs4vzkFVswhKPUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container { background-color: transparent; background-image: none; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container > .video-iframe-container { display: none; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row > .video-iframe-container { display: none; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .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); }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container { border-width: 0; border-radius: 0; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container { font-size:0.875rem;font-family:arial;height:89.1875rem;width:75rem;position:relative;display:block; }#KuH2JykKqr8fBlWuRft43bumEbcyamFf { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579433441162rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XJ9EgMHzCOxK4UIaxzHw3qsCamvu08IL { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.872398376465rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#EnmXl28EowMrgqT5rHrXxP06TNTSLGRQ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.9375rem;left:27.75rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKldUb4cVFl9ZLMcf1iBRi1CSRQeVpdr { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:16.875rem;left:27.75rem;height:3.4rem;font-style:normal;display:block; }
#LvPVvNMmXde8UGyI1zCENPZI0EqHqnpt { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:23.875rem;left:27.75rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTRxy5byLgzoP6bx2gwvInB0QMQ2hruW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:74.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SToamCoTsNro9kF0lQdMa0ndk68CaSRl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:76.6875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#JRpwvTdNJ5hKGSQ5Jz1gMXsuZoUxiDnx { position:absolute;display:block;z-index:15015;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:23.75rem;width:23.75rem;top:14.9375rem;left:1rem;overflow:hidden;display:block; }
#O4w8VAaKmEqSrw0PhXfEQ1Tu7su83dIb { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:25.8125rem;left:27.75rem;height:3.4rem;font-style:normal;display:block; }
#Svapl09CGAiSGzKPhyK0FTc3LKiEBKBP { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:30.75rem;left:27.75rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#la0BUFxpJJq2phZuLOEVV2bDrtwEG5gG { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:32.6875rem;left:27.75rem;height:3.4rem;font-style:normal;display:block; }
#ss38CxcMzr16yssocqbu4SIwtlkTmlbv { position:absolute;display:block;z-index:15016;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:27.0625rem;width:27.0625rem;top:44.736980438233rem;left:44.541664123535rem;overflow:hidden;display:block; }
#B5Voab3UNsgfZi2TTbVllZxEXfZdI7IA { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:48.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#HtEC2PSTZDcxpFpmhDc7X72i7HKNedUJ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:46.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGAia1WQ6ETE0J1ml9LNwGrueXCunwFl { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:55.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9bGlxWdprMNMWxzA8UPvFaBJwghA9pP { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:57rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#af3y68ssqg7xazdnlkFAHHxUvTHRGJJ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:61.9375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysEM8nk4XGnKJrPWAATiEhL0yQwBl8UR { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:63.875rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#izNiH71Eb6hyVdGyiD6bNB4pBT7htzkQ { z-index:15021;top:83.562505722044rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EO41bSLHmtHraJychFDxrM1Q2afvx9Sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container { background-color: transparent; background-image: none; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container > .video-iframe-container { display: none; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row > .video-iframe-container { display: none; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .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); }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container { border-width: 0; border-radius: 0; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container { font-size:0.875rem;font-family:arial;height:174.1875rem;width:75rem;position:relative;display:block; }#LmZZ3iha4cp76Tz3LoOc5WWrsBeozZJB { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579433441162rem;left:0rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCBSTcIRE9GHV8r6T0VqWGuqDE9vfq2p { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:8.4056003093719rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#yr5SbSACrbpNhrB6APTad64ylK5yrvos { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:102.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nu9GrfNEfIzvqKQ2OlTWGXAupqpfAKP2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:104rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#k2yTLZBhT5bBl72rbfd6CbHz78EDe9QK { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:54.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oubez8UR102cKm4C79Nrqltgdi78SJ99 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:56.1875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#h8J7aWIsoFQMZ2Mu4nE1h6QAChUNJJgT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:13.992188215256rem;left:0rem;overflow:hidden;display:block; }
#AMSg5wTSag0Ri8cTfoTc7NVHHIGhXfm0 { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:58.91667175293rem;left:0rem;overflow:hidden;display:block; }
#xklZZJ2r03NwihUgHmFueb86oG5RNxXy { position:absolute;display:block;z-index:15019;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:37.5rem;width:75rem;top:106.97917175293rem;left:0rem;overflow:hidden;display:block; }
#ZQ6M4XmJ1hzZPDuRBiTmsBD1T1MsnHTr { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:149.375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sPIfgklWw3XkrLH4pUmZ8xMMSA1swNnd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:151.3125rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#duZG0c39UeOGG0OwniRu1w4UcuOGIZ7a { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:155.75rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTmTsemWOZQ8Tr9lQPDGOUJ5HQThHxMF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:157.6875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#RE86Opvg1SROb1DR52OHNDdirf6hglI3 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:162.1875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUmBhZzHkgNIHneTBANKiOtgK5Ho64mG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:164.125rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#llzwNK4CNasnwmwiRWvTRNSxRUpmpRU9 { z-index:15022;top:169.375rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uT6QAGfg2gsLkxqqg9zO44OsktknLvlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container { background-color: transparent; background-image: none; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container > .video-iframe-container { display: none; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row > .video-iframe-container { display: none; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .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); }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container { border-width: 0; border-radius: 0; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container { font-size:0.875rem;font-family:arial;height:226.9375rem;width:75rem;position:relative;display:block; }#EsPIUTrZotnnfSSo4obCTAuuWfQOISqM { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579433441162rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SVuDtbT8uHE90PxbLNxEzG1EfWUvm5QH { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8431205749513rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#MJhVDm7rS3pkHeaa220sEqBcZfKqTHP4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:102.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puCbX1pMowUnv6bVDZcWRlT7FD0k5MsV { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:104rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#ShRBsERtQiUQHVO1fN8rtZTVQATupBAi { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:54.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WUDfPmC3ToKxO74ehChN3Pw9v1zVccT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:56.1875rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#aoB6DASBRyb3OyZPUdcQiV76dE6422MV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:13.992188215256rem;left:0rem;overflow:hidden;display:block; }
#pNn5kOb70Te85Af2aVmTcEyF0ALhbUCC { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:61.791666984558rem;left:0rem;overflow:hidden;display:block; }
#mnyNX0yD2NgtGS4GKdbFyFwp1VzPGxOn { position:absolute;display:block;z-index:15019;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:37.5rem;width:75rem;top:109.97916698456rem;left:0rem;overflow:hidden;display:block; }
#TMhCf3mT206hlsc9uaal6pCyVWp2to9T { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:149.375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJOOhbCTJFlbfCwe1TlOhhFQoBT9mhkO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:151.3125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#RkUsoaNM4r3eZ0dDwRuaTXtlxmst3tKw { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:197.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Me6svBBVfrEmgiF1vJO77oocoDMMa8Nv { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:199.5rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#m3QmdqhWXm3zv7qk4OLWZX92ZFe1rSRI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:205.375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9cTqutxMa7JRNnK6CFfksM5zKaOnAFS { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:207.3125rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#NtMaL2RSdTBB4mTALXCCHJA6C6GdL1Xq { position:absolute;display:block;z-index:15020;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:37.5rem;width:75rem;top:156.91667175293rem;left:0rem;overflow:hidden;display:block; }
#WI5DCqTI43KP72t5OGTwrF4N7Qm8Na1t { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:213rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1izS0qKSlrwehmASTdqCPPa6Tzt7PV7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:214.9375rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#h80yuZcX22OhR8qsi4oXmZy6u9UdVCsw { z-index:15023;top:221.37501716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#peIDdFTKawQegAqHy4sPAnNq7FmkCq7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container { background-color: transparent; background-image: none; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container > .video-iframe-container { display: none; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row > .video-iframe-container { display: none; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .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); }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container { border-width: 0; border-radius: 0; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container { font-size:0.875rem;font-family:arial;height:224.125rem;width:75rem;position:relative;display:block; }#w5Pbw9Lc8zgW1gc3eLyHiakg8UEgVdKG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579528808594rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNOXneNTTBA6XFQtqQbkd4MRZTVTBLiW { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8431205749513rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#iB6emf2pssNx5GuhnSrNx1cqJ4h5JGO7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:102.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mU2imkeHbxRZ8zBgTCbQ0G2cCwUKVLEP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:104rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#cdhutMQdup9qH0K58X9VBZw52fCoeWLq { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:54.25rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUgFeXsEaLAbQWrrC8wuW2NQkJnMBgsl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:56.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#RcPqfiiL4KZArca7uiGmOIDJlvVsQJOU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:15.0546875rem;left:0rem;overflow:hidden;display:block; }
#xBVavVIuET6IQPrqUT9lmHKJi7alpOTn { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:63.416667938231rem;left:0rem;overflow:hidden;display:block; }
#JEGO33egRdhBfQ4uilK9kdbk66ioJeDE { position:absolute;display:block;z-index:15019;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:37.5rem;width:75rem;top:109.97916698456rem;left:0rem;overflow:hidden;display:block; }
#ymzdu4m54XeVe3xl9ySaO5QJBH5KUuiG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:149.375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKlcbAfXrPdbVSPB9FkbCo5ywDwNHvGp { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:151.3125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#xuI8Kt5bPlIqTkcay5OoEAiykdT7266B { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:197.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pmls1vyVEXfGAxgCLL6qyl08rpHMScQi { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:199.5rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#yCPlaNcrSdzL2URhmU9yTlv6GeApKt4B { position:absolute;display:block;z-index:15020;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:37.5rem;width:75rem;top:156.91667175293rem;left:0rem;overflow:hidden;display:block; }
#TM2x6xCBTruv042BCgflvzZnRaMOvstA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:207.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eifbkGylrhiQKkdH2Gssc2oM8595xHkO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:209.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#Fq4a1F4paaupxbhJUbKOTR2KDThRM2hZ { z-index:15024;top:217.43751716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t6plubMtWAthTrRyqH5HfNLWql3a2tdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container { background-color: transparent; background-image: none; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container > .video-iframe-container { display: none; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row > .video-iframe-container { display: none; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .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); }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container { border-width: 0; border-radius: 0; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container { font-size:0.875rem;font-family:arial;height:240.9375rem;width:75rem;position:relative;display:block; }#acL8IQS6O51C7Mgdn0Z5VhBBh3rLq5LX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5579528808594rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJiRm7hkBIVMS5kMHiVC1cnJLW9MfLbK { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8431205749513rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#IdkGgEDqmG4ozqdNT0bQgBE0HfhR82mP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:102.0625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7ITJkBou2GzNfdhTW3KOAb2GPtWDphv { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:104rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#QUqTpsp4lZ95MdlDqwsnIhP5GGqtNwMb { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:54.250015258789rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCgqUmEp264vJNsXSFcAxpXys5TPqPO9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:56.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#gupyTlgLKDwB2D3Ny7sEySGpp6CZoLqq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:15.0546875rem;left:0rem;overflow:hidden;display:block; }
#rLt4ozp8nIfZXKskZ6H996OKxCy1yAk2 { position:absolute;display:block;z-index:15018;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:37.5rem;width:75rem;top:63.416667938231rem;left:0rem;overflow:hidden;display:block; }
#l5Q3nG3yTrot5ImlKpSJ1SwCAA3MT1Rg { position:absolute;display:block;z-index:15019;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:37.5rem;width:75rem;top:109.97916698456rem;left:0rem;overflow:hidden;display:block; }
#BAmPQCFBarb9c4TRyWBkrIxP5JSTFmZx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:149.375rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRToE6wQ8ZLatXqKDXmfkwCFGFB5sg75 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:151.3125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#W4EMRK31zORDedMdGu6bMSmrEBLVxJ8w { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:197.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8MROcLhQObaIpFyV0yXRfGQytnqWrRT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:199.5rem;left:0rem;height:1.7004rem;font-style:normal;display:block; }
#aTc3DRwRdaznpwhZ5yzCRd6agkEV4TSF { position:absolute;display:block;z-index:15020;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:37.5rem;width:75rem;top:158.35416793823rem;left:0rem;overflow:hidden;display:block; }
#GLrcupKKE4xi4m9gsVT1Pmvt9Gfg8tqW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:205.5625rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8mB8wMXP71cqKwdQUqIfShdDJwhnTBQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:208.25rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#Ubn35MfLuuv8KbZqzQM04sgS02fe7lTz { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:216.6875rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ua32bJ8RPPgaaTCbogFs5cqOtslSpDuC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:218.625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#mEdZQG5i3yZcfrOTvpZ93TUfPOZUMxxQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:225.125rem;left:0rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uD1p7ZqVpFnqbVoHpHZiTcNLr1V1aQvm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:227.0625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#tct7xhHOn0UXw9D1DHe07lyiF05n6SJl { z-index:15025;top:234.62501716614rem;left:21.440624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.052083375rem;height:3.051564625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zbDZTLNn8fRqhdWz9yypsnwFObpdy5cS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#OdgS06yVTlObOG51X69U5mbGBzAyJKCE { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:23.1875rem;display:block; }
#qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius: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-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/bff6e125-0697-4d5c-bfdf-82ebc288e987/bg1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8749198913574rem;left:41.9375rem;height:1.925rem;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.6861190795899rem;left:41.8125rem;height:15.3rem;font-style:normal;display:block; }
#t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.1875rem;left:41.75rem;display:block; }
#ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.25rem;left:52.5rem;display:block; }
#zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.25rem;left:63.25rem;display:block; }
#zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.5rem;left:26.9375rem;height:1.1002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:34.90625rem;left:44.3125rem;height:1.7004rem;font-style:normal;display:block; }
#iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { 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:26.4375rem;left:44rem; }
#sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { 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:26.4375rem;left:54.6875rem; }
#Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.4375rem;left:65.5rem; }
#aQyzLShEEc7yChVJVU9BTJK47PeTy7Di { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.068359375rem;left:41.8125rem; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:40rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#f7f4f2;background-image:none;top:0rem;left:37.5rem;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/3d73e352-417d-403e-b789-184f386b0181/photo2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { border-width: 0; border-radius: 0; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.625rem;left:0.0625rem;height:1.925rem;font-style:normal;display:block; }
#UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:9rem;left:0.0625rem;height:3.4rem;font-style:normal;display:block; }
#df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { position:absolute;display:block;z-index:15013;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:10.375rem;width:14.375rem;top:14.6875rem;left:28.375rem;display:block; }
#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:16.5rem;left:30.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
#KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:15.3125rem;left:4.3125rem;height:3.3879rem;font-style:normal;display:block; }
#JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:15.3125rem;left:0rem;display:block; }
#lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { color:rgba(var(--color-tertiary-2),1);display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.1875rem;left:1.5rem;height:1.7004rem;font-style:normal;display:block; }
#Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:21.59375rem;left:4.3125rem;height:1.7004rem;font-style:normal;display:block; }
#g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:20.75rem;left:0rem;display:block; }
#sxImpyTKTMReEDTRMc281CPFkPHQhPkS { color:rgba(var(--color-tertiary-2),1);display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:21.625rem;left:1.5rem;height:1.7004rem;font-style:normal;display:block; }
#qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#f7f4f2;background-image:none;top:0rem;left:0rem;display:block; }
#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b97fecef-8e04-4720-8551-4d661197b1b3/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::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; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:10.9375rem;left:48.09375rem;height:4.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:28.12508392334rem;left:19.75rem;height:6.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-form-header {  }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-secondary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .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; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-moz-placeholder { color:#949494;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-moz-placeholder { color:#949494;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-ms-input-placeholder { color:#949494;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-webkit-input-placeholder { color:#949494;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .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; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container:first-of-type{padding-top:0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container:last-of-type{padding-bottom:0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.25rem;left:47.0625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.25rem;left:47.0625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { position:relative;display:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { position:relative;display:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI { position:relative;z-index:2; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa { position:relative; }
#Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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:25.875rem;width:30.375rem;top:7.0625rem;left:44.625rem;display:block; }
#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.21875rem;left:3.375rem;height:1.23756875rem;font-style:normal;display:block; }
#r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { position:absolute;display:block;z-index:15002;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:2.75rem;width:2.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(var(--color-tertiary-2),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4552383422851rem;left:48.9375rem;height:0.9625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.9375rem;height:8.25rem;top:13.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:23.9375rem;height:1.1875rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.75rem;height:2.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:41.875rem;height:1.8125rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:38.125rem;height:3.375rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:6.0625rem;height:2.5rem;top:2.9375rem;left:36.791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:12.875rem;height:2.5rem;top:2.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:6.4375rem;height:2.5rem;top:3.125rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:8.5rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDULCg4i4OK5EBMJtFwPmTbN1nqgBGF { width:47.75rem;height:2.1875rem;top:116rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbowGtQc7ZOVuk6OtlVUIvrL8L0H8pzq { width:47.75rem;height:10.1875rem;top:119.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKnVtZ8kp9Gr3hyhM6bTFiwkTEaPHUKd { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5s7ItRxCJsd39ckHQIM8tOgExJhuemc { width:47.75rem;height:23.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEyHdx9TCn9AU02gPF7P5wRmk0R2WeQX { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmHRZmTulHxK51TnQvGEc0vkpRSX23L { width:47.75rem;height:11.875rem;top:63.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLU1wlSE4SHummbKzclv7GyiFO3bKDPy { width:47.75rem;height:23.875rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h226MysreJ6JFBsGx1JuM5euoJR2Ss8t { width:47.625rem;height:23.8125rem;top:198.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITML8BE0SyVpiBBs0WRtDads2a30u1cW { top:252.1875rem;left:5.1865501403809rem;width:32.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOD6AtrZ087Kf5VQXzpMTwv4zv7kFwk { display:block; }
 }@media only screen and (max-width: 763px) { #UNSIysZasAMTDb2mdsGeoowrSiiGzOGu { width:47.75rem;height:23.875rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtvC287H7OZeXBNEJWvc7eh4CbICx4lH { width:47.75rem;height:1.875rem;top:172.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIuDaJRgIOEeJNatSD7RbQWLid02oxh { width:47.75rem;height:10.1875rem;top:175.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdUPILULsCVAMTWn3HR7vxB3aFBTrOC { width:47.75rem;height:1.875rem;top:189.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRh5hTw3AoTqBKS2g0yB9TaETSbJKPzL { width:47.75rem;height:3.375rem;top:192.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5WSopm59pzkmpV9NMf9wFWvBxrPOvFQ { width:47.75rem;height:1.875rem;top:239.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLg4KPQ1bc4cIOUA3boXBlXrqcwK1iAy { width:47.75rem;height:5.0625rem;top:242.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDggLhFPZdFOu1OTedwHAuovnHwR5AFX { display:block; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJAGwqoJZWfU9py2BMKvuZMaOMB6kfBs { width:47.75rem;height:10.1875rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2T7RT0gzJfOU8y78bfSMJ3gvp8HxxX { width:47.75rem;height:2.1875rem;top:111.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOgVLZHTZPbJhWOXIISRyEkNrpEtknb { width:47.75rem;height:8.5rem;top:116.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWRcLPuumaqhVxeEQlEAcpSnZgQJcFXo { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4XX6ZxDbRfaxi7LJbdaDTL7T6z0A2o { width:47.75rem;height:23.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFzbqTvcATssfMva8GL0uuN4booiV3Q { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfOUPrf3kdvDwa31qZt2qpUdNfQVvx { width:47.75rem;height:6.75rem;top:63.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4LCElLmcaFtC2k8bSfF7KTgQaomucPa { width:47.75rem;height:23.875rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXHxpsnbquHhVUCKmNrxz04iuBVrVpq { width:47.625rem;height:23.8125rem;top:199.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27rTgWRWqX96LJO83KTiSMUMeTmHZSv { width:47.75rem;height:23.875rem;top:130rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBRwui1PmBmkpcvK1MOTb6EBIgBx5eB { width:47.75rem;height:1.875rem;top:171.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG75hZmUhzcQFnRlKcACPz8mcRy5NsSl { width:47.75rem;height:5.0625rem;top:174.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbfCKvh9sbBD62ma0iidAgiPQWqJqkcJ { width:47.75rem;height:1.875rem;top:183.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTObHzMtIPU4VEJSGkUnUfPxiTZd6ENA { width:47.75rem;height:3.375rem;top:186.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeegodVqf9J4UgGk4ZkFkbxU2viLkMtD { top:194.25rem;left:7.5656242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlPzzJ63u9HRftrpIsXitKCVNc8Q9xk { display:block; }
 }@media only screen and (max-width: 763px) { #u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E { display:block; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGZBpQrfc5SFt5g8ChVxBHCM4uZvXPRU { width:47.75rem;height:8.5rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbmMinlOJb55e25yc3kkbHrPomVT6Rc { width:47.75rem;height:2.1875rem;top:113.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ae7tVTixkFuXrAKiN2u7NfJkPFr6Mk { width:47.75rem;height:6.75rem;top:118.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZE295JDBccM45xEm79M3kSHAxn3yyRA { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHtSezLZnMFS9dsId5gdwnl6K2n0hdo { width:47.75rem;height:23.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesRhi5qg1gdZyiZUQ7agRSwcIkGL4vs { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3WL0aeOhHz615LUGFHZBbngnTwceqmt { width:47.75rem;height:6.75rem;top:63.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWbwFC42demxxvSXkMPGtPyTmd1i1rG { width:47.75rem;height:23.875rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraSGTgcS9RDcM3hsTmellCvCDAZ8ZLS { width:47.625rem;height:23.8125rem;top:194.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSDlMcGkSpOUoF7NuFZT4rtM4mLXn4k { width:47.75rem;height:1.875rem;top:236.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFRv0GpOctooexnTlMuRypG5szOZ2VRh { width:47.75rem;height:8.5rem;top:240rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0nu3NaMK6zLW64CG591MRGiTV1bav7 { width:47.75rem;height:23.875rem;top:130rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBSJWIXfiZD7oRSS46CXTLaRE4i8UDb { width:47.75rem;height:1.875rem;top:171.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABm2uaPfR2qddn8TTh8Fr8ys9ZI2FLF { width:47.75rem;height:5.0625rem;top:174.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pniGk992PTtS5ecTvzynqlxW1JyyLdH8 { width:47.75rem;height:1.875rem;top:183.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3a9oLuAFgtnvHNkE0wuD4wV6MUt4hvJ { width:47.75rem;height:5.0625rem;top:186.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJNLMW62TIAcuBbeToUkuu0migNwyUO4 { width:47.75rem;height:1.875rem;top:251rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5e4aawFG9pN3FZ3FkZUGqLFs5D7ze6b { width:47.75rem;height:6.75rem;top:254.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5exsd1LQVhT7tn5cNUKTWdavD7QpMUK { top:265rem;left:7.6281242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7wb2s5KANOIMVRS17UIALxlE5MlKsr6 { display:block; }
 }@media only screen and (max-width: 763px) { #gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 { display:block; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRxhlOf7BAszVy8vQ9RcZkTMJ9I4ontZ { width:47.75rem;height:8.5rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3IveI4ctABTGgtdC1pMtZX8Z1008NI1 { width:47.75rem;height:2.1875rem;top:119.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyOTduNOaQ2oHFkz18TXPQGuIQR5aT9p { width:47.75rem;height:8.5rem;top:122rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZogXUeiSllyyNV3zG9o4wJTCWtcQ7rf { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi3TNPGlMUS94QziBC970NBLTMefZGwC { width:47.75rem;height:23.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ollM7XXVfX88mL6G1HxBQeq0zubiVOh2 { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLfKErabXm4w07DLTVdi4aGM3UxUkUQV { width:47.75rem;height:13.5625rem;top:63.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB3uxCGHXQWts64I1qS4HcX8fhZ1iWZo { width:47.75rem;height:23.875rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPS4fiwwgKUXKkU3bzdJSL9QlFZFsXX { width:47.625rem;height:23.8125rem;top:202.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQMTh0HR2M4g0EqPahuQzQ1BdIsX5vXn { width:47.75rem;height:1.875rem;top:243.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgQs2cx5kqA0zIfdxwl0x3ALUktnTqJ { width:47.75rem;height:11.875rem;top:248.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sTfwc1REJ3JWPA9ZQuT056gceVZIc5 { width:47.75rem;height:23.875rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsWgPQra5GZdvWTn16Q4mUIPu0S7sy5 { width:47.75rem;height:1.875rem;top:173.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtzqsU4Ws3acn7pfmduL5Eha0qXHy2q { width:47.75rem;height:6.75rem;top:176.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx96EMIhctEZUbhVTckh55D0otGulwZH { width:47.75rem;height:1.875rem;top:189.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eloxb1IIXWQmdxQySAi3vCVXU52JDR { width:47.75rem;height:6.75rem;top:192.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXtzXN5H9smAw7QmQNQtsqHb8a76FmZ { top:264.875rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pun2F37v6BxrQRpn1gDrl0lifXT45leR { display:block; }
 }@media only screen and (max-width: 763px) { #qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq { display:block; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuMUqG7i7QL36JDT822Q4abLNi6GoO0Z { width:47.75rem;height:8.4375rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqLFB5LMtiBibb6fythN4OZWqE2gXbiT { width:47.75rem;height:2.1875rem;top:119.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DSRsSi5tSeg6tDBJ0AfuRtTxMgMwal { width:47.75rem;height:8.4375rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxtFdv7dWXKcEoDCwBBuFJe5wgGlwtwr { width:47.75rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7enkc2kXQNLsxSN5VFBSHRx4sbA5QLh { width:47.75rem;height:23.795416666667rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekslsCM42z6BpxQZKcKp4JTJ0LmF8oDi { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4VuXRThRILznHOuqtm55AVzFqBcs2dU { width:47.75rem;height:11.875rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUqAAFhtN4UGUAeHsZ27oiNLnKMRNoz { width:47.75rem;height:23.875rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2nKwHh6CGPoIdb1HaE0reQ7dt9GknTE { width:47.625rem;height:23.8125rem;top:205.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCRSqOI1w1MZPqoGKpdGkMbrksSWGsM { width:47.75rem;height:1.875rem;top:261.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvdLmgt91ITpC2ehN30VugtibrUt5PRl { width:47.75rem;height:10.1875rem;top:264.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbM2tJ1PMWaJOGANFIRSHEuXeNiZy9JM { width:47.75rem;height:1.875rem;top:247.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkU4GG187P1De7zat8Hg0yPfThZTdq7 { width:47.75rem;height:10.1875rem;top:250.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBdo8AZ0fqwoS7s7p7HaaibgMV39tGkc { width:47.75rem;height:23.875rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw3XT8KktOiAXMFUriwvH6cMKBp1I8wP { width:47.75rem;height:1.875rem;top:173.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDm05vk0Gpvh2J8b8Ivsw36AIb0Rf4Ow { width:47.75rem;height:6.75rem;top:176.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMSqJ02XJoocTzWQmeBqacU9TkSbQiT { width:47.75rem;height:1.875rem;top:189.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3JPWdGzMnkMTUutUQNWD3pqKKIAnKzb { width:47.75rem;height:8.4375rem;top:192.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVFb7BAeMRUVEMGkqxqW9iZNBVdgMOaL { width:47.75rem;height:1.875rem;top:275.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgRGRC5uVeiToGc4S49rwXfiBMDaodn { width:47.75rem;height:10.1875rem;top:278.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1AqKML21LFHkdUbFxryAL0bwrR05Ru { width:47.75rem;height:1.875rem;top:289.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRepNfZgoFZL4eo0OndO8DOrHgTnOKA { width:47.75rem;height:5.0625rem;top:292.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E72imBB8hqt3v6PS318nL6tBSoIBDLZb { top:301.625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQI3L51XXwpfB1Wenh7r7xZO0Iw38Gny { display:block; }
 }@media only screen and (max-width: 763px) { #cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB { display:block; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9LeVCoWsXKt7F7f3BwbAECffF7smNEK { width:47.75rem;height:8.4375rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qew1wiExnfEhfhxX73Ut7KIK703s5A05 { width:47.75rem;height:2.1875rem;top:119.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52aTzxsKkzTokbqLnTrsTiZZsMRq9ZF { width:47.75rem;height:6.75rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8aHrLSuh7umTuFaNQr3UcUpi4LWFBe { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWebM1i0uw4H144HhQQiae3dn4eVTTV { width:47.75rem;height:23.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetSdNeJHMR7i9WJv3pe9o7NR765OUsm { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVQDbGGLxdJm0pxoav5O4PruqC4EnANH { width:47.75rem;height:13.5625rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndyrwNvcyepQ6sp6Qu9VtasvwOT4qGnu { width:47.75rem;height:23.875rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcS5hfbGsOo5c7XkMUA2PD7RagLExIPW { width:47.625rem;height:23.8125rem;top:205.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOybaTxAF7FWDsAo63OsoL5LXqsmasTd { width:47.75rem;height:1.875rem;top:261.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzUvIhFy6SWqrMIXaIJm7X7ygKBfWZ2T { width:47.75rem;height:8.4375rem;top:264.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9SZNgU5tVBwF1F3z3TdzunACeRDai9 { width:47.75rem;height:1.875rem;top:247.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7lIvE3L55spTv0d7oDyF5UezRXTREQ { width:47.75rem;height:10.1875rem;top:250.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuv5iPokNZzLutDkl8u6NeOZvyCc9pS8 { width:47.75rem;height:23.875rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNU8mPNlDpxxFpkvHiMcwmcrIbNmrwp8 { width:47.75rem;height:1.875rem;top:173.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbRM4VTxCEUdQNfFaZG1Da4LCm3ZIwnT { width:47.75rem;height:8.4375rem;top:176.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACR2pcA1nuncyycxiwFNviqzGokesHA { width:47.75rem;height:1.875rem;top:189.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCQqtEMbHzkgC8ryTTzPBQT2147LWh1i { width:47.75rem;height:8.4375rem;top:192.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrE1ToZZH5GV1pR0lpwqAVvA4aQ1FgRE { width:47.75rem;height:1.875rem;top:275.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrG0EGMnTxMvH437V1rt5dl0iRc3ER2a { width:47.75rem;height:10.1875rem;top:278.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k7ETB64feeK0GtHpOFaqi71qAPmL9y { top:291.4375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5DKkfGDp0B1ACLHPcfBa8VC107RqB4G { display:block; }
 }@media only screen and (max-width: 763px) { #DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs { display:block; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqz1Mq9mfMM8Fvr4dZ7CNwvJugSfEhHS { width:47.75rem;height:8.4375rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkoXrDd9RWp1A8UkeCG34t9Nb0rQLJQ { width:47.75rem;height:2.1875rem;top:119.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmcANdD4Tv2lpqJJuNl0gLNsGogonRa2 { width:47.75rem;height:8.4375rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmXHq7gHf3qG03TitQe3tGmhfJiIFGxa { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK243xZTSsicLq91z81TMWbXxWEqxJlb { width:25rem;height:37.5rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvLHBMGpHlEDpK3TxIxSBSoE9np9pGqe { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQ9Wl6Iz3IsHxwW2WcOKQltGaeMtFPx { width:47.75rem;height:13.5625rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNHV8Bd1mZegi3DprbDSAD8t5LTO8XE8 { width:47.75rem;height:23.875rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEhR6prG52QAsWomxHTctzUzE3xOd60 { width:47.625rem;height:23.8125rem;top:205.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNteqc12UaBtt2WWlShAJUF7avamZhsG { width:47.75rem;height:1.875rem;top:261.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpGnptSVDOFUrMhFe8snI0dcSfXfbmi { width:47.75rem;height:10.1875rem;top:264.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkgXEf0gmSwMOvLbEninP6rXLyZTmE9 { width:47.75rem;height:1.875rem;top:247.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xIohhP2CA7K035n0VJV0rcQ9NS5sd1 { width:47.75rem;height:10.1875rem;top:250.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soevk7o6c0d9Xqus0SCJUGaEM1EMyCIB { width:47.75rem;height:23.875rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuTUtSVOZ0pqTFHciQQ3ABTqv5nNMC9 { width:47.75rem;height:1.875rem;top:173.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPp0gRukKGo3xRsvKCEtT23llzHsc0oh { width:47.75rem;height:8.4375rem;top:176.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHega0DQicdbMlW4llNLUnp2DExoeTbx { width:47.75rem;height:1.875rem;top:189.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv1yU1qTDX5trS2JnEQNBbH1xL9XEiR { width:47.75rem;height:8.4375rem;top:192.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqQLC10cdwtcCoapToSbaPpxGBtKDTc { width:47.75rem;height:1.875rem;top:275.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIhLha9Ph1SWRzLQwQ6VFuThuy20iTQU { width:47.75rem;height:10.1875rem;top:278.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmHdAgdX8NEd5wcnIEKoT8vZHHU3d3y { width:47.75rem;height:1.875rem;top:289.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghBZgbXJ8SZCc3fZaWArRxB04arKFnTx { width:47.75rem;height:5.0625rem;top:292.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy8i7r8zAbwpswV2Vnc7rfp3PTFLQZnc { width:25rem;height:37.5rem;top:20.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTpoCyRZy9c2MhPSsrq1gI1fnlBkAJnf { width:25rem;height:37.5rem;top:20.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yesPNehNkph5IIM7yBTbvXqK6r4m8w41 { top:301.0625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2D6s4SmNgIkTLD5FriG6nHkWOkxJffq { display:block; }
 }@media only screen and (max-width: 763px) { #ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ { display:block; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR7yk33fDDs9nGXilv9QzswLcoTgfXNe { width:47.75rem;height:6.75rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE0rZu7ay00CRyXdABP9pdmAVLGKKxkT { width:47.75rem;height:2.1875rem;top:119.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKfnn5W0HvocDhzSvP5lTaAUXkllaMH { width:47.75rem;height:1.6875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HrnfmTpGpW58Xq5Rsllrc4TOD76zNQ { width:47.75rem;height:1.875rem;top:174.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfBm6o5ROlcGqiwrTs7PoSlJNtqTxz0L { width:47.75rem;height:5.0625rem;top:178.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVqPubfQpQwAeyxD4udd3rtFOUGR1dh { width:47.75rem;height:1.875rem;top:235.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpkLov1GFnz66RccCwXQKMgsRTEeu7gX { width:47.75rem;height:1.6875rem;top:238.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEythE412CJxmcAEhT81kKxdkbwKVgMO { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNB7iq2a16BixmPPJ7TxUyURECdgpsJ4 { width:47.75rem;height:23.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOI8xIL7w3t3UARiLFhFFxNK8yLGdlsF { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5nX0b277VgHHaE6cVsNuucPUCx5OcWC { width:47.75rem;height:16.9375rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy1z8he7iWBgiEHXSwvhWSOHGeVl2pqE { width:47.75rem;height:23.875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZ0V6XsGouV87q5yQVLsI5wibAd9LTC { width:47.75rem;height:1.875rem;top:125.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGcs9N8gQgZsueUFIWcgN8gTe2UDsktq { width:47.75rem;height:5.0625rem;top:128.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcZriDrgrIOVEMMHSXxsxxa3KlBKXAT { width:47.75rem;height:23.875rem;top:134.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5wlriwHrPq1lbV69s2TaZw68B3oMcd { width:47.75rem;height:1.875rem;top:184.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4gAuTfXdnFVfPdns2kU0R4VrULcmTB { width:47.75rem;height:3.375rem;top:186.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZwTc4ATcgefCvXd0yWud835AVZTyZK { width:47.625rem;height:23.8125rem;top:192.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3NrfQ9DCz0bhDJkXy0GBx491ksgEuN { width:47.75rem;height:1.875rem;top:266.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okU9g7kfAxSspSeT5oxLXPMTsMM5261M { width:47.75rem;height:5.0625rem;top:269.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmyUTuqfvI4Jq4vzfEoR0qg42q4wDdAQ { width:47.75rem;height:1.875rem;top:243.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Jg64RKikpVJV1lpWssRQkTOVhFqhKs { width:47.75rem;height:1.6875rem;top:246.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhBR0REEtWpCuxaSo5pwao2tAaarc3q { width:47.75rem;height:1.875rem;top:251.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefVWnFLRTkWKNJAZQdcJgEX9Q06JNKl { width:47.75rem;height:1.6875rem;top:254.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kETQuQWKZW3bXi2uVHNUP4BcrEHgkI { width:47.75rem;height:8.4375rem;top:304.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEbMRDu3sdV33ZvJkBSF21GpCIOeshKN { width:47.75rem;height:1.875rem;top:258.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbyJTKxk93o9q8V2VwstZIJmOTlC1KL { width:47.75rem;height:1.6875rem;top:261.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01OrA2sc3aOPkcN6NfUMPGg0DIFiXPq { width:47.75rem;height:1.875rem;top:275.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMhxvCv4tgnwOaOb3CtSylZXoh33RO57 { width:47.75rem;height:3.375rem;top:278.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaD1fzGFQvIZyq7zNfZEnAPgOqsRiB2V { width:47.75rem;height:1.875rem;top:282.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNAJFUthTXUTBPLbeB3kkUWAWeL32CfJ { width:47.75rem;height:16.9375rem;top:285.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDau8crTl1AIvsozlrJWRTy862HVdz7V { top:318.9375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTx0cAZQyWn1WKvupUsGrH4F4vtH9T2 { display:block; }
 }@media only screen and (max-width: 763px) { #spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 { display:block; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqEDhEKuSqlU57T00XALo1iKMFnRRS5F { width:47.75rem;height:6.75rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJg5TP724MSpItbGF8WuhoP1ziQ5gRnw { width:47.75rem;height:2.1875rem;top:115.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24TGSWkCgJlV64Kb5GMXfHUUMpUn19J { width:47.75rem;height:1.6875rem;top:118.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9sn6NA6v0TNbzooH2FvVi4REXJ0HMu { width:47.75rem;height:1.875rem;top:174.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmqAFAnK17UcNSOEaZ9CK4efWQWQEkwx { width:47.75rem;height:5.0625rem;top:178.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCbHhidg0UpiLPGyeq8IXdqAXq0idyC { width:47.75rem;height:1.875rem;top:240.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09nos97GlqkT8Und7HlbirIOTpsIuAS { width:47.75rem;height:3.375rem;top:243.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJg97ulhQgtzxlB0FFwzdp0MBmbCfS75 { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aco0wX1Z0mdJA3newce70mVd4Jbv6ATK { width:47.75rem;height:23.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEeKtVG14OqO9eki1BClbEwzw4cw1MC { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fQImvfX8q9XyzPEFN7bkcTDV9MIJsD { width:47.75rem;height:8.4375rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ18JS1eAqCmwKfiSaubLxhAw9QT8sni { width:47.75rem;height:23.875rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0zPXW8ZiURiWwM3QptpKX1a6PGXbwyK { width:47.75rem;height:1.875rem;top:123.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUN3VsGTaghdfkXkMDsmKDvIhlsVy8 { width:47.75rem;height:5.0625rem;top:127.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9JkIb35dMnQV3aPivTtGqTbw7X167H { width:47.75rem;height:23.875rem;top:134.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swz340T1pBVttNGQy8UnEsl88CPnphE6 { width:47.75rem;height:1.875rem;top:184.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zQrbdeupus43pgKZENFICZce4V2Rge { width:47.75rem;height:6.75rem;top:186.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVLDzTNDgmmyRIZ5eR2blUyE0uqRXR0r { width:47.625rem;height:23.8125rem;top:196.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdDp78p3bS6UE7oslFGndT3VGTqCMN5g { width:47.75rem;height:1.875rem;top:277.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2OmvI6ruWd2iB02bsHvorbGxTU7Rfg { width:47.75rem;height:10.1875rem;top:281.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGC1wnCFXbXCdEOzBqxC5HmMlaVCbyC { width:47.75rem;height:1.875rem;top:249.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyRfa26rgGqUiVVaf2SlnCxDz2QeAqx { width:47.75rem;height:3.375rem;top:252.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veq0qUpVZl6apthnvArMN8nZ41q2WLsJ { width:47.75rem;height:1.875rem;top:259.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrB4FeVEM2SdTAhpGtHXmcqz5CVVNDUy { width:47.75rem;height:3.375rem;top:262.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQdb4PA07xTViKxJTBPgIQNbAfuOyxL { width:47.75rem;height:6.75rem;top:293.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuubbvelRo73hbxdA1W3UuUf0J8CoPSt { width:47.75rem;height:1.875rem;top:267.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEOK1gu5fqiqCvf0oaa991zp0Or7xabE { width:47.75rem;height:3.375rem;top:270.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrwoSeTHEcrtKzIZLdsbaHyL7FbAAdwe { top:304rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNF9nrxuin9o4HmmZKOuCNHUSwsaIa1 { display:block; }
 }@media only screen and (max-width: 763px) { #BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D { display:block; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQQmWerFi4DQHMemOTTf8i9zGNm9q4hl { width:47.75rem;height:6.75rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3l1vbJNITNDZzxTCBzl9l1wotplFk0L { width:47.75rem;height:2.1875rem;top:121.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnp9h1dZpFrkyZbJRC0S9ruZdCTGfTpX { width:47.75rem;height:1.6875rem;top:124rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUmTEduf9irAr60OZt5FL5QK4vZdCoU { width:47.75rem;height:1.875rem;top:180.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlGQscQTDIDsSeUFIKiQ4f8ahP2LC8SF { width:47.75rem;height:5.0625rem;top:183.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEgK6VU9csBMhuVlKrxAPHNcOgORC70 { width:47.75rem;height:1.875rem;top:240.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0kphfmHfEb8N3TByBsW9vV0onbFpqAi { width:47.75rem;height:3.375rem;top:243.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyD26v7sACPzfwz0FS1c2fI894traiI { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb952yhqNVmZl8mGkA5Ug2qVGEBbrGOp { width:47.75rem;height:23.875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSEtefEpdFsE9xl0yXuqhBBfIeovAcsT { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSGL5f74cEtxKxP3OTDcpBiQLwApLTFI { width:47.75rem;height:15.25rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQpDDEuXRyRyNfl8T7SZ6Aa0CqsaCh6C { width:47.75rem;height:23.875rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4vuAuTTH5fRxb9ZDMfsKJBS2LcEAdH { width:47.75rem;height:1.875rem;top:129.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizwVt4ytMPJWNpU2Pfti1NBuRzIUmPP { width:47.75rem;height:5.0625rem;top:132.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh29hdyaZiuteuZQs1uTmXQgOnd4ynvF { width:47.75rem;height:23.875rem;top:139.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLOBycEnA0a85rZGSKTzdzRM6OpuoRUt { width:47.75rem;height:1.875rem;top:189.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8v9v4VXRltb3Vo8y4K6KC8U7R5mXsP { width:47.75rem;height:5.0625rem;top:192.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP5zAVgbxWNI1q33JGk3AJo1ss6H3awb { width:47.625rem;height:23.8125rem;top:199.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlRuMslwPJBw8ww1Z87qE9E2J7kCaKAn { width:47.75rem;height:1.875rem;top:277.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkizN7ivrEKrtSJ2ZOWcpB9NfdVTk3s { width:47.75rem;height:11.875rem;top:281.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K61olbr58TqZKthtaJRz4ic86XoqA6L5 { width:47.75rem;height:1.875rem;top:249.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJvJalxTI653CT42cBd3GkpgFAPI5xN { width:47.75rem;height:3.375rem;top:252.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8DXV0RpbiGgKyT85DiqfEyhlo3V3WT { width:47.75rem;height:1.875rem;top:259.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1zQ0acIShOGkA4nPKUnSH0ELOlKMM6w { width:47.75rem;height:3.375rem;top:262.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6lbE0NeoAd9xWZuTF4yoJJHML3ITH0L { width:47.75rem;height:6.75rem;top:296.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCu3nSoMcQrqa9eL9RCT3OBJfKOLPZ07 { width:47.75rem;height:1.875rem;top:267.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx3hbdRr6llAKQuVb8fgOdGsL0RSCuhn { width:47.75rem;height:3.375rem;top:270.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMXlrIVcb7hRh29qnlk0Gn6yxv271Sr { top:307.3125rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVS4hA6ScCTO7wH9S3Fcvoc5bGB3A5g { display:block; }
 }@media only screen and (max-width: 763px) { #ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy { display:block; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c25iKRl5VdNIWdz8FUWIqyu5SMhHvsJ1 { width:47.75rem;height:8.4375rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDDOXGBzHynxMwAPBHMbooaMcr0T7ATT { width:47.75rem;height:2.1875rem;top:120.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiB517iPrAJ9eXap9t59X4vD3KrM158w { width:47.75rem;height:3.375rem;top:123.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw3OiKwOoTvBzaDLLxnhE5mVoPHORLy3 { width:47.75rem;height:1.875rem;top:180.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKzoXeQWp2mPsITcy1gCOCnVg6dxRVqP { width:47.75rem;height:5.0625rem;top:183.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTlJtvC7IJ2rHfMoKH44rEhndMPfDGr { width:47.75rem;height:1.875rem;top:240.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLOgKqQrIXUXT8n3qQOTVcTIIxrzeXK { width:47.75rem;height:3.375rem;top:243.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFnapgSTIWEWbpzUKKwtroe4ataop5X { width:47.75rem;height:5.1875rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0JTkfvPZvI3rIzJDa27okCLtT2AsdhR { width:47.75rem;height:23.875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM6fV0xUbI5kfifLgbpKEycHpCGZoR8a { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #At2O19EqI4xtfokPiXoP0NlmftQ3cbQr { width:47.75rem;height:13.5625rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTanHiBfnv2d8QRn5xFNP3D1BevV8XJ { width:47.75rem;height:23.875rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzyAHC54PVvncIL0893QnvnFCVqc4TZq { width:47.75rem;height:1.875rem;top:128.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n646KKEuZs9mcSeqA6wDTTa7wNRyC17u { width:47.75rem;height:5.0625rem;top:131.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXorOAe3zDdbHB2TEIJDPlOihyef38Tw { width:47.75rem;height:23.875rem;top:139.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfUqz0dVBHDsAmLKMduEurQJNHFuIxSs { width:47.75rem;height:1.875rem;top:189.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SklR8GzWJvq41TyXUTzDLcTRbFlqc2sM { width:47.75rem;height:5.0625rem;top:192.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFdDWWD8irwbmWMZH3OT0o5pav2mIPN1 { width:47.625rem;height:23.8125rem;top:199.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8JdtGrOEAC9BwdQy8PrughLXmZSpt2G { width:47.75rem;height:1.875rem;top:268.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvB9AnDwN85tbX425udIKEOUL1Tw5rcz { width:47.75rem;height:11.875rem;top:272.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9NsaEa4MSN9wLLaSkc0p4InJ9TLsWF { width:47.75rem;height:1.875rem;top:249.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C5fptIZ7OWHmWtCwTSrniAVLl5S5Qf { width:47.75rem;height:3.375rem;top:252.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkSrMFzqKKBE8olD8hPolKng8DE4UEmm { width:47.75rem;height:1.875rem;top:259.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He8Mka88ZzadpNtztzETDvfSW902KVs7 { width:47.75rem;height:3.375rem;top:262.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUnR2dLtsqcu6QhesHK5Piza2yLu7vX { width:47.75rem;height:8.4375rem;top:286.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URX3y5UZNRLoiSvpII7ALp6fKG6tKuuI { top:298.8125rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSRxum30EtSd6qGOKF2retAMlBmHKZM { display:block; }
 }@media only screen and (max-width: 763px) { #f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 { display:block; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9FUaEdNKLP1tXd2FZgpTv5LB3WyCeJi { width:47.75rem;height:5.0625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6nF8IPhv9rvFuTTF0mL2ePrauD6P29u { width:47.75rem;height:1.875rem;top:125.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVl8xU8CwkHDRuSSKUMcWaWObF5NUUtN { width:47.75rem;height:5.0625rem;top:128rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmftSlmXa0Lc8bHturWMpdoRFu7puxRl { width:47.75rem;height:1.875rem;top:186.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wVxXz8lx9aW1dB5uUnxE41ST7drau7 { width:47.75rem;height:5.0625rem;top:188.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK07hAnIngXBBn9QPUOET3sgyhug8keL { width:47.75rem;height:1.875rem;top:245.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiXL5ZR4bZ970OuUA5qOti9n9gMdZMer { width:47.75rem;height:3.375rem;top:248.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6eFAfgZvFyvx5Hu3OLA8LSH7FEPnw05 { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbIrQUSri488mSOAt0QgWoUph9EkJRJF { width:47.75rem;height:23.875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #com2WETqtnoTNKRGKNnCF2WZ5XaBHmti { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2rZhlZo3WUgeUCweuGV9vlopRHZnMix { width:47.75rem;height:5.0625rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumG95DxvBl1lUqbSnHMP4ZiJ3x6AAl7 { width:47.75rem;height:1.875rem;top:71.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He385BrXZEMGfzTRUcBnWaWPPaaBRabs { width:47.75rem;height:5.0625rem;top:75.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNqzmfII2HqX5RoSdQPeFgLTklQMsqq { width:47.75rem;height:23.875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWlwo38KdbwbNvBWANIPMLzeEZpTsrZ { width:47.75rem;height:1.875rem;top:134.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHaqdfMQTEs96rU2k2fM2yQI7W0NwPy { width:47.75rem;height:3.375rem;top:137.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVCbQPHKcpoS0OLZnv9zmyCZrcAkSgRu { width:47.75rem;height:23.875rem;top:145.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsLoELIssezLD2dHdcKsuUtydEFRA67g { width:47.75rem;height:1.875rem;top:195.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlSwGyun0GwhAhlWNBg9mcDczRDXml97 { width:47.75rem;height:3.375rem;top:198.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtVctdRS8qTOblk94EQoCKa9a4NcOeC2 { width:47.75rem;height:23.875rem;top:205.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D64NaxJJVolPRyCTCMeNdWVe09t0sNbq { width:47.75rem;height:1.875rem;top:255.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsPaTEhp1Z6G9wJM7I1nS1SVQnfQWcfx { width:47.75rem;height:11.875rem;top:259.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN0iW8DoiGG58rEol9KRL6ZBprLrHPm6 { top:276.625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF5XFdMN8OlQ0sNx1zKyetrMHECrvpZO { display:block; }
 }@media only screen and (max-width: 763px) { #Hc9aRg9kthwofqIo5abIooTlafpzBthN { display:block; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkdyaa47V5TVUbZDZ06WwfMkGMtBd2sX { width:47.75rem;height:5.0625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmPLPIGK1TUc8vLBPosTT4TpZdDtSCu { width:47.75rem;height:1.875rem;top:125.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydafNra6hbOaR8Ntar2eALayaL6wBMgZ { width:47.75rem;height:6.75rem;top:128rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnwdFIqgIStkCmZG4hm4O3q8l1QsWvLX { width:47.75rem;height:1.875rem;top:186.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN6rur1klXFeLq4lGHWLXTDgE4gZbPNf { width:47.75rem;height:6.75rem;top:188.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEiHFBDBe3GSMxvh5sScTSvMIFK2eGLD { width:47.75rem;height:1.875rem;top:245.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOHnv196r8qdQ6ZCKmU5Zxhrbahbr0V { width:47.75rem;height:5.0625rem;top:248.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehKDMv7P2HJ7Lmass1tK2MzbT70uBdk { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZmScFz1SuskyDm2cMxXB4h6gZUDAh9d { width:47.75rem;height:23.875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZmvFzcwyBxQsPLQ26UNck2b1iMpebW { width:47.75rem;height:1.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bLRMtP1IZRFETGHwwU45cf0WLT8eDo { width:47.75rem;height:6.75rem;top:63.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGFTmMsHWnqlWnESnzrpG0yvMTEBmGu { width:47.75rem;height:1.875rem;top:71.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHoIDKIPPPVJdzKWAaveXLgFbtNvx5nx { width:47.75rem;height:6.75rem;top:75.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9A2z6vaQHn4afNRkGUKcN50seR6W0XW { width:47.75rem;height:23.875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywBTuiblq4iJEno0PeHdQDS6WtsvBFd { width:47.75rem;height:1.875rem;top:134.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEc5oGtDHnGd2JMx9ukyBJZ510qL7bTx { width:47.75rem;height:5.0625rem;top:137.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI66rR1EBQqAVazVVtzS2EXCUguh7mtO { width:47.75rem;height:23.875rem;top:145.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFy665rlTUUkHeUCCMSqE5AliD8V50f { width:47.75rem;height:1.875rem;top:195.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWAusDKyGMd7fer4XiGOnaJOhwxHIOmV { width:47.75rem;height:5.0625rem;top:198.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPBTvd7FhiBXkf8aKBTUNqc9GeFEnw4 { width:47.75rem;height:23.875rem;top:205.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFM3I5qTAuorI50stoiTgP0LFfTaRvQV { width:47.75rem;height:1.875rem;top:255.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxIoEntoeC1ifnGcTJKSpfhbwf26dkR { width:47.75rem;height:5.0625rem;top:258.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a19DWCgosnpm8dlewXbB1p9ficEWgqsG { width:47.75rem;height:1.875rem;top:266.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TatI3XPZyJ7m9WhrkKSEAElDb2zPqH { width:47.75rem;height:5.0625rem;top:269.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZaT8Zglimk7Q0RADqnnyFHeW6H3mpyk { width:47.75rem;height:1.875rem;top:276.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgz0hTzggvl18X9nXaA1V3uH2fFWFN5e { width:47.75rem;height:5.0625rem;top:279.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyRP9nw4e7AmNq5KGhD7OUyDGCMEnWDK { width:47.75rem;height:5.0625rem;top:288.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkykH1q08ymdNcTMEAClI60b1MpuAum5 { top:296.9375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaHUN0o1JrFADfewTgtsQMpFXdPgiLPq { display:block; }
 }@media only screen and (max-width: 763px) { #UObS4g90M7yJ5h77MeCcSaaPHMnWozfN { display:block; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPnkgu7oQnrlJxEcVWnok5JsytAsnwrt { width:47.75rem;height:8.4375rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkoXACQvOTK6NDTC3h0DyPJ3touvchGN { width:47.75rem;height:1.875rem;top:126.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shAVrpbcS62AdrxsbGwAEmeACtwK3MVf { width:47.75rem;height:3.375rem;top:129.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR3G2gCU6KbwxGMZQvKHPFbRX7T7PIRZ { width:47.75rem;height:1.875rem;top:186.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1rPafrAXKUUAJymdtqq0QMVGp3leFob { width:47.75rem;height:3.375rem;top:188.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhCqJVRIHQuad09NHFzSGOoU9T3vlym { width:47.75rem;height:1.875rem;top:245.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akAQfJIvusgEaoRD1b6SdxX67N9TTZgF { width:47.75rem;height:3.375rem;top:248.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXRGTlWg4BHaV4PzzR9hGtt5VwFZSNr4 { width:47.75rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e627xmSx7UmGTZ9xtDyoEIeHQntyw7fZ { width:47.75rem;height:23.875rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5JtF8HWawkbFI6L9JuSDsNKgB8NIapo { width:47.75rem;height:1.875rem;top:61.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5FVhWKES86QaQeNF8qi92JIkvyTy56 { width:47.75rem;height:5.0625rem;top:65.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAgkyVVnNT6NkF2cZR1hSWHTqAIPDH6 { width:47.75rem;height:1.875rem;top:73.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsnCqBDmZsAQkDosbOWTWNmBPbLscDQX { width:47.75rem;height:3.375rem;top:76.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoTMaMxl1oAFucwKzVzRE0FC8FhyHAW7 { width:47.75rem;height:23.875rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbMa9rIao3gWSGTOmD9wORlinw0KvkK { width:47.75rem;height:1.875rem;top:136.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZpfget6xWRT3VLWGyrbcR76mn2srkHZ { width:47.75rem;height:3.375rem;top:139.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJGnnneOxhvTIiqxLEP8UdWccDFTaX5M { width:47.75rem;height:23.875rem;top:145.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5riLv0idTEGMu2UIQpA0zLVZcsBuF7 { width:47.75rem;height:1.875rem;top:195rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMPSusSRGNODODxMqIZSMDqCkTuZD5X { width:47.75rem;height:3.375rem;top:197.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbUL3hPpKvUk5EplXhRuSNlWdrTQcq7 { width:47.75rem;height:23.875rem;top:203.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTQ7PE6TUJPwW0GekuAh9ugcNlrsgFz { width:47.75rem;height:1.875rem;top:254.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZCiMFnpArt4GvcyOTw0SxFxxCnrOOW6 { width:47.75rem;height:5.0625rem;top:257.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDNykQbXwrdp1CqORP5nFClQk6ufxd8X { top:267.625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk11IWpqDTTB6UPFrs9Q6chOWRmZuN1 { display:block; }
 }@media only screen and (max-width: 763px) { #R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 { display:block; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at5Bre9EfwJch2tJEmn4XxRw9pVe5cXJ { width:47.75rem;height:1.875rem;top:104.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2eDGP0dwAHIRJX0s7RtM6SOxw22H7XJ { width:47.75rem;height:5.0625rem;top:107.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaxHFIdztaG9kZeJS723POW54qAe79A1 { width:47.75rem;height:71.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLv3rNKmsSuD1c4FF9VVGaGQe5FXCBCp { width:47.75rem;height:1.875rem;top:118.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiQMir7kAxWCn0XgIZvRPZTSPOIkxnm { width:47.75rem;height:8.4375rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0yzZlkPXVSoLuawRoeH6dO71PVS4DNU { width:47.75rem;height:1.875rem;top:134.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwgDq24lDFV2nQJdb1bwdfn1WeXoBo5e { width:47.75rem;height:6.75rem;top:138.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blek1Dmspxa1A8ld31u6Bip3gO3OnBFe { width:47.75rem;height:1.875rem;top:149.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnORPfT8wF8CTRTTMWTQJELev6RMxeCc { width:47.75rem;height:5.0625rem;top:153.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEZUaoi02JSL89NGUdzzVHC3Pnb6LnsH { width:47.75rem;height:1.875rem;top:162.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4q3QLEPM1hEcJA5Po9QAzDO5g8Bl2zT { width:47.75rem;height:3.375rem;top:167.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPyXRdsRGSnORqwEgisTTmZVvGx6CEiD { width:47.75rem;height:1.875rem;top:174.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGnRLugWdSM29aGO8Q7q30cfi4TCmfey { width:47.75rem;height:3.375rem;top:179.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttfboyCOtnAaBHiJs1awqxr3qFXIm8lQ { width:47.75rem;height:1.875rem;top:186.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N19TIMoiwUpwTJdS6GoCoOS2FXSclWCP { width:47.75rem;height:3.375rem;top:190.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxNMUf32JTxPb2mfeRMvihanlVcLJTZ { width:47.75rem;height:1.875rem;top:197.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNiaSiCkXAXVr5zrgpvckPasbKrFN6F { width:47.75rem;height:3.375rem;top:202.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3D685THIl96fqcitzblMuuVuoyTTc5n { width:47.75rem;height:1.875rem;top:209.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AStTKcBu23rODmp9pBOX5va7oZzpt18K { width:47.75rem;height:3.375rem;top:214.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFVoXVoLIJulVNQ4LhvNRdPfl13EMrw { width:47.75rem;height:1.875rem;top:221.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPLkkFge2XKb0RI69p3Bxc8E5OzA0PR9 { width:47.75rem;height:3.375rem;top:226.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNn0tZb7pWOtxHdrRbu511izxVDiAO { width:47.75rem;height:1.875rem;top:234.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNEaHcwPLBeMFXTkwPcJzq9HmE0uX6N { width:47.75rem;height:3.375rem;top:240.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kDTHF1lNMK6cfTKJw19X5r9vayJHtg { width:47.75rem;height:1.875rem;top:247.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPMem9obXDBtyhtSgm4b1eqAsPfUo8TM { width:47.75rem;height:5.0625rem;top:253.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgW0Sm2vcdRzMxJ4aOG9nDuMz16vTfox { top:262.4375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGZmBfFRokFnoCebTfn20fgAsJQUz5oL { display:block; }
 }@media only screen and (max-width: 763px) { #PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 { display:block; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD5OdVIS4G04r6mGFevCqfZXSlWvw72X { width:47.75rem;height:1.875rem;top:68.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7CWTMVVTw5bS8iAxSilSc9HEbpHiNra { width:47.75rem;height:5.0625rem;top:72.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESHGkiQtoPgX3WvWemc5vlsDMCK7XwP { width:47.75rem;height:47.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0nOepVr2de0TsUqBrmEBo1ev2UN3Wl { width:47.75rem;height:1.875rem;top:80.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRfdptfvTn7Oqx9HURyHM60pcpFebs7 { width:47.75rem;height:5.0625rem;top:85.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw527B7uFrMLPBQo5cDtI52FCnPflc7d { width:47.75rem;height:1.875rem;top:93.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0SSZy413TJl4cHtddL9Osxt6KkOZCp { width:47.75rem;height:5.0625rem;top:98.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNEyRNUooGMOBELRPh0WZrlAG61mzRU1 { width:47.75rem;height:1.875rem;top:106.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxDCKVHJOImEoCQRqDquiGW4nLgmo2po { width:47.75rem;height:5.0625rem;top:111.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpfSCw6zRfOG30zIDxOHhiBOwde5g9S { width:47.75rem;height:1.875rem;top:120.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs4TpJlJWZ9Wxo78wrawLzzTTQKK36OI { width:47.75rem;height:3.375rem;top:125.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCxZ6u4dbrbzF6tEWGqGdw1W91MbEPWs { width:47.75rem;height:1.875rem;top:132.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwO2Irz31ei86XmApbEo5q8We8y4Arr5 { width:47.75rem;height:5.0625rem;top:137.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L80OeWfVFrIhteC6b4HcdnfyJSh03ewI { width:47.75rem;height:1.875rem;top:147.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3L66EEan05BtpAh4r8MOmfqAqnfQeDW { width:47.75rem;height:3.375rem;top:153.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I02lh1wgOhZq0frOZSXhskHLu6Xpg0x4 { width:47.75rem;height:1.875rem;top:160.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DipJRHpXSp6fEr59El6iDAgX57VpAhzv { width:47.75rem;height:5.0625rem;top:166.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDU9fiBEWpOIcuHZo0R87VJaupIpldy { top:175.375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhkqlTZHT3kw38nxKf4BNeXnBgMngcB { display:block; }
 }@media only screen and (max-width: 763px) { #OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs { display:block; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKJ9PLtXEEX4czQNcfcb7VncHNhtPHvO { width:28.5625rem;height:5.75rem;top:4.125rem;left:19.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitIwygG2c5FAtsdFDLEfsFxJ2E57wlg { width:26.25rem;height:11.875rem;top:11.875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhCkxMMzcaFDz5MkBrm3mpXXZiylPQLN { width:42.625rem;height:64rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLTKRZhLBDy069lrADPmUNTmRBgBqz3 { width:27.5rem;height:3.8125rem;top:29rem;left:20.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQoTPVt4RvLEPkenozV3nQtz7ZZ35qU { width:26.3125rem;height:8.4375rem;top:34.125rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL17V5BLzFx2luAwHzpWqAztaKFJwPOA { width:27.25rem;height:3.8125rem;top:49rem;left:20.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5Gl2pIO33MfkTqe4adD0RvSG4M5RuX { width:25.1875rem;height:6.75rem;top:54.75rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSLgI4F5AWTTv6MolQxO9crEiyeTreKZ { width:34.9375rem;height:1.875rem;top:69.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3zdSCTM2mrXrTEcKzM6PeqWT4eTHg8L { width:47.75rem;height:3.375rem;top:74.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA3o5ZP4TwUan3XH3utbnZOAJRNcrS82 { width:47.75rem;height:1.875rem;top:80.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RzJrAQ261fXZfWglm9v7vCeasSTcr6 { width:47.75rem;height:3.375rem;top:85.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmgMK6D87uSnUzMnrouExcMkaETmnSJk { width:47.75rem;height:1.875rem;top:91.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxVrrrAr4Rt89TbuHaxCyu1KHzBtBnF { width:47.75rem;height:1.6875rem;top:96.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl2P6O5sNtKInbCciU1J2ksKA6toWXrG { width:47.75rem;height:1.875rem;top:101rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGWmgWN3uTMBh99X2i5hIzshZSK1Coh0 { width:47.75rem;height:3.375rem;top:105.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxEs4Z3MrzqSEI2acls9cbWqdikk5qL { width:47.75rem;height:1.875rem;top:112.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGz2iUQ6E78KksZ9gcUqHphN09DglFS { width:47.75rem;height:3.375rem;top:117.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtF8Kcg4KGQJJNy5B48kHIpxugNUZST { top:124.125rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOCJP2VsDrVCr1tSDsR3nlTJTw9RJDwO { display:block; }
 }@media only screen and (max-width: 763px) { #b0GTQu5StsG3nlpF2amlFgJCm9fopA8N { display:block; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ltgowz2ztATW7FP0kiWaCZIcWFUOVuTc { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3CnN6LVRSEBBoJTMPI6PlZvUwL8kn2 { width:47.75rem;height:3.375rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3gi7vCQXgTDuEHeydOlO5vWBNwPZQTL { width:27.5rem;height:1.875rem;top:74.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSy6zu9ZsfAJyOwp1fAS8yM66roNdPO { width:47.75rem;height:3.375rem;top:76.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFPF3lGPhS2V1H4kTVnCb6p3sxTeRnOd { width:34.9375rem;height:1.875rem;top:85.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LzD9l22cAPu5AhrPMxaqWJtGLhDoIm { width:47.75rem;height:3.375rem;top:87.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWmLymoPqbHdzMXvMx40R3pIx0yf6iFw { width:47.75rem;height:1.875rem;top:93rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1ZKzEqMCLqmChtTfZwayK8BlVsQRRA { width:47.75rem;height:3.375rem;top:94.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIH5o4N4DRJ2VQ0OwysC1MmCIzwxOuwE { width:47.75rem;height:1.875rem;top:100.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zzVTT6tBXLohUsSaeXED5kxGXZkSf4 { width:47.75rem;height:3.375rem;top:102.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b87EtVFsT6l4hbbIpv4Fc2wTsy4bJixi { width:47.75rem;height:1.875rem;top:108.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbI5EqqKhfoDTd8pxdIUe9Zdae2tp34F { width:47.75rem;height:3.375rem;top:110.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4BsLdrMXe5lO7wtbLa2vmcun2cmI6hF { width:47.75rem;height:1.875rem;top:117.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDd5m5J55qPxQC2EvsTg92kodEFQ0Br { width:47.75rem;height:3.375rem;top:119.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwXfq23vG1krbq2ZJXXhf0okVHyNHiBy { width:47.75rem;height:1.6875rem;top:79.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbsgmkiCe3B1VhA6iDx3obOD0zHq22h { width:47.75rem;height:47.75rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PeqZHGtRIFFDohkHbgzHrhPfOdTeye { top:126.625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oswtTQTXEDsIF8ZUhfs4vzkFVswhKPUs { display:block; }
 }@media only screen and (max-width: 763px) { #wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 { display:block; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuH2JykKqr8fBlWuRft43bumEbcyamFf { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ9EgMHzCOxK4UIaxzHw3qsCamvu08IL { width:47.75rem;height:5.0625rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnmXl28EowMrgqT5rHrXxP06TNTSLGRQ { width:35.6875rem;height:1.875rem;top:14.9375rem;left:12.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKldUb4cVFl9ZLMcf1iBRi1CSRQeVpdr { width:42.5625rem;height:5.0625rem;top:16.875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPVvNMmXde8UGyI1zCENPZI0EqHqnpt { width:41.9375rem;height:1.875rem;top:23.875rem;left:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRxy5byLgzoP6bx2gwvInB0QMQ2hruW { width:47.75rem;height:1.875rem;top:74.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToamCoTsNro9kF0lQdMa0ndk68CaSRl { width:47.75rem;height:3.375rem;top:76.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRpwvTdNJ5hKGSQ5Jz1gMXsuZoUxiDnx { width:23.75rem;height:23.75rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4w8VAaKmEqSrw0PhXfEQ1Tu7su83dIb { width:42.5625rem;height:3.375rem;top:25.8125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svapl09CGAiSGzKPhyK0FTc3LKiEBKBP { width:41.9375rem;height:1.875rem;top:30.75rem;left:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #la0BUFxpJJq2phZuLOEVV2bDrtwEG5gG { width:42.5625rem;height:5.0625rem;top:32.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss38CxcMzr16yssocqbu4SIwtlkTmlbv { width:27.0625rem;height:27.0625rem;top:44.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Voab3UNsgfZi2TTbVllZxEXfZdI7IA { width:42.5625rem;height:3.375rem;top:48.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtEC2PSTZDcxpFpmhDc7X72i7HKNedUJ { width:40.25rem;height:1.9375rem;top:46.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGAia1WQ6ETE0J1ml9LNwGrueXCunwFl { width:41.9375rem;height:1.875rem;top:55.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9bGlxWdprMNMWxzA8UPvFaBJwghA9pP { width:42.5625rem;height:3.375rem;top:57rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3y68ssqg7xazdnlkFAHHxUvTHRGJJ3 { width:41.9375rem;height:1.875rem;top:61.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysEM8nk4XGnKJrPWAATiEhL0yQwBl8UR { width:42.5625rem;height:5.0625rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNiH71Eb6hyVdGyiD6bNB4pBT7htzkQ { top:83.5625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO41bSLHmtHraJychFDxrM1Q2afvx9Sw { display:block; }
 }@media only screen and (max-width: 763px) { #DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 { display:block; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmZZ3iha4cp76Tz3LoOc5WWrsBeozZJB { width:47.75rem;height:3.8125rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBSTcIRE9GHV8r6T0VqWGuqDE9vfq2p { width:47.75rem;height:3.375rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr5SbSACrbpNhrB6APTad64ylK5yrvos { width:47.75rem;height:1.875rem;top:102.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu9GrfNEfIzvqKQ2OlTWGXAupqpfAKP2 { width:47.75rem;height:1.6875rem;top:104rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2yTLZBhT5bBl72rbfd6CbHz78EDe9QK { width:41.9375rem;height:1.875rem;top:54.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubez8UR102cKm4C79Nrqltgdi78SJ99 { width:47.75rem;height:1.6875rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8J7aWIsoFQMZ2Mu4nE1h6QAChUNJJgT { width:47.75rem;height:23.875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSg5wTSag0Ri8cTfoTc7NVHHIGhXfm0 { width:47.75rem;height:23.875rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xklZZJ2r03NwihUgHmFueb86oG5RNxXy { width:47.75rem;height:23.875rem;top:106.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ6M4XmJ1hzZPDuRBiTmsBD1T1MsnHTr { width:47.75rem;height:1.875rem;top:149.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPIfgklWw3XkrLH4pUmZ8xMMSA1swNnd { width:47.75rem;height:1.6875rem;top:151.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duZG0c39UeOGG0OwniRu1w4UcuOGIZ7a { width:47.75rem;height:1.875rem;top:155.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmTsemWOZQ8Tr9lQPDGOUJ5HQThHxMF { width:47.75rem;height:1.6875rem;top:157.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE86Opvg1SROb1DR52OHNDdirf6hglI3 { width:47.75rem;height:1.875rem;top:162.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmBhZzHkgNIHneTBANKiOtgK5Ho64mG { width:47.75rem;height:1.6875rem;top:164.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llzwNK4CNasnwmwiRWvTRNSxRUpmpRU9 { top:169.375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6QAGfg2gsLkxqqg9zO44OsktknLvlv { display:block; }
 }@media only screen and (max-width: 763px) { #XbTT1RLpetUquPFu0DQGz66hSv4bxWdB { display:block; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsPIUTrZotnnfSSo4obCTAuuWfQOISqM { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVuDtbT8uHE90PxbLNxEzG1EfWUvm5QH { width:47.75rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhVDm7rS3pkHeaa220sEqBcZfKqTHP4 { width:47.75rem;height:1.875rem;top:102.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCbX1pMowUnv6bVDZcWRlT7FD0k5MsV { width:47.75rem;height:3.375rem;top:104rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRBsERtQiUQHVO1fN8rtZTVQATupBAi { width:41.9375rem;height:1.875rem;top:54.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDfPmC3ToKxO74ehChN3Pw9v1zVccT4 { width:47.75rem;height:3.375rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoB6DASBRyb3OyZPUdcQiV76dE6422MV { width:47.75rem;height:23.875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNn5kOb70Te85Af2aVmTcEyF0ALhbUCC { width:47.75rem;height:23.875rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnyNX0yD2NgtGS4GKdbFyFwp1VzPGxOn { width:47.75rem;height:23.875rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhCf3mT206hlsc9uaal6pCyVWp2to9T { width:47.75rem;height:1.875rem;top:149.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOOhbCTJFlbfCwe1TlOhhFQoBT9mhkO { width:47.75rem;height:3.375rem;top:151.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkUsoaNM4r3eZ0dDwRuaTXtlxmst3tKw { width:47.75rem;height:1.875rem;top:197.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6svBBVfrEmgiF1vJO77oocoDMMa8Nv { width:47.75rem;height:3.375rem;top:199.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QmdqhWXm3zv7qk4OLWZX92ZFe1rSRI { width:47.75rem;height:1.875rem;top:205.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9cTqutxMa7JRNnK6CFfksM5zKaOnAFS { width:47.75rem;height:3.375rem;top:207.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtMaL2RSdTBB4mTALXCCHJA6C6GdL1Xq { width:47.75rem;height:23.875rem;top:156.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI5DCqTI43KP72t5OGTwrF4N7Qm8Na1t { width:47.75rem;height:1.875rem;top:213rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1izS0qKSlrwehmASTdqCPPa6Tzt7PV7 { width:47.75rem;height:1.6875rem;top:214.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80yuZcX22OhR8qsi4oXmZy6u9UdVCsw { top:221.375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIDdFTKawQegAqHy4sPAnNq7FmkCq7Z { display:block; }
 }@media only screen and (max-width: 763px) { #IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO { display:block; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Pbw9Lc8zgW1gc3eLyHiakg8UEgVdKG { width:47.75rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOXneNTTBA6XFQtqQbkd4MRZTVTBLiW { width:47.75rem;height:5.0625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6emf2pssNx5GuhnSrNx1cqJ4h5JGO7 { width:47.75rem;height:1.875rem;top:102.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU2imkeHbxRZ8zBgTCbQ0G2cCwUKVLEP { width:47.75rem;height:3.375rem;top:104rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhutMQdup9qH0K58X9VBZw52fCoeWLq { width:41.9375rem;height:1.875rem;top:54.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgFeXsEaLAbQWrrC8wuW2NQkJnMBgsl { width:47.75rem;height:5.0625rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcPqfiiL4KZArca7uiGmOIDJlvVsQJOU { width:47.75rem;height:23.875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVavVIuET6IQPrqUT9lmHKJi7alpOTn { width:47.75rem;height:23.875rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEGO33egRdhBfQ4uilK9kdbk66ioJeDE { width:47.75rem;height:23.875rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymzdu4m54XeVe3xl9ySaO5QJBH5KUuiG { width:47.75rem;height:1.875rem;top:149.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKlcbAfXrPdbVSPB9FkbCo5ywDwNHvGp { width:47.75rem;height:3.375rem;top:151.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuI8Kt5bPlIqTkcay5OoEAiykdT7266B { width:47.75rem;height:1.875rem;top:197.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmls1vyVEXfGAxgCLL6qyl08rpHMScQi { width:47.75rem;height:5.0625rem;top:199.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCPlaNcrSdzL2URhmU9yTlv6GeApKt4B { width:47.75rem;height:23.875rem;top:156.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2x6xCBTruv042BCgflvzZnRaMOvstA { width:47.75rem;height:1.875rem;top:207.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eifbkGylrhiQKkdH2Gssc2oM8595xHkO { width:47.75rem;height:3.375rem;top:209.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq4a1F4paaupxbhJUbKOTR2KDThRM2hZ { top:217.4375rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6plubMtWAthTrRyqH5HfNLWql3a2tdy { display:block; }
 }@media only screen and (max-width: 763px) { #TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 { display:block; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acL8IQS6O51C7Mgdn0Z5VhBBh3rLq5LX { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiRm7hkBIVMS5kMHiVC1cnJLW9MfLbK { width:47.75rem;height:5.0625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkGgEDqmG4ozqdNT0bQgBE0HfhR82mP { width:47.75rem;height:1.875rem;top:102.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ITJkBou2GzNfdhTW3KOAb2GPtWDphv { width:47.75rem;height:3.375rem;top:104rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUqTpsp4lZ95MdlDqwsnIhP5GGqtNwMb { width:47.75rem;height:1.9375rem;top:54.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCgqUmEp264vJNsXSFcAxpXys5TPqPO9 { width:47.75rem;height:5.0625rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gupyTlgLKDwB2D3Ny7sEySGpp6CZoLqq { width:47.75rem;height:23.875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLt4ozp8nIfZXKskZ6H996OKxCy1yAk2 { width:47.75rem;height:23.875rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Q3nG3yTrot5ImlKpSJ1SwCAA3MT1Rg { width:47.75rem;height:23.875rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAmPQCFBarb9c4TRyWBkrIxP5JSTFmZx { width:47.75rem;height:1.875rem;top:149.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRToE6wQ8ZLatXqKDXmfkwCFGFB5sg75 { width:47.75rem;height:5.0625rem;top:151.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4EMRK31zORDedMdGu6bMSmrEBLVxJ8w { width:47.75rem;height:1.875rem;top:197.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8MROcLhQObaIpFyV0yXRfGQytnqWrRT { width:47.75rem;height:3.375rem;top:199.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTc3DRwRdaznpwhZ5yzCRd6agkEV4TSF { width:47.75rem;height:23.875rem;top:158.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrcupKKE4xi4m9gsVT1Pmvt9Gfg8tqW { width:47.75rem;height:1.875rem;top:205.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8mB8wMXP71cqKwdQUqIfShdDJwhnTBQ { width:47.75rem;height:5.0625rem;top:208.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubn35MfLuuv8KbZqzQM04sgS02fe7lTz { width:47.75rem;height:1.875rem;top:216.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua32bJ8RPPgaaTCbogFs5cqOtslSpDuC { width:47.75rem;height:3.375rem;top:218.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEdZQG5i3yZcfrOTvpZ93TUfPOZUMxxQ { width:47.75rem;height:1.875rem;top:225.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1p7ZqVpFnqbVoHpHZiTcNLr1V1aQvm { width:47.75rem;height:3.375rem;top:227.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tct7xhHOn0UXw9D1DHe07lyiF05n6SJl { top:234.625rem;left:7.8156242370606rem;width:32rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbDZTLNn8fRqhdWz9yypsnwFObpdy5cS { display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:16.9375rem;height:3.75rem;top:5.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:11.125rem;height:3.75rem;top:5.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:33.0625rem;height:1.875rem;top:1.8125rem;left:14.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:33.1875rem;height:16.9375rem;top:5.625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:7.5rem;height:7.5rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:7.5rem;height:7.5rem;top:24.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:7.5rem;height:7.5rem;top:24.25rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:10.625rem;height:1.0625rem;top:25.5rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:20.1875rem;height:1.6875rem;top:34.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { top:26.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { top:26.4375rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { top:26.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQyzLShEEc7yChVJVU9BTJK47PeTy7Di { top:35.0625rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:10.25rem;width:37.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:33.125rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:33.125rem;height:3.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:14.375rem;height:10.375rem;top:14.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:11.5rem;height:;top:16.5rem;left:12.375rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:17.5625rem;height:3.375rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.6875rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:17.5625rem;height:1.6875rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.6875rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { top:0rem;left:0rem;width:37.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { width:22.3125rem;height:4.375rem;top:10.9375rem;left:25.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { width:23.0625rem;height:8.5rem;top:28.125rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { width:23rem;height:auto;top:15.25rem;left:22.25rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { width:23rem;height:auto;top:15.25rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa {  }
 }@media only screen and (max-width: 763px) { #Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { width:30.375rem;height:25.875rem;top:7.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:23.9375rem;height:1.1875rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:23.9375rem;height:0.9375rem;top:3.4375rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:8.5488125rem;top:9.75rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:14.875rem;height:1.23730625rem;top:2.3125rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.75rem;height:2.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:20rem;height:1.375rem;top:7rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:4.19824375rem;top:19.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:6.0625rem;height:1.25rem;top:10.1875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:10.875rem;height:1.3125rem;top:15.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:4.25rem;height:1.3125rem;top:17.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDULCg4i4OK5EBMJtFwPmTbN1nqgBGF { width:20rem;height:0;top:70.6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbowGtQc7ZOVuk6OtlVUIvrL8L0H8pzq { width:20rem;height:0;top:74.05rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKnVtZ8kp9Gr3hyhM6bTFiwkTEaPHUKd { width:20rem;height:0;top:27rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5s7ItRxCJsd39ckHQIM8tOgExJhuemc { width:20rem;height:10rem;top:33.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEyHdx9TCn9AU02gPF7P5wRmk0R2WeQX { width:20rem;height:0;top:44.725rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmHRZmTulHxK51TnQvGEc0vkpRSX23L { width:20rem;height:0;top:47.9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLU1wlSE4SHummbKzclv7GyiFO3bKDPy { width:20rem;height:10rem;top:59.35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h226MysreJ6JFBsGx1JuM5euoJR2Ss8t { width:19.875rem;height:9.9375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITML8BE0SyVpiBBs0WRtDads2a30u1cW { top:125.325rem;left:0.5625rem;width:18.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOD6AtrZ087Kf5VQXzpMTwv4zv7kFwk { display:block; }
 }@media only screen and (max-width: 763px) { #UNSIysZasAMTDb2mdsGeoowrSiiGzOGu { width:20rem;height:10rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtvC287H7OZeXBNEJWvc7eh4CbICx4lH { width:20rem;height:0;top:96.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIuDaJRgIOEeJNatSD7RbQWLid02oxh { width:20rem;height:0;top:99.925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdUPILULsCVAMTWn3HR7vxB3aFBTrOC { width:20rem;height:0;top:109.675rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRh5hTw3AoTqBKS2g0yB9TaETSbJKPzL { width:20rem;height:0;top:112.85rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5WSopm59pzkmpV9NMf9wFWvBxrPOvFQ { width:20rem;height:0;top:117.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLg4KPQ1bc4cIOUA3boXBlXrqcwK1iAy { width:20rem;height:0;top:120.675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDggLhFPZdFOu1OTedwHAuovnHwR5AFX { display:block; }#EDggLhFPZdFOu1OTedwHAuovnHwR5AFX > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJAGwqoJZWfU9py2BMKvuZMaOMB6kfBs { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2T7RT0gzJfOU8y78bfSMJ3gvp8HxxX { width:20rem;height:0;top:53.4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOgVLZHTZPbJhWOXIISRyEkNrpEtknb { width:20rem;height:0;top:56.85rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWRcLPuumaqhVxeEQlEAcpSnZgQJcFXo { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4XX6ZxDbRfaxi7LJbdaDTL7T6z0A2o { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFzbqTvcATssfMva8GL0uuN4booiV3Q { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfOUPrf3kdvDwa31qZt2qpUdNfQVvx { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4LCElLmcaFtC2k8bSfF7KTgQaomucPa { width:20rem;height:10rem;top:42.15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXHxpsnbquHhVUCKmNrxz04iuBVrVpq { width:19.875rem;height:9.9375rem;top:97.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27rTgWRWqX96LJO83KTiSMUMeTmHZSv { width:20rem;height:10rem;top:66.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBRwui1PmBmkpcvK1MOTb6EBIgBx5eB { width:20rem;height:0;top:77.85rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG75hZmUhzcQFnRlKcACPz8mcRy5NsSl { width:20rem;height:0;top:81.025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbfCKvh9sbBD62ma0iidAgiPQWqJqkcJ { width:20rem;height:0;top:87.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTObHzMtIPU4VEJSGkUnUfPxiTZd6ENA { width:20rem;height:0;top:90.55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeegodVqf9J4UgGk4ZkFkbxU2viLkMtD { top:93.5rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlPzzJ63u9HRftrpIsXitKCVNc8Q9xk { display:block; }
 }@media only screen and (max-width: 763px) { #u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E { display:block; }#u7hzEu45sRUl6KJNFL3kcNiaTn9iOP6E > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGZBpQrfc5SFt5g8ChVxBHCM4uZvXPRU { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbmMinlOJb55e25yc3kkbHrPomVT6Rc { width:20rem;height:0;top:56.0125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ae7tVTixkFuXrAKiN2u7NfJkPFr6Mk { width:20rem;height:0;top:59.4625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZE295JDBccM45xEm79M3kSHAxn3yyRA { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHtSezLZnMFS9dsId5gdwnl6K2n0hdo { width:20rem;height:10rem;top:22.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesRhi5qg1gdZyiZUQ7agRSwcIkGL4vs { width:20rem;height:0;top:33.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3WL0aeOhHz615LUGFHZBbngnTwceqmt { width:20rem;height:0;top:36.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWbwFC42demxxvSXkMPGtPyTmd1i1rG { width:20rem;height:10rem;top:44.7625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraSGTgcS9RDcM3hsTmellCvCDAZ8ZLS { width:19.875rem;height:9.9375rem;top:96.1125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSDlMcGkSpOUoF7NuFZT4rtM4mLXn4k { width:20rem;height:0;top:107.3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFRv0GpOctooexnTlMuRypG5szOZ2VRh { width:20rem;height:0;top:110.475rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0nu3NaMK6zLW64CG591MRGiTV1bav7 { width:20rem;height:10rem;top:67.5125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBSJWIXfiZD7oRSS46CXTLaRE4i8UDb { width:20rem;height:0;top:78.7625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABm2uaPfR2qddn8TTh8Fr8ys9ZI2FLF { width:20rem;height:0;top:81.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pniGk992PTtS5ecTvzynqlxW1JyyLdH8 { width:20rem;height:0;top:86.5875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3a9oLuAFgtnvHNkE0wuD4wV6MUt4hvJ { width:20rem;height:0;top:89.7625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJNLMW62TIAcuBbeToUkuu0migNwyUO4 { width:20rem;height:0;top:120.225rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5e4aawFG9pN3FZ3FkZUGqLFs5D7ze6b { width:20rem;height:0;top:123.4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5exsd1LQVhT7tn5cNUKTWdavD7QpMUK { top:131.45rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7wb2s5KANOIMVRS17UIALxlE5MlKsr6 { display:block; }
 }@media only screen and (max-width: 763px) { #gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 { display:block; }#gEfDD3G2Ddlt3Kl8bbiItg89yRRiZeb2 > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRxhlOf7BAszVy8vQ9RcZkTMJ9I4ontZ { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3IveI4ctABTGgtdC1pMtZX8Z1008NI1 { width:20rem;height:0;top:61.1125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyOTduNOaQ2oHFkz18TXPQGuIQR5aT9p { width:20rem;height:0;top:64.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZogXUeiSllyyNV3zG9o4wJTCWtcQ7rf { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi3TNPGlMUS94QziBC970NBLTMefZGwC { width:20rem;height:10rem;top:22.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ollM7XXVfX88mL6G1HxBQeq0zubiVOh2 { width:20rem;height:0;top:33.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLfKErabXm4w07DLTVdi4aGM3UxUkUQV { width:20rem;height:0;top:36.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB3uxCGHXQWts64I1qS4HcX8fhZ1iWZo { width:20rem;height:10rem;top:49.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPS4fiwwgKUXKkU3bzdJSL9QlFZFsXX { width:19.875rem;height:9.9375rem;top:108.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQMTh0HR2M4g0EqPahuQzQ1BdIsX5vXn { width:20rem;height:0;top:119.2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgQs2cx5kqA0zIfdxwl0x3ALUktnTqJ { width:20rem;height:0;top:122.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sTfwc1REJ3JWPA9ZQuT056gceVZIc5 { width:20rem;height:10rem;top:74.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsWgPQra5GZdvWTn16Q4mUIPu0S7sy5 { width:20rem;height:0;top:85.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtzqsU4Ws3acn7pfmduL5Eha0qXHy2q { width:20rem;height:0;top:88.7375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx96EMIhctEZUbhVTckh55D0otGulwZH { width:20rem;height:0;top:96.7875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eloxb1IIXWQmdxQySAi3vCVXU52JDR { width:20rem;height:0;top:99.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXtzXN5H9smAw7QmQNQtsqHb8a76FmZ { top:135.525rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pun2F37v6BxrQRpn1gDrl0lifXT45leR { display:block; }
 }@media only screen and (max-width: 763px) { #qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq { display:block; }#qXNIQJFs7fiMxubhO7Hn6OSS8T1WuEZq > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuMUqG7i7QL36JDT822Q4abLNi6GoO0Z { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqLFB5LMtiBibb6fythN4OZWqE2gXbiT { width:20rem;height:0;top:58.466666666667rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DSRsSi5tSeg6tDBJ0AfuRtTxMgMwal { width:20rem;height:0;top:61.916666666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxtFdv7dWXKcEoDCwBBuFJe5wgGlwtwr { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7enkc2kXQNLsxSN5VFBSHRx4sbA5QLh { width:20rem;height:9.9666666666667rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekslsCM42z6BpxQZKcKp4JTJ0LmF8oDi { width:20rem;height:0;top:30.891666666667rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4VuXRThRILznHOuqtm55AVzFqBcs2dU { width:20rem;height:0;top:34.066666666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUqAAFhtN4UGUAeHsZ27oiNLnKMRNoz { width:20rem;height:10rem;top:47.216666666667rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2nKwHh6CGPoIdb1HaE0reQ7dt9GknTE { width:19.875rem;height:9.9375rem;top:105.36666666667rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCRSqOI1w1MZPqoGKpdGkMbrksSWGsM { width:20rem;height:0;top:129.47916666667rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvdLmgt91ITpC2ehN30VugtibrUt5PRl { width:20rem;height:0;top:132.65416666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbM2tJ1PMWaJOGANFIRSHEuXeNiZy9JM { width:20rem;height:0;top:116.55416666667rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkU4GG187P1De7zat8Hg0yPfThZTdq7 { width:20rem;height:0;top:119.72916666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBdo8AZ0fqwoS7s7p7HaaibgMV39tGkc { width:20rem;height:10rem;top:69.966666666669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw3XT8KktOiAXMFUriwvH6cMKBp1I8wP { width:20rem;height:0;top:81.216666666669rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDm05vk0Gpvh2J8b8Ivsw36AIb0Rf4Ow { width:20rem;height:0;top:84.391666666669rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMSqJ02XJoocTzWQmeBqacU9TkSbQiT { width:20rem;height:0;top:92.441666666669rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3JPWdGzMnkMTUutUQNWD3pqKKIAnKzb { width:20rem;height:0;top:95.616666666669rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVFb7BAeMRUVEMGkqxqW9iZNBVdgMOaL { width:20rem;height:0;top:142.40416666667rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgRGRC5uVeiToGc4S49rwXfiBMDaodn { width:20rem;height:0;top:145.57916666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1AqKML21LFHkdUbFxryAL0bwrR05Ru { width:20rem;height:0;top:157.02916666667rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRepNfZgoFZL4eo0OndO8DOrHgTnOKA { width:20rem;height:0;top:160.20416666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E72imBB8hqt3v6PS318nL6tBSoIBDLZb { top:166.55416666667rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQI3L51XXwpfB1Wenh7r7xZO0Iw38Gny { display:block; }
 }@media only screen and (max-width: 763px) { #cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB { display:block; }#cNanQAGnnBUhyUBQaKgV9Z3eBxkUtNtB > .row .container { width:20rem;height:264.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9LeVCoWsXKt7F7f3BwbAECffF7smNEK { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qew1wiExnfEhfhxX73Ut7KIK703s5A05 { width:20rem;height:0;top:61.1125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52aTzxsKkzTokbqLnTrsTiZZsMRq9ZF { width:20rem;height:0;top:64.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8aHrLSuh7umTuFaNQr3UcUpi4LWFBe { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWebM1i0uw4H144HhQQiae3dn4eVTTV { width:20rem;height:10rem;top:22.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetSdNeJHMR7i9WJv3pe9o7NR765OUsm { width:20rem;height:0;top:33.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVQDbGGLxdJm0pxoav5O4PruqC4EnANH { width:20rem;height:0;top:36.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndyrwNvcyepQ6sp6Qu9VtasvwOT4qGnu { width:20rem;height:10rem;top:49.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcS5hfbGsOo5c7XkMUA2PD7RagLExIPW { width:19.875rem;height:9.9375rem;top:106.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOybaTxAF7FWDsAo63OsoL5LXqsmasTd { width:20rem;height:0;top:130.425rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzUvIhFy6SWqrMIXaIJm7X7ygKBfWZ2T { width:20rem;height:0;top:133.6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9SZNgU5tVBwF1F3z3TdzunACeRDai9 { width:20rem;height:0;top:117.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7lIvE3L55spTv0d7oDyF5UezRXTREQ { width:20rem;height:0;top:120.675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuv5iPokNZzLutDkl8u6NeOZvyCc9pS8 { width:20rem;height:10rem;top:72.6125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNU8mPNlDpxxFpkvHiMcwmcrIbNmrwp8 { width:20rem;height:0;top:83.8625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbRM4VTxCEUdQNfFaZG1Da4LCm3ZIwnT { width:20rem;height:0;top:87.0375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACR2pcA1nuncyycxiwFNviqzGokesHA { width:20rem;height:0;top:95.0875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCQqtEMbHzkgC8ryTTzPBQT2147LWh1i { width:20rem;height:0;top:98.2625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrE1ToZZH5GV1pR0lpwqAVvA4aQ1FgRE { width:20rem;height:0;top:143.35rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrG0EGMnTxMvH437V1rt5dl0iRc3ER2a { width:20rem;height:0;top:146.525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k7ETB64feeK0GtHpOFaqi71qAPmL9y { top:156.275rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5DKkfGDp0B1ACLHPcfBa8VC107RqB4G { display:block; }
 }@media only screen and (max-width: 763px) { #DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs { display:block; }#DLBNl2XmnMGgmRoqrISTfwtANSMwnDZs > .row .container { width:20rem;height:264.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqz1Mq9mfMM8Fvr4dZ7CNwvJugSfEhHS { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkoXrDd9RWp1A8UkeCG34t9Nb0rQLJQ { width:20rem;height:0;top:140.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmcANdD4Tv2lpqJJuNl0gLNsGogonRa2 { width:20rem;height:0;top:144.075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmXHq7gHf3qG03TitQe3tGmhfJiIFGxa { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK243xZTSsicLq91z81TMWbXxWEqxJlb { width:20rem;height:30rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvLHBMGpHlEDpK3TxIxSBSoE9np9pGqe { width:20rem;height:0;top:113.05rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQ9Wl6Iz3IsHxwW2WcOKQltGaeMtFPx { width:20rem;height:0;top:116.225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNHV8Bd1mZegi3DprbDSAD8t5LTO8XE8 { width:20rem;height:10rem;top:129.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEhR6prG52QAsWomxHTctzUzE3xOd60 { width:19.875rem;height:9.9375rem;top:190.925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNteqc12UaBtt2WWlShAJUF7avamZhsG { width:20rem;height:0;top:216.7375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpGnptSVDOFUrMhFe8snI0dcSfXfbmi { width:20rem;height:0;top:219.9125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkgXEf0gmSwMOvLbEninP6rXLyZTmE9 { width:20rem;height:0;top:202.1125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xIohhP2CA7K035n0VJV0rcQ9NS5sd1 { width:20rem;height:0;top:205.2875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soevk7o6c0d9Xqus0SCJUGaEM1EMyCIB { width:20rem;height:10rem;top:153.825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuTUtSVOZ0pqTFHciQQ3ABTqv5nNMC9 { width:20rem;height:0;top:165.075rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPp0gRukKGo3xRsvKCEtT23llzHsc0oh { width:20rem;height:0;top:168.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHega0DQicdbMlW4llNLUnp2DExoeTbx { width:20rem;height:0;top:178rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv1yU1qTDX5trS2JnEQNBbH1xL9XEiR { width:20rem;height:0;top:181.175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqQLC10cdwtcCoapToSbaPpxGBtKDTc { width:20rem;height:0;top:231.3625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIhLha9Ph1SWRzLQwQ6VFuThuy20iTQU { width:20rem;height:0;top:234.5375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmHdAgdX8NEd5wcnIEKoT8vZHHU3d3y { width:20rem;height:0;top:245.9875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghBZgbXJ8SZCc3fZaWArRxB04arKFnTx { width:20rem;height:0;top:249.1625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy8i7r8zAbwpswV2Vnc7rfp3PTFLQZnc { width:19.875rem;height:29.8125rem;top:50.925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTpoCyRZy9c2MhPSsrq1gI1fnlBkAJnf { width:19.875rem;height:29.8125rem;top:81.9875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yesPNehNkph5IIM7yBTbvXqK6r4m8w41 { top:255.5125rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2D6s4SmNgIkTLD5FriG6nHkWOkxJffq { display:block; }
 }@media only screen and (max-width: 763px) { #ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ { display:block; }#ThmFgn1PvEAa2yh5EWd3CoxCtaGo0dKJ > .row .container { width:20rem;height:199.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR7yk33fDDs9nGXilv9QzswLcoTgfXNe { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE0rZu7ay00CRyXdABP9pdmAVLGKKxkT { width:20rem;height:0;top:63.6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKfnn5W0HvocDhzSvP5lTaAUXkllaMH { width:20rem;height:0;top:67.05rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HrnfmTpGpW58Xq5Rsllrc4TOD76zNQ { width:20rem;height:0;top:89.075rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfBm6o5ROlcGqiwrTs7PoSlJNtqTxz0L { width:20rem;height:0;top:92.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVqPubfQpQwAeyxD4udd3rtFOUGR1dh { width:20rem;height:0;top:115.9125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpkLov1GFnz66RccCwXQKMgsRTEeu7gX { width:20rem;height:0;top:119.0875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEythE412CJxmcAEhT81kKxdkbwKVgMO { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNB7iq2a16BixmPPJ7TxUyURECdgpsJ4 { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOI8xIL7w3t3UARiLFhFFxNK8yLGdlsF { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5nX0b277VgHHaE6cVsNuucPUCx5OcWC { width:20rem;height:0;top:45.35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy1z8he7iWBgiEHXSwvhWSOHGeVl2pqE { width:20rem;height:10rem;top:34.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZ0V6XsGouV87q5yQVLsI5wibAd9LTC { width:20rem;height:0;top:70rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGcs9N8gQgZsueUFIWcgN8gTe2UDsktq { width:20rem;height:0;top:73.175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcZriDrgrIOVEMMHSXxsxxa3KlBKXAT { width:20rem;height:10rem;top:77.825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5wlriwHrPq1lbV69s2TaZw68B3oMcd { width:20rem;height:0;top:96.9rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4gAuTfXdnFVfPdns2kU0R4VrULcmTB { width:20rem;height:0;top:100.075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZwTc4ATcgefCvXd0yWud835AVZTyZK { width:19.875rem;height:9.9375rem;top:104.725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3NrfQ9DCz0bhDJkXy0GBx491ksgEuN { width:20rem;height:0;top:140.4125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okU9g7kfAxSspSeT5oxLXPMTsMM5261M { width:20rem;height:0;top:143.5875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmyUTuqfvI4Jq4vzfEoR0qg42q4wDdAQ { width:20rem;height:0;top:122.0375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Jg64RKikpVJV1lpWssRQkTOVhFqhKs { width:20rem;height:0;top:125.2125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhBR0REEtWpCuxaSo5pwao2tAaarc3q { width:20rem;height:0;top:128.1625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefVWnFLRTkWKNJAZQdcJgEX9Q06JNKl { width:20rem;height:0;top:131.3375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kETQuQWKZW3bXi2uVHNUP4BcrEHgkI { width:20rem;height:0;top:177.4875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEbMRDu3sdV33ZvJkBSF21GpCIOeshKN { width:20rem;height:0;top:134.2875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbyJTKxk93o9q8V2VwstZIJmOTlC1KL { width:20rem;height:0;top:137.4625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01OrA2sc3aOPkcN6NfUMPGg0DIFiXPq { width:20rem;height:0;top:148.2375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMhxvCv4tgnwOaOb3CtSylZXoh33RO57 { width:20rem;height:0;top:151.4125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaD1fzGFQvIZyq7zNfZEnAPgOqsRiB2V { width:20rem;height:0;top:156.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNAJFUthTXUTBPLbeB3kkUWAWeL32CfJ { width:20rem;height:0;top:159.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDau8crTl1AIvsozlrJWRTy862HVdz7V { top:187.2375rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTx0cAZQyWn1WKvupUsGrH4F4vtH9T2 { display:block; }
 }@media only screen and (max-width: 763px) { #spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 { display:block; }#spvG4X4aF6wVFne0TTcxfw9ANMFqWvl3 > .row .container { width:20rem;height:192.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqEDhEKuSqlU57T00XALo1iKMFnRRS5F { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJg5TP724MSpItbGF8WuhoP1ziQ5gRnw { width:20rem;height:0;top:55.1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24TGSWkCgJlV64Kb5GMXfHUUMpUn19J { width:20rem;height:0;top:58.55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9sn6NA6v0TNbzooH2FvVi4REXJ0HMu { width:20rem;height:0;top:82.275rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmqAFAnK17UcNSOEaZ9CK4efWQWQEkwx { width:20rem;height:0;top:85.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCbHhidg0UpiLPGyeq8IXdqAXq0idyC { width:20rem;height:0;top:112.5125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09nos97GlqkT8Und7HlbirIOTpsIuAS { width:20rem;height:0;top:115.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJg97ulhQgtzxlB0FFwzdp0MBmbCfS75 { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aco0wX1Z0mdJA3newce70mVd4Jbv6ATK { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEeKtVG14OqO9eki1BClbEwzw4cw1MC { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fQImvfX8q9XyzPEFN7bkcTDV9MIJsD { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ18JS1eAqCmwKfiSaubLxhAw9QT8sni { width:20rem;height:10rem;top:43.85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0zPXW8ZiURiWwM3QptpKX1a6PGXbwyK { width:20rem;height:0;top:61.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUN3VsGTaghdfkXkMDsmKDvIhlsVy8 { width:20rem;height:0;top:64.675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9JkIb35dMnQV3aPivTtGqTbw7X167H { width:20rem;height:10rem;top:71.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swz340T1pBVttNGQy8UnEsl88CPnphE6 { width:20rem;height:0;top:91.8rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zQrbdeupus43pgKZENFICZce4V2Rge { width:20rem;height:0;top:94.975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVLDzTNDgmmyRIZ5eR2blUyE0uqRXR0r { width:19.875rem;height:9.9375rem;top:101.325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdDp78p3bS6UE7oslFGndT3VGTqCMN5g { width:20rem;height:0;top:143.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2OmvI6ruWd2iB02bsHvorbGxTU7Rfg { width:20rem;height:0;top:146.9875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGC1wnCFXbXCdEOzBqxC5HmMlaVCbyC { width:20rem;height:0;top:120.3375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyRfa26rgGqUiVVaf2SlnCxDz2QeAqx { width:20rem;height:0;top:123.5125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veq0qUpVZl6apthnvArMN8nZ41q2WLsJ { width:20rem;height:0;top:128.1625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrB4FeVEM2SdTAhpGtHXmcqz5CVVNDUy { width:20rem;height:0;top:131.3375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQdb4PA07xTViKxJTBPgIQNbAfuOyxL { width:20rem;height:0;top:158.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuubbvelRo73hbxdA1W3UuUf0J8CoPSt { width:20rem;height:0;top:135.9875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEOK1gu5fqiqCvf0oaa991zp0Or7xabE { width:20rem;height:0;top:139.1625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrwoSeTHEcrtKzIZLdsbaHyL7FbAAdwe { top:166.4875rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNF9nrxuin9o4HmmZKOuCNHUSwsaIa1 { display:block; }
 }@media only screen and (max-width: 763px) { #BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D { display:block; }#BqdtvEQT3w4k1SQmRQQxkTEN95Sy4v8D > .row .container { width:20rem;height:192.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQQmWerFi4DQHMemOTTf8i9zGNm9q4hl { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3l1vbJNITNDZzxTCBzl9l1wotplFk0L { width:20rem;height:0;top:61.9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnp9h1dZpFrkyZbJRC0S9ruZdCTGfTpX { width:20rem;height:0;top:65.35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUmTEduf9irAr60OZt5FL5QK4vZdCoU { width:20rem;height:0;top:89.075rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlGQscQTDIDsSeUFIKiQ4f8ahP2LC8SF { width:20rem;height:0;top:92.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEgK6VU9csBMhuVlKrxAPHNcOgORC70 { width:20rem;height:0;top:119.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0kphfmHfEb8N3TByBsW9vV0onbFpqAi { width:20rem;height:0;top:122.4875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyD26v7sACPzfwz0FS1c2fI894traiI { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb952yhqNVmZl8mGkA5Ug2qVGEBbrGOp { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSEtefEpdFsE9xl0yXuqhBBfIeovAcsT { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSGL5f74cEtxKxP3OTDcpBiQLwApLTFI { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQpDDEuXRyRyNfl8T7SZ6Aa0CqsaCh6C { width:20rem;height:10rem;top:50.65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4vuAuTTH5fRxb9ZDMfsKJBS2LcEAdH { width:20rem;height:0;top:68.3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizwVt4ytMPJWNpU2Pfti1NBuRzIUmPP { width:20rem;height:0;top:71.475rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh29hdyaZiuteuZQs1uTmXQgOnd4ynvF { width:20rem;height:10rem;top:77.825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLOBycEnA0a85rZGSKTzdzRM6OpuoRUt { width:20rem;height:0;top:98.6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8v9v4VXRltb3Vo8y4K6KC8U7R5mXsP { width:20rem;height:0;top:101.775rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP5zAVgbxWNI1q33JGk3AJo1ss6H3awb { width:19.875rem;height:9.9375rem;top:108.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlRuMslwPJBw8ww1Z87qE9E2J7kCaKAn { width:20rem;height:0;top:150.6125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkizN7ivrEKrtSJ2ZOWcpB9NfdVTk3s { width:20rem;height:0;top:153.7875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K61olbr58TqZKthtaJRz4ic86XoqA6L5 { width:20rem;height:0;top:127.1375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJvJalxTI653CT42cBd3GkpgFAPI5xN { width:20rem;height:0;top:130.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8DXV0RpbiGgKyT85DiqfEyhlo3V3WT { width:20rem;height:0;top:134.9625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1zQ0acIShOGkA4nPKUnSH0ELOlKMM6w { width:20rem;height:0;top:138.1375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6lbE0NeoAd9xWZuTF4yoJJHML3ITH0L { width:20rem;height:0;top:166.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCu3nSoMcQrqa9eL9RCT3OBJfKOLPZ07 { width:20rem;height:0;top:142.7875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx3hbdRr6llAKQuVb8fgOdGsL0RSCuhn { width:20rem;height:0;top:145.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMXlrIVcb7hRh29qnlk0Gn6yxv271Sr { top:174.9875rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVS4hA6ScCTO7wH9S3Fcvoc5bGB3A5g { display:block; }
 }@media only screen and (max-width: 763px) { #ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy { display:block; }#ZKNXtCvpTTJ6EukeEoRRFDbefCeIT6iy > .row .container { width:20rem;height:175.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c25iKRl5VdNIWdz8FUWIqyu5SMhHvsJ1 { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDDOXGBzHynxMwAPBHMbooaMcr0T7ATT { width:20rem;height:0;top:62.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiB517iPrAJ9eXap9t59X4vD3KrM158w { width:20rem;height:0;top:66.2625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw3OiKwOoTvBzaDLLxnhE5mVoPHORLy3 { width:20rem;height:0;top:91.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKzoXeQWp2mPsITcy1gCOCnVg6dxRVqP { width:20rem;height:0;top:94.8625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTlJtvC7IJ2rHfMoKH44rEhndMPfDGr { width:20rem;height:0;top:121.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLOgKqQrIXUXT8n3qQOTVcTIIxrzeXK { width:20rem;height:0;top:125.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFnapgSTIWEWbpzUKKwtroe4ataop5X { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0JTkfvPZvI3rIzJDa27okCLtT2AsdhR { width:20rem;height:10rem;top:22.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM6fV0xUbI5kfifLgbpKEycHpCGZoR8a { width:20rem;height:0;top:33.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #At2O19EqI4xtfokPiXoP0NlmftQ3cbQr { width:20rem;height:0;top:36.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTanHiBfnv2d8QRn5xFNP3D1BevV8XJ { width:20rem;height:10rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzyAHC54PVvncIL0893QnvnFCVqc4TZq { width:20rem;height:0;top:70.9125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n646KKEuZs9mcSeqA6wDTTa7wNRyC17u { width:20rem;height:0;top:74.0875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXorOAe3zDdbHB2TEIJDPlOihyef38Tw { width:20rem;height:10rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfUqz0dVBHDsAmLKMduEurQJNHFuIxSs { width:20rem;height:0;top:101.2125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SklR8GzWJvq41TyXUTzDLcTRbFlqc2sM { width:20rem;height:0;top:104.3875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFdDWWD8irwbmWMZH3OT0o5pav2mIPN1 { width:19.875rem;height:9.9375rem;top:110.7375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8JdtGrOEAC9BwdQy8PrughLXmZSpt2G { width:20rem;height:0;top:145.4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvB9AnDwN85tbX425udIKEOUL1Tw5rcz { width:20rem;height:0;top:148.575rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9NsaEa4MSN9wLLaSkc0p4InJ9TLsWF { width:20rem;height:0;top:129.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C5fptIZ7OWHmWtCwTSrniAVLl5S5Qf { width:20rem;height:0;top:132.925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkSrMFzqKKBE8olD8hPolKng8DE4UEmm { width:20rem;height:0;top:137.575rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He8Mka88ZzadpNtztzETDvfSW902KVs7 { width:20rem;height:0;top:140.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUnR2dLtsqcu6QhesHK5Piza2yLu7vX { width:20rem;height:0;top:161.725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URX3y5UZNRLoiSvpII7ALp6fKG6tKuuI { top:169.775rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSRxum30EtSd6qGOKF2retAMlBmHKZM { display:block; }
 }@media only screen and (max-width: 763px) { #f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 { display:block; }#f6y2rhRPAFe8Qolh8SziK3DJlPFmKxd4 > .row .container { width:20rem;height:173rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9FUaEdNKLP1tXd2FZgpTv5LB3WyCeJi { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6nF8IPhv9rvFuTTF0mL2ePrauD6P29u { width:20rem;height:0;top:59.525rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVl8xU8CwkHDRuSSKUMcWaWObF5NUUtN { width:20rem;height:0;top:62.7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmftSlmXa0Lc8bHturWMpdoRFu7puxRl { width:20rem;height:0;top:86.425rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wVxXz8lx9aW1dB5uUnxE41ST7drau7 { width:20rem;height:0;top:89.6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK07hAnIngXBBn9QPUOET3sgyhug8keL { width:20rem;height:0;top:111.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiXL5ZR4bZ970OuUA5qOti9n9gMdZMer { width:20rem;height:0;top:114.7375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6eFAfgZvFyvx5Hu3OLA8LSH7FEPnw05 { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbIrQUSri488mSOAt0QgWoUph9EkJRJF { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #com2WETqtnoTNKRGKNnCF2WZ5XaBHmti { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2rZhlZo3WUgeUCweuGV9vlopRHZnMix { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumG95DxvBl1lUqbSnHMP4ZiJ3x6AAl7 { width:20rem;height:0;top:40.45rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He385BrXZEMGfzTRUcBnWaWPPaaBRabs { width:20rem;height:0;top:43.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNqzmfII2HqX5RoSdQPeFgLTklQMsqq { width:20rem;height:10rem;top:48.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWlwo38KdbwbNvBWANIPMLzeEZpTsrZ { width:20rem;height:0;top:67.35rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHaqdfMQTEs96rU2k2fM2yQI7W0NwPy { width:20rem;height:0;top:70.525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVCbQPHKcpoS0OLZnv9zmyCZrcAkSgRu { width:20rem;height:10rem;top:75.175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsLoELIssezLD2dHdcKsuUtydEFRA67g { width:20rem;height:0;top:94.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlSwGyun0GwhAhlWNBg9mcDczRDXml97 { width:20rem;height:0;top:97.425rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtVctdRS8qTOblk94EQoCKa9a4NcOeC2 { width:19.875rem;height:9.9375rem;top:100.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D64NaxJJVolPRyCTCMeNdWVe09t0sNbq { width:20rem;height:0;top:117.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsPaTEhp1Z6G9wJM7I1nS1SVQnfQWcfx { width:20rem;height:0;top:120.8625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN0iW8DoiGG58rEol9KRL6ZBprLrHPm6 { top:134.0125rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF5XFdMN8OlQ0sNx1zKyetrMHECrvpZO { display:block; }
 }@media only screen and (max-width: 763px) { #Hc9aRg9kthwofqIo5abIooTlafpzBthN { display:block; }#Hc9aRg9kthwofqIo5abIooTlafpzBthN > .row .container { width:20rem;height:177.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkdyaa47V5TVUbZDZ06WwfMkGMtBd2sX { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmPLPIGK1TUc8vLBPosTT4TpZdDtSCu { width:20rem;height:0;top:64.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydafNra6hbOaR8Ntar2eALayaL6wBMgZ { width:20rem;height:0;top:67.8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnwdFIqgIStkCmZG4hm4O3q8l1QsWvLX { width:20rem;height:0;top:96.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN6rur1klXFeLq4lGHWLXTDgE4gZbPNf { width:20rem;height:0;top:99.8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEiHFBDBe3GSMxvh5sScTSvMIFK2eGLD { width:20rem;height:0;top:128.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOHnv196r8qdQ6ZCKmU5Zxhrbahbr0V { width:20rem;height:0;top:131.8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehKDMv7P2HJ7Lmass1tK2MzbT70uBdk { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZmScFz1SuskyDm2cMxXB4h6gZUDAh9d { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZmvFzcwyBxQsPLQ26UNck2b1iMpebW { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bLRMtP1IZRFETGHwwU45cf0WLT8eDo { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGFTmMsHWnqlWnESnzrpG0yvMTEBmGu { width:20rem;height:0;top:42.15rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHoIDKIPPPVJdzKWAaveXLgFbtNvx5nx { width:20rem;height:0;top:45.325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9A2z6vaQHn4afNRkGUKcN50seR6W0XW { width:20rem;height:10rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywBTuiblq4iJEno0PeHdQDS6WtsvBFd { width:20rem;height:0;top:75.85rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEc5oGtDHnGd2JMx9ukyBJZ510qL7bTx { width:20rem;height:0;top:79.025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI66rR1EBQqAVazVVtzS2EXCUguh7mtO { width:20rem;height:10rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFy665rlTUUkHeUCCMSqE5AliD8V50f { width:20rem;height:0;top:107.85rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWAusDKyGMd7fer4XiGOnaJOhwxHIOmV { width:20rem;height:0;top:111.025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPBTvd7FhiBXkf8aKBTUNqc9GeFEnw4 { width:20rem;height:10rem;top:117.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFM3I5qTAuorI50stoiTgP0LFfTaRvQV { width:20rem;height:0;top:138.15rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxIoEntoeC1ifnGcTJKSpfhbwf26dkR { width:20rem;height:0;top:141.325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a19DWCgosnpm8dlewXbB1p9ficEWgqsG { width:20rem;height:0;top:147.675rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TatI3XPZyJ7m9WhrkKSEAElDb2zPqH { width:20rem;height:0;top:150.85rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZaT8Zglimk7Q0RADqnnyFHeW6H3mpyk { width:20rem;height:0;top:157.2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgz0hTzggvl18X9nXaA1V3uH2fFWFN5e { width:20rem;height:0;top:160.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyRP9nw4e7AmNq5KGhD7OUyDGCMEnWDK { width:20rem;height:0;top:166.725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkykH1q08ymdNcTMEAClI60b1MpuAum5 { top:171.375rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaHUN0o1JrFADfewTgtsQMpFXdPgiLPq { display:block; }
 }@media only screen and (max-width: 763px) { #UObS4g90M7yJ5h77MeCcSaaPHMnWozfN { display:block; }#UObS4g90M7yJ5h77MeCcSaaPHMnWozfN > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPnkgu7oQnrlJxEcVWnok5JsytAsnwrt { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkoXACQvOTK6NDTC3h0DyPJ3touvchGN { width:20rem;height:0;top:57.825rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shAVrpbcS62AdrxsbGwAEmeACtwK3MVf { width:20rem;height:0;top:61rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR3G2gCU6KbwxGMZQvKHPFbRX7T7PIRZ { width:20rem;height:0;top:84.725rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1rPafrAXKUUAJymdtqq0QMVGp3leFob { width:20rem;height:0;top:87.9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhCqJVRIHQuad09NHFzSGOoU9T3vlym { width:20rem;height:0;top:111.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akAQfJIvusgEaoRD1b6SdxX67N9TTZgF { width:20rem;height:0;top:114.8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXRGTlWg4BHaV4PzzR9hGtt5VwFZSNr4 { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e627xmSx7UmGTZ9xtDyoEIeHQntyw7fZ { width:20rem;height:10rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5JtF8HWawkbFI6L9JuSDsNKgB8NIapo { width:20rem;height:0;top:30.925rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5FVhWKES86QaQeNF8qi92JIkvyTy56 { width:20rem;height:0;top:34.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAgkyVVnNT6NkF2cZR1hSWHTqAIPDH6 { width:20rem;height:0;top:38.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsnCqBDmZsAQkDosbOWTWNmBPbLscDQX { width:20rem;height:0;top:41.925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoTMaMxl1oAFucwKzVzRE0FC8FhyHAW7 { width:20rem;height:10rem;top:46.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbMa9rIao3gWSGTOmD9wORlinw0KvkK { width:20rem;height:0;top:65.65rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZpfget6xWRT3VLWGyrbcR76mn2srkHZ { width:20rem;height:0;top:68.825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJGnnneOxhvTIiqxLEP8UdWccDFTaX5M { width:20rem;height:10rem;top:73.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5riLv0idTEGMu2UIQpA0zLVZcsBuF7 { width:20rem;height:0;top:92.55rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMPSusSRGNODODxMqIZSMDqCkTuZD5X { width:20rem;height:0;top:95.725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbUL3hPpKvUk5EplXhRuSNlWdrTQcq7 { width:20rem;height:10rem;top:100.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTQ7PE6TUJPwW0GekuAh9ugcNlrsgFz { width:20rem;height:0;top:119.45rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZCiMFnpArt4GvcyOTw0SxFxxCnrOOW6 { width:20rem;height:0;top:122.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDNykQbXwrdp1CqORP5nFClQk6ufxd8X { top:128.975rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk11IWpqDTTB6UPFrs9Q6chOWRmZuN1 { display:block; }
 }@media only screen and (max-width: 763px) { #R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 { display:block; }#R25baEhFpH1n7tIm7NUi7J3qhUFuZPh8 > .row .container { width:20rem;height:149.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at5Bre9EfwJch2tJEmn4XxRw9pVe5cXJ { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2eDGP0dwAHIRJX0s7RtM6SOxw22H7XJ { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaxHFIdztaG9kZeJS723POW54qAe79A1 { width:20rem;height:30rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLv3rNKmsSuD1c4FF9VVGaGQe5FXCBCp { width:20rem;height:0;top:47.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiQMir7kAxWCn0XgIZvRPZTSPOIkxnm { width:20rem;height:0;top:50.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0yzZlkPXVSoLuawRoeH6dO71PVS4DNU { width:20rem;height:0;top:58.2875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwgDq24lDFV2nQJdb1bwdfn1WeXoBo5e { width:20rem;height:0;top:61.4625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blek1Dmspxa1A8ld31u6Bip3gO3OnBFe { width:20rem;height:0;top:69.5125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnORPfT8wF8CTRTTMWTQJELev6RMxeCc { width:20rem;height:0;top:72.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEZUaoi02JSL89NGUdzzVHC3Pnb6LnsH { width:20rem;height:0;top:77.3375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4q3QLEPM1hEcJA5Po9QAzDO5g8Bl2zT { width:20rem;height:0;top:80.5125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPyXRdsRGSnORqwEgisTTmZVvGx6CEiD { width:20rem;height:0;top:85.1625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGnRLugWdSM29aGO8Q7q30cfi4TCmfey { width:20rem;height:0;top:88.3375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttfboyCOtnAaBHiJs1awqxr3qFXIm8lQ { width:20rem;height:0;top:92.9875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N19TIMoiwUpwTJdS6GoCoOS2FXSclWCP { width:20rem;height:0;top:96.1625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxNMUf32JTxPb2mfeRMvihanlVcLJTZ { width:20rem;height:0;top:100.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNiaSiCkXAXVr5zrgpvckPasbKrFN6F { width:20rem;height:0;top:103.9875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3D685THIl96fqcitzblMuuVuoyTTc5n { width:20rem;height:0;top:108.6375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AStTKcBu23rODmp9pBOX5va7oZzpt18K { width:20rem;height:0;top:111.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFVoXVoLIJulVNQ4LhvNRdPfl13EMrw { width:20rem;height:0;top:116.4625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPLkkFge2XKb0RI69p3Bxc8E5OzA0PR9 { width:20rem;height:0;top:119.6375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNn0tZb7pWOtxHdrRbu511izxVDiAO { width:20rem;height:0;top:124.2875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNEaHcwPLBeMFXTkwPcJzq9HmE0uX6N { width:20rem;height:0;top:127.4625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kDTHF1lNMK6cfTKJw19X5r9vayJHtg { width:20rem;height:0;top:132.1125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPMem9obXDBtyhtSgm4b1eqAsPfUo8TM { width:20rem;height:0;top:135.2875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgW0Sm2vcdRzMxJ4aOG9nDuMz16vTfox { top:141.6375rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGZmBfFRokFnoCebTfn20fgAsJQUz5oL { display:block; }
 }@media only screen and (max-width: 763px) { #PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 { display:block; }#PuqyoyFvu2ScTtTNP73tN3VLlL4rT0l4 > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD5OdVIS4G04r6mGFevCqfZXSlWvw72X { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7CWTMVVTw5bS8iAxSilSc9HEbpHiNra { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESHGkiQtoPgX3WvWemc5vlsDMCK7XwP { width:20rem;height:20rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0nOepVr2de0TsUqBrmEBo1ev2UN3Wl { width:20rem;height:0;top:37.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRfdptfvTn7Oqx9HURyHM60pcpFebs7 { width:20rem;height:0;top:40.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw527B7uFrMLPBQo5cDtI52FCnPflc7d { width:20rem;height:0;top:46.5875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0SSZy413TJl4cHtddL9Osxt6KkOZCp { width:20rem;height:0;top:49.7625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNEyRNUooGMOBELRPh0WZrlAG61mzRU1 { width:20rem;height:0;top:54.4125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxDCKVHJOImEoCQRqDquiGW4nLgmo2po { width:20rem;height:0;top:57.5875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpfSCw6zRfOG30zIDxOHhiBOwde5g9S { width:20rem;height:0;top:62.2375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs4TpJlJWZ9Wxo78wrawLzzTTQKK36OI { width:20rem;height:0;top:65.4125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCxZ6u4dbrbzF6tEWGqGdw1W91MbEPWs { width:20rem;height:0;top:68.3625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwO2Irz31ei86XmApbEo5q8We8y4Arr5 { width:20rem;height:0;top:71.5375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L80OeWfVFrIhteC6b4HcdnfyJSh03ewI { width:20rem;height:0;top:76.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3L66EEan05BtpAh4r8MOmfqAqnfQeDW { width:20rem;height:0;top:79.3625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I02lh1wgOhZq0frOZSXhskHLu6Xpg0x4 { width:20rem;height:0;top:84.0125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DipJRHpXSp6fEr59El6iDAgX57VpAhzv { width:20rem;height:0;top:87.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDU9fiBEWpOIcuHZo0R87VJaupIpldy { top:93.5375rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhkqlTZHT3kw38nxKf4BNeXnBgMngcB { display:block; }
 }@media only screen and (max-width: 763px) { #OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs { display:block; }#OFOVyawDF8Aq0OwbyMWvZ6LqQkvLHZWs > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKJ9PLtXEEX4czQNcfcb7VncHNhtPHvO { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitIwygG2c5FAtsdFDLEfsFxJ2E57wlg { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhCkxMMzcaFDz5MkBrm3mpXXZiylPQLN { width:20rem;height:30.029325513196rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLTKRZhLBDy069lrADPmUNTmRBgBqz3 { width:20rem;height:0;top:47.091825513196rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQoTPVt4RvLEPkenozV3nQtz7ZZ35qU { width:20rem;height:0;top:52.191825513196rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL17V5BLzFx2luAwHzpWqAztaKFJwPOA { width:20rem;height:0;top:60.241825513196rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5Gl2pIO33MfkTqe4adD0RvSG4M5RuX { width:20rem;height:0;top:65.341825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSLgI4F5AWTTv6MolQxO9crEiyeTreKZ { width:20rem;height:0;top:71.691825513194rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3zdSCTM2mrXrTEcKzM6PeqWT4eTHg8L { width:20rem;height:0;top:74.866825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA3o5ZP4TwUan3XH3utbnZOAJRNcrS82 { width:20rem;height:0;top:77.816825513194rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RzJrAQ261fXZfWglm9v7vCeasSTcr6 { width:20rem;height:0;top:80.991825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmgMK6D87uSnUzMnrouExcMkaETmnSJk { width:20rem;height:0;top:83.941825513194rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxVrrrAr4Rt89TbuHaxCyu1KHzBtBnF { width:20rem;height:0;top:87.116825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl2P6O5sNtKInbCciU1J2ksKA6toWXrG { width:20rem;height:0;top:90.066825513194rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGWmgWN3uTMBh99X2i5hIzshZSK1Coh0 { width:20rem;height:0;top:93.241825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxEs4Z3MrzqSEI2acls9cbWqdikk5qL { width:20rem;height:0;top:96.191825513194rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGz2iUQ6E78KksZ9gcUqHphN09DglFS { width:20rem;height:0;top:99.366825513194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtF8Kcg4KGQJJNy5B48kHIpxugNUZST { top:102.31682551319rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOCJP2VsDrVCr1tSDsR3nlTJTw9RJDwO { display:block; }
 }@media only screen and (max-width: 763px) { #b0GTQu5StsG3nlpF2amlFgJCm9fopA8N { display:block; }#b0GTQu5StsG3nlpF2amlFgJCm9fopA8N > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ltgowz2ztATW7FP0kiWaCZIcWFUOVuTc { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3CnN6LVRSEBBoJTMPI6PlZvUwL8kn2 { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3gi7vCQXgTDuEHeydOlO5vWBNwPZQTL { width:20rem;height:0;top:37.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSy6zu9ZsfAJyOwp1fAS8yM66roNdPO { width:20rem;height:0;top:40.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFPF3lGPhS2V1H4kTVnCb6p3sxTeRnOd { width:20rem;height:0;top:47.8375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LzD9l22cAPu5AhrPMxaqWJtGLhDoIm { width:20rem;height:0;top:51.0125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWmLymoPqbHdzMXvMx40R3pIx0yf6iFw { width:20rem;height:0;top:55.6625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1ZKzEqMCLqmChtTfZwayK8BlVsQRRA { width:20rem;height:0;top:58.8375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIH5o4N4DRJ2VQ0OwysC1MmCIzwxOuwE { width:20rem;height:0;top:61.7875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zzVTT6tBXLohUsSaeXED5kxGXZkSf4 { width:20rem;height:0;top:64.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b87EtVFsT6l4hbbIpv4Fc2wTsy4bJixi { width:20rem;height:0;top:67.9125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbI5EqqKhfoDTd8pxdIUe9Zdae2tp34F { width:20rem;height:0;top:71.0875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4BsLdrMXe5lO7wtbLa2vmcun2cmI6hF { width:20rem;height:0;top:75.7375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDd5m5J55qPxQC2EvsTg92kodEFQ0Br { width:20rem;height:0;top:78.9125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwXfq23vG1krbq2ZJXXhf0okVHyNHiBy { width:20rem;height:0;top:44.8875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbsgmkiCe3B1VhA6iDx3obOD0zHq22h { width:20rem;height:20rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PeqZHGtRIFFDohkHbgzHrhPfOdTeye { top:83.5625rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oswtTQTXEDsIF8ZUhfs4vzkFVswhKPUs { display:block; }
 }@media only screen and (max-width: 763px) { #wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 { display:block; }#wNkmG1wCDTfyPt0ZoCfH4DAVKDHAhFP3 > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuH2JykKqr8fBlWuRft43bumEbcyamFf { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ9EgMHzCOxK4UIaxzHw3qsCamvu08IL { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnmXl28EowMrgqT5rHrXxP06TNTSLGRQ { width:20rem;height:0;top:37.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKldUb4cVFl9ZLMcf1iBRi1CSRQeVpdr { width:20rem;height:0;top:40.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPVvNMmXde8UGyI1zCENPZI0EqHqnpt { width:20rem;height:0;top:44.8875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRxy5byLgzoP6bx2gwvInB0QMQ2hruW { width:20rem;height:0;top:105.2625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToamCoTsNro9kF0lQdMa0ndk68CaSRl { width:20rem;height:0;top:108.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRpwvTdNJ5hKGSQ5Jz1gMXsuZoUxiDnx { width:20rem;height:20rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4w8VAaKmEqSrw0PhXfEQ1Tu7su83dIb { width:20rem;height:0;top:48.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svapl09CGAiSGzKPhyK0FTc3LKiEBKBP { width:20rem;height:0;top:52.7125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #la0BUFxpJJq2phZuLOEVV2bDrtwEG5gG { width:20rem;height:0;top:55.8875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss38CxcMzr16yssocqbu4SIwtlkTmlbv { width:20rem;height:20rem;top:84.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Voab3UNsgfZi2TTbVllZxEXfZdI7IA { width:20rem;height:0;top:63.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtEC2PSTZDcxpFpmhDc7X72i7HKNedUJ { width:20rem;height:0;top:60.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGAia1WQ6ETE0J1ml9LNwGrueXCunwFl { width:20rem;height:0;top:68.3625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9bGlxWdprMNMWxzA8UPvFaBJwghA9pP { width:20rem;height:0;top:71.5375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3y68ssqg7xazdnlkFAHHxUvTHRGJJ3 { width:20rem;height:0;top:76.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysEM8nk4XGnKJrPWAATiEhL0yQwBl8UR { width:20rem;height:0;top:79.3625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNiH71Eb6hyVdGyiD6bNB4pBT7htzkQ { top:111.3875rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO41bSLHmtHraJychFDxrM1Q2afvx9Sw { display:block; }
 }@media only screen and (max-width: 763px) { #DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 { display:block; }#DXA2w9XPTTUHlOFlbgG3ZkgcwlFKCiL7 > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmZZ3iha4cp76Tz3LoOc5WWrsBeozZJB { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBSTcIRE9GHV8r6T0VqWGuqDE9vfq2p { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr5SbSACrbpNhrB6APTad64ylK5yrvos { width:20rem;height:0;top:44.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu9GrfNEfIzvqKQ2OlTWGXAupqpfAKP2 { width:20rem;height:0;top:47.6125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2yTLZBhT5bBl72rbfd6CbHz78EDe9QK { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubez8UR102cKm4C79Nrqltgdi78SJ99 { width:20rem;height:0;top:30.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8J7aWIsoFQMZ2Mu4nE1h6QAChUNJJgT { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSg5wTSag0Ri8cTfoTc7NVHHIGhXfm0 { width:20rem;height:10rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xklZZJ2r03NwihUgHmFueb86oG5RNxXy { width:20rem;height:10rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ6M4XmJ1hzZPDuRBiTmsBD1T1MsnHTr { width:20rem;height:0;top:61.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPIfgklWw3XkrLH4pUmZ8xMMSA1swNnd { width:20rem;height:0;top:64.9875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duZG0c39UeOGG0OwniRu1w4UcuOGIZ7a { width:20rem;height:0;top:67.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmTsemWOZQ8Tr9lQPDGOUJ5HQThHxMF { width:20rem;height:0;top:71.1125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE86Opvg1SROb1DR52OHNDdirf6hglI3 { width:20rem;height:0;top:74.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmBhZzHkgNIHneTBANKiOtgK5Ho64mG { width:20rem;height:0;top:77.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llzwNK4CNasnwmwiRWvTRNSxRUpmpRU9 { top:80.1875rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6QAGfg2gsLkxqqg9zO44OsktknLvlv { display:block; }
 }@media only screen and (max-width: 763px) { #XbTT1RLpetUquPFu0DQGz66hSv4bxWdB { display:block; }#XbTT1RLpetUquPFu0DQGz66hSv4bxWdB > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsPIUTrZotnnfSSo4obCTAuuWfQOISqM { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVuDtbT8uHE90PxbLNxEzG1EfWUvm5QH { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhVDm7rS3pkHeaa220sEqBcZfKqTHP4 { width:20rem;height:0;top:44.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCbX1pMowUnv6bVDZcWRlT7FD0k5MsV { width:20rem;height:0;top:47.6125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRBsERtQiUQHVO1fN8rtZTVQATupBAi { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDfPmC3ToKxO74ehChN3Pw9v1zVccT4 { width:20rem;height:0;top:30.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoB6DASBRyb3OyZPUdcQiV76dE6422MV { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNn5kOb70Te85Af2aVmTcEyF0ALhbUCC { width:20rem;height:10rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnyNX0yD2NgtGS4GKdbFyFwp1VzPGxOn { width:20rem;height:10rem;top:52.2625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhCf3mT206hlsc9uaal6pCyVWp2to9T { width:20rem;height:0;top:63.5125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOOhbCTJFlbfCwe1TlOhhFQoBT9mhkO { width:20rem;height:0;top:66.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkUsoaNM4r3eZ0dDwRuaTXtlxmst3tKw { width:20rem;height:0;top:82.5875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6svBBVfrEmgiF1vJO77oocoDMMa8Nv { width:20rem;height:0;top:85.7625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QmdqhWXm3zv7qk4OLWZX92ZFe1rSRI { width:20rem;height:0;top:90.4125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9cTqutxMa7JRNnK6CFfksM5zKaOnAFS { width:20rem;height:0;top:93.5875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtMaL2RSdTBB4mTALXCCHJA6C6GdL1Xq { width:20rem;height:10rem;top:71.3375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI5DCqTI43KP72t5OGTwrF4N7Qm8Na1t { width:20rem;height:0;top:96.5375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1izS0qKSlrwehmASTdqCPPa6Tzt7PV7 { width:20rem;height:0;top:99.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80yuZcX22OhR8qsi4oXmZy6u9UdVCsw { top:102.6625rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIDdFTKawQegAqHy4sPAnNq7FmkCq7Z { display:block; }
 }@media only screen and (max-width: 763px) { #IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO { display:block; }#IiUwyKtMS6FQJ2ofD5QSTRh9gLKyNxuO > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Pbw9Lc8zgW1gc3eLyHiakg8UEgVdKG { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOXneNTTBA6XFQtqQbkd4MRZTVTBLiW { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6emf2pssNx5GuhnSrNx1cqJ4h5JGO7 { width:20rem;height:0;top:47.8375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU2imkeHbxRZ8zBgTCbQ0G2cCwUKVLEP { width:20rem;height:0;top:51.0125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhutMQdup9qH0K58X9VBZw52fCoeWLq { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgFeXsEaLAbQWrrC8wuW2NQkJnMBgsl { width:20rem;height:0;top:30.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcPqfiiL4KZArca7uiGmOIDJlvVsQJOU { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVavVIuET6IQPrqUT9lmHKJi7alpOTn { width:20rem;height:10rem;top:36.5875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEGO33egRdhBfQ4uilK9kdbk66ioJeDE { width:20rem;height:10rem;top:55.6625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymzdu4m54XeVe3xl9ySaO5QJBH5KUuiG { width:20rem;height:0;top:66.9125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKlcbAfXrPdbVSPB9FkbCo5ywDwNHvGp { width:20rem;height:0;top:70.0875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuI8Kt5bPlIqTkcay5OoEAiykdT7266B { width:20rem;height:0;top:85.9875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmls1vyVEXfGAxgCLL6qyl08rpHMScQi { width:20rem;height:0;top:89.1625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCPlaNcrSdzL2URhmU9yTlv6GeApKt4B { width:20rem;height:10rem;top:74.7375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2x6xCBTruv042BCgflvzZnRaMOvstA { width:20rem;height:0;top:93.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eifbkGylrhiQKkdH2Gssc2oM8595xHkO { width:20rem;height:0;top:96.9875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq4a1F4paaupxbhJUbKOTR2KDThRM2hZ { top:101.6375rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6plubMtWAthTrRyqH5HfNLWql3a2tdy { display:block; }
 }@media only screen and (max-width: 763px) { #TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 { display:block; }#TlTwgT8T8qg4uN3c1hUIAMV8i8woXUf2 > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acL8IQS6O51C7Mgdn0Z5VhBBh3rLq5LX { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiRm7hkBIVMS5kMHiVC1cnJLW9MfLbK { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkGgEDqmG4ozqdNT0bQgBE0HfhR82mP { width:20rem;height:0;top:47.8375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ITJkBou2GzNfdhTW3KOAb2GPtWDphv { width:20rem;height:0;top:51.0125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUqTpsp4lZ95MdlDqwsnIhP5GGqtNwMb { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCgqUmEp264vJNsXSFcAxpXys5TPqPO9 { width:20rem;height:0;top:30.2375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gupyTlgLKDwB2D3Ny7sEySGpp6CZoLqq { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLt4ozp8nIfZXKskZ6H996OKxCy1yAk2 { width:20rem;height:10rem;top:36.5875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Q3nG3yTrot5ImlKpSJ1SwCAA3MT1Rg { width:20rem;height:10rem;top:55.6625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAmPQCFBarb9c4TRyWBkrIxP5JSTFmZx { width:20rem;height:0;top:66.9125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRToE6wQ8ZLatXqKDXmfkwCFGFB5sg75 { width:20rem;height:0;top:70.0875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4EMRK31zORDedMdGu6bMSmrEBLVxJ8w { width:20rem;height:0;top:85.9875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8MROcLhQObaIpFyV0yXRfGQytnqWrRT { width:20rem;height:0;top:89.1625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTc3DRwRdaznpwhZ5yzCRd6agkEV4TSF { width:20rem;height:10rem;top:74.7375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrcupKKE4xi4m9gsVT1Pmvt9Gfg8tqW { width:20rem;height:0;top:92.1125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8mB8wMXP71cqKwdQUqIfShdDJwhnTBQ { width:20rem;height:0;top:95.2875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubn35MfLuuv8KbZqzQM04sgS02fe7lTz { width:20rem;height:0;top:101.6375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua32bJ8RPPgaaTCbogFs5cqOtslSpDuC { width:20rem;height:0;top:104.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEdZQG5i3yZcfrOTvpZ93TUfPOZUMxxQ { width:20rem;height:0;top:109.4625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1p7ZqVpFnqbVoHpHZiTcNLr1V1aQvm { width:20rem;height:0;top:112.6375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tct7xhHOn0UXw9D1DHe07lyiF05n6SJl { top:117.2875rem;left:0.5625rem;width:18.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbDZTLNn8fRqhdWz9yypsnwFObpdy5cS { display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:16.9375rem;height:3.75rem;top:4.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:16.9375rem;height:3.75rem;top:8.625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/e815a051-4cfd-4ba4-b36c-56491a900328/photo1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:1.92480625rem;top:25.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:20rem;height:20.39065625rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:5.25rem;height:5.25rem;top:50.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:5.25rem;height:5.25rem;top:50.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:5.25rem;height:5.25rem;top:50.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:9.3125rem;height:1.03125rem;top:20.375rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:16.75rem;height:3.3984375rem;top:58rem;left:2.625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #aQyzLShEEc7yChVJVU9BTJK47PeTy7Di { display:flex;width:1.375rem;height:1.375rem;top:58rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/3d73e352-417d-403e-b789-184f386b0181/photo2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:20rem;height:1.92480625rem;top:15.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:20rem;height:5.09765625rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:14.375rem;height:12.5rem;top:41.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:11.5rem;height:8.996125rem;top:43.375rem;left:4.5625rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:14.4375rem;height:5.0859375rem;top:24.8125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.69921875rem;top:25.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:15.625rem;height:3.3984375rem;top:29.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.69921875rem;top:30.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { width:20rem;height:35rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b97fecef-8e04-4720-8551-4d661197b1b3/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { width:16.8125rem;height:6.2988125rem;top:8.4375rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { width:20rem;height:3.25rem;top:34.5rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { width:17.5rem;height:auto;top:14.8125rem;left:0rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { width:17.5rem;height:auto;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa {  }
 }@media only screen and (max-width: 763px) { #Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { width:20rem;height:25.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:16.3125rem;height:1.23730625rem;top:2.59375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:20rem;height:0.9619125rem;top:6.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }