.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:216,234,249;--color-primary-1:137,191,236;--color-primary-2:58,149,224;--color-primary-3:44,86,163;--color-primary-4:7,80,181;--color-secondary-0:222,222,239;--color-secondary-1:145,145,203;--color-secondary-2:34,34,151;--color-secondary-3:17,17,76;--color-secondary-4:5,5,23;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:88,88,88;--color-tertiary-3:49,49,49;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { background-color: transparent; background-image: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container > .video-iframe-container { display: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container { display: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .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); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { border-width: 0; border-radius: 0; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:72rem;display:block; }
#lX331ZWozivXkVxxulZBTmCrvTtArIoq { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.5625rem;left:53.000001907349rem;display:block; }
#VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:68.5rem;display:block; }
#VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.375rem;left:50.6875rem; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.3125rem;left:69.0625rem; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.1875rem;left:72.5625rem; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { position:absolute;display:block;z-index:15006;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.25rem;width:7.875rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#090515;background-image:url("https://images.assets-landingi.com/uc/82e57dc3-8691-40ec-b118-a0607fcbce49/Untitleddesign6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:75rem;height:57.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:27.394532203674rem;left:3.03125rem;height:5.3971375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.31103515625rem;left:2.34375rem;height:9.9131875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fafafa;text-align:center;text-align-last:center;display:block; }
#fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.812rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38rem;left:6.875rem;display:block; }
#althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEN4BNueTZN9VkVX2VCGXDTeTwwqda0X { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0605625rem;height:3.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38rem;left:46.4375rem;display:block; }
#e0ecwOwVWui8ds5N0V2eHXDTJdFpJh7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:46.9375rem;left:7.9375rem;height:2.92535rem;color:rgba(var(--color-primary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:46.9375rem;left:25.75rem;height:2.92535rem;color:rgba(var(--color-primary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ZVyPR2taozhpT6U6EGooem56LKI8AfEX { display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:46.9375rem;left:44.875rem;height:2.92535rem;color:rgba(var(--color-primary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { display:block;width:4.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:46.9375rem;left:62.1875rem;height:2.92535rem;color:rgba(var(--color-primary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#d6xrzGFy3v907dMLIu2cqg403XCp6Adn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.4375rem;left:29.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#sTyETLhDwk6STcpQflOvOKoJUW46heS9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.6875rem;left:24.9375rem; }
#J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:49.875rem;left:6.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QaepTaOwTPkuLfHbB7kheT04toICo6m7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:49.875rem;left:21.875rem;height:1.6247125rem;text-align:left;text-align-last:left;display:block; }
#nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:49.861112594604rem;left:37.968028545379rem;height:1.6247125rem;text-align:left;text-align-last:left;display:block; }
#WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:49.875rem;left:57.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dcT3npDtLILxB3m6mekMLJiy0SuXTQp0 { box-sizing:content-box;height:4.375rem;width:28.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:23.0625rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#c04WQ3sT0IbhfAiRVgIOQbaMlLPA95Kw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OmrNDDENATb3Jfr5PaorLbPgJxa6ZIfQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pDJwHUh4euT9mkX9RfmX8VdulQsy2iVp { box-sizing:content-box;height:7rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.625rem;left:0rem;display:block; }
#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43839109-28a9-47d7-ac06-87e055c26a18/ContinuousMonitoringRiskManagement4.png");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; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.adaptive-delivery-prevent-bg, #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.lazyload, #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.lazyloading { background-image: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { background-color: transparent; background-image: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container > .video-iframe-container { display: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container { display: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .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); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { border-width: 0; border-radius: 0; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#tqR7JG5GU1ocroM2liqTyGfIofRnDPat { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.771484375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.43505875rem;width:8.245625rem;top:11.7041015625rem;left:33.37646484375rem;display:block; }
#sy0AFicZIc2wAHegc4CgzpupTsLRmP30 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0625rem;top:14.625rem;left:50.625rem;display:block; }
#aFkoJIgAyO97tZAaSD5UyEg9fgLCJrO8 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:18.8125rem;left:52rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0625rem;top:27.5625rem;left:1rem;display:block; }
#irUams6hpxmOVbCAG70TUx3gAOlzwCNN { color:rgba(var(--color-tertiary-2),1);display:block;width:22.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:18.8125rem;left:26.0625rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0625rem;top:14.625rem;left:1.0625rem;display:block; }
#CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.0625rem;left:28.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVi9TmvH6tUHlwNcW1FTKkmmrdZif3zO { color:rgba(var(--color-primary-4),1);display:block;width:12.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.0625rem;left:56.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BeeRzTGuRlRbDr5kafmzQtEOihzTr0x0 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:18.6875rem;left:1.5rem;height:4.80143125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0615rem;top:14.5625rem;left:26rem;display:block; }
#HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0603125rem;top:27.5625rem;left:26rem;display:block; }
#ixv1nE8k9reRD9qygZ9KT9rdGtCROp4k { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:10.25rem;width:23.0625rem;top:27.5625rem;left:50.9375rem;display:block; }
#ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { color:rgba(var(--color-primary-4),1);display:block;width:11.62325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29rem;left:6.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVPJqGzqfaGOfK6qSgVNCO7NCOSruPpE { color:rgba(var(--color-tertiary-2),1);display:block;width:22.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:31.75rem;left:1.5rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { color:rgba(var(--color-primary-4),1);display:block;width:16.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29rem;left:29.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSdyVkHVQHgOEm8lq608mtfkhT8m5csN { color:rgba(var(--color-primary-4),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29rem;left:52.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIPmtEiMZhSsCdTRg93ltBWVHJyCdUCh { color:rgba(var(--color-tertiary-2),1);display:block;width:21.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:31.8125rem;left:26.8125rem;height:4.80143125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOo5AiKRHux1VqJsL5thHVGQs4ITTxF1 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:31.75rem;left:51.75rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:41.704864501953rem;left:3.03125rem;height:4.39930625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { background-color: transparent; background-image: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container > .video-iframe-container { display: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container { display: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .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); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { border-width: 0; border-radius: 0; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.771484375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mteQwaAAObRQhwsI48zgRRuB0eccCZth { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.434895625rem;width:8.2448125rem;top:8.4531307220456rem;left:33.376302719116rem;display:block; }
#UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:16.25rem;left:50.625rem;display:block; }
#LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:26.3125rem;left:52rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0615rem;top:35.810546875rem;left:0.968017578125rem;display:block; }
#vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:45.861980438233rem;left:51.341150283814rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:16.25rem;left:1.0625rem;display:block; }
#kWXznEnitqudg08UvgnW5PaJfVo4nkPF { color:rgba(var(--color-primary-3),1);display:block;width:20.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.1875rem;height:1.54369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.735679626465rem;left:53.125001907349rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { color:rgba(var(--color-primary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.3125rem;left:51.1875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:26.3125rem;left:1.5rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCqv9fK8E9meWLsDdmABu33yipGuSxza { 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:4.125rem;width:4.125rem;top:36.114583969116rem;left:60.437501907349rem;overflow:hidden;display:block; }
#cAnlZTOdNhEOTx46K68OARlysIc1RHTK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:16.937500953674rem;left:59.781251907349rem;overflow:hidden;display:block; }
#HiGXPBatTTqhlq860ZWucfmcbNk85q8e { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:17.531250953674rem;left:10.71875rem;overflow:hidden;display:block; }
#RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:16.1875rem;left:25.9375rem;display:block; }
#LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:35.8125rem;left:25.9375rem;display:block; }
#Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:35.8125rem;left:50.9375rem;display:block; }
#Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { color:rgba(var(--color-primary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.375rem;left:3.875rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { color:rgba(var(--color-tertiary-2),1);display:block;width:22.059875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:45.861982822418rem;left:1.46875rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { color:rgba(var(--color-primary-3),1);display:block;width:16.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.5rem;left:29.125rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fymruQliTtT187l0T4ZKay6fObBNmxVB { color:rgba(var(--color-primary-3),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.4375rem;left:27.250001907349rem;height:1.54369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:45.861982822418rem;left:26.751302719116rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { color:rgba(var(--color-tertiary-2),1);display:block;width:21.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:25.65625rem;left:26.751302719116rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:36.02083375rem;left:10.20833375rem;overflow:hidden;display:block; }
#pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { 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:4rem;width:4rem;top:36.186199188233rem;left:35.500001907349rem;overflow:hidden;display:block; }
#Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { 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:3.3125rem;width:3.3125rem;top:17.718750953674rem;left:35.614585657349rem;overflow:hidden;display:block; }
#UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.954431533814rem;left:4.8346347808838rem;height:2.20019375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#qps7QotsuTPfhpXalT9NbqokriZpmlOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#64a7ff;background-image:url("https://images.assets-landingi.com/uc/3a43fb95-861c-437b-862f-ed2319dcf147/Untitleddesign79.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn.adaptive-delivery-prevent-bg, #qps7QotsuTPfhpXalT9NbqokriZpmlOn.lazyload, #qps7QotsuTPfhpXalT9NbqokriZpmlOn.lazyloading { background-image: none; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container { background-color: transparent; background-image: none; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container > .video-iframe-container { display: none; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row > .video-iframe-container { display: none; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .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); }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container { border-width: 0; border-radius: 0; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#mpeHT7uQgXr9Vfw0mniwgqPLaMAdR6wJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3447265625rem;left:1.6142578125rem;height:6.8229375rem;font-style:normal;display:block; }
#G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL { color:rgba(var(--color-tertiary-4),1);display:block;width:43.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.8369140625rem;left:1.73876953125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL li:before{  }
#uh6cIBFeyQUvhMFsPoolVn0KFack01MQ { position:absolute;display:block;z-index:15025;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:19.125rem;left:0rem;display:none; }
#ysUcPbeUrGeosO4HqwMSNn970avL3Fnf { position:absolute;display:block;z-index:15026;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.75rem;left:2.3374996185302rem;display:none; }
#KfLAuTHiP1KXts57VqDzhru2rDhF7C59 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.43505875rem;width:8.245625rem;top:13.2978515625rem;left:1.6171875rem;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-form-header {  }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-1),1);width:23.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.3;overflow:hidden; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .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:rgba(var(--color-tertiary-0),1);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:23.9375rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-textarea { 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-0),1);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:23.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-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.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:#f2f9ff;width:23.9375rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;line-height:1.1; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .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; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container:first-of-type{padding-top:0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container:last-of-type{padding-bottom:0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:47.742188453674rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.9375rem;display:block;vertical-align:top; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ {display:block;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:47.742188453674rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #czXZIB8dzeMx6Uy6yPayJEoFo8488KoA { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #m4oUZIw5fTEHtmv0MQvpW85aKu0wEVs8 { position:relative;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #PpNkWVtyc7GOcLvaglKTR15ReOAaKo4L { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #tuMv24X1LoWlVIBQtkM7xvzxLTxiHi7l { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #P8vhQRr7UqI5FJHSDGVCcuuieRqA88Nw { position:relative;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #kTm0XpWq4hrnbZ0LULLWSguZz3SuGeP2 { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #Z5ES5IXwv4b8TydQbt6WeLlKeSUNaHyD { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #QTwLb7i9CWMTZ7Xn2Xcv2AqoZZJVaDeE { position:relative;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #GOyJ6wecTf8TmQ76vLLww64T7UFJq2OS { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #WumB38BnkVy2Hlm712Nxw9BCSzgSPzfl { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #fRrncsNqSJx6uaGyRl7ezszZ7vZRZNtL { position:relative;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #enGuxIMPIbigMrKl9rCBA1C8ZJHJIqr2 { position:relative; }
#qUeGTtJxvCE4iOena0fmmEDPRTCOLhNL { position:relative;display:block;z-index:100000;display:block; }
#hWoezwruGbKsAaJt0EDTQ7hQpCPyKqfZ { position:relative;display:block;z-index:100000;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #wTOHVlgL8v0MS9avSXx1kxNQ9LuMOJ57 { position:relative; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #DDi0650TZ5O7eWxaHkpV72osTcBKWfNo { position:relative; }
#OUe9mN9lm6TFf4R94ZHGe3CkcSwMyC1D { position:absolute;display:block;z-index:15012;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:41.25rem;width:27.4375rem;top:3.5rem;left:47.5rem;display:block; }
#rDqN1r0GUKwGAODHzg02iK8ud4q7QnTR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.3450523614883rem;left:48.500001907349rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { background-color: transparent; background-image: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container > .video-iframe-container { display: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container { display: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .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); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { border-width: 0; border-radius: 0; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:75rem;position:relative;display:block; }#F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.43359375rem;width:8.2448125rem;top:7.4375rem;left:33.375rem;display:block; }
#sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:49.5625rem;display:block; }
#ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:29.875000953674rem;left:50.281251907349rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:26.1875rem;width:70.4375rem;top:39.130214691162rem;left:2.28125rem;display:block; }
#Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.875rem;left:24.4375rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:0rem;display:block; }
#vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { color:rgba(var(--color-primary-3),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:1.1865234375rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { color:rgba(var(--color-secondary-4),1);display:block;width:21.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:26.68701171875rem;left:0.531005859375rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.5625rem;left:24.875rem;display:block; }
#MbFLqh67r7OKQh8HxIAs40RTARdslU6h { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.99739074707rem;left:26.238283157349rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iLVFXszfAf5nJv2CEdzSTd861qfh06tw { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.5rem;left:4.8125rem;height:2.19965rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.875rem;left:1.125rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { color:rgba(var(--color-primary-3),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:26.123046875rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eehS7oGGOJDI7slO51bBVBvdxLAsqRne { color:rgba(var(--color-secondary-4),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:26.6875rem;left:25.4375rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { color:rgba(var(--color-secondary-4),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:26.6875rem;left:50.125rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { color:rgba(var(--color-primary-3),1);display:block;width:20.684875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:51.125rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:48.5rem;left:10.875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:50.625rem;left:10.875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:57.875rem;left:10.875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:55.8125rem;left:10.875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.75rem;left:45.6875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:48.625rem;left:45.6875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:57.9375rem;left:45.6875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:55.875rem;left:45.6875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { 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:15028;opacity:1;top:49.1875rem;left:6.1653652191162rem; }
#E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:49.1875rem;left:41.621095657349rem; }
#iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { 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:15030;opacity:1;top:56.875rem;left:41.621095657349rem; }
#LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { 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:15031;opacity:1;top:56.875rem;left:6.1653652191162rem; }
#fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.466796875rem;left:8.62060546875rem; }
#bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.2495125rem;width:4.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.59130859375rem;left:34.341796875rem; }
#KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.999025rem;width:3.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.71728515625rem;left:59.09326171875rem; }
#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw > .row .container { border-width: 0; border-radius: 0; }#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:75rem;position:relative;display:none; }#fXZ6VT8FZeRNlRVcVN6G6Bxn1Myzs5dD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.771484375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eU6zr5HHxbraLTVHbzcCuvAiJO07Gzlm { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.43359375rem;width:8.2448125rem;top:8.264313697815rem;left:33.376302719116rem;display:block; }
#bg3o4ynTfsWewccSKcPaCXFa2BpiW8by { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:49.5625rem;display:block; }
#ffOuZRT0kaWcoOfTa9mPL4GLACArrWE1 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:29.875000953674rem;left:50.281251907349rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCnzonDxdBzKHxWpriSgWCXWaLiNFckZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:26.1875rem;width:70.4375rem;top:39.130214691162rem;left:2.28125rem;display:block; }
#eppITUqDuTaXKpREnsGZUJRBut6cZOoh { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.875rem;left:24.4375rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrqlgT9koMadTBGEeH0gn0yv1zN7ftzl { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:0rem;display:block; }
#PGsNEJbT9LBMXIRTShLWENL53QT4icK6 { color:rgba(var(--color-primary-3),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:1.1865234375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlM9W0LTz9LbHphQOQNTOFZKs0PmZR2P { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:26.68701171875rem;left:0.531005859375rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SByuUdRX2czwB2esFXNo5TcFXPTqZ112 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.5625rem;left:24.875rem;display:block; }
#WTpKwGqLVWOtADCJdwnXzIDcM3dwZOdg { color:rgba(var(--color-tertiary-4),1);display:block;width:26.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.93359375rem;left:26.2353515625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9z1kM20vJJop552CDThWZbmKZGHDfS1 { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.328116416931rem;left:4.83203125rem;height:2.20019375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#pottSrVdPRei84rP5r8JEbvXVxUdMa9h { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.875rem;left:1.125rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMLxkavPX5sgtD9d7P9XAc1zEQBAkLEo { color:rgba(var(--color-primary-3),1);display:block;width:20.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:26.4365234375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nxd0rgbPRq1PpPKwweKesfdTIfhGMS4s { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:26.6875rem;left:25.4375rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUOqlIKN1IEBIFmITUKHFxqZy5p0HFXD { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:26.6875rem;left:50.125rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8N7X1UKTXX3cgm79h39WL6zpTv5p3VT { color:rgba(var(--color-primary-3),1);display:block;width:20.6848125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:50.748291015625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhzyNzAPmdha5taEiaFqN1tIuqtG0nhv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:48.5rem;left:10.875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXqnxst23UFd62I08GIBNAKId6ME9Okw { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:50.625rem;left:10.875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yusveaevOdOfnuZnTPJamXAZvkNovAJD { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:57.875rem;left:10.875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nxqnO5TRHsCTaMzxua6goTCJxXr6hwN3 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:55.8125rem;left:10.875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHNzyOZRuviv5uETXWIiEDCJV0h6iHw5 { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.75rem;left:45.6875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qiPrVrnKRIKhSxZ9ts6o1tustGHkv0GK { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:48.625rem;left:45.6875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nLLmnnMIsXICMe3D9BOfAzhOtfrG8chm { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:57.9375rem;left:45.6875rem;height:3.20095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DJwIxOrxnh1kZKVdPS3MFUcHq6aE73Tq { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:55.875rem;left:45.6875rem;height:2.10069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XRm4r56tL4W8mHqtfyEi1MeVL4xpMhcV { 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:15028;opacity:1;top:49.1875rem;left:6.1653652191162rem; }
#d0fuzGRMTm2Qu0AkWs5AR2WGPVEJeAgi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:49.1875rem;left:41.621095657349rem; }
#kH2sJnkDUpH5tF1F3LosAfdcdscsGxHl { 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:15030;opacity:1;top:56.875rem;left:41.621095657349rem; }
#vbRIHn39wRmVs96g1tKDQPtpSgN6eC6s { 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:15031;opacity:1;top:56.875rem;left:6.1653652191162rem; }
#qkSD836xclmF4yhyqdvebpUHeZHEBTmN { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.8271484375rem;left:9.2900390625rem; }
#cpWwNliXNRmyGvEr1RQdT7KeNent0eol { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.8271484375rem;left:34.18603515625rem; }
#K6lhFoVWe7zqLlVs2qOybWVhTRclrbFr { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.640380859375rem;left:59.06005859375rem; }
#eJf9dTSWTd3z7XwT03dKtbKxFGo4rGlG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#fL9oClfKRLDT7nqXfUdKkNEcuT786fub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#mhUiIBDy9HQ93q5iGPTz47SS0FzE6OHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#xlrWswoa9Ab9KR6qI02M500aPWA5okSl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { background-color: transparent; background-image: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container > .video-iframe-container { display: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container { display: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .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); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { border-width: 0; border-radius: 0; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.4375rem;left:8rem;display:block; }
#NCv2ViNaktdEP4hIliRVUrC02gbeea6L { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.4375rem;left:23.375rem;display:block; }
#I6rt3lC83EbWSGnWNOSWy833GSGWe722 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.5rem;width:12.5rem;top:8.75rem;left:39rem;display:block; }
#K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.75rem;left:54.5rem;display:block; }
#S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1860375rem;width:10.9980625rem;top:10rem;left:24.25rem;overflow:hidden;display:block; }
#gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.5rem;top:10.625rem;left:8.75rem;overflow:hidden;display:block; }
#mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.6850625rem;top:17.9375rem;left:10.1875rem;overflow:hidden;display:block; }
#RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37478125rem;width:11.3748125rem;top:19rem;left:24rem;overflow:hidden;display:block; }
#zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43555rem;width:9.4365rem;top:9.0625rem;left:40.625rem;overflow:hidden;display:block; }
#yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:11.624375rem;top:17.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10rem;display:none; }
#AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.24462890625rem;left:9.1552734375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31098125rem;width:9.1861875rem;top:9.4375rem;left:56.125rem;overflow:hidden;display:block; }
#ODLU763ERdqWAFqxsrohw0B3zmxBNATo { position:absolute;display:block;z-index:15034;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.37305rem;width:9.375rem;top:18.8125rem;left:56.125rem;overflow:hidden;display:block; }
#gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.499025rem;width:12.4995rem;top:16.9375rem;left:8.125rem;display:block; }
#GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:23.375rem;display:block; }
#i08QNlwr94MFB82CHW9xOhtu8cunPq86 { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:54.5rem;display:block; }
#pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.3);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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:38.9375rem;display:block; }
#Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.93505859375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/43839109-28a9-47d7-ac06-87e055c26a18/ContinuousMonitoringRiskManagement4.png");background-position:bottom right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.adaptive-delivery-prevent-bg, #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.lazyload, #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.lazyloading { background-image: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { background-color: transparent; background-image: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container > .video-iframe-container { display: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container { display: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .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); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { border-width: 0; border-radius: 0; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { position:absolute;display:block;z-index:14999;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:1.8125rem;display:block; }
#Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:26.8125rem;display:block; }
#iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { position:absolute;display:block;z-index:15001;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:51.8125rem;display:block; }
#GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { position:absolute;display:block;z-index:15021;background-color:#c5c5c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:6.7226467132569rem;left:33.375001907349rem;display:block; }
#RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.4375rem;width:8.25rem;top:6.0617179870606rem;left:33.375rem;display:none; }
#TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { position:absolute;display:block;z-index:14994;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:51.8125rem;display:block; }
#Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { position:absolute;display:block;z-index:14995;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:26.8125rem;display:block; }
#zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:31.6875rem;left:27.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.9375rem;left:27.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { position:absolute;display:block;z-index:15014;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:1.8125rem;display:block; }
#XxrhalIeC24PJe66VTTeTH4WZmoIze8k { color:#fdfdfd;display:block;width:17.683625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.6875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2VrHGlBasESyURAERKZdLGGMmdlHV4W { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:18.375rem;left:2.25rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:31.6875rem;left:52.25rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:27.9375rem;left:52.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3086037635803rem;left:0rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { color:rgba(var(--color-tertiary-0),1);display:block;width:19.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27.9375rem;left:2.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:31.6875rem;left:2.25rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.684875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.375rem;left:26.875rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { color:rgba(var(--color-tertiary-0),1);display:block;width:19.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.375rem;left:52.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:18.375rem;left:52.25rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCqSUrcg6qITVXqX7koBCJGb3T3mRlr7 { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.7005209922788rem;left:3.03125rem;height:2.19965rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { background-color: transparent; background-image: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container > .video-iframe-container { display: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container { display: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .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); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { border-width: 0; border-radius: 0; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.875rem;width:16.9375rem;top:26.811920166016rem;left:1.1248555183411rem;display:block; }
#X0QVy8li02kZcDeLKWkx51G8FzazT3iK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.936767578125rem;left:21.124856472016rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.999694824219rem;left:2.0623555183411rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmt7uDNco05agyoODIiScVNuPLwtqE7a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.124420166016rem;left:1.6869215965271rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:35.937347412109rem;left:20.812356472016rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.187194824219rem;left:22.124566555023rem;display:block; }
#FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.29035375rem;height:2.66406rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.249420166016rem;left:3.436776638031rem;display:block; }
#keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.32291625rem;height:2.69661625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.187194824219rem;left:40.812358379364rem;display:block; }
#LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.2825527191162rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:11.5rem;left:33.375001907349rem;display:block; }
#NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { color:rgba(var(--color-tertiary-4),1);display:block;width:55.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:53.495941162109rem;left:1.1241321563721rem;height:1.2999125rem;display:block; }
#kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35.999572753906rem;left:1.937210559845rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.062194824219rem;left:4.4994215965271rem;display:block; }
#ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.875rem;width:16.9375rem;top:26.874847412109rem;left:19.749711513519rem;display:block; }
#Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.875rem;width:16.9375rem;top:26.874847412109rem;left:38.374568462372rem;display:block; }
#rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.875rem;width:16.9375rem;top:26.749694824219rem;left:57.062358379364rem;display:block; }
#GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2495rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.187194824219rem;left:59.437213420868rem;display:block; }
#dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwJshnT2QerS8eowpnruAfE0qt0HtOGH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.936767578125rem;left:39.874858379364rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.936767578125rem;left:57.999858379364rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.124420166016rem;left:20.311776638031rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.124420166016rem;left:38.999568462372rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.124420166016rem;left:57.687358379364rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:35.999572753906rem;left:39.624568462372rem;height:1.224825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:35.999572753906rem;left:57.437068462372rem;height:1.224825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47.062194824219rem;left:23.561921596527rem;display:block; }
#LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47.062194824219rem;left:42.374858379364rem;display:block; }
#mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.062194824219rem;left:60.436923503876rem;display:block; }
#VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klCsriTI2AhULWTkCtomh8pQ3223Zpez { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.805545806885rem;left:3.03125rem;height:6.5983125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(181,181,181,0.09);background-image:url("https://images.assets-landingi.com/uc/be2b6deb-2e20-444f-b2e1-05714b12588d/Untitleddesign20250113T143101661.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.adaptive-delivery-prevent-bg, #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.lazyload, #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.lazyloading { background-image: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { background-color: transparent; background-image: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container > .video-iframe-container { display: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container { display: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .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); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { border-width: 0; border-radius: 0; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:19.125rem;left:12.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#v5iAELTCWmhVAZXTtUeizet7CNRWpvps { position:absolute;display:block;z-index:15025;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.373535rem;width:8.2483125rem;top:13.460693359375rem;left:33.64013671875rem;display:block; }
#g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-secondary-4),0.5) ;height:7.1875rem;width:6.186525rem;top:17.872314453125rem;left:5.467529296875rem;overflow:hidden;display:block; }
#vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:8.6875rem;width:28.5rem;top:17.125rem;left:41.5625rem;display:block; }
#V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.125rem;left:50.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-secondary-4),0.5) ;height:7.1875rem;width:6.499rem;top:17.8125rem;left:42.1875rem;overflow:hidden;display:block; }
#IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:8.6853125rem;width:28.4985625rem;top:17.125rem;left:4.5rem;display:block; }
#tW16zmtHItBVA9VLha6RisMsUNUUTaPR { color:rgba(var(--color-tertiary-0),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:7.45052087307rem;left:1.3372402191162rem;height:3.6002625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N76Flx3DGdihC398U0Pol4W9357PCn4f { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.55859375rem;left:14.46533203125rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQRAbEbznPWi00egF9FMIQiS77RgWZxH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4361875rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:22.187501907349rem;left:50.062501907349rem;display:block; }
#tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.434875rem;height:2.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.187501907349rem;left:12.875rem;display:block; }
#Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,250,252,0.72);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; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { background-color: transparent; background-image: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container > .video-iframe-container { display: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container { display: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .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); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { border-width: 0; border-radius: 0; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.75rem;width:24.75rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.28125rem;left:27.93701171875rem;height:3.90014375rem;font-style:normal;display:block; }
#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.664306640625rem;left:27.93701171875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
#Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.982421875rem;left:27.99951171875rem;display:block; }
#SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { position:absolute;display:block;z-index:15012;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374755625rem;width:8.2495rem;top:7.686767578125rem;left:27.93701171875rem;display:block; }
#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { background-color: transparent; background-image: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container > .video-iframe-container { display: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container { display: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .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); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { border-width: 0; border-radius: 0; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#DgJhZcAC9cdf582iwdvOLAybzt8ELboR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.40283203125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { color:rgba(var(--color-tertiary-2),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:12.122802734375rem;left:3.56201171875rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.625rem;width:23.625rem;top:19.9375rem;left:0.4375rem;display:block; }
#F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { color:rgba(var(--color-tertiary-1),1);display:block;width:22.559875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:0.96875rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:26.063804626465rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:51.31510925293rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:31.71875rem;left:51.46875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:31.719970703125rem;left:26.468505859375rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { color:rgba(var(--color-tertiary-1),1);display:block;width:22.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.719970703125rem;left:0.90576171875rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { color:rgba(var(--color-tertiary-1),0.15);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.4367189407349rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.625rem;width:23.625rem;top:19.9375rem;left:25.5rem;display:block; }
#vWN5xoGctnFTcT3zBXWrwetduOt9d049 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:23.625rem;top:19.9375rem;left:51.0625rem;display:block; }
#nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:23.625rem;top:30.8125rem;left:0.3125rem;display:block; }
#XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:23.625rem;top:30.8125rem;left:25.4375rem;display:block; }
#AuENL0UFDJKOX75VRzc3ODT524qARdwq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.75rem;width:23.625rem;top:30.8125rem;left:51.0625rem;display:block; }
#Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { position:absolute;display:block;z-index:15024;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.437011875rem;width:8.2495rem;top:10.235595703125rem;left:33.375244140625rem;display:block; }
#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { 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; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { background-color: transparent; background-image: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container > .video-iframe-container { display: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container { display: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .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); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { border-width: 0; border-radius: 0; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0.375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.4375rem;left:1.3125rem;display:block; }
#RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14rem;left:6.0625rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:1.875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:26.875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.4375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.125rem;left:26.3125rem;display:block; }
#sgSv6zemhvl08HyflOxHNxBU90rK8I1G { color:rgba(var(--color-primary-4),1);display:block;width:16rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:31.125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:51.875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50.4375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:13.125rem;left:51.3125rem;display:block; }
#hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { color:rgba(var(--color-primary-4),1);display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:56.125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:8.95703125rem;left:34.062501907349rem;display:block; }
#Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9218730926514rem;left:2.34375rem;height:5.3624125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#iV9KnpXBUP0rAt26kO9zLbTD8nW5S6k0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5rem;left:26.125001907349rem;display:block; }
#VIgtKlrV2NcoUqRaRfzCWoM4uNIEZ1AD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { background-color:#296fb9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { background-color: transparent; background-image: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .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); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { border-width: 0; border-radius: 0; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:75rem;height:39.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { display:block;width:68.934375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.05029296875rem;left:3.0322265625rem;height:2.69856875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.37353515625rem;left:2.34375rem;height:10.7248125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fafafa;text-align:center;text-align-last:center;display:block; }
#kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8111875rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.9375rem;left:7.4375rem;display:block; }
#gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.9375rem;left:44.8125rem;display:block; }
#wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:7.4375rem;width:70.4375rem;top:17.8125rem;left:2.3125rem;display:block; }
#e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3ac7c1d-1604-42d5-a28f-ca238c83c16d/image6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection.adaptive-delivery-prevent-bg, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection.lazyload, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection.lazyloading { background-image: none; } #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection *:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="text"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="email"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="tel"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection textarea:focus-visible { outline: none; } #Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container { background-color: transparent; background-image: none; }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container > .video-iframe-container { display: none; }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row > .video-iframe-container { display: none; }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .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); }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container { border-width: 0; border-radius: 0; }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection { 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; } #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection *:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="text"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="email"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="tel"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection textarea:focus-visible { outline: none; } #xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container { background-color: transparent; background-image: none; }#xVuQd800E9fEmad74SZZeSLM162ErqAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container > .video-iframe-container { display: none; }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row > .video-iframe-container { display: none; }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .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); }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container { border-width: 0; border-radius: 0; }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:60rem;position:relative;display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { background-color: transparent; background-image: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container > .video-iframe-container { display: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container { display: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .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); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { border-width: 0; border-radius: 0; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { color:#45454d;display:block;width:59.5615rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:1.962890625rem;left:7.5rem;height:1.57335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { width:3rem;height:3rem;top:0.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX331ZWozivXkVxxulZBTmCrvTtArIoq { width:15.1875rem;height:1.3125rem;top:1.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block; }
 }@media only screen and (max-width: 763px) { #neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { width:3rem;height:3rem;top:0.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { width:1.875rem;height:1.875rem;top:1.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { width:1.875rem;height:1.875rem;top:1.3125rem;left:45.875rem;display:block; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { width:1.875rem;height:1.875rem;top:1.1875rem;left:45.875rem;display:block; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { top:1.0625rem;left:0rem;width:7.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:47.75rem;height:5.375rem;top:27.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { width:47.75rem;height:14.8125rem;top:10.25rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { width:28.75rem;height:3.5625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block; }
 }@media only screen and (max-width: 763px) { #IEN4BNueTZN9VkVX2VCGXDTeTwwqda0X { width:19rem;height:3.5625rem;top:38rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ecwOwVWui8ds5N0V2eHXDTJdFpJh7T { display:block; }
 }@media only screen and (max-width: 763px) { #KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { width:6.5625rem;height:2.875rem;top:46.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { width:3.1875rem;height:2.875rem;top:46.9375rem;left:12.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVyPR2taozhpT6U6EGooem56LKI8AfEX { width:4.25rem;height:2.875rem;top:46.875rem;left:31.249858379364rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { width:4.1875rem;height:2.875rem;top:46.9375rem;left:43.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xrzGFy3v907dMLIu2cqg403XCp6Adn { top:4.4375rem;left:15.5rem;width:22.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTyETLhDwk6STcpQflOvOKoJUW46heS9 { top:3.6875rem;left:11.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { top:49.875rem;left:0rem;width:10.125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaepTaOwTPkuLfHbB7kheT04toICo6m7 { top:49.875rem;left:8.25rem;width:10.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { top:49.8125rem;left:24.343028545379rem;width:18.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { top:49.875rem;left:34.8125rem;width:12.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcT3npDtLILxB3m6mekMLJiy0SuXTQp0 { top:3.0625rem;left:9.4375rem;width:28.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04WQ3sT0IbhfAiRVgIOQbaMlLPA95Kw { display:none; }
 }@media only screen and (max-width: 763px) { #OmrNDDENATb3Jfr5PaorLbPgJxa6ZIfQ { display:none; }
 }@media only screen and (max-width: 763px) { #pDJwHUh4euT9mkX9RfmX8VdulQsy2iVp { top:45.625rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { display:block; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqR7JG5GU1ocroM2liqTyGfIofRnDPat { width:47.75rem;height:8.0625rem;top:2.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { top:11.6875rem;left:19.68896484375rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0AFicZIc2wAHegc4CgzpupTsLRmP30 { width:23rem;height:10.1875rem;top:14.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkoJIgAyO97tZAaSD5UyEg9fgLCJrO8 { width:20.9375rem;height:4.75rem;top:18.8125rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { width:23rem;height:10.1875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUams6hpxmOVbCAG70TUx3gAOlzwCNN { width:22.8125rem;height:4.75rem;top:18.8125rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { width:23rem;height:10.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { width:18.6875rem;height:1.625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { width:18.6875rem;height:1.625rem;top:16.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi9TmvH6tUHlwNcW1FTKkmmrdZif3zO { width:12.0625rem;height:1.625rem;top:16.0625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeeRzTGuRlRbDr5kafmzQtEOihzTr0x0 { width:21.9375rem;height:4.75rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { width:23rem;height:10.1875rem;top:14.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { width:23rem;height:10.1875rem;top:27.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixv1nE8k9reRD9qygZ9KT9rdGtCROp4k { width:23rem;height:10.1875rem;top:27.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { width:11.5625rem;height:1.625rem;top:29rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPJqGzqfaGOfK6qSgVNCO7NCOSruPpE { width:22rem;height:4.75rem;top:31.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { width:16.75rem;height:1.625rem;top:29rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdyVkHVQHgOEm8lq608mtfkhT8m5csN { width:20.4375rem;height:1.625rem;top:29rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIPmtEiMZhSsCdTRg93ltBWVHJyCdUCh { width:21.4375rem;height:4.75rem;top:31.8125rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOo5AiKRHux1VqJsL5thHVGQs4ITTxF1 { width:21.4375rem;height:4.75rem;top:31.75rem;left:26.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { width:47.75rem;height:4.375rem;top:41.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { display:block; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mteQwaAAObRQhwsI48zgRRuB0eccCZth { top:8.4375rem;left:19.688802719116rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { width:23.0625rem;height:14.9375rem;top:16.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { width:21rem;height:3rem;top:26.3125rem;left:26.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { width:23rem;height:14.9375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { width:22.25rem;height:3rem;top:45.8125rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { width:23.0625rem;height:14.9375rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXznEnitqudg08UvgnW5PaJfVo4nkPF { width:20.625rem;height:1.5rem;top:22.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { width:18.75rem;height:3.0625rem;top:41.6875rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { width:21.25rem;height:3.0625rem;top:22.25rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { width:21.9375rem;height:4.5rem;top:26.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqv9fK8E9meWLsDdmABu33yipGuSxza { width:4.125rem;height:4.125rem;top:36.0625rem;left:37.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnlZTOdNhEOTx46K68OARlysIc1RHTK { width:4.75rem;height:4.75rem;top:16.9375rem;left:36.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiGXPBatTTqhlq860ZWucfmcbNk85q8e { width:3.5625rem;height:3.5625rem;top:17.5rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { width:23.0625rem;height:14.9375rem;top:16.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { width:23.0625rem;height:14.9375rem;top:35.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { width:23.0625rem;height:14.9375rem;top:35.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { width:16.4375rem;height:3.0625rem;top:41.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { width:22rem;height:3rem;top:45.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { width:16.75rem;height:3.0625rem;top:41.5rem;left:15rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymruQliTtT187l0T4ZKay6fObBNmxVB { width:20.4375rem;height:1.5rem;top:22.4375rem;left:11.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { width:21.4375rem;height:2.9375rem;top:45.8125rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { width:21.4375rem;height:4.5rem;top:25.625rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { width:4.3125rem;height:4.3125rem;top:36rem;left:5.64583375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { width:4rem;height:4rem;top:36.125rem;left:21.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { width:3.3125rem;height:3.3125rem;top:17.6875rem;left:21.927085657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { width:47.75rem;height:2.1875rem;top:10.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qps7QotsuTPfhpXalT9NbqokriZpmlOn { display:block; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpeHT7uQgXr9Vfw0mniwgqPLaMAdR6wJ { width:43.9375rem;height:6.8125rem;top:4.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL { width:43.6875rem;height:;top:16.8125rem;left:0rem;font-size:1.375rem;display:block; }#G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL li:before{  }
 }@media only screen and (max-width: 763px) { #uh6cIBFeyQUvhMFsPoolVn0KFack01MQ { top:19.125rem;left:0rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysUcPbeUrGeosO4HqwMSNn970avL3Fnf { top:9.375rem;left:0rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfLAuTHiP1KXts57VqDzhru2rDhF7C59 { top:13.25rem;left:0rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ  { width:26.125rem;height:auto;top:8.25rem;left:19.125rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ {display:block;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ { width:26.125rem;height:auto;top:8.25rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #czXZIB8dzeMx6Uy6yPayJEoFo8488KoA {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #m4oUZIw5fTEHtmv0MQvpW85aKu0wEVs8 { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #PpNkWVtyc7GOcLvaglKTR15ReOAaKo4L {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #tuMv24X1LoWlVIBQtkM7xvzxLTxiHi7l {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #P8vhQRr7UqI5FJHSDGVCcuuieRqA88Nw { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #kTm0XpWq4hrnbZ0LULLWSguZz3SuGeP2 {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #Z5ES5IXwv4b8TydQbt6WeLlKeSUNaHyD {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #QTwLb7i9CWMTZ7Xn2Xcv2AqoZZJVaDeE { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #GOyJ6wecTf8TmQ76vLLww64T7UFJq2OS {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #WumB38BnkVy2Hlm712Nxw9BCSzgSPzfl {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #fRrncsNqSJx6uaGyRl7ezszZ7vZRZNtL {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #enGuxIMPIbigMrKl9rCBA1C8ZJHJIqr2 {  }
 }@media only screen and (max-width: 763px) { #qUeGTtJxvCE4iOena0fmmEDPRTCOLhNL { display:block; }
 }@media only screen and (max-width: 763px) { #hWoezwruGbKsAaJt0EDTQ7hQpCPyKqfZ { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #wTOHVlgL8v0MS9avSXx1kxNQ9LuMOJ57 {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #DDi0650TZ5O7eWxaHkpV72osTcBKWfNo {  }
 }@media only screen and (max-width: 763px) { #OUe9mN9lm6TFf4R94ZHGe3CkcSwMyC1D { width:27.4375rem;height:41.25rem;top:3.5rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqN1r0GUKwGAODHzg02iK8ud4q7QnTR { width:25.4375rem;height:4.5rem;top:4.3125rem;left:22.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { display:block; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { width:47.75rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { top:7.4375rem;left:19.6875rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { width:23.0625rem;height:18.1875rem;top:16.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { width:21.625rem;height:3.1875rem;top:29.875rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { width:47.75rem;height:26.1875rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { width:24rem;height:3.1875rem;top:29.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { width:23.0625rem;height:18.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { width:20.625rem;height:3.125rem;top:22.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { width:21.9375rem;height:2.0625rem;top:26.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { width:23.0625rem;height:18.1875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbFLqh67r7OKQh8HxIAs40RTARdslU6h { width:26.125rem;height:3.125rem;top:41.9375rem;left:5.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLVFXszfAf5nJv2CEdzSTd861qfh06tw { width:47.75rem;height:2.1875rem;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { width:21rem;height:3.1875rem;top:29.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { width:20.625rem;height:3.125rem;top:22.5625rem;left:11.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eehS7oGGOJDI7slO51bBVBvdxLAsqRne { width:21.9375rem;height:2.0625rem;top:26.6875rem;left:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { width:21.9375rem;height:2.0625rem;top:26.6875rem;left:25.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { width:20.625rem;height:3.125rem;top:22.625rem;left:27rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { width:21.9375rem;height:2.0625rem;top:48.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { width:21rem;height:3.1875rem;top:50.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { width:21rem;height:3.1875rem;top:57.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { width:21.9375rem;height:2.0625rem;top:55.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { width:21rem;height:3.1875rem;top:50.75rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { width:21.9375rem;height:2.0625rem;top:48.625rem;left:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { width:21rem;height:3.1875rem;top:57.9375rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { width:21.9375rem;height:2.0625rem;top:55.875rem;left:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { top:49.1875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { top:49.1875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { top:56.875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { top:56.875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { top:17.4375rem;left:4.05810546875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { top:17.5625rem;left:20.654296875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { top:17.6875rem;left:36.28076171875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw { display:none; }#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fXZ6VT8FZeRNlRVcVN6G6Bxn1Myzs5dD { width:20rem;height:;top:1.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU6zr5HHxbraLTVHbzcCuvAiJO07Gzlm { top:8.25rem;left:19.688802719116rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg3o4ynTfsWewccSKcPaCXFa2BpiW8by { width:23.0625rem;height:18.1875rem;top:16.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffOuZRT0kaWcoOfTa9mPL4GLACArrWE1 { width:21.625rem;height:3.1875rem;top:29.875rem;left:26rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCnzonDxdBzKHxWpriSgWCXWaLiNFckZ { width:47.75rem;height:26.1875rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eppITUqDuTaXKpREnsGZUJRBut6cZOoh { width:24rem;height:4.75rem;top:29.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqlgT9koMadTBGEeH0gn0yv1zN7ftzl { width:23.0625rem;height:18.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGsNEJbT9LBMXIRTShLWENL53QT4icK6 { width:20.625rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlM9W0LTz9LbHphQOQNTOFZKs0PmZR2P { width:21.9375rem;height:2.0625rem;top:26.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SByuUdRX2czwB2esFXNo5TcFXPTqZ112 { width:23.0625rem;height:18.1875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpKwGqLVWOtADCJdwnXzIDcM3dwZOdg { width:26.0625rem;height:3.125rem;top:41.875rem;left:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9z1kM20vJJop552CDThWZbmKZGHDfS1 { width:47.75rem;height:2.1875rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pottSrVdPRei84rP5r8JEbvXVxUdMa9h { width:21rem;height:3.1875rem;top:29.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMLxkavPX5sgtD9d7P9XAc1zEQBAkLEo { width:20.5rem;height:3.125rem;top:22.8125rem;left:11.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxd0rgbPRq1PpPKwweKesfdTIfhGMS4s { width:21.9375rem;height:2.0625rem;top:26.625rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUOqlIKN1IEBIFmITUKHFxqZy5p0HFXD { width:21.9375rem;height:2.0625rem;top:26.6875rem;left:25.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8N7X1UKTXX3cgm79h39WL6zpTv5p3VT { width:20.625rem;height:3.125rem;top:22.8125rem;left:27rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzyNzAPmdha5taEiaFqN1tIuqtG0nhv { width:21.9375rem;height:2.0625rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqnxst23UFd62I08GIBNAKId6ME9Okw { width:21rem;height:3.1875rem;top:50.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yusveaevOdOfnuZnTPJamXAZvkNovAJD { width:21rem;height:3.1875rem;top:57.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqnO5TRHsCTaMzxua6goTCJxXr6hwN3 { width:21.9375rem;height:2.0625rem;top:55.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNzyOZRuviv5uETXWIiEDCJV0h6iHw5 { width:21rem;height:3.1875rem;top:50.75rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiPrVrnKRIKhSxZ9ts6o1tustGHkv0GK { width:21.9375rem;height:2.0625rem;top:48.625rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLLmnnMIsXICMe3D9BOfAzhOtfrG8chm { width:21rem;height:3.1875rem;top:57.9375rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwIxOrxnh1kZKVdPS3MFUcHq6aE73Tq { width:21.9375rem;height:2.0625rem;top:55.875rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRm4r56tL4W8mHqtfyEi1MeVL4xpMhcV { top:49.1875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0fuzGRMTm2Qu0AkWs5AR2WGPVEJeAgi { top:49.1875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2sJnkDUpH5tF1F3LosAfdcdscsGxHl { top:56.875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRIHn39wRmVs96g1tKDQPtpSgN6eC6s { top:56.875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSD836xclmF4yhyqdvebpUHeZHEBTmN { top:17.8125rem;left:4.7275390625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpWwNliXNRmyGvEr1RQdT7KeNent0eol { top:17.8125rem;left:20.49853515625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6lhFoVWe7zqLlVs2qOybWVhTRclrbFr { top:17.625rem;left:36.24755859375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJf9dTSWTd3z7XwT03dKtbKxFGo4rGlG { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fL9oClfKRLDT7nqXfUdKkNEcuT786fub { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhUiIBDy9HQ93q5iGPTz47SS0FzE6OHH { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlrWswoa9Ab9KR6qI02M500aPWA5okSl { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { display:none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { top:8.4375rem;left:0rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv2ViNaktdEP4hIliRVUrC02gbeea6L { top:8.4375rem;left:9.75rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6rt3lC83EbWSGnWNOSWy833GSGWe722 { top:8.75rem;left:25.375rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { top:8.75rem;left:35.125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { top:10rem;left:10.625rem;width:10.9375rem;height:3.1687091874719rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { top:10.625rem;left:0rem;width:11.4375rem;height:1.864971954083rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { top:17.9375rem;left:0rem;width:8.625rem;height:3.7244953038972rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { top:19rem;left:10.375rem;width:11.3125rem;height:1.3670203223219rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { top:9.0625rem;left:27rem;width:9.375rem;height:4.4061140107434rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { top:17.5625rem;left:25.9375rem;width:11.5625rem;height:4.1018751646709rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { top:9.4375rem;left:38.625rem;width:9.125rem;height:4.281764677866rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLU763ERdqWAFqxsrohw0B3zmxBNATo { top:18.8125rem;left:38.375rem;width:9.375rem;height:2.37305rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { top:16.9375rem;left:0rem;width:12.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { top:16.875rem;left:9.75rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i08QNlwr94MFB82CHW9xOhtu8cunPq86 { top:16.875rem;left:35.125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { top:16.875rem;left:25.3125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { width:47.75rem;height:4rem;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { display:block; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { top:13.1875rem;left:0rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { top:13.1875rem;left:10.375rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { top:13.1875rem;left:26.25rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { top:6.6875rem;left:19.687501907349rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { top:6rem;left:19.6875rem;width:8.25rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { top:26.9375rem;left:26.25rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { top:26.9375rem;left:10.375rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { width:20.4375rem;height:3rem;top:31.625rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { width:19.25rem;height:1.625rem;top:27.9375rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { top:26.9375rem;left:0rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxrhalIeC24PJe66VTTeTH4WZmoIze8k { width:17.625rem;height:3.25rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2VrHGlBasESyURAERKZdLGGMmdlHV4W { width:20.5rem;height:4.5rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { width:20.5rem;height:3rem;top:31.6875rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { width:20rem;height:1.625rem;top:27.9375rem;left:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { width:47.75rem;height:3.875rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { width:19.0625rem;height:1.625rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { width:20.4375rem;height:4.5rem;top:31.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { width:18.625rem;height:1.625rem;top:14.3125rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { width:20.5rem;height:4.5rem;top:18.375rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { width:19.6875rem;height:1.625rem;top:14.375rem;left:27.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { width:20.5rem;height:3rem;top:18.375rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCqSUrcg6qITVXqX7koBCJGb3T3mRlr7 { width:47.75rem;height:2.1875rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { display:block; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { top:26.75rem;left:0rem;width:16.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QVy8li02kZcDeLKWkx51G8FzazT3iK { top:27.875rem;left:0.75rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { top:27.9375rem;left:0rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmt7uDNco05agyoODIiScVNuPLwtqE7a { top:32.0625rem;left:0rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { top:35.875rem;left:0.125rem;width:15.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { width:12.25rem;height:2.625rem;top:40.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block; }
 }@media only screen and (max-width: 763px) { #huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { width:12.1875rem;height:2.5625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block; }
 }@media only screen and (max-width: 763px) { #dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { width:12.25rem;height:2.625rem;top:40.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block; }
 }@media only screen and (max-width: 763px) { #dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { top:2.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { top:11.5rem;left:19.687501907349rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { top:53.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { top:35.9375rem;left:0rem;width:15.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { width:10.125rem;height:2.125rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block; }
 }@media only screen and (max-width: 763px) { #lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { top:26.8125rem;left:0rem;width:16.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { top:26.8125rem;left:14.75rem;width:16.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { top:26.6875rem;left:30.625rem;width:16.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { width:12.1875rem;height:2.5625rem;top:40.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block; }
 }@media only screen and (max-width: 763px) { #iwJshnT2QerS8eowpnruAfE0qt0HtOGH { top:27.875rem;left:16.625rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { top:27.875rem;left:32.5rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { top:32.0625rem;left:0.0625rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { top:32.0625rem;left:15.9375rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { top:32.0625rem;left:31.8125rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { top:35.9375rem;left:17.1875rem;width:14.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { top:35.9375rem;left:31.375rem;width:16.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { width:10.125rem;height:2.125rem;top:47rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { width:10.125rem;height:2.125rem;top:47rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block; }
 }@media only screen and (max-width: 763px) { #esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { width:10.125rem;height:2.125rem;top:47rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block; }
 }@media only screen and (max-width: 763px) { #klCsriTI2AhULWTkCtomh8pQ3223Zpez { width:47.75rem;height:8.75rem;top:14.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { display:block; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { top:19.125rem;left:6.0625rem;width:17.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5iAELTCWmhVAZXTtUeizet7CNRWpvps { top:13.4375rem;left:15.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { width:6.125rem;height:7.1160203021888rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { top:17.125rem;left:19.3125rem;width:28.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { top:19.0625rem;left:29.624755859375rem;width:17.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { width:6.4375rem;height:7.1207858413888rem;top:17.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { top:17.125rem;left:0rem;width:28.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW16zmtHItBVA9VLha6RisMsUNUUTaPR { top:7.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N76Flx3DGdihC398U0Pol4W9357PCn4f { top:2.5rem;left:0rem;width:46.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRAbEbznPWi00egF9FMIQiS77RgWZxH { width:9.375rem;height:2.5625rem;top:22.1875rem;left:29.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block; }
 }@media only screen and (max-width: 763px) { #mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { width:9.375rem;height:2.5625rem;top:22.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block; }
 }@media only screen and (max-width: 763px) { #GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { display:block; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { top:3.25rem;left:0rem;width:24.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { top:3.25rem;left:9.8125rem;width:14.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { top:9.625rem;left:0rem;width:41.6875rem;height:;font-size:1rem;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { width:10.3125rem;height:3.125rem;top:26.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block; }
 }@media only screen and (max-width: 763px) { #kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { top:7.625rem;left:15.625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { display:block; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgJhZcAC9cdf582iwdvOLAybzt8ELboR { width:47.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { width:47.75rem;height:4.75rem;top:12.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { width:23.5625rem;height:9.5625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { width:22.5rem;height:6.9375rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { width:22.8125rem;height:5.5625rem;top:21.25rem;left:12.438804626465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { width:23.25rem;height:6.9375rem;top:21.25rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { width:23rem;height:5.5625rem;top:31.6875rem;left:24.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { width:22rem;height:6.9375rem;top:31.6875rem;left:12.842449188233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { width:22.625rem;height:6.9375rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { width:47.75rem;height:9.75rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { width:23.5625rem;height:9.5625rem;top:19.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWN5xoGctnFTcT3zBXWrwetduOt9d049 { width:23.5625rem;height:9.6875rem;top:19.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { width:23.5625rem;height:8.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { width:23.5625rem;height:8.75rem;top:30.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuENL0UFDJKOX75VRzc3ODT524qARdwq { width:23.5625rem;height:8.75rem;top:30.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { top:10.1875rem;left:19.750244140625rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { display:block; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { width:4rem;height:4rem;top:15.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { width:14.25rem;height:2.25rem;top:14rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { width:19.9375rem;height:2.875rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { width:19.9375rem;height:2.875rem;top:18.6875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { width:4rem;height:4rem;top:13.125rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgSv6zemhvl08HyflOxHNxBU90rK8I1G { width:16rem;height:2.25rem;top:14rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { width:19.9375rem;height:2.875rem;top:18.6875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { width:4rem;height:4rem;top:13.125rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { width:18.5rem;height:2.25rem;top:13.375rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { top:8.9375rem;left:20.375001907349rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9KnpXBUP0rAt26kO9zLbTD8nW5S6k0 { width:22.75rem;height:3.5625rem;top:24.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgtKlrV2NcoUqRaRfzCWoM4uNIEZ1AD { display:block; }
 }@media only screen and (max-width: 763px) { #cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { width:47.75rem;height:5.375rem;top:19rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { width:47.75rem;height:10.6875rem;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { width:28.75rem;height:3.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block; }
 }@media only screen and (max-width: 763px) { #HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { width:22.6875rem;height:3.5625rem;top:30.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block; }
 }@media only screen and (max-width: 763px) { #xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { width:47.75rem;height:7.4375rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection { display:block; } #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection *:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="text"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="email"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="tel"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection textarea:focus-visible { outline: none; } #Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection { display:block; } #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection *:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="text"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="email"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="tel"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection textarea:focus-visible { outline: none; } #xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;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) { #UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { position:relative;z-index:auto;display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { width:2.75rem;height:2.75rem;top:8.75rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lX331ZWozivXkVxxulZBTmCrvTtArIoq { width:15.1875rem;height:1.3125rem;top:1.5625rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block; }
 }@media only screen and (max-width: 763px) { #neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { width:2.75rem;height:2.75rem;top:4.75rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { width:1.875rem;height:1.875rem;top:1.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { width:1.6875rem;height:1.6875rem;top:12.2509765625rem;left:5.6298828125rem;font-size:1.125rem;display:none; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { width:1.6875rem;height:1.6875rem;top:12.1259765625rem;left:9.1875rem;font-size:1.125rem;display:none; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { width:7.875rem;height:2.25rem;top:0.65538197755812rem;left:6.0622833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { position:relative;z-index:auto;background-color:#090515;background-image:url("https://images.assets-landingi.com/uc/82e57dc3-8691-40ec-b118-a0607fcbce49/Untitleddesign6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:19.625rem;height:6.6449375rem;top:12.596571683884rem;left:0.37434893846512rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { width:19.99875rem;height:5.60546875rem;top:4.74365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { width:19.0625rem;height:3.5612rem;top:21.010200500488rem;left:0.46875005960464rem;font-size:1rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block; }
 }@media only screen and (max-width: 763px) { #IEN4BNueTZN9VkVX2VCGXDTeTwwqda0X { width:15.8728125rem;height:2.87475625rem;top:25.68115234375rem;left:2.06298828125rem;font-size:1rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e0ecwOwVWui8ds5N0V2eHXDTJdFpJh7T { display:block; }
 }@media only screen and (max-width: 763px) { #KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { width:6.5625rem;height:1.6621125rem;top:30.3740234375rem;left:1.4677734375rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { width:3.18685rem;height:1.6621125rem;top:35.6865234375rem;left:3.1552734375rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZVyPR2taozhpT6U6EGooem56LKI8AfEX { width:3.93663125rem;height:1.6621125rem;top:30.3740234375rem;left:12.818359375rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { width:4.1862rem;height:1.6621125rem;top:35.6875rem;left:12.6943359375rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #d6xrzGFy3v907dMLIu2cqg403XCp6Adn { width:20rem;height:1.2999125rem;top:1.79296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTyETLhDwk6STcpQflOvOKoJUW46heS9 { display:flex;width:3.0625rem;height:3.0625rem;top:33.62060625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { width:8.5611875rem;height:1.13671875rem;top:32.0361328125rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QaepTaOwTPkuLfHbB7kheT04toICo6m7 { width:8.125rem;height:1.13671875rem;top:37.3486328125rem;left:0.6865234375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { width:9.375rem;height:2.2721375rem;top:32.0361328125rem;left:10.0986328125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { width:9.6235rem;height:1.13671875rem;top:37.348091125488rem;left:9.9761288762094rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dcT3npDtLILxB3m6mekMLJiy0SuXTQp0 { width:19.0625rem;height:1.875rem;top:1.50634765625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04WQ3sT0IbhfAiRVgIOQbaMlLPA95Kw { top:30.374349594116rem;left:0rem;width:20rem;height:3.24978125rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OmrNDDENATb3Jfr5PaorLbPgJxa6ZIfQ { top:35.686851501465rem;left:0rem;width:20rem;height:3.2487rem;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pDJwHUh4euT9mkX9RfmX8VdulQsy2iVp { width:20rem;height:7rem;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { display:block; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqR7JG5GU1ocroM2liqTyGfIofRnDPat { width:20rem;height:3.57421875rem;top:1.7473955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { width:8.25rem;height:0.375rem;top:6.1397569179535rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0AFicZIc2wAHegc4CgzpupTsLRmP30 { width:20rem;height:7.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkoJIgAyO97tZAaSD5UyEg9fgLCJrO8 { width:19.4998125rem;height:3.41145625rem;top:34.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { width:20rem;height:7.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUams6hpxmOVbCAG70TUx3gAOlzwCNN { width:19.0625rem;height:3.41145625rem;top:25.436198711395rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { width:20rem;height:7.0625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { width:18.75rem;height:1.2999125rem;top:14.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { width:18.75rem;height:1.2999125rem;top:23.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi9TmvH6tUHlwNcW1FTKkmmrdZif3zO { width:18.75rem;height:1.2999125rem;top:32.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeeRzTGuRlRbDr5kafmzQtEOihzTr0x0 { width:18.624125rem;height:3.41145625rem;top:16.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { width:20rem;height:7.0625rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { width:20rem;height:7.0625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixv1nE8k9reRD9qygZ9KT9rdGtCROp4k { width:20rem;height:7.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { width:11.5625rem;height:1.2999125rem;top:41.5625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPJqGzqfaGOfK6qSgVNCO7NCOSruPpE { width:19.124375rem;height:3.41145625rem;top:43.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { width:14.8111875rem;height:1.2999125rem;top:50.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdyVkHVQHgOEm8lq608mtfkhT8m5csN { width:20rem;height:1.2999125rem;top:59.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIPmtEiMZhSsCdTRg93ltBWVHJyCdUCh { width:19.4998125rem;height:3.41145625rem;top:52.4375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JOo5AiKRHux1VqJsL5thHVGQs4ITTxF1 { width:20rem;height:3.41145625rem;top:61.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { width:20rem;height:3.91926875rem;top:7.7549920082094rem;left:0rem;font-size:0.6875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { display:block; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { width:20rem;height:3.57421875rem;top:1.3085932731628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mteQwaAAObRQhwsI48zgRRuB0eccCZth { width:8.2498125rem;height:0.37434875rem;top:5.7636723518372rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { width:20rem;height:7rem;top:27.6875rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { width:19.0625rem;height:2.27430625rem;top:30.623916506768rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { width:20rem;height:7rem;top:19.625rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { width:19.0625rem;height:3.41145625rem;top:22.874345779419rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { width:20rem;height:7rem;top:11.375rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #kWXznEnitqudg08UvgnW5PaJfVo4nkPF { width:18.75rem;height:1.2999125rem;top:12.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { width:18.75rem;height:1.2999125rem;top:20.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { width:20rem;height:1.2999125rem;top:28.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { width:19.249125rem;height:3.41145625rem;top:14.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WCqv9fK8E9meWLsDdmABu33yipGuSxza { width:3.125rem;height:3.125rem;top:18.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAnlZTOdNhEOTx46K68OARlysIc1RHTK { width:3.125rem;height:3.125rem;top:29.625rem;left:8.4375001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiGXPBatTTqhlq860ZWucfmcbNk85q8e { width:3.125rem;height:3.125rem;top:8.375rem;left:8.4375001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { width:20rem;height:7rem;top:35.9375rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { width:20rem;height:7rem;top:44.0625rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { width:20rem;height:7rem;top:52.3125rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { width:18.9985rem;height:2.599825rem;top:36.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { width:19.0625rem;height:2.27430625rem;top:39.561637759209rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { width:20rem;height:2.599825rem;top:44.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymruQliTtT187l0T4ZKay6fObBNmxVB { width:20rem;height:1.2999125rem;top:53.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { width:19.0625rem;height:2.27430625rem;top:47.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { width:19.0625rem;height:3.41145625rem;top:55.123690605164rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { width:2.5rem;height:2.5rem;top:41.40625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { width:3.5620125rem;height:3.5620125rem;top:50.777587890625rem;left:8.218994140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { width:2.6875rem;height:2.6875rem;top:63.451388875rem;left:9.0138889942094rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { width:20rem;height:2.847225rem;top:7.3111984133719rem;left:0rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qps7QotsuTPfhpXalT9NbqokriZpmlOn { display:block; }#qps7QotsuTPfhpXalT9NbqokriZpmlOn > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpeHT7uQgXr9Vfw0mniwgqPLaMAdR6wJ { width:20rem;height:2.847225rem;top:1.6484355926514rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL { width:20rem;height:12.6823125rem;top:8.2269973754881rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }#G68J1wS8aFnxnkIUHSvXz2KRm13A3FiL li:before{  }
 }@media only screen and (max-width: 763px) { #uh6cIBFeyQUvhMFsPoolVn0KFack01MQ { width:8.247375rem;height:0.373698125rem;top:6.9800338745119rem;left:5.8750001192093rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ysUcPbeUrGeosO4HqwMSNn970avL3Fnf { width:8.25rem;height:0.375rem;top:19.172653198243rem;left:5.875rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #KfLAuTHiP1KXts57VqDzhru2rDhF7C59 { width:8.1875rem;height:0.375rem;top:13.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.8125rem;background-color:#357bda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container:first-of-type{padding-top:0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .widget-container:last-of-type{padding-bottom:0;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ  { width:17.5rem;height:auto;top:28.0625rem;left:0rem; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ {display:block;}#DwwIriDAgHVT6El2RexEL8be7kAVxoQQ { width:17.5rem;height:auto;top:26.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #czXZIB8dzeMx6Uy6yPayJEoFo8488KoA {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #m4oUZIw5fTEHtmv0MQvpW85aKu0wEVs8 { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #PpNkWVtyc7GOcLvaglKTR15ReOAaKo4L {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #tuMv24X1LoWlVIBQtkM7xvzxLTxiHi7l {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #P8vhQRr7UqI5FJHSDGVCcuuieRqA88Nw { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #kTm0XpWq4hrnbZ0LULLWSguZz3SuGeP2 {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #Z5ES5IXwv4b8TydQbt6WeLlKeSUNaHyD {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #QTwLb7i9CWMTZ7Xn2Xcv2AqoZZJVaDeE { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #GOyJ6wecTf8TmQ76vLLww64T7UFJq2OS {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #WumB38BnkVy2Hlm712Nxw9BCSzgSPzfl {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #fRrncsNqSJx6uaGyRl7ezszZ7vZRZNtL {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #enGuxIMPIbigMrKl9rCBA1C8ZJHJIqr2 {  }
 }@media only screen and (max-width: 763px) { #qUeGTtJxvCE4iOena0fmmEDPRTCOLhNL { display:block; }
 }@media only screen and (max-width: 763px) { #hWoezwruGbKsAaJt0EDTQ7hQpCPyKqfZ { display:block; }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #wTOHVlgL8v0MS9avSXx1kxNQ9LuMOJ57 {  }
 }@media only screen and (max-width: 763px) { #DwwIriDAgHVT6El2RexEL8be7kAVxoQQ #DDi0650TZ5O7eWxaHkpV72osTcBKWfNo {  }
 }@media only screen and (max-width: 763px) { #OUe9mN9lm6TFf4R94ZHGe3CkcSwMyC1D { width:20rem;height:41.25rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqN1r0GUKwGAODHzg02iK8ud4q7QnTR { width:20rem;height:3.89756875rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { display:none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { width:20rem;height:137.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { width:20rem;height:3.57291875rem;top:1.7473955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { width:8.25rem;height:0.375rem;top:6.1397569179535rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { width:20rem;height:9.6875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { width:16.25rem;height:3.671875rem;top:35.111976623535rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { width:20rem;height:9.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { width:20rem;height:2.44791875rem;top:24.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { width:20rem;height:9.6875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { width:18.75rem;height:1.29948125rem;top:9.6875057220456rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { width:20rem;height:1.22395625rem;top:11.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { width:20rem;height:9.6875rem;top:52.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbFLqh67r7OKQh8HxIAs40RTARdslU6h { width:11.5625rem;height:1.2999125rem;top:41.436767578125rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLVFXszfAf5nJv2CEdzSTd861qfh06tw { width:20rem;height:7.8359375rem;top:42.68310546875rem;left:0rem;font-size:1.375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { width:20rem;height:2.44791875rem;top:56.580729484558rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { width:20rem;height:1.2999125rem;top:20.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eehS7oGGOJDI7slO51bBVBvdxLAsqRne { width:20rem;height:1.2243625rem;top:101.10909921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { width:20rem;height:1.2243625rem;top:133.28609921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { width:20rem;height:1.2999125rem;top:30.86181640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { width:20rem;height:1.2243625rem;top:75.59274296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { width:20rem;height:2.44873125rem;top:78.06588671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { width:20rem;height:2.44873125rem;top:88.61276171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { width:20rem;height:1.2243625rem;top:86.13961796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { width:20rem;height:2.44873125rem;top:110.43038671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { width:20rem;height:1.2243625rem;top:107.95724296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { width:20rem;height:2.44873125rem;top:120.97726171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { width:20rem;height:1.2243625rem;top:118.50411796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { display:flex;width:3.125rem;height:3.125rem;top:71.21774296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { display:flex;width:3.125rem;height:3.125rem;top:103.58224296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { display:flex;width:3.125rem;height:3.125rem;top:114.12911796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { display:flex;width:3.125rem;height:3.125rem;top:81.76461796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { display:flex;width:5.49926875rem;height:5.49926875rem;top:61.142578125rem;left:7.249755859375rem; }
 }@media only screen and (max-width: 763px) { #bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { display:flex;width:5rem;height:5rem;top:92.31149296875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { display:flex;width:4.8125rem;height:4.8125rem;top:124.67599296875rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw { display:block; }#nTf1H8CDbKOc5P7B0b23O1t9hGe1vutw > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXZ6VT8FZeRNlRVcVN6G6Bxn1Myzs5dD { width:20rem;height:3.57421875rem;top:1.2467298507691rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU6zr5HHxbraLTVHbzcCuvAiJO07Gzlm { width:8.2498125rem;height:0.37434875rem;top:5.7009553909302rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg3o4ynTfsWewccSKcPaCXFa2BpiW8by { width:20rem;height:9.6875rem;top:34.5rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #ffOuZRT0kaWcoOfTa9mPL4GLACArrWE1 { width:19.0625rem;height:2.27430625rem;top:40.436200141907rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nCnzonDxdBzKHxWpriSgWCXWaLiNFckZ { width:20rem;height:9.6875rem;top:23.5rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #eppITUqDuTaXKpREnsGZUJRBut6cZOoh { width:19.0625rem;height:3.41145625rem;top:28.904082298279rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yrqlgT9koMadTBGEeH0gn0yv1zN7ftzl { width:20rem;height:9.125rem;top:12.624786376953rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #PGsNEJbT9LBMXIRTShLWENL53QT4icK6 { width:20rem;height:2.51844375rem;top:13.31165599823rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlM9W0LTz9LbHphQOQNTOFZKs0PmZR2P { width:20rem;height:1.48654375rem;top:16.078993916511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SByuUdRX2czwB2esFXNo5TcFXPTqZ112 { width:20rem;height:28.6875rem;top:45.412109375rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #WTpKwGqLVWOtADCJdwnXzIDcM3dwZOdg { width:20rem;height:2.27430625rem;top:46.933611869812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9z1kM20vJJop552CDThWZbmKZGHDfS1 { width:20rem;height:3.32248125rem;top:7.1831598281863rem;left:0rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pottSrVdPRei84rP5r8JEbvXVxUdMa9h { width:19.0625rem;height:2.27430625rem;top:18.160808563233rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gMLxkavPX5sgtD9d7P9XAc1zEQBAkLEo { width:20rem;height:2.51844375rem;top:24.249133110046rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxd0rgbPRq1PpPKwweKesfdTIfhGMS4s { width:20rem;height:1.48654375rem;top:26.766493797302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iUOqlIKN1IEBIFmITUKHFxqZy5p0HFXD { width:19.0625rem;height:1.48654375rem;top:37.850480079651rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d8N7X1UKTXX3cgm79h39WL6zpTv5p3VT { width:20rem;height:2.51844375rem;top:35.187285423279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzyNzAPmdha5taEiaFqN1tIuqtG0nhv { width:13.4375rem;height:1.3125rem;top:50.9521484375rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OXqnxst23UFd62I08GIBNAKId6ME9Okw { width:13.375rem;height:3.1484375rem;top:52.2646484375rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yusveaevOdOfnuZnTPJamXAZvkNovAJD { width:13.0625rem;height:3.1484375rem;top:58.060546875rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nxqnO5TRHsCTaMzxua6goTCJxXr6hwN3 { width:13.5rem;height:1.3125rem;top:56.748046875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CHNzyOZRuviv5uETXWIiEDCJV0h6iHw5 { width:15.125rem;height:2.09895625rem;top:64.328125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qiPrVrnKRIKhSxZ9ts6o1tustGHkv0GK { width:14.1875rem;height:1.3125rem;top:62.828125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nLLmnnMIsXICMe3D9BOfAzhOtfrG8chm { width:15.5rem;height:2.09895625rem;top:69.4765625rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DJwIxOrxnh1kZKVdPS3MFUcHq6aE73Tq { width:11.5625rem;height:1.3125rem;top:68.1015625rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XRm4r56tL4W8mHqtfyEi1MeVL4xpMhcV { display:flex;width:3.125rem;height:3.125rem;top:71.21774296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0fuzGRMTm2Qu0AkWs5AR2WGPVEJeAgi { display:flex;width:3.125rem;height:3.125rem;top:103.58224296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH2sJnkDUpH5tF1F3LosAfdcdscsGxHl { display:flex;width:3.125rem;height:3.125rem;top:114.12911796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbRIHn39wRmVs96g1tKDQPtpSgN6eC6s { display:flex;width:3.125rem;height:3.125rem;top:81.76461796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkSD836xclmF4yhyqdvebpUHeZHEBTmN { display:flex;width:5.49926875rem;height:5.49926875rem;top:72.515869140625rem;left:6.810302734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpWwNliXNRmyGvEr1RQdT7KeNent0eol { display:flex;width:5rem;height:5rem;top:92.31149296875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6lhFoVWe7zqLlVs2qOybWVhTRclrbFr { display:flex;width:4.8120125rem;height:4.8120125rem;top:52.1240234375rem;left:7.593994140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJf9dTSWTd3z7XwT03dKtbKxFGo4rGlG { display:flex;width:2.3125rem;height:2.3125rem;top:50.9521484375rem;left:0.90625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #fL9oClfKRLDT7nqXfUdKkNEcuT786fub { display:flex;width:2.3125rem;height:2.3125rem;top:57.25rem;left:0.90625rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #mhUiIBDy9HQ93q5iGPTz47SS0FzE6OHH { display:flex;width:2.3125rem;height:2.3125rem;top:63.375rem;left:0.90625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #xlrWswoa9Ab9KR6qI02M500aPWA5okSl { display:flex;width:2.3125rem;height:2.3125rem;top:68.7451171875rem;left:0.90625rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { display:block; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { width:8.75rem;height:3.125rem;top:5.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv2ViNaktdEP4hIliRVUrC02gbeea6L { width:8.75rem;height:3.125rem;top:13.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6rt3lC83EbWSGnWNOSWy833GSGWe722 { width:8.75rem;height:3.125rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { width:8.75rem;height:3.125rem;top:5.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { width:6.6875rem;height:2.375rem;top:10.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { width:7.8125rem;height:1.4375rem;top:6.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { width:5.561525rem;height:2.3120125rem;top:18.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { width:8.4375rem;height:1.125rem;top:14.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { width:6.0620125rem;height:2.68676875rem;top:6.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { width:8.1875rem;height:3rem;top:10.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { top:38.050000190735rem;left:1.8125rem;width:7.625rem;height:2.5rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { width:19.375rem;height:1.5rem;top:1.9375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { width:6.625rem;height:3.1875rem;top:17.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLU763ERdqWAFqxsrohw0B3zmxBNATo { width:6.12305rem;height:1.6870125rem;top:14.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { width:8.75rem;height:3.125rem;top:9.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { width:8.75rem;height:3.125rem;top:13.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i08QNlwr94MFB82CHW9xOhtu8cunPq86 { width:8.75rem;height:3.125rem;top:17.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { width:8.75rem;height:3.125rem;top:17.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { width:20rem;height:3.57421875rem;top:0.899658203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { display:block; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { width:20rem;height:9.6875rem;top:9.8125rem;left:0rem;background-color:#3a95e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { width:20rem;height:9.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { width:20rem;height:9.6875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { width:8.25rem;height:0.4375rem;top:6.0492286682129rem;left:2.0617188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { width:8.2483125rem;height:0.373535rem;top:4.201171875rem;left:5.8745663762093rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { width:20rem;height:9.6875rem;top:65.5rem;left:0rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { width:20rem;height:9.6875rem;top:54.875rem;left:0rem;background-color:#3a95e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { width:19.0625rem;height:2.6237rem;top:59rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { width:18.75rem;height:1.38020625rem;top:56.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { width:20rem;height:9.6875rem;top:43.5625rem;left:0rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XxrhalIeC24PJe66VTTeTH4WZmoIze8k { width:18.75rem;height:2.76041875rem;top:44.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x2VrHGlBasESyURAERKZdLGGMmdlHV4W { width:19.0625rem;height:3.93555rem;top:47.9375rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { width:19.0625rem;height:2.6237rem;top:69.6875rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { width:19.0625rem;height:1.38020625rem;top:67.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { width:20rem;height:2.03125rem;top:1.1245422363281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { width:19.0625rem;height:1.2999125rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { width:19.0625rem;height:3.93555rem;top:24.8125rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { width:18.62425rem;height:1.38020625rem;top:10.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { width:19.0625rem;height:3.93555rem;top:13.375rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { width:19.6875rem;height:1.38020625rem;top:33.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { width:19.0625rem;height:3.93555rem;top:36.5625rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCqSUrcg6qITVXqX7koBCJGb3T3mRlr7 { width:19.625rem;height:2.2721375rem;top:5.64453125rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { display:none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { width:20rem;height:171.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { width:20rem;height:21.3125rem;top:39rem;left:0rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X0QVy8li02kZcDeLKWkx51G8FzazT3iK { width:20rem;height:1.21875rem;top:40.187500953674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { width:20rem;height:1.21875rem;top:18.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmt7uDNco05agyoODIiScVNuPLwtqE7a { width:20rem;height:2.3559rem;top:21.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { width:17.1875rem;height:1.3997375rem;top:59.164063453674rem;left:2.8125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { width:9.875rem;height:2.3125rem;top:56.809886932373rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block; }
 }@media only screen and (max-width: 763px) { #huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { width:9.70835375rem;height:2.14496625rem;top:25.686652183533rem;left:5.1032987833023rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block; }
 }@media only screen and (max-width: 763px) { #dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { width:9.79166625rem;height:2.625rem;top:81.4375rem;left:5.1041669845581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block; }
 }@media only screen and (max-width: 763px) { #dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { width:8.25rem;height:0.375rem;top:6.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { width:20rem;height:1.78645625rem;top:86.479169845581rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { width:12.5rem;height:2.27430625rem;top:44.364583969116rem;left:3.75rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { width:10.1875rem;height:2.25rem;top:108.75088563672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block; }
 }@media only screen and (max-width: 763px) { #lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { width:16.9375rem;height:17.875rem;top:89.514774511719rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { width:16.9375rem;height:17.875rem;top:115.75088563672rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { width:16.9375rem;height:17.875rem;top:138.48699676172rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { width:12.1875rem;height:2.5625rem;top:151.92449676172rem;left:3.9036483764649rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block; }
 }@media only screen and (max-width: 763px) { #iwJshnT2QerS8eowpnruAfE0qt0HtOGH { width:15.1875rem;height:1.21875rem;top:116.81338563672rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { width:15.1875rem;height:2.4375rem;top:139.67449676172rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { width:15.875rem;height:2.3559rem;top:94.764774511719rem;left:2.1223945617676rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { width:15.875rem;height:2.3559rem;top:121.00088563672rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { width:15.875rem;height:2.3559rem;top:143.86199676172rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { width:14.625rem;height:1.224825rem;top:124.87588563672rem;left:2.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { width:16.25rem;height:1.224825rem;top:147.73699676172rem;left:1.9375rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { width:10.1875rem;height:2.25rem;top:112.25088563672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { width:10.1875rem;height:2.25rem;top:134.98699676172rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block; }
 }@media only screen and (max-width: 763px) { #esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { width:10.1875rem;height:2.25rem;top:157.72310788672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block; }
 }@media only screen and (max-width: 763px) { #klCsriTI2AhULWTkCtomh8pQ3223Zpez { width:20rem;height:0;top:161.22243349609rem;left:0rem;font-size:1.375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { display:none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { width:20rem;height:84.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { width:10.6865rem;height:4.3875rem;top:2.6240234375rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5iAELTCWmhVAZXTtUeizet7CNRWpvps { width:8.25rem;height:0.375rem;top:28.23730625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { width:3.25rem;height:4.125rem;top:1.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { width:20rem;height:8.6875rem;top:39.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { width:17.625rem;height:1.4625rem;top:41.79980625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { width:4.1875rem;height:5rem;top:40.42480625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { width:20rem;height:8.625rem;top:64.299255371094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW16zmtHItBVA9VLha6RisMsUNUUTaPR { width:20rem;height:0;top:59.674255371094rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #N76Flx3DGdihC398U0Pol4W9357PCn4f { width:16.6875rem;height:2.1125rem;top:24.875rem;left:1.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQRAbEbznPWi00egF9FMIQiS77RgWZxH { width:9.4375rem;height:1.75rem;top:44.86230625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block; }
 }@media only screen and (max-width: 763px) { #mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { width:9.4375rem;height:1.75rem;top:6.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block; }
 }@media only screen and (max-width: 763px) { #GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { display:block; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { width:18.8125rem;height:14.5rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { width:19.0625rem;height:2.4375rem;top:17rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { width:20rem;height:25.3580625rem;top:22.3125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { width:8.75rem;height:2.5rem;top:49.181793689727rem;left:5.6250002980232rem;font-size:1rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block; }
 }@media only screen and (max-width: 763px) { #kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { width:8.25rem;height:0.375rem;top:20.5625rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { display:block; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgJhZcAC9cdf582iwdvOLAybzt8ELboR { width:20rem;height:2.4375rem;top:1.142578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { width:20rem;height:8.393rem;top:4.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { width:20rem;height:9.6875rem;top:5.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { width:19.0625rem;height:6.55925rem;top:7.250434577465rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { width:19.0625rem;height:5.24739375rem;top:18.907335460186rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { width:19.0625rem;height:7.871125rem;top:28.407152354717rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { width:19.0625rem;height:6.55925rem;top:61.876121520996rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { width:19.0625rem;height:6.55925rem;top:51.000421524048rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { width:19.0625rem;height:6.55925rem;top:40.125842094421rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { width:20rem;height:2.6rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { width:20rem;height:9.6875rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWN5xoGctnFTcT3zBXWrwetduOt9d049 { width:20rem;height:9.6875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { width:20rem;height:9.6875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { width:20rem;height:9.6875rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuENL0UFDJKOX75VRzc3ODT524qARdwq { width:20rem;height:9.6875rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { width:8.1875rem;height:0.375rem;top:10.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { display:block; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { width:7.5625rem;height:5.44270625rem;top:6.3125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { width:3.99848125rem;height:3.99848125rem;top:5.5625rem;left:7rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { width:14.249125rem;height:1.2999125rem;top:11.75rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { width:19.0625rem;height:2.599825rem;top:13.0625rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { width:19.0625rem;height:2.599825rem;top:22.875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { width:7.5625rem;height:5.3624125rem;top:16.1875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { width:3.9987rem;height:3.9987rem;top:18.5rem;left:5.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgSv6zemhvl08HyflOxHNxBU90rK8I1G { width:14.2486875rem;height:1.2999125rem;top:21.5625rem;left:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { width:19.0625rem;height:2.599825rem;top:32.6875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { width:7.5625rem;height:5.3624125rem;top:26rem;left:6.375rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { width:4rem;height:4rem;top:27.4375rem;left:5.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { width:14.2486875rem;height:1.2999125rem;top:31.375rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { width:4.936525rem;height:0.124511875rem;top:4.498291015625rem;left:7.530517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { width:20rem;height:1.7871125rem;top:1.6845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9KnpXBUP0rAt26kO9zLbTD8nW5S6k0 { width:15.811625rem;height:2.87435rem;top:36.843553543091rem;left:2.0941842198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgtKlrV2NcoUqRaRfzCWoM4uNIEZ1AD { display:block; }
 }@media only screen and (max-width: 763px) { #cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { background-color: transparent; background-image: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .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); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { border-width: 0; border-radius: 0; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { width:19.4375rem;height:4.983725rem;top:9.94140625rem;left:0.28125rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { width:19.9986875rem;height:6.09375rem;top:1.4310305714608rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { width:17.0625rem;height:2.9375rem;top:17.5625rem;left:1.46875rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block; }
 }@media only screen and (max-width: 763px) { #HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { width:14.561625rem;height:2.62478125rem;top:21.809844970703rem;left:2.7180991768837rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block; }
 }@media only screen and (max-width: 763px) { #xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { width:20rem;height:6.5625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection { display:block; } #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection *:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="text"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="email"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection input[type="tel"]:focus-visible, #e1c0e75aacbf28d84c332ebbd0a496ef.widget-smartsection textarea:focus-visible { outline: none; } #Bca4PqC57GxaMXgWmS3ST0nW4VFFNtZW > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection { display:block; } #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection *:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="text"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="email"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection input[type="tel"]:focus-visible, #c165c5608cf84682135311f7ad963cd021c5258d.widget-smartsection textarea:focus-visible { outline: none; } #xVuQd800E9fEmad74SZZeSLM162ErqAK > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { width:19.375rem;height:1.3997375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }