.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:219,237,240;--color-primary-1:137,195,205;--color-primary-2:18,134,155;--color-primary-3:9,67,78;--color-primary-4:3,20,23;--color-secondary-0:255,234,218;--color-secondary-1:255,184,133;--color-secondary-2:255,112,10;--color-secondary-3:128,56,5;--color-secondary-4:38,17,2;--color-tertiary-0:217,217,225;--color-tertiary-1:128,128,155;--color-tertiary-2:0,0,55;--color-tertiary-3:0,0,28;--color-tertiary-4:0,0,8;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001059;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; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container { background-color: transparent; background-image: none; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container > .video-iframe-container { display: none; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row > .video-iframe-container { display: none; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .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); }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container { border-width: 0; border-radius: 0; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#uyeMVCf2mWRqTzZex8wPleIq2bVi4xFw { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.92) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.375rem;left:47.9375rem;display:block; }
#cuDaPRyV9oKGIJg9TwCNtCf5vdJMZgKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWz5dME81kowzT9MVAHBPM73SUu8yzIF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#001059;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#f7U0MFxosdCa6WTPr8DHJ5cuuGhqTdcB { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.26953125rem;left:2.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#LLRDRumARtRCrOE8SOVDen2FGP37gOZo { color:#ffffff;display:block;width:67.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:7.798825rem;font-style:normal;display:block; }
#NXdZEAQzn9reOnBIN7kTmXixWT9mKTtw { color:#000000;display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#hiVbiLfbHBbu6Cn8FMbbwNJUuncRTkpe { box-sizing:content-box;height:2.5rem;width:27.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iw0MonMXptsIQe1X7QTvTPAZHxf95UTE { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.92) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.0625rem;left:0rem;display:block; }
#hdTmZGCcE2pBWhdU2gFCzAqKG2yHTqlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6kmpki4Kp5lzAo7kOH3HmRb9bKZeRCT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:1.3125rem;display:block; }
#raEIwfIpeA0xzwmPihPLlqo50RTKz8IF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.5625rem;left:0rem; }
#J12hnQqNzH4aOx8qipXQptDXcDgpl1Ua { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:3.25rem;height:1.3808625rem;font-style:normal;display:block; }
#vW3vgG1lX8AxInata4nUXATMqHTtk4Mo { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.25rem;height:1.3808625rem;font-style:normal;display:block; }
#LhDT4TDxRq6ICHtUhKurswT5OWHN8yWu { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.5rem;left:3.25rem;height:1.3808625rem;font-style:normal;display:block; }
#mOfENQyZJgm8xHqRDRJIsxOqApVIDxRU { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.1875rem;left:0rem;height:2.2734375rem;font-style:normal;display:block; }
#cABmaeUC6l6w7Fl3o4oBkznlUonAgFZ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.3125rem;left:0rem; }
#EFobCBW0bb0xsJM0HKtsb1P7kK3kfP4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29rem;left:0rem; }
#xApiAeA78CoPiXx48RHKH4y0r3RhuJif { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:37.125rem;top:3.3125rem;left:41.27209762533rem;overflow:hidden;display:block; }
#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);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; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container { background-color: transparent; background-image: none; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container > .video-iframe-container { display: none; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row > .video-iframe-container { display: none; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .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); }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container { border-width: 0; border-radius: 0; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#eDAsh7COuanFv8UTiClDnmNLwMV7ixcJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u01T4mhwxyxwuaC1nswGzNzkAdbN7kU5 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.171875rem;left:2.5rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#TrrBpRi93HwLPB5mpNAALLUKiEB8XxS5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:18.75rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2MdTKiDgrvJHgzwJTVzruQOIyCVGZfn { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.1875rem;left:21.25rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#TbULSiurHesiArXNfG858DsbObC9UKr4 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:37.5rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#otXZTTCZyi1H9Fdv5xZCvFzQobTowNfN { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1875rem;left:40rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#AuT5Gxy8QG9Gsa7RQ4QG8T2v7qMhCmI5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:56.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0rbrBKLrNNFD6XS18DyTFe3PsBzynnB { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:58.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 { position:relative;display:block; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 { background-color: transparent; background-image: none; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container > .video-iframe-container { display: none; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row > .video-iframe-container { display: none; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .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); }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 { border-width: 0; border-radius: 0; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nqsenMwFa9KXtX42126p2fbvcRdndsWi { color:#001059;display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:6.25rem;left:0rem;height:8.0625rem;font-style:normal;display:block; }
#BEN3Pa3xypvGoIvonAiEThtS9ZECtBwv { color:rgba(var(--color-tertiary-2),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:16.3125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#yBIhdwVhSePhu07fBaADBPf1BzTLv0eT { color:#9b68ff;display:block;width:36.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:3.6875rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#AufMCtu0VCP89WhArVRD7AvwKlKL4v4Z { box-sizing:content-box;height:19.75rem;width:23.4375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:24.25rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HnCrT5P6nFOMe39e4Umf3RyXTNAZr8JI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.875rem;left:1.5rem;height:1.6875rem;font-style:normal;display:block; }
#vuT0MchSQnDBKZyBB5FVmWn2XwZUFsAT { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:32.5rem;left:1.5rem;height:5.625rem;font-style:normal;display:block; }
#m4GGIXvFlvRzPdzmaW2T6os0MTcPG8A2 { color:#0199c9;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:26.625rem;left:1.5rem;height:4.3125rem;font-style:normal;display:block; }
#qUlA28Jz0N5hT83tDULazPqRURkOlgAa { box-sizing:content-box;height:1.875rem;width:20.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:40.40625rem;left:1.46875rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#HnLloPnRwbl8UWKWOTw9oyT11iZJWR38 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:40.859375rem;left:6.75rem;height:1.21875rem;font-style:normal;display:block; }
#TknRFPggq7hUUAoZ1i1isdr1ETZpM026 { box-sizing:content-box;height:19.75rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:24.375rem;left:25.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#SmoT7o7x61q9W3PRaNszICRlU2hpOlI0 { box-sizing:content-box;height:1.875rem;width:20.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:40.40625rem;left:27.125rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#t8pBdePfJoG04GS4c5yVt9y8NIoqNq7e { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:40.859375rem;left:31.125rem;height:1.21875rem;font-style:normal;display:block; }
#kZCAAQKMrZkTp3rpXDkIznu8RWxgXSc2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:32.625rem;left:26.6875rem;height:5.625rem;font-style:normal;display:block; }
#PzmmodJKrOtACb84rVEUZ6fbtkdp94KO { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:31rem;left:26.6875rem;height:1.6875rem;font-style:normal;display:block; }
#UphywfMmTa2ZtelGabPbGJ11QucRLmRh { color:#0199c9;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:26.75rem;left:26.6875rem;height:4.3125rem;font-style:normal;display:block; }
#fFEfunZxVFNn3qgyhyiZStlzuUiu2sRF { box-sizing:content-box;height:19.75rem;width:23.4375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:24.375rem;left:50.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qHwPK3oGa8iSqpucv4cqb64DyEInIkAE { box-sizing:content-box;height:1.875rem;width:20.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:40.5625rem;left:51.75rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#xyHaDJUaH9bVTTHxaX7ym2r1RCFesSNZ { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:41rem;left:57rem;height:1.21875rem;font-style:normal;display:block; }
#NHcDexO3cvKQiBFcMaU0gcKSwbFz9T5h { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:32.625rem;left:51.75rem;height:5.625rem;font-style:normal;display:block; }
#dWaWVTZkkvElhp2szLQVit1yLaSOfbfS { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:31rem;left:51.75rem;height:1.6875rem;font-style:normal;display:block; }
#Ei4cLf433lRcp0fqUNqGTrQJprWAcIV2 { color:#0199c9;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:26.75rem;left:51.75rem;height:4.3125rem;font-style:normal;display:block; }
#MkNOIppX6ZUkREhTP5tVgcGpdF7kiWJh { box-sizing:content-box;height:1.875rem;width:20.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -moz-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -ms-linear-gradient(120deg, #0199c9, #9b68ff);background-image: -o-linear-gradient(120deg, #0199c9, #9b68ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199c9', endColorstr='#9b68ff' );";background-image: linear-gradient(120deg, #0199c9, #9b68ff);background-size:auto !important;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:40.40625rem;left:27.125rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 { position:relative;display:block; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 { background-color: transparent; background-image: none; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container > .video-iframe-container { display: none; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row > .video-iframe-container { display: none; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .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); }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 { border-width: 0; border-radius: 0; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GENP1aPWXAyZPkC9FzWSzfGiTzt1JKsU { color:rgba(var(--color-tertiary-2),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:3.875rem;left:14.125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSznMXWnhO66o5euz3cf4p9rcmgga3Ne { color:#9b68ff;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:2.1875rem;left:13.625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2RVeKynkmnCzscoExJkH2J4prcLqwyM { 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:17.375rem;left:13.5rem; }
#ElZQDl32XuEe3X1fC3nZLh8w9AyhaEHu { color:#000037;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.1875rem;left:7.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgq4d5R6tn8ngmCaS7oPyoQEfhUtyQ5r { color:#000037;display:block;width:14.9375rem;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:21.25rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bm8bo2XpI0MO0b8SzJb6LiZ9LRcDE8Ty { 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:17.375rem;left:28.5rem; }
#J0nVZJB7K63Awdr0mQDPu2ItZneNkwxm { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);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: none;height:3.9375rem;width:10.6875rem;top:19.375rem;left:38.375rem;display:block; }
#V4wwletoGoTtRdfzB6LMUUbhRbKFThDX { color:#000037;display:block;width:14.9375rem;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:21.1875rem;left:37.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOBkP9kq2iezUWovcxkQPoGhRLIl7EEP { 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:17.375rem;left:42.6875rem; }
#TuKo6mgueVmTGDbRrG8sDiXqPm0wLBT9 { color:#000037;display:block;width:14.9375rem;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:21.1875rem;left:52.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKqdGmA7CbJeMtHZyTURO6I4oamgbWC2 { color:#000037;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.5625rem;left:7.90625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kB50gH10X8sU0hkmpWgZIUFcaQPloyKA { color:#000037;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.5625rem;left:21.9375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4ZHqSi2dT92fd97qKTJWtHmPZVs55iJ { color:#000037;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.5615234375rem;left:37.78125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sltczk2TAUpCblhW0tKGAB2XTKErHmtN { color:#000037;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.6875rem;left:53.75rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCSGRTfK6uQyTPWkHWaT1ZUg8EuHe7Na { 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:15032;opacity:1;top:17.375rem;left:58.5rem; }
#SpQUZ2wmkVJiBW3eOIGkGBEgkgDaJATA { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.75rem;left:21.0625rem;height:1.875rem;font-style:normal;display:block; }
#U811Vkif9pVNMfVHKakQcpryHVwrBhTw { background-color:#001059;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { background-color: transparent; background-image: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container > .video-iframe-container { display: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row > .video-iframe-container { display: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .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); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { border-width: 0; border-radius: 0; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Bb1flvLmzPlU4Cpq4TGTrc9UTX0JDr51 { color:#0199c9;display:block;width:36.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:4.375rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#HDsb26BuUivkPp9S3E9mbBb5XBtudOvU { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.9375rem;left:0rem;height:8.0625rem;font-style:normal;display:block; }
#UEzS7ZEg4DTUB749whFarTcXNoe6JmLs { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.25rem;left:3.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPMNIM6gdFukgZvkgDCa520Sg5e7LWc9 { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDpW7Q4z0wKOXcosgU3TqhcSt4FVUVeG { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.25rem;left:3.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIXv5gcLdB8pHduB06mOhMKN6QpMeUfH { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:35.625rem;left:3.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PU4cCILhNwqCmX35kZ9xBifQQoLkwwxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.8125rem;left:0rem; }
#TMZquwldID6fgWuENiHgKJRk18bKAQI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.75rem;left:0rem; }
#estNiZ2zMgh0EWSXwX0CeKgTWAid7KXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31rem;left:0rem; }
#hVWUJpcxWF4TEShHialXSgbk3HRbPCmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.3125rem;left:0rem; }
#oSuh1ToBVTUFrdouKHzaGPqmaUA48PL7 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:29.8125rem;top:12.59375rem;left:45.1875rem;overflow:hidden;display:block; }
#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,55,0.05);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; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container { background-color: transparent; background-image: none; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container > .video-iframe-container { display: none; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row > .video-iframe-container { display: none; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .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); }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container { border-width: 0; border-radius: 0; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#ZJHK0FkfcQ8anhh9inztCeKLMbVLaEui { color:#001059;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:4.1875rem;left:14rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7NLHx7LAbuqfVmyQCut3Vq8PhkT5cu1 { color:#9b68ff;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:2.5rem;left:14rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kM712iup9eRrdNXblhPbcISwbrtfU5QU { box-sizing:content-box;height:17.5rem;width:23.4375rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:15.5625rem;left:0.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#tg2W2mUTyMWGVEu4go4GNK9SKTyHV8eJ { box-sizing:content-box;height:17.625rem;width:23.4375rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:15.5625rem;left:25.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LXp43MDt7lwOq29ORGu0TpiAENFCtRTI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:28rem;left:2.1875rem;height:2.4375rem;font-style:normal;display:block; }
#VbT5vUQxD5zMvkZn49Ki9thmGukJRChM { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:19.875rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#xpwqcfaK8m2XhVWP8R8ByTWSOofDi9rE { box-sizing:content-box;height:17.4375rem;width:23.4375rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #9b68ff;border-left:0.125rem solid #9b68ff;border-right:0.125rem solid #9b68ff;border-bottom:0.125rem solid #9b68ff;top:15.6875rem;left:50.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#AsPv3nepO3eNowAldp7vipz9XteBa8b7 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:19.875rem;left:27.375rem;height:5.625rem;font-style:normal;display:block; }
#BST4TcUgAe6xr0V7Z53vxfrTP6HFsg0g { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:19.875rem;left:52.4375rem;height:5.625rem;font-style:normal;display:block; }
#Uwz3FxJ9EcN3d9lCMC1ETsQ6VRzx3MrR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:28rem;left:27.3125rem;height:2.4375rem;font-style:normal;display:block; }
#c5lizqBTgzXQ5C7ySkkCBHHTDviiihSz { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:28rem;left:52rem;height:2.4375rem;font-style:normal;display:block; }
#w9lOuK5zUtkB3uTUuZOWP3wDhzlXt4J8 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:9.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#Cu5PHnbbmizGxa5S8lhZOrp7ZH4M3zl4 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:9.4375rem;left:24.375rem;overflow:hidden;display:block; }
#D5vtC7IIhtfP9GCPcKuz2SUKrx8EhJrB { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:9.4375rem;left:50.9375rem;overflow:hidden;display:block; }
#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU { 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; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container { background-color: transparent; background-image: none; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container > .video-iframe-container { display: none; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row > .video-iframe-container { display: none; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .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); }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container { border-width: 0; border-radius: 0; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#001059;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:#001059; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b494e491ceaf92958b2197711849af6136280980.svg");background-size:contain !important; }#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-trigger.adaptive-delivery-prevent-bg, #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-trigger.lazyload, #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-trigger.lazyloading { background-image: none; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.41250038147rem;left:10.625rem;border-top:0.25rem solid #9b68ff;border-left:0.25rem solid #9b68ff;border-right:0.25rem solid #9b68ff;border-bottom:0.25rem solid #9b68ff;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #qRrFOZhGHnCPzt5MGAyMbbaSsiOvCrR1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #izNPcTCfFt6e3T4UwfkTsS27lMZ7HdJs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mLFH2FRnTTDlcwPz6WdwxWXlHhJ9FTso { display:block;position:relative; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #s85tPzee7BR384wqwyurteHTsK3mCTiy {  }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #K6HqqM0tH35cyZFNTNtFgKEOTec8iISn {  }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #SN19bW0gwXD6Nt6N3bGu9ue4i9PBSGpA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sC74nXtTaCBzdIlS8KFFtn4dJGwAIBnP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aGzsTtO076Epd1FUdwBkeOIFkfxfRW3r { display:block;position:relative; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Do5uMRkZPS0HZ6QIw1pzD1VC8U4LdQMa {  }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #PJrnD4qpNN86TTPoPQewIzWifbWOnTWR { display:none; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #xL2VlGvKI2uadxqhG9KeDIOf8i9hCO5y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #P50t8rP7lrqZaLt8qTX69pnU7AZn8Z0d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #b0dOqrs2niSQM5U4tMiqpyDQiM9MTLQl { display:block;position:relative; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mzRW1E2tL7MwbeeEJWW248wHxCKL4vqr {  }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #GSAJRpFT4SnMLt0qAHzhSTRKMaW6lqiN { display:none; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #yogDCcx4C9IU5L0QBBzamzezA6HPSuZV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sbLhREIZ2ns2vc8zDWSC2iIi5NgrOQ92 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aABV2m5TE3ttNNrlyzrku3e4ob9hAI5u { display:block;position:relative; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Ek4oJgCW03puXUmqi80IBd3qy6UgL1KK {  }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #HEK6UiXxlMckcsDO0IobM7CFLXqXLd6r { display:none; }
#F9EbaF20w4gyVMSN10zVh0ZpEVAVlcRv { color:#9b68ff;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:3.75rem;left:13.3125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hefNrlUmXC9sFSQT3rOwrHdDibqRVkz2 { color:#001059;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.0244140625rem;left:13.3125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001059;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; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container { background-color: transparent; background-image: none; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container > .video-iframe-container { display: none; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row > .video-iframe-container { display: none; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .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); }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container { border-width: 0; border-radius: 0; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#p9Kuxc5lbQ9MiIAlmV7rfiQTeVz5g21y { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.4375rem;left:14.1875rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EbyxyFovAO5MFsBX4228xPctzOJUKEoI { color:#9b68ff;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:5.8125rem;left:14.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvUKCP6dLLxMNPWKrAxS8uH8LdcANwnI { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.375rem;left:12.6875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRHe97CT0WCF21ylgndmbqAOpln7sA2n { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #9b68ff, #0199c9);background-image: -moz-linear-gradient(120deg, #9b68ff, #0199c9);background-image: -ms-linear-gradient(120deg, #9b68ff, #0199c9);background-image: -o-linear-gradient(120deg, #9b68ff, #0199c9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b68ff', endColorstr='#0199c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b68ff', endColorstr='#0199c9' );";background-image: linear-gradient(120deg, #9b68ff, #0199c9);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.92) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.625rem;left:22.0625rem;display:block; }
#WqMtsFBOK4A3shDhDF3OTmzUZdB57XGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DE7qDSwCqq6Kgmf56CTabdTQFcVCbXHT { color:#0199c9;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:28.625rem;left:13.4375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs { 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; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container { background-color: transparent; background-image: none; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container > .video-iframe-container { display: none; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row > .video-iframe-container { display: none; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .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); }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container { border-width: 0; border-radius: 0; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#FEnDkNkiOVnRESU21TB2TOTBp3vlHf85 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.5rem;top:1.4344635009766rem;left:0rem;overflow:hidden;display:block; }
#vg6HFTb1qN6VWDuTvWmEXPaFvUhC2HFX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9913215637207rem;left:55.249567031861rem;height:1.3rem;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; }
#tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.9375rem;left:55.25rem; }
#tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#AHCXhwUG5hSGQIaTm517TssM1lGAshK1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.9375rem;left:61.1875rem; }
#AHCXhwUG5hSGQIaTm517TssM1lGAshK1 > img { max-width: 100%;max-height:100%; width:2.56185rem; height:2.56185rem; }#GozA7iKWceIN8a306BS12a2PnK8SmArN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62421875rem;width:2.62421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.9375rem;left:66.937500953675rem; }
#GozA7iKWceIN8a306BS12a2PnK8SmArN > img { max-width: 100%;max-height:100%; width:2.62421875rem; height:2.62421875rem; }#EGTIZKBTe3OueTE5O00XuJwmT2ZqdTbI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#3b3e3f;background-image:none;top:11.749134063721rem;left:0rem;display:block; }
#smNZCAom9qtECib2Ma1eCiOzqMCCAELC { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.9912109375rem;left:0rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ { position:relative;display:block; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ { background-color: transparent; background-image: none; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container > .video-iframe-container { display: none; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row > .video-iframe-container { display: none; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .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); }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ { border-width: 0; border-radius: 0; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NC9PRZ8ZnRaVXGtxg8KH7RUip28cSN3p { color:#000000;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FzxmwMq1VXqGU1B3T1wVuhVw0iVn3HFI { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:16.187067031861rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwO6bbuTKdePvksQmX2mXVntTUV7AVcd { display:block; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyeMVCf2mWRqTzZex8wPleIq2bVi4xFw { width:27.0625rem;height:3.4375rem;top:1.375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuDaPRyV9oKGIJg9TwCNtCf5vdJMZgKs { display:block; }
 }@media only screen and (max-width: 763px) { #LWz5dME81kowzT9MVAHBPM73SUu8yzIF { width:9.625rem;height:1.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7U0MFxosdCa6WTPr8DHJ5cuuGhqTdcB { width:35.9375rem;height:1.4375rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRDRumARtRCrOE8SOVDen2FGP37gOZo { width:47.75rem;height:7.75rem;top:8.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXdZEAQzn9reOnBIN7kTmXixWT9mKTtw { width:34.75rem;height:2.5625rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiVbiLfbHBbu6Cn8FMbbwNJUuncRTkpe { width:27.125rem;height:2.5rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0MonMXptsIQe1X7QTvTPAZHxf95UTE { width:29.8125rem;height:3.4375rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTmZGCcE2pBWhdU2gFCzAqKG2yHTqlK { display:block; }
 }@media only screen and (max-width: 763px) { #E6kmpki4Kp5lzAo7kOH3HmRb9bKZeRCT { width:0.625rem;height:0.625rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #raEIwfIpeA0xzwmPihPLlqo50RTKz8IF { width:2.125rem;height:2.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J12hnQqNzH4aOx8qipXQptDXcDgpl1Ua { width:43.75rem;height:1.375rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3vgG1lX8AxInata4nUXATMqHTtk4Mo { width:43.75rem;height:1.375rem;top:26.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhDT4TDxRq6ICHtUhKurswT5OWHN8yWu { width:43.75rem;height:1.375rem;top:29.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOfENQyZJgm8xHqRDRJIsxOqApVIDxRU { width:43.75rem;height:2.25rem;top:39.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABmaeUC6l6w7Fl3o4oBkznlUonAgFZ4 { width:2.125rem;height:2.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFobCBW0bb0xsJM0HKtsb1P7kK3kfP4N { width:2.125rem;height:2.125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xApiAeA78CoPiXx48RHKH4y0r3RhuJif { width:37.125rem;height:27.8125rem;top:3.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJVITLwg59IHBSmCwU6bJtSJezznpW4 { display:block; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDAsh7COuanFv8UTiClDnmNLwMV7ixcJ { width:18.75rem;height:3.6875rem;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u01T4mhwxyxwuaC1nswGzNzkAdbN7kU5 { width:13.75rem;height:1.375rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrrBpRi93HwLPB5mpNAALLUKiEB8XxS5 { width:18.75rem;height:3.625rem;top:3rem;left:5.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2MdTKiDgrvJHgzwJTVzruQOIyCVGZfn { width:13.75rem;height:1.375rem;top:7.1875rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbULSiurHesiArXNfG858DsbObC9UKr4 { width:18.75rem;height:3.625rem;top:3rem;left:17.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXZTTCZyi1H9Fdv5xZCvFzQobTowNfN { width:13.75rem;height:1.375rem;top:7.1875rem;left:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuT5Gxy8QG9Gsa7RQ4QG8T2v7qMhCmI5 { width:18.75rem;height:3.625rem;top:3rem;left:29rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rbrBKLrNNFD6XS18DyTFe3PsBzynnB { width:13.75rem;height:2.8125rem;top:7.1875rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 { display:block; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqsenMwFa9KXtX42126p2fbvcRdndsWi { width:47.0625rem;height:8.0625rem;top:6.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEN3Pa3xypvGoIvonAiEThtS9ZECtBwv { width:46.5rem;height:3.75rem;top:16.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBIhdwVhSePhu07fBaADBPf1BzTLv0eT { width:36rem;height:1.6875rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AufMCtu0VCP89WhArVRD7AvwKlKL4v4Z { width:23.4375rem;height:19.75rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCrT5P6nFOMe39e4Umf3RyXTNAZr8JI { width:19.5625rem;height:1.6875rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuT0MchSQnDBKZyBB5FVmWn2XwZUFsAT { width:20.6875rem;height:5.625rem;top:32.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GGIXvFlvRzPdzmaW2T6os0MTcPG8A2 { width:19.375rem;height:4.3125rem;top:26.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlA28Jz0N5hT83tDULazPqRURkOlgAa { width:20.5rem;height:1.875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnLloPnRwbl8UWKWOTw9oyT11iZJWR38 { width:10.5rem;height:1.25rem;top:40.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknRFPggq7hUUAoZ1i1isdr1ETZpM026 { width:23.4375rem;height:19.75rem;top:24.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmoT7o7x61q9W3PRaNszICRlU2hpOlI0 { width:20.5rem;height:1.875rem;top:40.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pBdePfJoG04GS4c5yVt9y8NIoqNq7e { width:12.75rem;height:1.1875rem;top:40.8125rem;left:17.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZCAAQKMrZkTp3rpXDkIznu8RWxgXSc2 { width:20.6875rem;height:5.625rem;top:32.625rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmmodJKrOtACb84rVEUZ6fbtkdp94KO { width:19.5625rem;height:1.6875rem;top:31rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UphywfMmTa2ZtelGabPbGJ11QucRLmRh { width:19.375rem;height:4.3125rem;top:26.75rem;left:13.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEfunZxVFNn3qgyhyiZStlzuUiu2sRF { width:23.4375rem;height:19.75rem;top:24.375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwPK3oGa8iSqpucv4cqb64DyEInIkAE { width:20.5rem;height:1.875rem;top:40.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyHaDJUaH9bVTTHxaX7ym2r1RCFesSNZ { width:10.5rem;height:1.1875rem;top:41rem;left:37.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHcDexO3cvKQiBFcMaU0gcKSwbFz9T5h { width:20.6875rem;height:5.625rem;top:32.625rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWaWVTZkkvElhp2szLQVit1yLaSOfbfS { width:19.5625rem;height:1.6875rem;top:31rem;left:28.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei4cLf433lRcp0fqUNqGTrQJprWAcIV2 { width:19.375rem;height:4.3125rem;top:26.75rem;left:28.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkNOIppX6ZUkREhTP5tVgcGpdF7kiWJh { width:20.5rem;height:1.875rem;top:40.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 { display:block; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GENP1aPWXAyZPkC9FzWSzfGiTzt1JKsU { width:47.75rem;height:8.25rem;top:3.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSznMXWnhO66o5euz3cf4p9rcmgga3Ne { width:47.75rem;height:1.6875rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2RVeKynkmnCzscoExJkH2J4prcLqwyM { width:3.125rem;height:3.125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElZQDl32XuEe3X1fC3nZLh8w9AyhaEHu { width:14.9375rem;height:3.25rem;top:21.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgq4d5R6tn8ngmCaS7oPyoQEfhUtyQ5r { width:14.9375rem;height:3.25rem;top:21.25rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm8bo2XpI0MO0b8SzJb6LiZ9LRcDE8Ty { width:3.125rem;height:3.125rem;top:17.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0nVZJB7K63Awdr0mQDPu2ItZneNkwxm { width:10.6875rem;height:3.9375rem;top:19.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4wwletoGoTtRdfzB6LMUUbhRbKFThDX { width:14.9375rem;height:3.25rem;top:21.1875rem;left:23.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBkP9kq2iezUWovcxkQPoGhRLIl7EEP { width:3.125rem;height:3.125rem;top:17.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKo6mgueVmTGDbRrG8sDiXqPm0wLBT9 { width:14.9375rem;height:3.25rem;top:21.1875rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKqdGmA7CbJeMtHZyTURO6I4oamgbWC2 { width:14.3125rem;height:4.125rem;top:25.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB50gH10X8sU0hkmpWgZIUFcaQPloyKA { width:15.0625rem;height:5.5rem;top:25.5625rem;left:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ZHqSi2dT92fd97qKTJWtHmPZVs55iJ { width:14.5rem;height:4.125rem;top:25.5rem;left:24.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sltczk2TAUpCblhW0tKGAB2XTKErHmtN { width:14.8125rem;height:4.125rem;top:25.6875rem;left:32.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSGRTfK6uQyTPWkHWaT1ZUg8EuHe7Na { width:3.125rem;height:3.125rem;top:17.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQUZ2wmkVJiBW3eOIGkGBEgkgDaJATA { width:42.8125rem;height:1.875rem;top:12.75rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U811Vkif9pVNMfVHKakQcpryHVwrBhTw { display:block; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb1flvLmzPlU4Cpq4TGTrc9UTX0JDr51 { width:36rem;height:1.6875rem;top:4.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDsb26BuUivkPp9S3E9mbBb5XBtudOvU { width:47.75rem;height:8.0625rem;top:6.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEzS7ZEg4DTUB749whFarTcXNoe6JmLs { width:30.375rem;height:4.875rem;top:20.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPMNIM6gdFukgZvkgDCa520Sg5e7LWc9 { width:28.1875rem;height:4.875rem;top:25.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpW7Q4z0wKOXcosgU3TqhcSt4FVUVeG { width:28.1875rem;height:3.625rem;top:30.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXv5gcLdB8pHduB06mOhMKN6QpMeUfH { width:28.1875rem;height:3.625rem;top:35.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4cCILhNwqCmX35kZ9xBifQQoLkwwxC { width:2.1875rem;height:2.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZquwldID6fgWuENiHgKJRk18bKAQI7 { width:2.1875rem;height:2.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #estNiZ2zMgh0EWSXwX0CeKgTWAid7KXC { width:2.1875rem;height:2.1875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVWUJpcxWF4TEShHialXSgbk3HRbPCmp { width:2.1875rem;height:2.1875rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSuh1ToBVTUFrdouKHzaGPqmaUA48PL7 { width:29.8125rem;height:29.8125rem;top:12.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 { display:block; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJHK0FkfcQ8anhh9inztCeKLMbVLaEui { width:47.75rem;height:8.25rem;top:4.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NLHx7LAbuqfVmyQCut3Vq8PhkT5cu1 { width:47.75rem;height:1.6875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM712iup9eRrdNXblhPbcISwbrtfU5QU { width:23.4375rem;height:17.5rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2W2mUTyMWGVEu4go4GNK9SKTyHV8eJ { width:23.4375rem;height:17.625rem;top:15.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXp43MDt7lwOq29ORGu0TpiAENFCtRTI { width:19.5625rem;height:2.4375rem;top:28rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbT5vUQxD5zMvkZn49Ki9thmGukJRChM { width:20.6875rem;height:7rem;top:19.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwqcfaK8m2XhVWP8R8ByTWSOofDi9rE { width:23.4375rem;height:17.4375rem;top:15.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsPv3nepO3eNowAldp7vipz9XteBa8b7 { width:20.6875rem;height:7rem;top:19.875rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BST4TcUgAe6xr0V7Z53vxfrTP6HFsg0g { width:20.6875rem;height:7rem;top:19.875rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwz3FxJ9EcN3d9lCMC1ETsQ6VRzx3MrR { width:21.6875rem;height:2.4375rem;top:28rem;left:13.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5lizqBTgzXQ5C7ySkkCBHHTDviiihSz { width:21.5625rem;height:2.4375rem;top:28rem;left:26.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9lOuK5zUtkB3uTUuZOWP3wDhzlXt4J8 { width:13.125rem;height:13.125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu5PHnbbmizGxa5S8lhZOrp7ZH4M3zl4 { width:13.125rem;height:13.125rem;top:9.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vtC7IIhtfP9GCPcKuz2SUKrx8EhJrB { width:13.125rem;height:13.125rem;top:9.4375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU { display:block; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #qRrFOZhGHnCPzt5MGAyMbbaSsiOvCrR1 {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #izNPcTCfFt6e3T4UwfkTsS27lMZ7HdJs {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mLFH2FRnTTDlcwPz6WdwxWXlHhJ9FTso {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #s85tPzee7BR384wqwyurteHTsK3mCTiy {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #K6HqqM0tH35cyZFNTNtFgKEOTec8iISn {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #SN19bW0gwXD6Nt6N3bGu9ue4i9PBSGpA {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sC74nXtTaCBzdIlS8KFFtn4dJGwAIBnP {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aGzsTtO076Epd1FUdwBkeOIFkfxfRW3r {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Do5uMRkZPS0HZ6QIw1pzD1VC8U4LdQMa {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #PJrnD4qpNN86TTPoPQewIzWifbWOnTWR {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #xL2VlGvKI2uadxqhG9KeDIOf8i9hCO5y {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #P50t8rP7lrqZaLt8qTX69pnU7AZn8Z0d {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #b0dOqrs2niSQM5U4tMiqpyDQiM9MTLQl {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mzRW1E2tL7MwbeeEJWW248wHxCKL4vqr {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #GSAJRpFT4SnMLt0qAHzhSTRKMaW6lqiN {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #yogDCcx4C9IU5L0QBBzamzezA6HPSuZV {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sbLhREIZ2ns2vc8zDWSC2iIi5NgrOQ92 {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aABV2m5TE3ttNNrlyzrku3e4ob9hAI5u {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Ek4oJgCW03puXUmqi80IBd3qy6UgL1KK {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #HEK6UiXxlMckcsDO0IobM7CFLXqXLd6r {  }
 }@media only screen and (max-width: 763px) { #F9EbaF20w4gyVMSN10zVh0ZpEVAVlcRv { width:47.75rem;height:1.6875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hefNrlUmXC9sFSQT3rOwrHdDibqRVkz2 { width:47.75rem;height:8.25rem;top:6rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF { display:block; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9Kuxc5lbQ9MiIAlmV7rfiQTeVz5g21y { width:47.75rem;height:8.25rem;top:8.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbyxyFovAO5MFsBX4228xPctzOJUKEoI { width:47.75rem;height:1.6875rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUKCP6dLLxMNPWKrAxS8uH8LdcANwnI { width:47.75rem;height:3.9375rem;top:17.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRHe97CT0WCF21ylgndmbqAOpln7sA2n { width:30.875rem;height:3.4375rem;top:23.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqMtsFBOK4A3shDhDF3OTmzUZdB57XGm { display:block; }
 }@media only screen and (max-width: 763px) { #DE7qDSwCqq6Kgmf56CTabdTQFcVCbXHT { width:47.75rem;height:2.8125rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKBnf4FlG2tASGgTixybOQLVtWEOS0cs { display:block; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEnDkNkiOVnRESU21TB2TOTBp3vlHf85 { width:12.5rem;height:1.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6HFTb1qN6VWDuTvWmEXPaFvUhC2HFX { width:12.625rem;height:1.25rem;top:4.9375rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT { width:2.5625rem;height:2.5625rem;top:6.9375rem;left:41.625rem;display:block; }
#tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #AHCXhwUG5hSGQIaTm517TssM1lGAshK1 { width:2.5rem;height:2.5rem;top:6.9375rem;left:45.1875rem;display:block; }
#AHCXhwUG5hSGQIaTm517TssM1lGAshK1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GozA7iKWceIN8a306BS12a2PnK8SmArN { width:2.5625rem;height:2.5625rem;top:6.9375rem;left:45.1875rem;display:block; }
#GozA7iKWceIN8a306BS12a2PnK8SmArN > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #EGTIZKBTe3OueTE5O00XuJwmT2ZqdTbI { width:47.75rem;height:0.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNZCAom9qtECib2Ma1eCiOzqMCCAELC { width:28.5625rem;height:5.1875rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ { display:block; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC9PRZ8ZnRaVXGtxg8KH7RUip28cSN3p { width:14.75rem;height:0.9375rem;top:2.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzxmwMq1VXqGU1B3T1wVuhVw0iVn3HFI { width:8.3125rem;height:1rem;top:2.9375rem;left:2.5620670318604rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwO6bbuTKdePvksQmX2mXVntTUV7AVcd { display:block; }#vwO6bbuTKdePvksQmX2mXVntTUV7AVcd > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyeMVCf2mWRqTzZex8wPleIq2bVi4xFw { width:13.4375rem;height:2.5625rem;top:5.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuDaPRyV9oKGIJg9TwCNtCf5vdJMZgKs { display:block; }
 }@media only screen and (max-width: 763px) { #LWz5dME81kowzT9MVAHBPM73SUu8yzIF { width:6.625rem;height:1.25rem;top:1.9033203125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000037;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7U0MFxosdCa6WTPr8DHJ5cuuGhqTdcB { width:20rem;height:1.13671875rem;top:3.3046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLRDRumARtRCrOE8SOVDen2FGP37gOZo { width:20rem;height:7.3125rem;top:7.505859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXdZEAQzn9reOnBIN7kTmXixWT9mKTtw { width:20rem;height:5.5234375rem;top:15.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiVbiLfbHBbu6Cn8FMbbwNJUuncRTkpe { width:18.625rem;height:2.5rem;top:2.623046875rem;left:0.79076086956519rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0MonMXptsIQe1X7QTvTPAZHxf95UTE { width:17.5rem;height:3.4375rem;top:62.2216796875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTmZGCcE2pBWhdU2gFCzAqKG2yHTqlK { display:block; }
 }@media only screen and (max-width: 763px) { #E6kmpki4Kp5lzAo7kOH3HmRb9bKZeRCT { width:0.625rem;height:0.625rem;top:34.7216796875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #raEIwfIpeA0xzwmPihPLlqo50RTKz8IF { display:flex;width:2.125rem;height:2.125rem;top:38.4716796875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #J12hnQqNzH4aOx8qipXQptDXcDgpl1Ua { width:20rem;height:2.76171875rem;top:41.8466796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vW3vgG1lX8AxInata4nUXATMqHTtk4Mo { width:20rem;height:2.76171875rem;top:49.2333984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhDT4TDxRq6ICHtUhKurswT5OWHN8yWu { width:20rem;height:2.76171875rem;top:56.6201171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOfENQyZJgm8xHqRDRJIsxOqApVIDxRU { width:20rem;height:3.8984375rem;top:68.3818359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cABmaeUC6l6w7Fl3o4oBkznlUonAgFZ4 { display:flex;width:2.125rem;height:2.125rem;top:45.8583984375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #EFobCBW0bb0xsJM0HKtsb1P7kK3kfP4N { display:flex;width:2.125rem;height:2.125rem;top:53.2451171875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #xApiAeA78CoPiXx48RHKH4y0r3RhuJif { width:20rem;height:15rem;top:18.5341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJVITLwg59IHBSmCwU6bJtSJezznpW4 { display:block; }#RgJVITLwg59IHBSmCwU6bJtSJezznpW4 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDAsh7COuanFv8UTiClDnmNLwMV7ixcJ { width:12.5rem;height:3.25rem;top:2.875rem;left:3.75rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u01T4mhwxyxwuaC1nswGzNzkAdbN7kU5 { width:9.0625rem;height:3.375rem;top:6.75rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrrBpRi93HwLPB5mpNAALLUKiEB8XxS5 { width:18.75rem;height:2.5996125rem;top:11.375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2MdTKiDgrvJHgzwJTVzruQOIyCVGZfn { width:13.75rem;height:1.6875rem;top:15.2246125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbULSiurHesiArXNfG858DsbObC9UKr4 { width:18.75rem;height:2.5996125rem;top:18.1621125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otXZTTCZyi1H9Fdv5xZCvFzQobTowNfN { width:13.75rem;height:3.375rem;top:22.011725rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuT5Gxy8QG9Gsa7RQ4QG8T2v7qMhCmI5 { width:18.75rem;height:2.5996125rem;top:26.636725rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0rbrBKLrNNFD6XS18DyTFe3PsBzynnB { width:13.75rem;height:3.375rem;top:30.4863375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 { display:block; }#xdu2eBGV4z9GdsUGEu83ZMeDuahwTPr0 > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqsenMwFa9KXtX42126p2fbvcRdndsWi { width:20rem;height:5.625rem;top:5.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEN3Pa3xypvGoIvonAiEThtS9ZECtBwv { width:20rem;height:6.375rem;top:12.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBIhdwVhSePhu07fBaADBPf1BzTLv0eT { width:20rem;height:1.6875rem;top:3.03125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AufMCtu0VCP89WhArVRD7AvwKlKL4v4Z { width:19.75rem;height:19.75rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCrT5P6nFOMe39e4Umf3RyXTNAZr8JI { width:19.5625rem;height:1.6875rem;top:26.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuT0MchSQnDBKZyBB5FVmWn2XwZUFsAT { width:20rem;height:5.625rem;top:28.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4GGIXvFlvRzPdzmaW2T6os0MTcPG8A2 { width:19.375rem;height:3rem;top:22.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUlA28Jz0N5hT83tDULazPqRURkOlgAa { width:15.5rem;height:1.875rem;top:36.09375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnLloPnRwbl8UWKWOTw9oyT11iZJWR38 { width:10.5rem;height:1.21875rem;top:36.546875rem;left:5.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TknRFPggq7hUUAoZ1i1isdr1ETZpM026 { width:19.75rem;height:19.75rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmoT7o7x61q9W3PRaNszICRlU2hpOlI0 { width:16.0625rem;height:1.875rem;top:57.21875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pBdePfJoG04GS4c5yVt9y8NIoqNq7e { width:12.75rem;height:1.21875rem;top:57.671875rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZCAAQKMrZkTp3rpXDkIznu8RWxgXSc2 { width:20rem;height:7.03125rem;top:49.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzmmodJKrOtACb84rVEUZ6fbtkdp94KO { width:19.5625rem;height:1.6875rem;top:47.8125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UphywfMmTa2ZtelGabPbGJ11QucRLmRh { width:19.375rem;height:3rem;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFEfunZxVFNn3qgyhyiZStlzuUiu2sRF { width:19.75rem;height:19.75rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwPK3oGa8iSqpucv4cqb64DyEInIkAE { width:15.8125rem;height:1.875rem;top:78.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyHaDJUaH9bVTTHxaX7ym2r1RCFesSNZ { width:10.5rem;height:1.21875rem;top:79.0625rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHcDexO3cvKQiBFcMaU0gcKSwbFz9T5h { width:20rem;height:5.625rem;top:70.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWaWVTZkkvElhp2szLQVit1yLaSOfbfS { width:19.5625rem;height:1.6875rem;top:69.0625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ei4cLf433lRcp0fqUNqGTrQJprWAcIV2 { width:19.375rem;height:3rem;top:64.8125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkNOIppX6ZUkREhTP5tVgcGpdF7kiWJh { width:19.75rem;height:1.875rem;top:57.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 { display:block; }#dOSgmiZTS33wwifdyOwikXLuZLi3SWH3 > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GENP1aPWXAyZPkC9FzWSzfGiTzt1JKsU { width:20rem;height:3.75rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSznMXWnhO66o5euz3cf4p9rcmgga3Ne { width:20rem;height:1.6875rem;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2RVeKynkmnCzscoExJkH2J4prcLqwyM { display:flex;width:3.125rem;height:3.125rem;top:17.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ElZQDl32XuEe3X1fC3nZLh8w9AyhaEHu { width:14.9375rem;height:3.25rem;top:21.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgq4d5R6tn8ngmCaS7oPyoQEfhUtyQ5r { width:14.9375rem;height:3.25rem;top:36.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm8bo2XpI0MO0b8SzJb6LiZ9LRcDE8Ty { display:flex;width:3.125rem;height:3.125rem;top:32.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #J0nVZJB7K63Awdr0mQDPu2ItZneNkwxm { width:5rem;height:2.25rem;top:5.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4wwletoGoTtRdfzB6LMUUbhRbKFThDX { width:14.9375rem;height:3.25rem;top:51.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBkP9kq2iezUWovcxkQPoGhRLIl7EEP { display:flex;width:3.125rem;height:3.125rem;top:47.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TuKo6mgueVmTGDbRrG8sDiXqPm0wLBT9 { width:14.9375rem;height:3.25rem;top:67.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKqdGmA7CbJeMtHZyTURO6I4oamgbWC2 { width:14.9375rem;height:4.142575rem;top:25.875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kB50gH10X8sU0hkmpWgZIUFcaQPloyKA { width:12.625rem;height:5.5234375rem;top:40.875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ZHqSi2dT92fd97qKTJWtHmPZVs55iJ { width:13rem;height:5.5234375rem;top:56rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sltczk2TAUpCblhW0tKGAB2XTKErHmtN { width:12.625rem;height:6.9043125rem;top:72.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSGRTfK6uQyTPWkHWaT1ZUg8EuHe7Na { display:flex;width:3.125rem;height:3.125rem;top:63.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SpQUZ2wmkVJiBW3eOIGkGBEgkgDaJATA { width:20rem;height:3.1875rem;top:11.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U811Vkif9pVNMfVHKakQcpryHVwrBhTw { background-color:#000037;background-image:none;display:block; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { background-color: transparent; background-image: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container > .video-iframe-container { display: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row > .video-iframe-container { display: none; }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .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); }#U811Vkif9pVNMfVHKakQcpryHVwrBhTw > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb1flvLmzPlU4Cpq4TGTrc9UTX0JDr51 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDsb26BuUivkPp9S3E9mbBb5XBtudOvU { width:20rem;height:5.625rem;top:4.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEzS7ZEg4DTUB749whFarTcXNoe6JmLs { width:20rem;height:6.09375rem;top:14.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPMNIM6gdFukgZvkgDCa520Sg5e7LWc9 { width:20rem;height:6.09375rem;top:25.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpW7Q4z0wKOXcosgU3TqhcSt4FVUVeG { width:20rem;height:4.875rem;top:36.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXv5gcLdB8pHduB06mOhMKN6QpMeUfH { width:20rem;height:4.875rem;top:45.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4cCILhNwqCmX35kZ9xBifQQoLkwwxC { display:flex;width:2.1875rem;height:2.1875rem;top:11.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TMZquwldID6fgWuENiHgKJRk18bKAQI7 { display:flex;width:2.1875rem;height:2.1875rem;top:21.84375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #estNiZ2zMgh0EWSXwX0CeKgTWAid7KXC { display:flex;width:2.1875rem;height:2.1875rem;top:32.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hVWUJpcxWF4TEShHialXSgbk3HRbPCmp { display:flex;width:2.1875rem;height:2.1875rem;top:42.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #oSuh1ToBVTUFrdouKHzaGPqmaUA48PL7 { width:20rem;height:20rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 { display:block; }#ybccXkH1R2B43hyzS88xIC2NVo4EsPL5 > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJHK0FkfcQ8anhh9inztCeKLMbVLaEui { width:18.125rem;height:3.75rem;top:4.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NLHx7LAbuqfVmyQCut3Vq8PhkT5cu1 { width:20rem;height:1.6875rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM712iup9eRrdNXblhPbcISwbrtfU5QU { width:19.75rem;height:17.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2W2mUTyMWGVEu4go4GNK9SKTyHV8eJ { width:19.75rem;height:17.625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXp43MDt7lwOq29ORGu0TpiAENFCtRTI { width:19.5625rem;height:2.4375rem;top:24.0625rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbT5vUQxD5zMvkZn49Ki9thmGukJRChM { width:20rem;height:7.03125rem;top:15.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpwqcfaK8m2XhVWP8R8ByTWSOofDi9rE { width:19.75rem;height:17.4375rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsPv3nepO3eNowAldp7vipz9XteBa8b7 { width:20rem;height:7.03125rem;top:40.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BST4TcUgAe6xr0V7Z53vxfrTP6HFsg0g { width:20rem;height:7.03125rem;top:64.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uwz3FxJ9EcN3d9lCMC1ETsQ6VRzx3MrR { width:20rem;height:3.65625rem;top:48.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5lizqBTgzXQ5C7ySkkCBHHTDviiihSz { width:20rem;height:3.65625rem;top:72.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9lOuK5zUtkB3uTUuZOWP3wDhzlXt4J8 { width:13.125rem;height:13.125rem;top:6.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu5PHnbbmizGxa5S8lhZOrp7ZH4M3zl4 { width:13.125rem;height:13.125rem;top:29.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vtC7IIhtfP9GCPcKuz2SUKrx8EhJrB { width:13.125rem;height:13.125rem;top:54.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU { display:block; }#Hqbg5SBT3k6mM4ZpgOT7ARnUTFCiqZcU > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M { display:flex;height:auto;width:17.5rem;top:14.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #qRrFOZhGHnCPzt5MGAyMbbaSsiOvCrR1 {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #izNPcTCfFt6e3T4UwfkTsS27lMZ7HdJs {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mLFH2FRnTTDlcwPz6WdwxWXlHhJ9FTso {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #s85tPzee7BR384wqwyurteHTsK3mCTiy {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #K6HqqM0tH35cyZFNTNtFgKEOTec8iISn {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #SN19bW0gwXD6Nt6N3bGu9ue4i9PBSGpA {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sC74nXtTaCBzdIlS8KFFtn4dJGwAIBnP {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aGzsTtO076Epd1FUdwBkeOIFkfxfRW3r {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Do5uMRkZPS0HZ6QIw1pzD1VC8U4LdQMa {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #PJrnD4qpNN86TTPoPQewIzWifbWOnTWR {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #xL2VlGvKI2uadxqhG9KeDIOf8i9hCO5y {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #P50t8rP7lrqZaLt8qTX69pnU7AZn8Z0d {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #b0dOqrs2niSQM5U4tMiqpyDQiM9MTLQl {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #mzRW1E2tL7MwbeeEJWW248wHxCKL4vqr {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #GSAJRpFT4SnMLt0qAHzhSTRKMaW6lqiN {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #yogDCcx4C9IU5L0QBBzamzezA6HPSuZV {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #sbLhREIZ2ns2vc8zDWSC2iIi5NgrOQ92 {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #aABV2m5TE3ttNNrlyzrku3e4ob9hAI5u {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #Ek4oJgCW03puXUmqi80IBd3qy6UgL1KK {  }
 }@media only screen and (max-width: 763px) { #ufr3KDOeUVI0lMMORIFGqi0oRoiKzm0M #HEK6UiXxlMckcsDO0IobM7CFLXqXLd6r {  }
 }@media only screen and (max-width: 763px) { #F9EbaF20w4gyVMSN10zVh0ZpEVAVlcRv { width:20rem;height:3.375rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hefNrlUmXC9sFSQT3rOwrHdDibqRVkz2 { width:20rem;height:3.75rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF { display:block; }#oT8yHTNMZW1s8zgo5MUSQDdkse0aHADF > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9Kuxc5lbQ9MiIAlmV7rfiQTeVz5g21y { width:20rem;height:3.75rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbyxyFovAO5MFsBX4228xPctzOJUKEoI { width:20rem;height:1.6875rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUKCP6dLLxMNPWKrAxS8uH8LdcANwnI { width:20rem;height:6.375rem;top:11.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRHe97CT0WCF21ylgndmbqAOpln7sA2n { width:19rem;height:3.4375rem;top:20.967969894409rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqMtsFBOK4A3shDhDF3OTmzUZdB57XGm { display:block; }
 }@media only screen and (max-width: 763px) { #DE7qDSwCqq6Kgmf56CTabdTQFcVCbXHT { width:20rem;height:7.03125rem;top:25.6552734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKBnf4FlG2tASGgTixybOQLVtWEOS0cs { display:block; }#JKBnf4FlG2tASGgTixybOQLVtWEOS0cs > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEnDkNkiOVnRESU21TB2TOTBp3vlHf85 { width:12.5rem;height:1.6875rem;top:2.9361763000488rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6HFTb1qN6VWDuTvWmEXPaFvUhC2HFX { width:15.625rem;height:1.3rem;top:7.3111991882325rem;left:2.1875000596046rem;text-align:center;text-align-last:center;color:#2a2a2a;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT { width:2.625rem;height:2.625rem;top:9.68593788147rem;left:3.7500000596046rem;display:block; }
#tepHKdA1QIuVt8aHtGQtvoAJCP8owKUT > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AHCXhwUG5hSGQIaTm517TssM1lGAshK1 { width:2.5625rem;height:2.5625rem;top:9.718729019165rem;left:8.7187505364419rem;display:block; }
#AHCXhwUG5hSGQIaTm517TssM1lGAshK1 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #GozA7iKWceIN8a306BS12a2PnK8SmArN { width:2.625rem;height:2.625rem;top:9.6875rem;left:13.674999773503rem;display:block; }
#GozA7iKWceIN8a306BS12a2PnK8SmArN > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #EGTIZKBTe3OueTE5O00XuJwmT2ZqdTbI { width:20rem;height:0.0618489375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNZCAom9qtECib2Ma1eCiOzqMCCAELC { width:20rem;height:4.546875rem;top:21.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ { display:block; }#FGbiPO8ZFgCZA7PKnlLaLCA7mdn5VRgZ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC9PRZ8ZnRaVXGtxg8KH7RUip28cSN3p { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #FzxmwMq1VXqGU1B3T1wVuhVw0iVn3HFI { width:8.311625rem;height:0.975rem;top:3.47439375rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }