.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;
}
@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Ex34gppLqF3I3RMFKRAbM6m17ATmKArt { color:#8492a5;display:block;width:65.060625rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6575632095338rem;left:5.3745617866516rem;height:10.2365625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZyCNIrocIJxQStq8JS2SM5IvwD3TGcHC { color:#1b9dd9;display:block;width:44.187375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.915885925293rem;left:5.3745617866516rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#Th72FInBl5tXkzgALLyfkGMJuQkST7nw { color:#000000;display:block;width:13.1870625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5617697238922rem;left:21.811476230621rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#XIoTZVG22Kwf90E6iTQGHnXvST2M8E0L { color:#18355d;display:block;width:5.43735625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5610395669937rem;left:37.374414920807rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#XRIsqnRlWn1KAWdIfyWgJK0EelWgZLaN { color:#18355d;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5610395669937rem;left:46.811476230621rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#RRP7F5HizKfuvKuzTJWoB6BVSGUWXXyD { background-color:transparent;background-image:none;border-top:0.3125rem solid #c39d1f;border-left:0.3125rem solid #c39d1f;border-right:0.3125rem solid #c39d1f;border-bottom:0.3125rem solid #c39d1f;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#18355d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.193315rem;height:3.31834rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.471083164215rem;left:5.3745617866516rem;display:block; }
#cdXUlxdtkPnkAVq4B2oXrg7w614aeyyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8TdlNMpy5kayzLOIdHLsf9OEKwVGaMl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mCitg6UAWBu6P4DJATl66Mokuc3TrfuL { background-color:#18355d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.78125rem;left:56.566667620341rem;display:block; }
#m8q81RVClquPPVEP8bkUVO40riRyx548 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aG8SNOs6Z0kcP6MmsMxDvep5dqRuV3au { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#adTq3AIeeop763QWw2f7l3GrMaK6qdtE { box-sizing:content-box;height:3.62441875rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:#18355d;background-image:none;top:43.124265670776rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TTK9C4AcluOmemzB0yp2MZ4vrRvDBEiL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31191875rem;width:13.9369375rem;top:0.63668221235275rem;left:3.3396611213684rem;overflow:hidden;display:block; }
#UgNsTH5DdpSnAxaMsKcDTetAa8ywlrTu { position:absolute;display:block;z-index:14998;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:36.4369375rem;width:36.4369375rem;top:5.1540589332581rem;left:38.56308221817rem;overflow:hidden;display:block; }
#PqoAEMN3HwG2J7of3QX764739568PN8h { 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:34.1245625rem;width:32.1875rem;top:3.7186036109924rem;left:42.436476230621rem;overflow:hidden;display:block; }
#Fo9XixZZqFNmuKlfrEEAMiDn2yxu1Khs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yd1R7iNISVIQ4medOytJcJtEhnvp5AqD { box-sizing:content-box;height:2.5625rem;width:31.4375rem;position:absolute;display:block;z-index:15021;background-color:#18355d;background-image:none;top:35.389162063599rem;left:42.811766147614rem;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; }
#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy { position:relative;display:block; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy { background-color: transparent; background-image: none; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row .container > .video-iframe-container { display: none; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row > .video-iframe-container { display: none; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .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); }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy { border-width: 0; border-radius: 0; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .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; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18355d;background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#HWRi8sBJvqT0ZbT0Ik32Eg8asE9XzQOv { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.21875rem;left:20.09375rem;height:2.7613875rem;text-align:center;text-align-last:center;display:block; }
#uwpRnZSnNFy3RcHRQq6DqJg8G6a2ryT2 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.05312538147rem;left:40.156250953674rem;height:4.14208125rem;text-align:center;text-align-last:center;display:block; }
#fEXUI2BSOwdGSy4h45I4AXsLlCimVCt5 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.21875rem;left:57.65625rem;height:2.7613875rem;text-align:center;text-align-last:center;display:block; }
#VuQTvkGyxkDLSkyZ0Xb2nmkQk4CBPZ2i { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.84375rem;left:3.625rem;height:5.52278125rem;text-align:center;text-align-last:center;display:block; }
#wFICRwRftKmoSTxil1qiSymwk47hsUv4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.6875rem;left:7.875rem; }
#TNsdUKO7sX0A8Tca8gNTbvoTL3Dks1UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.5625rem;left:44.0625rem; }
#oZeBG3cp7rhRgTmlUzxtk2TqElTEpp8z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.625rem;left:26.4375rem; }
#G4TisfaUX7mHrZT9JO4yCmRB1Po8dSTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.53125rem;left:61.875rem; }
#THMFzqMch1tTvy2OswfOTUCozLlLiZGv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#18355d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.8125rem;left:28.21875rem;display:block; }
#buhtsESxxT5vp9wKowHMbZAnMVUHHoo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwqn6yv2pVwvgpUiRMuFRev8SRJHXTeB { box-sizing:content-box;height:15.6875rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:#1b9dd9;background-image:none;top:3.65625rem;left:2.71875rem;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; }
#G953Xyp9BG1NUMS6uhFdgaZGppvPQPli { box-sizing:content-box;height:15.6875rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:#1b9dd9;background-image:none;top:3.65625rem;left:21.3125rem;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; }
#WL9JrrUKPhere7QawThw1ivRkOs69PLD { box-sizing:content-box;height:15.6875rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:#1b9dd9;background-image:none;top:3.65625rem;left:39.03125rem;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; }
#w3Th4RXKWnnu54bSyi2mhzBkgcQZhftM { box-sizing:content-box;height:15.6875rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#1b9dd9;background-image:none;top:3.65625rem;left:56.8125rem;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; }
#PuHsXe4TQrKWTTWlmM6AW7XgqEhaRXMz { box-sizing:content-box;height:5.625rem;width:6.75rem;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:15007;background-color:#ffffff;background-image:none;top:4.78125rem;left:6.40625rem;display:block; }
#JwO8yZ5alZ0qVQz2BJsITkt2sQ43o8gm { box-sizing:content-box;height:5.625rem;width:6.75rem;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:15008;background-color:#ffffff;background-image:none;top:4.78125rem;left:25rem;display:block; }
#QWdRIM74t313FUvNlkPlk2mT4VKpFPxh { box-sizing:content-box;height:5.625rem;width:6.75rem;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:15009;background-color:#ffffff;background-image:none;top:4.78125rem;left:42.71875rem;display:block; }
#QnJHTboCdtXD1w6kXhoUQNHDC9VTw3dO { box-sizing:content-box;height:5.625rem;width:6.75rem;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:15010;background-color:#ffffff;background-image:none;top:4.78125rem;left:60.5rem;display:block; }
#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm { position:relative;display:block; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm { background-color: transparent; background-image: none; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row .container > .video-iframe-container { display: none; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row > .video-iframe-container { display: none; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .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); }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm { border-width: 0; border-radius: 0; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .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; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .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:42.5rem;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; }#RdqahBv0hxUIhDTGRyAWHFBnzC2BD0N9 { color:#18355d;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:16.84375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaWuZ13B6rKFOoIdUMcBu7e87MZSto8o { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:#1b9dd9;background-image:none;top:9.625rem;left:4.4375rem;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; }
#Liym177HMocWO6nhQCLGLLc2X76faFQR { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15005;background-color:#18355d;background-image:none;top:9.625rem;left:39.3125rem;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; }
#qirKyAaBSGyLRqT9H8iAmsbaPQsFfDTW { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:#1b9dd9;background-image:none;top:19.4375rem;left:39.375rem;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; }
#XwtzHBOlExqvdLFWBeJB6O5SFKZDc3AZ { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15007;background-color:#18355d;background-image:none;top:19.4375rem;left:4.5rem;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; }
#A9ZfhzEmT7fZMLv6f3vpngU1d9u73IH9 { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:#18355d;background-image:none;top:29.5rem;left:39.3125rem;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; }
#AyihxHk3VmAE7QdMQeoHZNmLZrLJ0lRQ { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:10.6875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8lLdoUAzVDQiBVrIBlVuu6WRBHUO4ec { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:45.5625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qu7CPKQhvKCLftVcPhIRphk4l5TonoEt { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:45.625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XxLfrpPDgN8ZnXO34Rw5NAobQx982IJo { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:45.5625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VmHoBPbPrnlFdBdeNnN8Z6tLRGA1BfdB { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.0625rem;left:10.6875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bWlrpAwTdx1sZhXI1PKbdiZ5APVDnBva { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HCBSa8sNohsDFvq1Niyd5QaXPiuROIkE { 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:15013;opacity:1;top:11.0625rem;left:6.25rem; }
#f932iGH52Ose1QK54h78tQ0QdaqTrm8U { 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:15014;opacity:1;top:11.0625rem;left:41.125rem; }
#SIHfq88rzoqs5anEuwBPsIPLauEzZCko { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.875rem;left:41.1875rem; }
#Tu2KFBTxxTCADELl845oW0PoCQZlw01E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.9375rem;left:41.125rem; }
#QAsUwgdAJr8yhTyFNnJQSronxEG8OR0O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.875rem;left:6.25rem; }
#Wo8XmUflmo5TFEVTyklsvHpWRM17MoIS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.9375rem;left:6.25rem; }
#eS7dpEUU7RkROzO2IaJU1le7D633P1xb { box-sizing:content-box;height:6rem;width:31.25rem;position:absolute;display:block;z-index:15005;background-color:#1b9dd9;background-image:none;top:29.499998092651rem;left:4.4375rem;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; }
#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ { position:relative;display:block; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ { background-color: transparent; background-image: none; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row .container > .video-iframe-container { display: none; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row > .video-iframe-container { display: none; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .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); }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ { border-width: 0; border-radius: 0; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .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; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .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:33.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qDNsQKct7gSPaT7ZT5MiUch0JuNTfmJd { color:#18355d;display:block;width:50.75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.125rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1QInXeJiEfKWXViFI7rTXz2LVpGJ5hb { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.84375rem;left:3.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmpzGSwPt2ndmv82lMU3hfQQbIwaTL5v { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.84375rem;left:28.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLxyFNTgdpoNeWpf6x1pkeE3JOTp0Vva { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.84375rem;left:52.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGPV4GZWwDRsKqTiS3aLqWNZSAH8itnq { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.78125rem;left:6.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlGWL82qNi90XBeGrRxDtHF3Td4BnMrC { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.78125rem;left:54.09375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mgp13vxi5xDFP5kiEBoIN5oirVwaRwNT { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.78125rem;left:30.65625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8gpDD8UxoJ2o919kQdU23q9DD3azq1p { box-sizing:content-box;height:16.875rem;width:16.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:9.375rem;left:4.8125rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#W5b3IZD6TuPSvNN67TyK2aN6AeVBlxVN { box-sizing:content-box;height:16.875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:9.375rem;left:28.78125rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#bS8u1kt8ARVZ5if6UsfgZgC2mLTACxNy { box-sizing:content-box;height:17.0625rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.375rem;left:52.21875rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#WXx4eqT0zeE5T7po6bMqxGUdOKT85f4E { box-sizing:content-box;height:5rem;width:5rem;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:15016;background-color:#ffffff;background-image:none;top:6.71875rem;left:34.6875rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;display:block; }
#pI0L5NDoWydlLNzFe9sSHVFpgrNncXbw { box-sizing:content-box;height:5rem;width:5rem;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:15017;background-color:#ffffff;background-image:none;top:6.71875rem;left:10.71875rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;display:block; }
#Brv81Uoz6DERv0AB4gaOuhig1pD9O4Xt { box-sizing:content-box;height:5rem;width:5rem;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:15018;background-color:#ffffff;background-image:none;top:6.71875rem;left:58.125rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;display:block; }
#iLcGEyKccTAXUrxW0ZaCMR7nHLNI0nRe { box-sizing:content-box;height:3.125rem;width:6.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:6.25rem;left:10.28125rem;display:block; }
#houbRnAqZ4I5C1xOih39qtU7H2G9X87d { box-sizing:content-box;height:3.125rem;width:6.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:6.25rem;left:34.25rem;display:block; }
#EFfUz61FKn50nqDz1afWt5kDQVSr405w { box-sizing:content-box;height:3.125rem;width:6.5rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:6.25rem;left:57.6875rem;display:block; }
#IOdF6OoauAGbCVT1hbu9xPb1dalqR9BP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:13.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#gDOQ5DZTSrTeOAgnECNlTxBoqbxZGpiN { 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:15024;opacity:1;top:14.34375rem;left:35.9375rem; }
#svZdxa0pDk0uZfSZqlcpQxdLxGtPCTNw { 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:15025;opacity:1;top:14.34375rem;left:59.375rem; }
#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 { position:relative;display:block; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 { background-color: transparent; background-image: none; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row .container > .video-iframe-container { display: none; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row > .video-iframe-container { display: none; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .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); }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 { border-width: 0; border-radius: 0; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .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; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b9dd9;background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#zvropzuENKfLBuDXXGIOJCwJT7R8EUdT { color:#ffffff;display:block;width:49.812375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8741235733033rem;left:12.593456745148rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avND19fPSDRmEng0qmemuQ64B4swx1zW { color:#18355d;display:block;width:13.4995625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.098127365113rem;left:2.2780375480652rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mxl08dE68fpslaFkdsAJImL1QKaK0EII { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.398070335388rem;left:3.5594334602356rem;height:2.1115625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC8wTtUgCWRXwV5wrIZmNZw2nhIKJDy7 { color:#18355d;display:block;width:14.5619375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.25rem;left:20.3125rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k1IWiZeogVM0XFvd7al7Fhpvxw870tx4 { color:#ffffff;display:block;width:10.9995625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.5625rem;left:22.125rem;height:2.1115625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2qWfPT3kQhOx2NyVJhnWrorzi6wmuXR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74970625rem;width:2.74970625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.374122619629rem;left:7.6540589332581rem; }
#dHEkuFTPuTXcVwCBFJCPnmblE2R4N4oO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37441875rem;width:2.37441875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.75rem;left:26.4375rem; }
#eUcB4xDI0ncZfpGHiAbzSdPlllKprwO1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.4375rem;left:45.5625rem; }
#gw6LD6Tctm8hFuIVSu7qnCwzNPTl61xA { color:#18355d;display:block;width:11.9370625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:40.875rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3SMrxwBIFdbRpx6Q3yw5HgVTCi5pacs { color:#ffffff;display:block;width:12.4371875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:40.625rem;height:2.1115625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0Dfnt5Xd4bWSLP4Zx8Rwc8zEtPMEZTl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#18355d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.687353134155rem;left:4.3406834602356rem;display:block; }
#NTcBuQbdTfCrMGiWI6XuJ0lCDzXgTiy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmkOVyKPTTzLaMc19TpJIMin89kd973f { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#18355d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.562375rem;height:3.62441875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.999852180481rem;left:28.218454837799rem;display:block; }
#oxQ5AWPtkQIvWd02aZUss00KNk2AiTbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFbgVxSLWTE5CLPtCnUiyD6n4h0oqGlK { box-sizing:content-box;height:12.6875rem;width:12.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:15.125rem;left:2.4375rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#EUDIMiVAkgxLTXZ5RwmNQNpEK0xTdp12 { 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:15021;opacity:1;top:20.653465270996rem;left:17.045120716095rem; }
#Pcwoz6Wb4rG2gttAwBaNQ7d3NzuP21FG { 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.653465270996rem;left:36.406248569489rem; }
#wsOXsADNbv6gyJm8GiX8iZqTwfvmr8rZ { 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:20.3125rem;left:54.8125rem; }
#C8v3xC21oTC1WqvfXlTMChFN8nkMdr60 { box-sizing:content-box;height:12.6869375rem;width:12.624875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:14.875rem;left:21.125rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#FJPGxNIai5XplHMvXu6k20fz5oF4pE7g { background-color:#18355d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.875rem;left:22.9375rem;display:block; }
#Em0vnJOrEaoca8s7MKBWNbTDvup1MKxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0WZ0HITFnt23UvGNoXJgz6be3A7eoAU { box-sizing:content-box;height:12.6869375rem;width:12.624875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:15.0625rem;left:40.25rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#vDJHr0cQ9Chqd330yK2idHlRLC3xCfse { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#18355d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.6875rem;left:42.125rem;display:block; }
#D7bI5ePTJkDpdDUUL0ZpJEbh2XgRIy15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stkF0p6MGGD4I7C1vXEyRktOeOhunGHq { box-sizing:content-box;height:12.6869375rem;width:12.624875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:14.75rem;left:57.9375rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#qNlBPsyxN6l1ZbemNwTMQUwKm5dPUauz { background-color:#18355d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.375rem;left:59.8125rem;display:block; }
#klzyb54lJVMKlXtrD2he4CweLCNBPZMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GcH2m1stcBzhz6wKS2hMEVMtOOwyiqTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.125rem;left:63.1875rem; }
#UEPikOfowLvPZIAL3rWtlqF1l1n50MqF { color:#18355d;display:block;width:11.9370625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.75rem;left:58.5625rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXALdp65ZCzvQZOLswlIHaIqDrAGee19 { color:#ffffff;display:block;width:12.4365rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.562351942062rem;left:58.311911106109rem;height:2.1115625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I { position:relative;display:block; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I { background-color: transparent; background-image: none; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row .container > .video-iframe-container { display: none; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row > .video-iframe-container { display: none; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .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); }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I { border-width: 0; border-radius: 0; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .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; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .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:130.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vtrTsPNnnIPGguwdzFkPNAIloDhMfJuN { color:#18355d;display:block;width:49.812375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9989776611328rem;left:13.343311786652rem;height:6.336125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFMTEWAVtcSw9EHrOAQ6DMdTnTDykoGR { box-sizing:content-box;height:22.5rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.5rem;left:6.25rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#TdatUhkdsdmcUTC0cfQEEUA0OeF1Wy8L { box-sizing:content-box;height:20.0625rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:16.5rem;left:28.793751716614rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#et3gG4bG2IdKeiy87siyBt1qqCk1VCim { box-sizing:content-box;height:22.4375rem;width:16.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.5rem;left:51.3125rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PU8Uw8hOJ6nhTqynEm8trBvIttsuOhko { box-sizing:content-box;height:5rem;width:9.8125rem;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:15018;background-color:#ffffff;background-image:none;top:13.75rem;left:9.75rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;display:block; }
#kOb5dvQDrUWFwUd2SAqmykmGkAm6gcX5 { box-sizing:content-box;height:3.125rem;width:11.625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:16.8125rem;left:9.40625rem;display:block; }
#DotS3BcQbhLx5TEx6htX2HEtwLXBWUIQ { box-sizing:content-box;height:3.125rem;width:12.0625rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:16.8125rem;left:31.375rem;display:block; }
#TbRDAdZe7Wk8TuyeIBZUFkUQ8nuQdTCO { box-sizing:content-box;height:3.125rem;width:13.0625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:16.8125rem;left:53.96875rem;display:block; }
#z9Vg1OqQp4XUEzkGDbDHuxJ9UZ2S69ID { color:#18355d;display:block;width:11.9370625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.716412544251rem;left:8.967581272125rem;height:2.4372125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1Z4JEXAG1m6ERPGfgw0DsCkvz6vwBnB { background-color:#1b9dd9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.25rem;left:28.65625rem;display:block; }
#FQQI172CTlCfVdXqZSKODAlVOmpaWTzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7os0F1s8HMihqfE6zSAR296csxLb7AV { box-sizing:content-box;height:5rem;width:9.8125rem;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:15019;background-color:#ffffff;background-image:none;top:13.75rem;left:32.28125rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;display:block; }
#ChTQKXTOSJ1Fzrf2K9s2HNnqsw1scHuI { box-sizing:content-box;height:5rem;width:9.8125rem;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:15020;background-color:#ffffff;background-image:none;top:13.75rem;left:54.8125rem;border-top:0.3125rem solid #18355d;border-left:0.3125rem solid #18355d;border-right:0.3125rem solid #18355d;border-bottom:0.3125rem solid #18355d;display:block; }
#TwoMG47vx7JotNbD8DDcqR4fPFFPG6Fe { color:#18355d;display:block;width:15.1869375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.715244293213rem;left:29.905809879303rem;height:2.4372125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekqhbgL6ThkccXM5tPJwpWPOXXE7Ow6K { color:#18355d;display:block;width:11.9370625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.715244293213rem;left:54.029638767243rem;height:2.4372125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ArRtZHFKbkNfFzLCV2ogcS4Hhy2Tm3rD { color:#18355d;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.53125rem;left:7.8921880722044rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSS72xvJ9UMhVc93pTk0a2Ps6Tg5zwZk { background-color:#1b9dd9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:27.953125rem;left:7.5484380722044rem;display:block; }
#F9m0wizr2iuIIMogpLtVeL47eq3LitRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2lgeZ5kFAdWn8WEIxD3WAdh9AN4WK5D { background-color:#18355d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.953125rem;left:29.593750953674rem;display:block; }
#WAe1DbIrXV8aIgNNC5BBtEzPSeFJMG40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLo07wfknygre4MOObJJWQ04Sk2Sa7ge { background-color:#1b9dd9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.953125rem;left:52.612500190735rem;display:block; }
#dTCBlqflZXqgf05iLBOZEsoMNHGwE0gT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shK5zfOe4xZs3WGT1OKXHLg4DHGAI4vM { color:#18355d;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:31.75rem;left:30.437500953674rem;height:3.6558125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nz91gUdPuD0Iv1IzN76xNtWomRGig0k9 { color:#18355d;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:31.75rem;left:7.8921880722044rem;height:6.09301875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDJWSLrIAnMKzH0NMqXtpeacmFBOAD4h { color:#18355d;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:31.75rem;left:53.437500953674rem;height:4.8744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spql5fm4JOCFGW0TIq8QesELOFrM68vW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:15.34375rem;left:10.811718940735rem;overflow:hidden;display:block; }
#FQMhggVIwa3UWbuUZGZnbh1WCzanNzB5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9369375rem;width:8.9369375rem;top:15.07666349411rem;left:33.030809879303rem;overflow:hidden;display:block; }
#kNHklO0gx0mh7iRmOUgeZQHioWBVyyXa { position:absolute;display:block;z-index:15003;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:42.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UJiDipx1H9u7WdMWtEuBJ6irA7S8EZZs { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.874875rem;width:8.874875rem;top:15.217580318451rem;left:55.560743808746rem;overflow:hidden;display:block; }
#AkChv4904SOLA1Aqqe3JtHUPwJsZBA31 { box-sizing:content-box;height:22.25rem;width:67.6875rem;position:absolute;display:block;z-index:15008;background-color:#18355d;background-image:none;top:46.155808925629rem;left:3.6558117866516rem;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; }
#PbF8Pc96JXTqpvWP3uTCVoAhXSPtOMN4 { color:#ffffff;display:block;width:55.0620625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15021;line-height:2;letter-spacing:0;top:56.530372619629rem;left:15.499414920807rem;height:10.00290625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pLCQuPZm1JQOvBV9KVCie8pX1iEnGqIo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.6244375rem;width:8.6244375rem;top:47.905964851379rem;left:5.3745617866516rem;overflow:hidden;display:block; }
#auRZ8rTJsswTV6R7k6Op71nNrM44gBu8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.6244375rem;width:8.6244375rem;top:71.608482360837rem;left:5.3745617866516rem;overflow:hidden;display:block; }
#tooapFwOONQPd6ok0XfWh4hwXFZxSkEc { color:#ffffff;display:block;width:55.0620625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:2;letter-spacing:0;top:79.009181022644rem;left:15.499414920807rem;height:14.00408125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMrd73Cg93RtDTCh73RxrBQGDiWQFTZn { box-sizing:content-box;height:28.875rem;width:67.6875rem;position:absolute;display:block;z-index:15010;background-color:#18355d;background-image:none;top:96.812202453612rem;left:3.687207698822rem;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; }
#Dbtzfbd67fnqSh9yf8dAaWZOAg4XHSig { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.6244375rem;width:8.6244375rem;top:98.4375rem;left:5.4375rem;overflow:hidden;display:block; }
#fyh2RACPCDimPyKnhRArMaJZlmnABMJk { color:#ffffff;display:block;width:55.0620625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:107.49999237061rem;left:15.499414920807rem;height:16.5048125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rdqaAhhbxAJwh18fDrLTx5PLtQ5oNxqB { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:47.905954837799rem;left:15.499414920807rem;height:1.5427875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xtqL59c85ukqZ1TNgaeV0MGBDWJnOiLs { color:#ffffff;display:block;width:40.6870625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:51.487291336059rem;left:15.499414920807rem;height:3.085575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QO3kzSTlQMElnBhI5z1v10mKS2nUfvyt { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:49.448739051819rem;left:15.499414920807rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NT0uhbRSRlamSPNx3TEIhqFTkauFUwuA { box-sizing:content-box;height:24.5rem;width:67.6875rem;position:absolute;display:block;z-index:15002;background-color:#1b9dd9;background-image:none;top:69.718160629275rem;left:3.6543517112732rem;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; }
#L5SvioTLzLokJT5dll5RxxaTr8hL08pe { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:71.607763290406rem;left:15.499414920807rem;height:1.5427875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ED5Qg8y23Wl9DxtGgTrx7SPTHIyIBNkJ { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.150550842288rem;left:15.499414920807rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9kKQqT4NcKsKuRK5iaOzZtEpQwn1sLK { color:#ffffff;display:block;width:40.6870625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:75.924350738525rem;left:15.499414920807rem;height:1.5427875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bcHVPtc3B6fFb0rvm8tOzWi2swWdTioQ { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:98.373237609862rem;left:15.499414920807rem;height:1.5427875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rOw68HaEd2mzJzAnCV6diuanHNw0vm1d { color:#ffffff;display:block;width:36.374875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:99.915294647219rem;left:15.499414920807rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXXmsPNzy8hbWM7pGceyd5SCv98LLioR { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:102.61097335816rem;left:15.499414920807rem;height:3.085575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B { position:relative;display:block; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B { background-color: transparent; background-image: none; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row .container > .video-iframe-container { display: none; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row > .video-iframe-container { display: none; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .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); }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B { border-width: 0; border-radius: 0; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .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; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18355d;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ENPP6rfs5VaVuIeKRZkiFbGbN8TdR4VU { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:12.625rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUENGUJiri2MXFJezTrHrLK6ypuafPCk { color:#ffffff;display:block;width:63.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9375rem;left:5.53125rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ky0qMP5Qnv3qItV59vH8tX1rHhEehBfO { box-sizing:content-box;height:4.4375rem;width:47.1875rem;position:absolute;display:block;z-index:15003;background-color:#18355d;background-image:none;top:4.125rem;left:13.5rem;border-top:0.4375rem solid #c39d1f;border-left:0.4375rem solid #c39d1f;border-right:0.4375rem solid #c39d1f;border-bottom:0.4375rem solid #c39d1f;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; }
#xdkvbXt4kHep3svGTt7PVHudri7mrRkX { position:relative;display:block; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX { background-color: transparent; background-image: none; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row .container > .video-iframe-container { display: none; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row > .video-iframe-container { display: none; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .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); }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX { border-width: 0; border-radius: 0; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .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; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .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:32.8125rem;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; }#UVBwP65GD7peexedVgOKrL11HzxCIe6s { color:#1b9dd9;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.59375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1LgowFtQubuPh2WfEgy2DERsIUywEAx { color:#18355d;display:block;width:63.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:5.53125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#LXRt6Af6ncCalGFoSJsBhkfrOhQnfks5 { color:#18355d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:30.15625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#S5TmR3RZGWUkwDXdGCvUfbrEUvxTcbhJ { 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:12.6875rem;width:12.6875rem;top:17.34375rem;left:41.5rem;overflow:hidden;display:block; }
#s1TQ9OgXolRBnVgl27di7y15G7PvkHo3 { position:absolute;display:block;z-index:15009;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:15.4375rem;width:15.4375rem;top:14.775rem;left:18.337499046326rem;overflow:hidden;display:block; }
#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib { position:relative;display:block; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib { background-color: transparent; background-image: none; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row .container > .video-iframe-container { display: none; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row > .video-iframe-container { display: none; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .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); }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib { border-width: 0; border-radius: 0; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .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; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b9dd9;background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwyRcLZ6EHbAR47iHzqHHohVS3lOvXIr { color:#1b9dd9;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.59375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeJZ3P7pPV89ogRGv4uH42tkdTcSd3u6 { box-sizing:content-box;height:6.4375rem;width:64.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.53125rem;left:5.0625rem;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; }
#lnP7n5KE0ZDto7lIuq6axeGCn7aGTgR6 { color:#18355d;display:block;width:63.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:5.53125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#sZeeab2mvZhcRkgv89m1WDODOALheDJc { position:relative;display:block; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc { background-color: transparent; background-image: none; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row .container > .video-iframe-container { display: none; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row > .video-iframe-container { display: none; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .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); }#sZeeab2mvZhcRkgv89m1WDODOALheDJc { border-width: 0; border-radius: 0; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .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; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .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:42.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; }#FvNBGC23HcRTRB3U8bwl8N4grgn0qSTP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Sg57E23PXrnSo39IkkX88kzC6cJT0Rsc { color:#18355d;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.59375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qERg9bwMUCEMq861Cbi5bxsbzoUTwdxw { box-sizing:content-box;height:27.625rem;width:19.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:9.125rem;left:5.3125rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tKGTkbLqECVSqc5sEE9tzhyI6ug76bbm { box-sizing:content-box;height:27.625rem;width:19.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:9.125rem;left:27.53125rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#caVymWqXpWtZKRoSJc08mGe3cObuF1oe { box-sizing:content-box;height:27.625rem;width:19.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:9.125rem;left:49.90625rem;border-top:0.3125rem solid #1b9dd9;border-left:0.3125rem solid #1b9dd9;border-right:0.3125rem solid #1b9dd9;border-bottom:0.3125rem solid #1b9dd9;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DZroPSVftPoFF125uqCVeBHWDZTvBwpm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.25rem;left:13.40625rem; }
#e4OBQ81mbJXidiehlmERVtgmAnHXXI4U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.25rem;left:35.625rem; }
#mmRTV30zwRHoUzT0dWrBOTU8kAWJl3Iu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.25rem;left:58rem; }
#T9SwEnCNu4kuSinnNJPx8416ZRkrywSW { color:#18355d;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.09375rem;height:10.4030375rem;text-align:center;text-align-last:center;display:block; }
#rtPaZoEO46hcfv7aKCzF10CrH6EfARcd { color:#18355d;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.3125rem;height:7.802275rem;text-align:center;text-align-last:center;display:block; }
#ifcPpqEXhwxsqwMEf40o2y8zB0nabhiS { color:#18355d;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.6875rem;height:13.00376875rem;text-align:center;text-align-last:center;display:block; }
#rNx3VmKMRqmAispPNEOcbpGtomOeMPNz { color:#1b9dd9;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.03125rem;left:7.09375rem;height:2.9249375rem;text-align:center;text-align-last:center;display:block; }
#LqGPkgstXpu2Mkla0pTvErGZ0Qc1hwec { color:#1b9dd9;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.03125rem;left:29.3125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#nF6EP8U16HWNelzNwGmHAbnqcanTXHmR { color:#1b9dd9;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.03125rem;left:51.6875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#psIlOwPXCBq4OenqXkn9GxssOClRmtVM { position:relative;display:block; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM { background-color: transparent; background-image: none; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row .container > .video-iframe-container { display: none; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row > .video-iframe-container { display: none; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .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); }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM { border-width: 0; border-radius: 0; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .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; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .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:23.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; }#UHhHzPm42U0lxiWDJ5muiceQPaWTBaTk { color:#18355d;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.28125rem;left:12.59375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMtJrgGmlL58VSwNP1Is9hR4T26pnIMr { color:#18355d;display:block;width:63.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.53125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#CEhRWhFP3ZZ8x7oVh6xfTW6moF0lpedo { background-color:#1b9dd9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.1875rem;left:28.21875rem;display:block; }
#F8fwu31IhHQ8dm42hMU6t3U76HfqPxus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otwp9HEmf2Vr1hOhmKZ5GAE92a3Z4vza { box-sizing:content-box;height:2.5rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:#18355d;background-image:none;top:21.186475753784rem;left:0rem;display:block; }
#mwNfXLGBcbKgX18KBcrKraPczKCHN45O { position:relative;display:block; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O { background-color: transparent; background-image: none; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row .container > .video-iframe-container { display: none; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row > .video-iframe-container { display: none; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .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); }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O { border-width: 0; border-radius: 0; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .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; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18355d;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#1b9dd9;background-image:none;vertical-align:top;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .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; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:#ffffff; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .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:poppins;height:auto;color:#ffffff; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .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_dfdb9b14a874ae5722493fd6838f281310e453f3.svg");background-size:contain !important; }#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-trigger.adaptive-delivery-prevent-bg, #csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-trigger.lazyload, #csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-trigger.lazyloading { background-image: none; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs { box-sizing:content-box;height:auto;width:46.374875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.52774477005rem;left:13.062206745148rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #lM9LucBV5GwwXTnSxL4Iv9KGDXP5rSFg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xqEq0StAFHa8UPMM417FExJ8TVXgJsB9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ydUkqoHTeG3hVmPNbdC5cEFav9E6x6bx { display:block;position:relative; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #Tt7XxHhof0wqThTpiec3H5F4M7A0UQXf {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #n8hJGqI4O18Ml8HJBlRaaCNp5E1QzW5c {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xuEHIW3c1GipBauottGXFaaLczi06Wld { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #LXIAMnJ1nXmQsg7ZQ83nbe3kH65zb3KL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #rTmHTrraXNdCgkRSnTgyPyZ4s16kxZlv { display:block;position:relative; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #OQMJSlNoky5V1HxdQDl1gKxWnHHCbroE {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #z8xlZpmAKJ77gzd5nvcaz8wbfVTsv6Sg { display:none; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cBNGB3JcC9lav7OXsiFxaLIPRaEuN1Et { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cPp1yPythkMqJCCNa026g5SvbKMwwxpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #hWaem8rFpAX6qO8CiNAOE3cLX8wHEb3S { display:block;position:relative; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #TgaJUXiyoXb8OF80KneRfuZPZL3VBV9b {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #JsRc7NpMKAyxQLvnoAoRb4ecmEGJsO1W { display:none; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ogF1cpfgA486a8FrnEaMHs820RD7WxQ8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #X3PilRPRGTKTlcXv4Lz5tMRk8tQP5ecG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #J18ncuKHtbk49KcI6BNfLcnmBBToxiD5 { display:block;position:relative; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #T7qPMMdrKTMtqCiFEFZl8A8OBr8qpydX {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #KLAf7pQ58ObgEIbxMBvTC9EfgNvqJi8c { display:none; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #BRHGW4hhUwnFuyA7FM8eqISBWq85hL5D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #vTSglRc62swT9FOV9PA7K1nZGBEvdqU2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xim4pm9kqPGUR8P4I8ucNDBSU4f2QX30 { display:block;position:relative; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #CE3gMgE5a8nEeB9W3KOimqdhl0zGZWPT {  }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs #fzZXzRB9GW7SDvUBMdVRAaeHTr7td8Xl { display:none; }
#z41oz5TJIz7cIxX6r2ITZKFwixwf2kZt { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6555213928223rem;left:2.8431658744812rem;height:3.00625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ { position:relative;display:block; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ { background-color: transparent; background-image: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container > .video-iframe-container { display: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row > .video-iframe-container { display: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .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); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ { border-width: 0; border-radius: 0; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .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; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-form-header {  }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:#102f56;width:27.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #102f56;border-left:0.125rem solid #102f56;border-right:0.125rem solid #102f56;border-bottom:0.125rem solid #102f56;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #102f56;border-left:0.125rem solid #102f56;border-right:0.125rem solid #102f56;border-bottom:0.125rem solid #102f56;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#009de0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.6875rem;overflow:hidden;font-style:normal;float:none; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-container:first-of-type{padding-top:0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-container:last-of-type{padding-bottom:0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.112518310547rem;left:41.031250953674rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.9375rem;display:block;vertical-align:top; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU {display:block;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.112518310547rem;left:41.031250953674rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #cDsIIJD2zVIHCdJubNcbrlMs8Bq1qFKJ { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #z8edldlbLN4SEfaqNDsn475oBctNzxgN { position:relative;display:block; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #NBcrm2p6FyTsU9BZRKIBxgiPd0qdbDcA { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #pzUHO8Jfbnu6nmPFI5tfLaPssTBkQzqG { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #bsDTgOMhMPAoSohxB8SLz3pN46NdztEe { position:relative;display:block; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #rtQnmhqCTWxuwxoy0dMbm0t9FJzc7yvc { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #y0UwUnV6WQekzdOz2nJEd2rZR2O6niEQ { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #itXg0NDomTzW4cNiLSFhi5MA9iXy7G0C { position:relative;display:block; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #qSlHtMRvqG4eLLN0yBvQEJV5mETKl5l7 { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #RXkUCVn1MifpRcNlOIAcDSmT4foaIGze { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lcM4J7NMbqDc49d0JAAIBG9CQbnFnsWc { position:relative;display:block; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #IaypFbQDOK4OPpLza0sygkmwCeU6ovFE { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #uLDTF0GPyW66LPgktr5u3ua1npKKK9cw { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #LXKmOu8e10O9wFBBFl5fKn04E2PtTlLc { position:relative;z-index:2; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #wTlunOA5dOwO7neGQOuQATfI1X5kv15X { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lDbpdOPIyqOcyl4eGuNBDFSni8RFm7J6 { position:relative; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU #gwZFnTKQuphnPsrZxfCbRvtRPWUeJEoT { position:relative; }
#b5kne6sFgiAyaAkQEKE8TqKJWk1KDFCC { color:#102f56;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.875rem;left:43.562500953674rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RB5hcnKNvw4pJaCvEyT3p70gpXLgkkvl { color:#009de0;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:43.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTehxA1KdtTWxttdWaJ8pnO7TBqn9VTQ { color:#009de0;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.374218940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVL2afNS7atVpU64qZLz6kkILokvdB6S { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7fcd7ca1-839d-4e7f-b5c7-2a13be61de49/Paulina.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.7367194890975rem;left:16.756249427796rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #009de0;border-left:0.1875rem solid #009de0;border-right:0.1875rem solid #009de0;border-bottom:0.1875rem solid #009de0;display:block; }#pVL2afNS7atVpU64qZLz6kkILokvdB6S.adaptive-delivery-prevent-bg, #pVL2afNS7atVpU64qZLz6kkILokvdB6S.lazyload, #pVL2afNS7atVpU64qZLz6kkILokvdB6S.lazyloading { background-image: none; }
#WaQ9Vdh6N3gVkmKPPeawWEKu6k2Jnu0q { color:#102f56;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.750000357628rem;left:8.905468940735rem;height:6.75015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee926132-ee64-49f6-927f-6cbae7ef41fb/Adam.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:24.5625rem;left:16.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #009de0;border-left:0.1875rem solid #009de0;border-right:0.1875rem solid #009de0;border-bottom:0.1875rem solid #009de0;display:block; }#ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK.adaptive-delivery-prevent-bg, #ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK.lazyload, #ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK.lazyloading { background-image: none; }
#GqiVq4B5FJ9Fgx09e7bWLkQsM7qXClos { color:#102f56;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:30.4375rem;left:8.875rem;height:6.75015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OluTbpgqTkzhtINAJHV1WpiElE65cF9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009de0;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; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container { background-color: transparent; background-image: none; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container > .video-iframe-container { display: none; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row > .video-iframe-container { display: none; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .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); }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container { border-width: 0; border-radius: 0; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.6875rem;left:64.125rem; }
#eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.6875rem;left:67rem; }
#MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PCDNgDCXZ0XI1NZUvt47qXvdamQDIpIb { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:64.125rem;height:2.60075625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKb0g3thpwKfCgukucogZeUTJvQ6OB0M { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15011;opacity:1;top:5.5625rem;left:69.625rem; }
#rKb0g3thpwKfCgukucogZeUTJvQ6OB0M > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SqDyNT6CtPOUAOP3CrLJwnh6yAQuSOq5 { box-sizing:content-box;height:5.625rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#26375e;background-image:none;top:4.125rem;left:30.8125rem;display:block; }
#LdIJlcTKcZd0JJvP7Xe2fCm1IHGJisZu { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.9375rem;left:32.1875rem;height:6.000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKmZKi9mmOZoJWDLgPddmMvJ9sEn3xdi { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.6875rem;left:46.0625rem;height:4.500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJKQeWSQOUSTOk3FHwACkW91yaLfQfL0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15014;opacity:1;top:5.5625rem;left:72.8125rem; }
#LcCwgg7oJyuhFDBwl2leaxfUUWrLbxW0 { box-sizing:content-box;height:5.625rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#26375e;background-image:none;top:4.4375rem;left:44.6875rem;display:block; }
#TPa3tSPNFKrXVEesaHv9He5NaHzHaT27 { color:#26375e;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3747081756592rem;left:7.0655665397644rem;height:1.30038125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5CBBuZtMBrvUtdsHQ4UNGyX3aIPxJa5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#l8w3CHW9A4eHpF2sGo0fyuDpOyz8NwNz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oXqhKLtHv2ThpJOULpazBf9iQBor96dd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5620613098144rem;left:1.3952975273132rem;height:1.30038125rem;font-style:normal;display:block; }
#U6HxLB3ImnHlLorqwRwZhg7TOA99FZhW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5620613098144rem;left:13.310453891754rem;height:1.30038125rem;font-style:normal;display:block; }
#UyT8X66RzssH4zXD6qzAXbnMteay6vdx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56235625rem;width:9.375rem;top:9.1742095947262rem;left:0.76956796646119rem;overflow:hidden;display:block; }
#Rw3QBc9JgFFQbFDyIIJC1m8uRWAaUq6C { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06191875rem;width:10.3745625rem;top:9.9226055145262rem;left:12.621202945709rem;overflow:hidden;display:block; }
#uGfSzAmbknn6yo4sSCZTC807IxDiXfwJ { position:absolute;display:block;z-index:14999;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:7.4365rem;width:7.4365rem;top:0.17158126831055rem;left:0rem;overflow:hidden;display:block; }
#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT { position:relative;display:block; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT { background-color: transparent; background-image: none; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row .container > .video-iframe-container { display: none; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row > .video-iframe-container { display: none; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .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); }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT { border-width: 0; border-radius: 0; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .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; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .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:2.4375rem;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; }#nwpDsyTiXp2my6tEazEs5TlhVTDqIUmZ { color:#18355d;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:0.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.875rem;left:33rem;height:0.65rem;font-style:normal;display:block; }
#qUUfnfRAFM59O326w7VfRWi7BnFLyVKX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6245625rem;width:4.31220625rem;top:0.375rem;left:37.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #Ex34gppLqF3I3RMFKRAbM6m17ATmKArt { width:47.75rem;height:10.1875rem;top:9.625rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCNIrocIJxQStq8JS2SM5IvwD3TGcHC { width:44.125rem;height:5.8125rem;top:21.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th72FInBl5tXkzgALLyfkGMJuQkST7nw { width:13.125rem;height:1.4375rem;top:1.5rem;left:8.1864762306213rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIoTZVG22Kwf90E6iTQGHnXvST2M8E0L { width:5.375rem;height:1.4375rem;top:1.5rem;left:23.749414920807rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRIsqnRlWn1KAWdIfyWgJK0EelWgZLaN { width:6.25rem;height:1.4375rem;top:1.5rem;left:33.186476230621rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRP7F5HizKfuvKuzTJWoB6BVSGUWXXyD { width:35.1875rem;height:3.3125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdXUlxdtkPnkAVq4B2oXrg7w614aeyyX { display:block; }
 }@media only screen and (max-width: 763px) { #O8TdlNMpy5kayzLOIdHLsf9OEKwVGaMl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCitg6UAWBu6P4DJATl66Mokuc3TrfuL { width:15rem;height:2.9375rem;top:0.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8q81RVClquPPVEP8bkUVO40riRyx548 { display:block; }
 }@media only screen and (max-width: 763px) { #aG8SNOs6Z0kcP6MmsMxDvep5dqRuV3au { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #adTq3AIeeop763QWw2f7l3GrMaK6qdtE { width:47.75rem;height:3.5625rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTK9C4AcluOmemzB0yp2MZ4vrRvDBEiL { width:13.875rem;height:3.2972001672713rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNsTH5DdpSnAxaMsKcDTetAa8ywlrTu { width:36.375rem;height:36.375rem;top:5.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoAEMN3HwG2J7of3QX764739568PN8h { width:32.1875rem;height:34.1245625rem;top:3.6875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9XixZZqFNmuKlfrEEAMiDn2yxu1Khs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd1R7iNISVIQ4medOytJcJtEhnvp5AqD { width:31.4375rem;height:2.5625rem;top:35.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy { display:block; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWRi8sBJvqT0ZbT0Ik32Eg8asE9XzQOv { width:16.5625rem;height:2.375rem;top:13.1875rem;left:6.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwpRnZSnNFy3RcHRQq6DqJg8G6a2ryT2 { width:11.875rem;height:4.125rem;top:13rem;left:26.531248569489rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEXUI2BSOwdGSy4h45I4AXsLlCimVCt5 { width:12.4375rem;height:2.375rem;top:13.1875rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQTvkGyxkDLSkyZ0Xb2nmkQk4CBPZ2i { width:12.25rem;height:5.5rem;top:11.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFICRwRftKmoSTxil1qiSymwk47hsUv4 { width:3.8125rem;height:3.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNsdUKO7sX0A8Tca8gNTbvoTL3Dks1UT { width:4.0625rem;height:4.0625rem;top:5.5625rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZeBG3cp7rhRgTmlUzxtk2TqElTEpp8z { width:3.875rem;height:3.875rem;top:5.625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4TisfaUX7mHrZT9JO4yCmRB1Po8dSTn { width:4rem;height:4rem;top:5.5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMFzqMch1tTvy2OswfOTUCozLlLiZGv { width:18.5625rem;height:3.625rem;top:22.8125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buhtsESxxT5vp9wKowHMbZAnMVUHHoo4 { display:block; }
 }@media only screen and (max-width: 763px) { #hwqn6yv2pVwvgpUiRMuFRev8SRJHXTeB { width:14.125rem;height:15.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G953Xyp9BG1NUMS6uhFdgaZGppvPQPli { width:14.125rem;height:15.6875rem;top:3.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9JrrUKPhere7QawThw1ivRkOs69PLD { width:14.125rem;height:15.6875rem;top:3.625rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Th4RXKWnnu54bSyi2mhzBkgcQZhftM { width:14.125rem;height:15.6875rem;top:3.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuHsXe4TQrKWTTWlmM6AW7XgqEhaRXMz { width:6.75rem;height:5.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwO8yZ5alZ0qVQz2BJsITkt2sQ43o8gm { width:6.75rem;height:5.625rem;top:4.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdRIM74t313FUvNlkPlk2mT4VKpFPxh { width:6.75rem;height:5.625rem;top:4.75rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJHTboCdtXD1w6kXhoUQNHDC9VTw3dO { width:6.75rem;height:5.625rem;top:4.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm { display:block; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdqahBv0hxUIhDTGRyAWHFBnzC2BD0N9 { width:41.3125rem;height:1.9375rem;top:3.25rem;left:3.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWuZ13B6rKFOoIdUMcBu7e87MZSto8o { width:31.25rem;height:6rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Liym177HMocWO6nhQCLGLLc2X76faFQR { width:31.25rem;height:6rem;top:9.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qirKyAaBSGyLRqT9H8iAmsbaPQsFfDTW { width:31.25rem;height:6rem;top:19.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwtzHBOlExqvdLFWBeJB6O5SFKZDc3AZ { width:31.25rem;height:6rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZfhzEmT7fZMLv6f3vpngU1d9u73IH9 { width:31.25rem;height:6rem;top:29.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyihxHk3VmAE7QdMQeoHZNmLZrLJ0lRQ { width:25.0625rem;height:2.25rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8lLdoUAzVDQiBVrIBlVuu6WRBHUO4ec { width:25.0625rem;height:2.25rem;top:11.1875rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu7CPKQhvKCLftVcPhIRphk4l5TonoEt { width:24.5rem;height:2.25rem;top:21rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxLfrpPDgN8ZnXO34Rw5NAobQx982IJo { width:25.0625rem;height:2.25rem;top:31.0625rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmHoBPbPrnlFdBdeNnN8Z6tLRGA1BfdB { width:24.0625rem;height:2.375rem;top:31.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlrpAwTdx1sZhXI1PKbdiZ5APVDnBva { width:25.0625rem;height:1.125rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBSa8sNohsDFvq1Niyd5QaXPiuROIkE { width:3.125rem;height:3.125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f932iGH52Ose1QK54h78tQ0QdaqTrm8U { width:3.125rem;height:3.125rem;top:11.0625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHfq88rzoqs5anEuwBPsIPLauEzZCko { width:3.125rem;height:3.125rem;top:20.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2KFBTxxTCADELl845oW0PoCQZlw01E { width:3.125rem;height:3.125rem;top:30.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsUwgdAJr8yhTyFNnJQSronxEG8OR0O { width:3.125rem;height:3.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo8XmUflmo5TFEVTyklsvHpWRM17MoIS { width:3.125rem;height:3.125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS7dpEUU7RkROzO2IaJU1le7D633P1xb { width:31.25rem;height:6rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ { display:block; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDNsQKct7gSPaT7ZT5MiUch0JuNTfmJd { width:47.75rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QInXeJiEfKWXViFI7rTXz2LVpGJ5hb { width:19.3125rem;height:1.4375rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpzGSwPt2ndmv82lMU3hfQQbIwaTL5v { width:17.625rem;height:1.4375rem;top:18.8125rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLxyFNTgdpoNeWpf6x1pkeE3JOTp0Vva { width:17.75rem;height:1.4375rem;top:18.8125rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPV4GZWwDRsKqTiS3aLqWNZSAH8itnq { width:13.6875rem;height:2.875rem;top:21.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGWL82qNi90XBeGrRxDtHF3Td4BnMrC { width:13.6875rem;height:2.875rem;top:21.75rem;left:34.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgp13vxi5xDFP5kiEBoIN5oirVwaRwNT { width:13.6875rem;height:2.875rem;top:21.75rem;left:17.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8gpDD8UxoJ2o919kQdU23q9DD3azq1p { width:16.8125rem;height:16.875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5b3IZD6TuPSvNN67TyK2aN6AeVBlxVN { width:16.8125rem;height:16.875rem;top:9.375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8u1kt8ARVZ5if6UsfgZgC2mLTACxNy { width:16.8125rem;height:17.0625rem;top:9.375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXx4eqT0zeE5T7po6bMqxGUdOKT85f4E { width:5rem;height:5rem;top:6.6875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0L5NDoWydlLNzFe9sSHVFpgrNncXbw { width:5rem;height:5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brv81Uoz6DERv0AB4gaOuhig1pD9O4Xt { width:5rem;height:5rem;top:6.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcGEyKccTAXUrxW0ZaCMR7nHLNI0nRe { width:6.5rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #houbRnAqZ4I5C1xOih39qtU7H2G9X87d { width:6.5rem;height:3.125rem;top:6.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFfUz61FKn50nqDz1afWt5kDQVSr405w { width:6.5rem;height:3.125rem;top:6.25rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOdF6OoauAGbCVT1hbu9xPb1dalqR9BP { width:4.6875rem;height:4.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOQ5DZTSrTeOAgnECNlTxBoqbxZGpiN { width:3.125rem;height:3.125rem;top:14.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZdxa0pDk0uZfSZqlcpQxdLxGtPCTNw { width:3.125rem;height:3.125rem;top:14.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 { display:block; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvropzuENKfLBuDXXGIOJCwJT7R8EUdT { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avND19fPSDRmEng0qmemuQ64B4swx1zW { width:13.4375rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxl08dE68fpslaFkdsAJImL1QKaK0EII { width:10.9375rem;height:2.0625rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8wTtUgCWRXwV5wrIZmNZw2nhIKJDy7 { width:14.5rem;height:1.25rem;top:21.25rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1IWiZeogVM0XFvd7al7Fhpvxw870tx4 { width:10.9375rem;height:2.0625rem;top:23.5625rem;left:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2qWfPT3kQhOx2NyVJhnWrorzi6wmuXR { width:2.6875rem;height:2.6875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEkuFTPuTXcVwCBFJCPnmblE2R4N4oO { width:2.3125rem;height:2.3125rem;top:16.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUcB4xDI0ncZfpGHiAbzSdPlllKprwO1 { width:2.5rem;height:2.5rem;top:16.4375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw6LD6Tctm8hFuIVSu7qnCwzNPTl61xA { width:11.875rem;height:1.25rem;top:21.0625rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3SMrxwBIFdbRpx6Q3yw5HgVTCi5pacs { width:12.375rem;height:2.0625rem;top:23.375rem;left:27rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Dfnt5Xd4bWSLP4Zx8Rwc8zEtPMEZTl { width:9.375rem;height:2.1875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcBuQbdTfCrMGiWI6XuJ0lCDzXgTiy9 { display:block; }
 }@media only screen and (max-width: 763px) { #wmkOVyKPTTzLaMc19TpJIMin89kd973f { width:18.5rem;height:3.5625rem;top:31.9375rem;left:14.593454837799rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxQ5AWPtkQIvWd02aZUss00KNk2AiTbN { display:block; }
 }@media only screen and (max-width: 763px) { #dFbgVxSLWTE5CLPtCnUiyD6n4h0oqGlK { width:12.625rem;height:12.6875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUDIMiVAkgxLTXZ5RwmNQNpEK0xTdp12 { width:2.1875rem;height:2.1875rem;top:20.625rem;left:3.420120716095rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcwoz6Wb4rG2gttAwBaNQ7d3NzuP21FG { width:2.1875rem;height:2.1875rem;top:20.625rem;left:22.781248569489rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOXsADNbv6gyJm8GiX8iZqTwfvmr8rZ { width:2.1875rem;height:2.1875rem;top:20.3125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8v3xC21oTC1WqvfXlTMChFN8nkMdr60 { width:12.5625rem;height:12.625rem;top:14.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJPGxNIai5XplHMvXu6k20fz5oF4pE7g { width:9.375rem;height:2.1875rem;top:11.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em0vnJOrEaoca8s7MKBWNbTDvup1MKxF { display:block; }
 }@media only screen and (max-width: 763px) { #z0WZ0HITFnt23UvGNoXJgz6be3A7eoAU { width:12.5625rem;height:12.625rem;top:15.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJHr0cQ9Chqd330yK2idHlRLC3xCfse { width:9.375rem;height:2.1875rem;top:11.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7bI5ePTJkDpdDUUL0ZpJEbh2XgRIy15 { display:block; }
 }@media only screen and (max-width: 763px) { #stkF0p6MGGD4I7C1vXEyRktOeOhunGHq { width:12.5625rem;height:12.625rem;top:14.75rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlBPsyxN6l1ZbemNwTMQUwKm5dPUauz { width:9.375rem;height:2.1875rem;top:11.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzyb54lJVMKlXtrD2he4CweLCNBPZMF { display:block; }
 }@media only screen and (max-width: 763px) { #GcH2m1stcBzhz6wKS2hMEVMtOOwyiqTT { width:2.5625rem;height:2.5625rem;top:16.125rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEPikOfowLvPZIAL3rWtlqF1l1n50MqF { width:11.875rem;height:1.25rem;top:20.75rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXALdp65ZCzvQZOLswlIHaIqDrAGee19 { width:12.375rem;height:2.0625rem;top:23.5rem;left:35.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I { display:block; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtrTsPNnnIPGguwdzFkPNAIloDhMfJuN { width:47.75rem;height:6.3125rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMTEWAVtcSw9EHrOAQ6DMdTnTDykoGR { width:16.8125rem;height:22.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdatUhkdsdmcUTC0cfQEEUA0OeF1Wy8L { width:16.8125rem;height:20.0625rem;top:16.5rem;left:15.168751716614rem;display:block; }
 }@media only screen and (max-width: 763px) { #et3gG4bG2IdKeiy87siyBt1qqCk1VCim { width:16.8125rem;height:22.4375rem;top:16.5rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8Uw8hOJ6nhTqynEm8trBvIttsuOhko { width:9.8125rem;height:5rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOb5dvQDrUWFwUd2SAqmykmGkAm6gcX5 { width:11.625rem;height:3.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotS3BcQbhLx5TEx6htX2HEtwLXBWUIQ { width:12.0625rem;height:3.125rem;top:16.8125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRDAdZe7Wk8TuyeIBZUFkUQ8nuQdTCO { width:13.0625rem;height:3.125rem;top:16.8125rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Vg1OqQp4XUEzkGDbDHuxJ9UZ2S69ID { width:11.875rem;height:2.375rem;top:24.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z4JEXAG1m6ERPGfgw0DsCkvz6vwBnB { width:17.6875rem;height:3.625rem;top:40.25rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQQI172CTlCfVdXqZSKODAlVOmpaWTzM { display:block; }
 }@media only screen and (max-width: 763px) { #s7os0F1s8HMihqfE6zSAR296csxLb7AV { width:9.8125rem;height:5rem;top:13.75rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTQKXTOSJ1Fzrf2K9s2HNnqsw1scHuI { width:9.8125rem;height:5rem;top:13.75rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoMG47vx7JotNbD8DDcqR4fPFFPG6Fe { width:15.125rem;height:2.375rem;top:24.6875rem;left:16.280809879303rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqhbgL6ThkccXM5tPJwpWPOXXE7Ow6K { width:11.875rem;height:2.375rem;top:24.6875rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRtZHFKbkNfFzLCV2ogcS4Hhy2Tm3rD { width:14.125rem;height:1.1875rem;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSS72xvJ9UMhVc93pTk0a2Ps6Tg5zwZk { width:14.8125rem;height:2.375rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9m0wizr2iuIIMogpLtVeL47eq3LitRh { display:block; }
 }@media only screen and (max-width: 763px) { #U2lgeZ5kFAdWn8WEIxD3WAdh9AN4WK5D { width:15.5625rem;height:2.375rem;top:27.9375rem;left:15.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAe1DbIrXV8aIgNNC5BBtEzPSeFJMG40 { display:block; }
 }@media only screen and (max-width: 763px) { #uLo07wfknygre4MOObJJWQ04Sk2Sa7ge { width:14.8125rem;height:2.375rem;top:27.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCBlqflZXqgf05iLBOZEsoMNHGwE0gT { display:block; }
 }@media only screen and (max-width: 763px) { #shK5zfOe4xZs3WGT1OKXHLg4DHGAI4vM { width:14.0625rem;height:3.625rem;top:31.6875rem;left:16.812353610992rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz91gUdPuD0Iv1IzN76xNtWomRGig0k9 { width:14.0625rem;height:6.0625rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDJWSLrIAnMKzH0NMqXtpeacmFBOAD4h { width:14.0625rem;height:4.8125rem;top:31.6875rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spql5fm4JOCFGW0TIq8QesELOFrM68vW { width:8.625rem;height:8.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQMhggVIwa3UWbuUZGZnbh1WCzanNzB5 { width:8.875rem;height:8.875rem;top:15.0625rem;left:19.405809879303rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHklO0gx0mh7iRmOUgeZQHioWBVyyXa { width:47.75rem;height:26.819583333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJiDipx1H9u7WdMWtEuBJ6irA7S8EZZs { width:8.8125rem;height:8.8125rem;top:15.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkChv4904SOLA1Aqqe3JtHUPwJsZBA31 { width:47.75rem;height:22.25rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbF8Pc96JXTqpvWP3uTCVoAhXSPtOMN4 { width:47.75rem;height:10rem;top:56.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCQuPZm1JQOvBV9KVCie8pX1iEnGqIo { width:8.5625rem;height:8.5625rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auRZ8rTJsswTV6R7k6Op71nNrM44gBu8 { width:8.5625rem;height:8.5625rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooapFwOONQPd6ok0XfWh4hwXFZxSkEc { width:47.75rem;height:14rem;top:79rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrd73Cg93RtDTCh73RxrBQGDiWQFTZn { width:47.75rem;height:28.875rem;top:96.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbtzfbd67fnqSh9yf8dAaWZOAg4XHSig { width:8.5625rem;height:8.5625rem;top:98.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2RACPCDimPyKnhRArMaJZlmnABMJk { width:47.75rem;height:16.5rem;top:107.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdqaAhhbxAJwh18fDrLTx5PLtQ5oNxqB { width:36.3125rem;height:1.5rem;top:47.875rem;left:1.8744149208069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtqL59c85ukqZ1TNgaeV0MGBDWJnOiLs { width:40.625rem;height:3.0625rem;top:51.4375rem;left:1.8744149208069rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO3kzSTlQMElnBhI5z1v10mKS2nUfvyt { width:36.3125rem;height:1.125rem;top:49.4375rem;left:1.8744149208069rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT0uhbRSRlamSPNx3TEIhqFTkauFUwuA { width:47.75rem;height:24.5rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5SvioTLzLokJT5dll5RxxaTr8hL08pe { width:36.3125rem;height:1.5rem;top:71.5625rem;left:1.8744149208069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5Qg8y23Wl9DxtGgTrx7SPTHIyIBNkJ { width:36.3125rem;height:1.125rem;top:73.125rem;left:1.8744149208069rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9kKQqT4NcKsKuRK5iaOzZtEpQwn1sLK { width:40.625rem;height:1.5rem;top:75.875rem;left:1.8744149208069rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcHVPtc3B6fFb0rvm8tOzWi2swWdTioQ { width:36.3125rem;height:1.5rem;top:98.3125rem;left:1.8744149208069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOw68HaEd2mzJzAnCV6diuanHNw0vm1d { width:36.3125rem;height:1.125rem;top:99.875rem;left:1.8744149208069rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXXmsPNzy8hbWM7pGceyd5SCv98LLioR { width:44.375rem;height:3.0625rem;top:102.5625rem;left:1.8744149208069rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B { display:block; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENPP6rfs5VaVuIeKRZkiFbGbN8TdR4VU { width:47.75rem;height:3.125rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUENGUJiri2MXFJezTrHrLK6ypuafPCk { width:47.75rem;height:4.3125rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0qMP5Qnv3qItV59vH8tX1rHhEehBfO { width:46.875rem;height:4.4375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdkvbXt4kHep3svGTt7PVHudri7mrRkX { display:block; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVBwP65GD7peexedVgOKrL11HzxCIe6s { width:47.75rem;height:3.125rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LgowFtQubuPh2WfEgy2DERsIUywEAx { width:47.75rem;height:2.875rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXRt6Af6ncCalGFoSJsBhkfrOhQnfks5 { width:14.6875rem;height:1.4375rem;top:13.5625rem;left:16.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5TmR3RZGWUkwDXdGCvUfbrEUvxTcbhJ { width:12.6875rem;height:12.6875rem;top:17.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1TQ9OgXolRBnVgl27di7y15G7PvkHo3 { width:15.4375rem;height:15.4375rem;top:14.75rem;left:4.7124990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib { display:block; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwyRcLZ6EHbAR47iHzqHHohVS3lOvXIr { width:47.75rem;height:3.125rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJZ3P7pPV89ogRGv4uH42tkdTcSd3u6 { width:47.75rem;height:6.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnP7n5KE0ZDto7lIuq6axeGCn7aGTgR6 { width:47.75rem;height:2.875rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZeeab2mvZhcRkgv89m1WDODOALheDJc { display:block; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvNBGC23HcRTRB3U8bwl8N4grgn0qSTP { width:47.75rem;height:26.779791666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg57E23PXrnSo39IkkX88kzC6cJT0Rsc { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERg9bwMUCEMq861Cbi5bxsbzoUTwdxw { width:19.3125rem;height:27.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTkbLqECVSqc5sEE9tzhyI6ug76bbm { width:19.3125rem;height:27.625rem;top:9.125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVymWqXpWtZKRoSJc08mGe3cObuF1oe { width:19.3125rem;height:27.625rem;top:9.125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZroPSVftPoFF125uqCVeBHWDZTvBwpm { width:3.75rem;height:3.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4OBQ81mbJXidiehlmERVtgmAnHXXI4U { width:3.75rem;height:3.75rem;top:12.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRTV30zwRHoUzT0dWrBOTU8kAWJl3Iu { width:3.75rem;height:3.75rem;top:12.25rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9SwEnCNu4kuSinnNJPx8416ZRkrywSW { width:16.3125rem;height:10.375rem;top:18rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPaZoEO46hcfv7aKCzF10CrH6EfARcd { width:16.3125rem;height:7.75rem;top:18rem;left:15.687204837799rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifcPpqEXhwxsqwMEf40o2y8zB0nabhiS { width:16.3125rem;height:13rem;top:18rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNx3VmKMRqmAispPNEOcbpGtomOeMPNz { width:16.375rem;height:2.875rem;top:32rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqGPkgstXpu2Mkla0pTvErGZ0Qc1hwec { width:16.375rem;height:2.875rem;top:32rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF6EP8U16HWNelzNwGmHAbnqcanTXHmR { width:16.375rem;height:2.875rem;top:32rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIlOwPXCBq4OenqXkn9GxssOClRmtVM { display:block; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHhHzPm42U0lxiWDJ5muiceQPaWTBaTk { width:47.75rem;height:3.125rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtJrgGmlL58VSwNP1Is9hR4T26pnIMr { width:47.75rem;height:1.4375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEhRWhFP3ZZ8x7oVh6xfTW6moF0lpedo { width:18.5625rem;height:3.625rem;top:13.1875rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8fwu31IhHQ8dm42hMU6t3U76HfqPxus { display:block; }
 }@media only screen and (max-width: 763px) { #otwp9HEmf2Vr1hOhmKZ5GAE92a3Z4vza { width:47.75rem;height:2.5rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwNfXLGBcbKgX18KBcrKraPczKCHN45O { display:block; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs { display:flex;height:auto;width:27.8125rem;top:8.875rem;left:4.3966126441956rem; }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #lM9LucBV5GwwXTnSxL4Iv9KGDXP5rSFg {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xqEq0StAFHa8UPMM417FExJ8TVXgJsB9 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ydUkqoHTeG3hVmPNbdC5cEFav9E6x6bx {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #Tt7XxHhof0wqThTpiec3H5F4M7A0UQXf {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #n8hJGqI4O18Ml8HJBlRaaCNp5E1QzW5c {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xuEHIW3c1GipBauottGXFaaLczi06Wld {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #LXIAMnJ1nXmQsg7ZQ83nbe3kH65zb3KL {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #rTmHTrraXNdCgkRSnTgyPyZ4s16kxZlv {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #OQMJSlNoky5V1HxdQDl1gKxWnHHCbroE {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #z8xlZpmAKJ77gzd5nvcaz8wbfVTsv6Sg {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cBNGB3JcC9lav7OXsiFxaLIPRaEuN1Et {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cPp1yPythkMqJCCNa026g5SvbKMwwxpz {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #hWaem8rFpAX6qO8CiNAOE3cLX8wHEb3S {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #TgaJUXiyoXb8OF80KneRfuZPZL3VBV9b {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #JsRc7NpMKAyxQLvnoAoRb4ecmEGJsO1W {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ogF1cpfgA486a8FrnEaMHs820RD7WxQ8 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #X3PilRPRGTKTlcXv4Lz5tMRk8tQP5ecG {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #J18ncuKHtbk49KcI6BNfLcnmBBToxiD5 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #T7qPMMdrKTMtqCiFEFZl8A8OBr8qpydX {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #KLAf7pQ58ObgEIbxMBvTC9EfgNvqJi8c {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #BRHGW4hhUwnFuyA7FM8eqISBWq85hL5D {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #vTSglRc62swT9FOV9PA7K1nZGBEvdqU2 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xim4pm9kqPGUR8P4I8ucNDBSU4f2QX30 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #CE3gMgE5a8nEeB9W3KOimqdhl0zGZWPT {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #fzZXzRB9GW7SDvUBMdVRAaeHTr7td8Xl {  }
 }@media only screen and (max-width: 763px) { #z41oz5TJIz7cIxX6r2ITZKFwixwf2kZt { width:47.75rem;height:3rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M441oW9RrDA45RPqJAIIywkbQXOTtVIJ { display:block; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-regular-label { width:27.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-textarea { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-button { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-checkbox-label { width:26.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU  { width:27.9375rem;height:auto;top:11.0625rem;left:17.3125rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .radio-container { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU {display:block;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU { width:27.9375rem;height:auto;top:11.0625rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #cDsIIJD2zVIHCdJubNcbrlMs8Bq1qFKJ {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #z8edldlbLN4SEfaqNDsn475oBctNzxgN {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #NBcrm2p6FyTsU9BZRKIBxgiPd0qdbDcA {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #pzUHO8Jfbnu6nmPFI5tfLaPssTBkQzqG {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #bsDTgOMhMPAoSohxB8SLz3pN46NdztEe {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #rtQnmhqCTWxuwxoy0dMbm0t9FJzc7yvc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #y0UwUnV6WQekzdOz2nJEd2rZR2O6niEQ {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #itXg0NDomTzW4cNiLSFhi5MA9iXy7G0C {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #qSlHtMRvqG4eLLN0yBvQEJV5mETKl5l7 {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #RXkUCVn1MifpRcNlOIAcDSmT4foaIGze {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lcM4J7NMbqDc49d0JAAIBG9CQbnFnsWc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #IaypFbQDOK4OPpLza0sygkmwCeU6ovFE {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #uLDTF0GPyW66LPgktr5u3ua1npKKK9cw {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #LXKmOu8e10O9wFBBFl5fKn04E2PtTlLc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #wTlunOA5dOwO7neGQOuQATfI1X5kv15X {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lDbpdOPIyqOcyl4eGuNBDFSni8RFm7J6 {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #gwZFnTKQuphnPsrZxfCbRvtRPWUeJEoT {  }
 }@media only screen and (max-width: 763px) { #b5kne6sFgiAyaAkQEKE8TqKJWk1KDFCC { width:25.375rem;height:1.38125rem;top:6.875rem;left:22.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5hcnKNvw4pJaCvEyT3p70gpXLgkkvl { width:25.6875rem;height:2.03125rem;top:3.4375rem;left:22.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTehxA1KdtTWxttdWaJ8pnO7TBqn9VTQ { width:20.75rem;height:2.03125rem;top:3.4375rem;left:1.5617189407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVL2afNS7atVpU64qZLz6kkILokvdB6S { width:3.6875rem;height:3.6875rem;top:8.6875rem;left:9.9437494277956rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaQ9Vdh6N3gVkmKPPeawWEKu6k2Jnu0q { width:19.6875rem;height:6.75rem;top:14.75rem;left:2.0929689407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK { width:3.6875rem;height:3.6875rem;top:24.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqiVq4B5FJ9Fgx09e7bWLkQsM7qXClos { width:19.6875rem;height:6.75rem;top:30.4375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluTbpgqTkzhtINAJHV1WpiElE65cF9O { display:block; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh { width:1.875rem;height:1.875rem;top:5.6875rem;left:45.875rem;display:block; }
#eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 { width:1.875rem;height:1.875rem;top:5.6875rem;left:45.875rem;display:block; }
#MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PCDNgDCXZ0XI1NZUvt47qXvdamQDIpIb { width:7.5625rem;height:1.3rem;top:3.375rem;left:40.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKb0g3thpwKfCgukucogZeUTJvQ6OB0M { width:2.1875rem;height:2.1875rem;top:5.5625rem;left:45.5625rem;display:block; }
#rKb0g3thpwKfCgukucogZeUTJvQ6OB0M > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SqDyNT6CtPOUAOP3CrLJwnh6yAQuSOq5 { width:0.0625rem;height:5.625rem;top:4.125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdIJlcTKcZd0JJvP7Xe2fCm1IHGJisZu { width:8.4375rem;height:6rem;top:3.9375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKmZKi9mmOZoJWDLgPddmMvJ9sEn3xdi { width:13.875rem;height:4.5rem;top:4.6875rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJKQeWSQOUSTOk3FHwACkW91yaLfQfL0 { width:2.1875rem;height:2.1875rem;top:5.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCwgg7oJyuhFDBwl2leaxfUUWrLbxW0 { width:0.0625rem;height:5.625rem;top:4.4375rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPa3tSPNFKrXVEesaHv9He5NaHzHaT27 { width:6.875rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5CBBuZtMBrvUtdsHQ4UNGyX3aIPxJa5 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8w3CHW9A4eHpF2sGo0fyuDpOyz8NwNz { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXqhKLtHv2ThpJOULpazBf9iQBor96dd { width:12.5rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HxLB3ImnHlLorqwRwZhg7TOA99FZhW { width:12.5rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyT8X66RzssH4zXD6qzAXbnMteay6vdx { width:9.375rem;height:3.56235625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3QBc9JgFFQbFDyIIJC1m8uRWAaUq6C { width:10.3125rem;height:2.049583980951rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGfSzAmbknn6yo4sSCZTC807IxDiXfwJ { width:7.375rem;height:7.375rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT { display:block; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwpDsyTiXp2my6tEazEs5TlhVTDqIUmZ { width:4.6875rem;height:0.625rem;top:0.875rem;left:19.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUfnfRAFM59O326w7VfRWi7BnFLyVKX { width:4.25rem;height:1.6011271782281rem;top:0.375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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:58.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ex34gppLqF3I3RMFKRAbM6m17ATmKArt { width:17.4365rem;height:3.7368625rem;top:10.999561309814rem;left:1.2813960313797rem;font-size:1.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCNIrocIJxQStq8JS2SM5IvwD3TGcHC { width:17.0619375rem;height:9.74883125rem;top:15.937499046326rem;left:1.4683119058609rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Th72FInBl5tXkzgALLyfkGMJuQkST7nw { width:10.375rem;height:1.30038125rem;top:2.5rem;left:4.8125rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #XIoTZVG22Kwf90E6iTQGHnXvST2M8E0L { width:5.4375rem;height:1.30038125rem;top:2.5rem;left:7.8125rem;font-size:1rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XRIsqnRlWn1KAWdIfyWgJK0EelWgZLaN { width:5.0625rem;height:1.30038125rem;top:2.5rem;left:7.5rem;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RRP7F5HizKfuvKuzTJWoB6BVSGUWXXyD { width:18.06719rem;height:3.00510875rem;top:49.778764724731rem;left:0.9353095293045rem;font-size:0.6875rem;z-index:15025;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cdXUlxdtkPnkAVq4B2oXrg7w614aeyyX { display:block; }
 }@media only screen and (max-width: 763px) { #O8TdlNMpy5kayzLOIdHLsf9OEKwVGaMl { top:15.9375rem;left:2.125rem;width:15.75rem;height:3.375rem;z-index:15019;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mCitg6UAWBu6P4DJATl66Mokuc3TrfuL { width:14.812375rem;height:2.93735625rem;top:6.3120613098144rem;left:2.5934578180313rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #m8q81RVClquPPVEP8bkUVO40riRyx548 { display:block; }
 }@media only screen and (max-width: 763px) { #aG8SNOs6Z0kcP6MmsMxDvep5dqRuV3au { top:1.373393535614rem;left:0rem;width:20rem;height:3.8120625rem;z-index:14990;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #adTq3AIeeop763QWw2f7l3GrMaK6qdtE { width:20rem;height:3.62441875rem;top:54.873682022095rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTK9C4AcluOmemzB0yp2MZ4vrRvDBEiL { width:13.874875rem;height:3.29658125rem;top:1.4997078180313rem;left:3.0622078180313rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #UgNsTH5DdpSnAxaMsKcDTetAa8ywlrTu { width:20rem;height:20rem;top:24.748099327087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoAEMN3HwG2J7of3QX764739568PN8h { width:20rem;height:21.25rem;top:25.810453414917rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9XixZZqFNmuKlfrEEAMiDn2yxu1Khs { top:0rem;left:0rem;width:20rem;height:5.75rem;z-index:15023;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yd1R7iNISVIQ4medOytJcJtEhnvp5AqD { width:20rem;height:2.5625rem;top:45.497951984406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy { display:block; }#QRDS1gT5csnqD2fqrXhkUhyTRWaTWImy > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWRi8sBJvqT0ZbT0Ik32Eg8asE9XzQOv { width:16.5625rem;height:2.4372125rem;top:25.8125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwpRnZSnNFy3RcHRQq6DqJg8G6a2ryT2 { width:10.75rem;height:3.6558125rem;top:42.0625rem;left:4.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEXUI2BSOwdGSy4h45I4AXsLlCimVCt5 { width:12.4375rem;height:2.4372125rem;top:57.5rem;left:3.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQTvkGyxkDLSkyZ0Xb2nmkQk4CBPZ2i { width:12.3125rem;height:3.65625rem;top:9.4375rem;left:3.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFICRwRftKmoSTxil1qiSymwk47hsUv4 { display:flex;width:3.8125rem;height:3.8125rem;top:3.28125rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #TNsdUKO7sX0A8Tca8gNTbvoTL3Dks1UT { display:flex;width:4.0625rem;height:4.0625rem;top:35.125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #oZeBG3cp7rhRgTmlUzxtk2TqElTEpp8z { display:flex;width:3.875rem;height:3.875rem;top:19.1875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #G4TisfaUX7mHrZT9JO4yCmRB1Po8dSTn { display:flex;width:4rem;height:4rem;top:50.625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #THMFzqMch1tTvy2OswfOTUCozLlLiZGv { width:12.625rem;height:2.6875rem;top:65rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buhtsESxxT5vp9wKowHMbZAnMVUHHoo4 { display:block; }
 }@media only screen and (max-width: 763px) { #hwqn6yv2pVwvgpUiRMuFRev8SRJHXTeB { width:14.125rem;height:13.125rem;top:17.1875rem;left:2.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #G953Xyp9BG1NUMS6uhFdgaZGppvPQPli { width:14.125rem;height:13.25rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9JrrUKPhere7QawThw1ivRkOs69PLD { width:14.125rem;height:13.125rem;top:33.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Th4RXKWnnu54bSyi2mhzBkgcQZhftM { width:14.125rem;height:13.125rem;top:48.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuHsXe4TQrKWTTWlmM6AW7XgqEhaRXMz { width:6.75rem;height:5.625rem;top:2.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwO8yZ5alZ0qVQz2BJsITkt2sQ43o8gm { width:6.75rem;height:5.625rem;top:18.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdRIM74t313FUvNlkPlk2mT4VKpFPxh { width:6.75rem;height:5.625rem;top:34.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJHTboCdtXD1w6kXhoUQNHDC9VTw3dO { width:6.75rem;height:5.625rem;top:49.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm { display:block; }#ULcr8Jw4WCv6lG2qQ37LWJcFVTzUcdcm > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdqahBv0hxUIhDTGRyAWHFBnzC2BD0N9 { width:16.3125rem;height:3.89895rem;top:1.625rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWuZ13B6rKFOoIdUMcBu7e87MZSto8o { width:20rem;height:6rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Liym177HMocWO6nhQCLGLLc2X76faFQR { width:20rem;height:6rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qirKyAaBSGyLRqT9H8iAmsbaPQsFfDTW { width:20rem;height:6rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwtzHBOlExqvdLFWBeJB6O5SFKZDc3AZ { width:20rem;height:6rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZfhzEmT7fZMLv6f3vpngU1d9u73IH9 { width:20rem;height:6rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyihxHk3VmAE7QdMQeoHZNmLZrLJ0lRQ { width:14.125rem;height:3.4104875rem;top:8.9375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8lLdoUAzVDQiBVrIBlVuu6WRBHUO4ec { width:14.25rem;height:3.4104875rem;top:16.1875rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu7CPKQhvKCLftVcPhIRphk4l5TonoEt { width:13.875rem;height:3.4104875rem;top:23.5rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxLfrpPDgN8ZnXO34Rw5NAobQx982IJo { width:14.4375rem;height:3.4104875rem;top:45.1875rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmHoBPbPrnlFdBdeNnN8Z6tLRGA1BfdB { width:14.4375rem;height:2.4375rem;top:38.4375rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlrpAwTdx1sZhXI1PKbdiZ5APVDnBva { width:13.125rem;height:2.27365625rem;top:31.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBSa8sNohsDFvq1Niyd5QaXPiuROIkE { display:flex;width:3.125rem;height:3.125rem;top:9.0625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #f932iGH52Ose1QK54h78tQ0QdaqTrm8U { display:flex;width:3.125rem;height:3.125rem;top:16.3125rem;left:1.84375rem; }
 }@media only screen and (max-width: 763px) { #SIHfq88rzoqs5anEuwBPsIPLauEzZCko { display:flex;width:3.125rem;height:3.125rem;top:23.625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Tu2KFBTxxTCADELl845oW0PoCQZlw01E { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #QAsUwgdAJr8yhTyFNnJQSronxEG8OR0O { display:flex;width:3.125rem;height:3.125rem;top:30.9375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Wo8XmUflmo5TFEVTyklsvHpWRM17MoIS { display:flex;width:3.125rem;height:3.125rem;top:38.0625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #eS7dpEUU7RkROzO2IaJU1le7D633P1xb { width:20rem;height:5.9995625rem;top:36.655956268311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ { display:block; }#Q6GVPbnl107ZRbOCIGRDPM3TNn5Qx5SZ > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDNsQKct7gSPaT7ZT5MiUch0JuNTfmJd { width:20rem;height:1.95rem;top:2rem;left:0rem;font-size:1.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #G1QInXeJiEfKWXViFI7rTXz2LVpGJ5hb { width:19.3125rem;height:1.4625rem;top:15.5625rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpzGSwPt2ndmv82lMU3hfQQbIwaTL5v { width:17.625rem;height:1.4625rem;top:37.4375rem;left:1.1875rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #kLxyFNTgdpoNeWpf6x1pkeE3JOTp0Vva { width:17.75rem;height:1.4625rem;top:58.8125rem;left:1.125rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OGPV4GZWwDRsKqTiS3aLqWNZSAH8itnq { width:13.6875rem;height:2.925rem;top:18.09375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGWL82qNi90XBeGrRxDtHF3Td4BnMrC { width:13.6875rem;height:2.925rem;top:61.4375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgp13vxi5xDFP5kiEBoIN5oirVwaRwNT { width:13.6875rem;height:2.925rem;top:40rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8gpDD8UxoJ2o919kQdU23q9DD3azq1p { width:16.8125rem;height:16.875rem;top:5.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5b3IZD6TuPSvNN67TyK2aN6AeVBlxVN { width:16.8125rem;height:16.875rem;top:27.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8u1kt8ARVZ5if6UsfgZgC2mLTACxNy { width:16.8125rem;height:17.0625rem;top:49rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXx4eqT0zeE5T7po6bMqxGUdOKT85f4E { width:5rem;height:5rem;top:24.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0L5NDoWydlLNzFe9sSHVFpgrNncXbw { width:5rem;height:5rem;top:3.03125rem;left:7.15625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Brv81Uoz6DERv0AB4gaOuhig1pD9O4Xt { width:5rem;height:5rem;top:46.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcGEyKccTAXUrxW0ZaCMR7nHLNI0nRe { width:6.5rem;height:3.125rem;top:2.5625rem;left:6.71875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #houbRnAqZ4I5C1xOih39qtU7H2G9X87d { width:6.5rem;height:3.125rem;top:24.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFfUz61FKn50nqDz1afWt5kDQVSr405w { width:6.5rem;height:3.125rem;top:45.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOdF6OoauAGbCVT1hbu9xPb1dalqR9BP { width:4.6875rem;height:4.6875rem;top:9.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOQ5DZTSrTeOAgnECNlTxBoqbxZGpiN { display:flex;width:3.125rem;height:3.125rem;top:32.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #svZdxa0pDk0uZfSZqlcpQxdLxGtPCTNw { display:flex;width:3.125rem;height:3.125rem;top:54rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 { display:block; }#ITxBQQScBxc67JEOf9yo8t6Je90lkLh2 > .row .container { width:20rem;height:114rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvropzuENKfLBuDXXGIOJCwJT7R8EUdT { width:16.875rem;height:3.89895rem;top:1.1875rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avND19fPSDRmEng0qmemuQ64B4swx1zW { width:13.5rem;height:1.4625rem;top:19.5rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxl08dE68fpslaFkdsAJImL1QKaK0EII { width:16.5rem;height:2.4375rem;top:22.8125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8wTtUgCWRXwV5wrIZmNZw2nhIKJDy7 { width:14.5625rem;height:1.46246875rem;top:44.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1IWiZeogVM0XFvd7al7Fhpvxw870tx4 { width:18.5rem;height:2.4372125rem;top:48.0625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2qWfPT3kQhOx2NyVJhnWrorzi6wmuXR { display:flex;width:3.125rem;height:3.125rem;top:15rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dHEkuFTPuTXcVwCBFJCPnmblE2R4N4oO { display:flex;width:3.125rem;height:3.125rem;top:40.5rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #eUcB4xDI0ncZfpGHiAbzSdPlllKprwO1 { display:flex;width:3.125rem;height:3.125rem;top:66.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #gw6LD6Tctm8hFuIVSu7qnCwzNPTl61xA { width:11.9375rem;height:1.46246875rem;top:70.5625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3SMrxwBIFdbRpx6Q3yw5HgVTCi5pacs { width:18.5rem;height:2.4372125rem;top:73.5625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Dfnt5Xd4bWSLP4Zx8Rwc8zEtPMEZTl { width:10.4375rem;height:2.5rem;top:7.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcBuQbdTfCrMGiWI6XuJ0lCDzXgTiy9 { display:block; }
 }@media only screen and (max-width: 763px) { #wmkOVyKPTTzLaMc19TpJIMin89kd973f { width:12.6869375rem;height:2.8745625rem;top:107.31237220764rem;left:3.6550813913346rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxQ5AWPtkQIvWd02aZUss00KNk2AiTbN { display:block; }
 }@media only screen and (max-width: 763px) { #dFbgVxSLWTE5CLPtCnUiyD6n4h0oqGlK { width:15.125rem;height:15.1875rem;top:12.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUDIMiVAkgxLTXZ5RwmNQNpEK0xTdp12 { display:flex;width:2.1875rem;height:2.1875rem;top:29.312194824219rem;left:8.906249165535rem; }
 }@media only screen and (max-width: 763px) { #Pcwoz6Wb4rG2gttAwBaNQ7d3NzuP21FG { display:flex;width:2.1875rem;height:2.1875rem;top:55.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wsOXsADNbv6gyJm8GiX8iZqTwfvmr8rZ { display:flex;width:2.1875rem;height:2.1875rem;top:81.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #C8v3xC21oTC1WqvfXlTMChFN8nkMdr60 { width:15.0620625rem;height:15.124875rem;top:37.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJPGxNIai5XplHMvXu6k20fz5oF4pE7g { width:9.375rem;height:2.1875rem;top:33.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em0vnJOrEaoca8s7MKBWNbTDvup1MKxF { display:block; }
 }@media only screen and (max-width: 763px) { #z0WZ0HITFnt23UvGNoXJgz6be3A7eoAU { width:15.125rem;height:15.1875rem;top:63.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJHr0cQ9Chqd330yK2idHlRLC3xCfse { width:9.375rem;height:2.1875rem;top:60.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7bI5ePTJkDpdDUUL0ZpJEbh2XgRIy15 { display:block; }
 }@media only screen and (max-width: 763px) { #stkF0p6MGGD4I7C1vXEyRktOeOhunGHq { width:15.124875rem;height:15.1869375rem;top:89.355279922487rem;left:2.1568340063095rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlBPsyxN6l1ZbemNwTMQUwKm5dPUauz { width:9.375rem;height:2.1875rem;top:85.624990463256rem;left:5.3124996423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzyb54lJVMKlXtrD2he4CweLCNBPZMF { display:block; }
 }@media only screen and (max-width: 763px) { #GcH2m1stcBzhz6wKS2hMEVMtOOwyiqTT { display:flex;width:2.5620625rem;height:2.5620625rem;top:91.937055587769rem;left:8.7186032533644rem; }
 }@media only screen and (max-width: 763px) { #UEPikOfowLvPZIAL3rWtlqF1l1n50MqF { width:11.875rem;height:1.46246875rem;top:96.496782302856rem;left:4.0624996423721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXALdp65ZCzvQZOLswlIHaIqDrAGee19 { width:12.3744375rem;height:2.4372125rem;top:99.312202453612rem;left:3.8113313913346rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I { display:block; }#L6nbdBQF62acSTDVZ6vhpbp9Dx6C4P8I > .row .container { width:20rem;height:245.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtrTsPNnnIPGguwdzFkPNAIloDhMfJuN { width:20rem;height:5.848425rem;top:2.7099609375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMTEWAVtcSw9EHrOAQ6DMdTnTDykoGR { width:16.8125rem;height:22.5rem;top:15.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdatUhkdsdmcUTC0cfQEEUA0OeF1Wy8L { width:16.8125rem;height:20.0625rem;top:43.25rem;left:1.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #et3gG4bG2IdKeiy87siyBt1qqCk1VCim { width:16.8125rem;height:22.4375rem;top:69.5rem;left:1.28125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #PU8Uw8hOJ6nhTqynEm8trBvIttsuOhko { width:9.8125rem;height:5rem;top:12.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOb5dvQDrUWFwUd2SAqmykmGkAm6gcX5 { width:11.625rem;height:3.125rem;top:15.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotS3BcQbhLx5TEx6htX2HEtwLXBWUIQ { width:12.0625rem;height:3.125rem;top:69.8125rem;left:3.96875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TbRDAdZe7Wk8TuyeIBZUFkUQ8nuQdTCO { width:13.0625rem;height:3.125rem;top:43.5625rem;left:3.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #z9Vg1OqQp4XUEzkGDbDHuxJ9UZ2S69ID { width:11.9375rem;height:2.4372125rem;top:20.25rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z4JEXAG1m6ERPGfgw0DsCkvz6vwBnB { width:13.1875rem;height:2.625rem;top:94.0625rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQQI172CTlCfVdXqZSKODAlVOmpaWTzM { display:block; }
 }@media only screen and (max-width: 763px) { #s7os0F1s8HMihqfE6zSAR296csxLb7AV { width:9.8125rem;height:5rem;top:40.5rem;left:5.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ChTQKXTOSJ1Fzrf2K9s2HNnqsw1scHuI { width:9.8125rem;height:5rem;top:66.875rem;left:4.78125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TwoMG47vx7JotNbD8DDcqR4fPFFPG6Fe { width:11.9375rem;height:3.6558125rem;top:48.1875rem;left:4.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqhbgL6ThkccXM5tPJwpWPOXXE7Ow6K { width:11.9375rem;height:2.4372125rem;top:74.4375rem;left:4.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRtZHFKbkNfFzLCV2ogcS4Hhy2Tm3rD { width:14.125rem;height:1.21875rem;top:27.4375rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSS72xvJ9UMhVc93pTk0a2Ps6Tg5zwZk { width:14.8125rem;height:2.375rem;top:23.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9m0wizr2iuIIMogpLtVeL47eq3LitRh { display:block; }
 }@media only screen and (max-width: 763px) { #U2lgeZ5kFAdWn8WEIxD3WAdh9AN4WK5D { width:15.5625rem;height:2.375rem;top:51.28125rem;left:2.4062499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAe1DbIrXV8aIgNNC5BBtEzPSeFJMG40 { display:block; }
 }@media only screen and (max-width: 763px) { #uLo07wfknygre4MOObJJWQ04Sk2Sa7ge { width:14.8125rem;height:2.375rem;top:78rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCBlqflZXqgf05iLBOZEsoMNHGwE0gT { display:block; }
 }@media only screen and (max-width: 763px) { #shK5zfOe4xZs3WGT1OKXHLg4DHGAI4vM { width:14.1245625rem;height:3.6558125rem;top:55.625015258789rem;left:2.9373537302018rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz91gUdPuD0Iv1IzN76xNtWomRGig0k9 { width:14.1245625rem;height:6.09301875rem;top:28.65505695343rem;left:2.9373537302018rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDJWSLrIAnMKzH0NMqXtpeacmFBOAD4h { width:14.1245625rem;height:4.875rem;top:83.062204360962rem;left:2.9373537302018rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spql5fm4JOCFGW0TIq8QesELOFrM68vW { width:6.0625rem;height:6.0625rem;top:13.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQMhggVIwa3UWbuUZGZnbh1WCzanNzB5 { width:6.0625rem;height:6.0625rem;top:41.375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHklO0gx0mh7iRmOUgeZQHioWBVyyXa { width:20rem;height:11.232421875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJiDipx1H9u7WdMWtEuBJ6irA7S8EZZs { width:6.0625rem;height:6.0625rem;top:67.8125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkChv4904SOLA1Aqqe3JtHUPwJsZBA31 { width:20rem;height:43.375rem;top:98.812065124513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbF8Pc96JXTqpvWP3uTCVoAhXSPtOMN4 { width:17.4365rem;height:20.993025rem;top:124.13550949097rem;left:1.2813960313797rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLCQuPZm1JQOvBV9KVCie8pX1iEnGqIo { width:8.625rem;height:8.625rem;top:100.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auRZ8rTJsswTV6R7k6Op71nNrM44gBu8 { width:8.6244375rem;height:8.6244375rem;top:145.62280368805rem;left:5.6870614290237rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooapFwOONQPd6ok0XfWh4hwXFZxSkEc { width:18.3119375rem;height:22.7424375rem;top:168.34840846062rem;left:0.84331190586088rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMrd73Cg93RtDTCh73RxrBQGDiWQFTZn { width:20rem;height:53.125rem;top:190.74759960174rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbtzfbd67fnqSh9yf8dAaWZOAg4XHSig { width:8.625rem;height:8.625rem;top:191.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2RACPCDimPyKnhRArMaJZlmnABMJk { width:17.1875rem;height:30.1774375rem;top:213.93544578552rem;left:1.4062498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdqaAhhbxAJwh18fDrLTx5PLtQ5oNxqB { width:11.5625rem;height:2.7613875rem;top:110.31248950958rem;left:4.1851631402969rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtqL59c85ukqZ1TNgaeV0MGBDWJnOiLs { width:20rem;height:4.875rem;top:116.7486743927rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QO3kzSTlQMElnBhI5z1v10mKS2nUfvyt { width:20rem;height:1.1375rem;top:113.99896812439rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NT0uhbRSRlamSPNx3TEIhqFTkauFUwuA { width:20rem;height:45.75rem;top:144.00481319427rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5SvioTLzLokJT5dll5RxxaTr8hL08pe { width:16.6245625rem;height:2.7613875rem;top:156.06015777588rem;left:1.6873539686203rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ED5Qg8y23Wl9DxtGgTrx7SPTHIyIBNkJ { width:20rem;height:1.1375rem;top:160.43661499024rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9kKQqT4NcKsKuRK5iaOzZtEpQwn1sLK { width:16.999875rem;height:3.65625rem;top:162.74820709229rem;left:1.4997078180313rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcHVPtc3B6fFb0rvm8tOzWi2swWdTioQ { width:11.6245625rem;height:2.7613875rem;top:201.50188350677rem;left:4.1873537302017rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOw68HaEd2mzJzAnCV6diuanHNw0vm1d { width:20rem;height:1.1375rem;top:205.18690109253rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXXmsPNzy8hbWM7pGceyd5SCv98LLioR { width:20rem;height:3.6558125rem;top:207.9373292923rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B { display:block; }#iOLc8i0IkBDGIV4nkbpiaAH9O7HN7E2B > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENPP6rfs5VaVuIeKRZkiFbGbN8TdR4VU { width:20rem;height:3.89895rem;top:2.90625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUENGUJiri2MXFJezTrHrLK6ypuafPCk { width:16.9375rem;height:13.0038125rem;top:9.4375rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0qMP5Qnv3qItV59vH8tX1rHhEehBfO { width:18.1875rem;height:4.4375rem;top:2.375rem;left:0.65625rem;border-top:0.25rem solid #ffd700;border-left:0.25rem solid #ffd700;border-right:0.25rem solid #ffd700;border-bottom:0.25rem solid #ffd700;display:block; }
 }@media only screen and (max-width: 763px) { #xdkvbXt4kHep3svGTt7PVHudri7mrRkX { display:block; }#xdkvbXt4kHep3svGTt7PVHudri7mrRkX > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVBwP65GD7peexedVgOKrL11HzxCIe6s { width:20rem;height:3.89895rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LgowFtQubuPh2WfEgy2DERsIUywEAx { width:16.9375rem;height:6.501875rem;top:7rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXRt6Af6ncCalGFoSJsBhkfrOhQnfks5 { width:14.6875rem;height:1.4625rem;top:16.6875rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5TmR3RZGWUkwDXdGCvUfbrEUvxTcbhJ { width:12.6875rem;height:12.6875rem;top:26.1875rem;left:3.65625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #s1TQ9OgXolRBnVgl27di7y15G7PvkHo3 { width:13.25rem;height:13.25rem;top:15.875rem;left:3.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib { display:block; }#lxUCIuEqyF6I6RG0L7S29HMPG1NHhmib > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwyRcLZ6EHbAR47iHzqHHohVS3lOvXIr { width:20rem;height:3.89895rem;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJZ3P7pPV89ogRGv4uH42tkdTcSd3u6 { width:18.5625rem;height:12.8125rem;top:7.5rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnP7n5KE0ZDto7lIuq6axeGCn7aGTgR6 { width:17.375rem;height:9.1026875rem;top:9.53125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZeeab2mvZhcRkgv89m1WDODOALheDJc { display:block; }#sZeeab2mvZhcRkgv89m1WDODOALheDJc > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvNBGC23HcRTRB3U8bwl8N4grgn0qSTP { width:20rem;height:11.216666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg57E23PXrnSo39IkkX88kzC6cJT0Rsc { width:20rem;height:5.1986rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERg9bwMUCEMq861Cbi5bxsbzoUTwdxw { width:17.125rem;height:20.6875rem;top:11.03125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTkbLqECVSqc5sEE9tzhyI6ug76bbm { width:17.4375rem;height:20.9375rem;top:34.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVymWqXpWtZKRoSJc08mGe3cObuF1oe { width:17.375rem;height:22.3125rem;top:57.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZroPSVftPoFF125uqCVeBHWDZTvBwpm { display:flex;width:3.1875rem;height:3.1875rem;top:13.25rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #e4OBQ81mbJXidiehlmERVtgmAnHXXI4U { display:flex;width:3.25rem;height:3.25rem;top:59.75rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #mmRTV30zwRHoUzT0dWrBOTU8kAWJl3Iu { display:flex;width:3.1875rem;height:3.1875rem;top:36.0625rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #T9SwEnCNu4kuSinnNJPx8416ZRkrywSW { width:15.4375rem;height:9.094625rem;top:17.75rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPaZoEO46hcfv7aKCzF10CrH6EfARcd { width:15.4375rem;height:6.82096875rem;top:65.09375rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifcPpqEXhwxsqwMEf40o2y8zB0nabhiS { width:15.6875rem;height:10.2314875rem;top:40.46875rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNx3VmKMRqmAispPNEOcbpGtomOeMPNz { width:16.375rem;height:2.9249375rem;top:27.21875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqGPkgstXpu2Mkla0pTvErGZ0Qc1hwec { width:16.375rem;height:2.925rem;top:73.875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF6EP8U16HWNelzNwGmHAbnqcanTXHmR { width:16.375rem;height:2.925rem;top:51.1875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIlOwPXCBq4OenqXkn9GxssOClRmtVM { display:block; }#psIlOwPXCBq4OenqXkn9GxssOClRmtVM > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHhHzPm42U0lxiWDJ5muiceQPaWTBaTk { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtJrgGmlL58VSwNP1Is9hR4T26pnIMr { width:20rem;height:3.9011375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEhRWhFP3ZZ8x7oVh6xfTW6moF0lpedo { width:13.8125rem;height:2.625rem;top:13.3125rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8fwu31IhHQ8dm42hMU6t3U76HfqPxus { display:block; }
 }@media only screen and (max-width: 763px) { #otwp9HEmf2Vr1hOhmKZ5GAE92a3Z4vza { width:20rem;height:2.3125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwNfXLGBcbKgX18KBcrKraPczKCHN45O { display:block; }#mwNfXLGBcbKgX18KBcrKraPczKCHN45O > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-element-container { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-heading-text { font-size:0.875rem;height:auto;text-align:left;text-align-last:left; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs .accordion-desc-text { font-size:0.75rem;height:auto;text-align:left;text-align-last:left; }
#csdNinTxFDkVLCf7iUhMunHuTp4alZZs { display:flex;height:auto;width:16.8115rem;top:7.7489531040194rem;left:0.3438960313797rem; }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #lM9LucBV5GwwXTnSxL4Iv9KGDXP5rSFg {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xqEq0StAFHa8UPMM417FExJ8TVXgJsB9 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ydUkqoHTeG3hVmPNbdC5cEFav9E6x6bx {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #Tt7XxHhof0wqThTpiec3H5F4M7A0UQXf {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #n8hJGqI4O18Ml8HJBlRaaCNp5E1QzW5c {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xuEHIW3c1GipBauottGXFaaLczi06Wld {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #LXIAMnJ1nXmQsg7ZQ83nbe3kH65zb3KL {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #rTmHTrraXNdCgkRSnTgyPyZ4s16kxZlv {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #OQMJSlNoky5V1HxdQDl1gKxWnHHCbroE {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #z8xlZpmAKJ77gzd5nvcaz8wbfVTsv6Sg {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cBNGB3JcC9lav7OXsiFxaLIPRaEuN1Et {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #cPp1yPythkMqJCCNa026g5SvbKMwwxpz {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #hWaem8rFpAX6qO8CiNAOE3cLX8wHEb3S {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #TgaJUXiyoXb8OF80KneRfuZPZL3VBV9b {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #JsRc7NpMKAyxQLvnoAoRb4ecmEGJsO1W {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #ogF1cpfgA486a8FrnEaMHs820RD7WxQ8 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #X3PilRPRGTKTlcXv4Lz5tMRk8tQP5ecG {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #J18ncuKHtbk49KcI6BNfLcnmBBToxiD5 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #T7qPMMdrKTMtqCiFEFZl8A8OBr8qpydX {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #KLAf7pQ58ObgEIbxMBvTC9EfgNvqJi8c {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #BRHGW4hhUwnFuyA7FM8eqISBWq85hL5D {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #vTSglRc62swT9FOV9PA7K1nZGBEvdqU2 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #xim4pm9kqPGUR8P4I8ucNDBSU4f2QX30 {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #CE3gMgE5a8nEeB9W3KOimqdhl0zGZWPT {  }
 }@media only screen and (max-width: 763px) { #csdNinTxFDkVLCf7iUhMunHuTp4alZZs #fzZXzRB9GW7SDvUBMdVRAaeHTr7td8Xl {  }
 }@media only screen and (max-width: 763px) { #z41oz5TJIz7cIxX6r2ITZKFwixwf2kZt { width:18.4995625rem;height:4.0625rem;top:0.62505054473875rem;left:0.74985396862031rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M441oW9RrDA45RPqJAIIywkbQXOTtVIJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ac15b12-f7c9-4cf8-b8bd-7a8fe33bf6d1/DentonetAnimacjanaKrakdentNowyDentonet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ.adaptive-delivery-prevent-bg, #M441oW9RrDA45RPqJAIIywkbQXOTtVIJ.lazyload, #M441oW9RrDA45RPqJAIIywkbQXOTtVIJ.lazyloading { background-image: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container { background-color: transparent; background-image: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container > .video-iframe-container { display: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row > .video-iframe-container { display: none; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .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); }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container { border-width: 0; border-radius: 0; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M441oW9RrDA45RPqJAIIywkbQXOTtVIJ > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU  { width:17.5rem;height:auto;top:42.25rem;left:0rem; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TT8A6RKULlh0fbd06wsyek36nHUw9lAU {display:block;}#TT8A6RKULlh0fbd06wsyek36nHUw9lAU { width:17.5rem;height:auto;top:42.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #cDsIIJD2zVIHCdJubNcbrlMs8Bq1qFKJ {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #z8edldlbLN4SEfaqNDsn475oBctNzxgN {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #NBcrm2p6FyTsU9BZRKIBxgiPd0qdbDcA {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #pzUHO8Jfbnu6nmPFI5tfLaPssTBkQzqG {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #bsDTgOMhMPAoSohxB8SLz3pN46NdztEe {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #rtQnmhqCTWxuwxoy0dMbm0t9FJzc7yvc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #y0UwUnV6WQekzdOz2nJEd2rZR2O6niEQ {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #itXg0NDomTzW4cNiLSFhi5MA9iXy7G0C {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #qSlHtMRvqG4eLLN0yBvQEJV5mETKl5l7 {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #RXkUCVn1MifpRcNlOIAcDSmT4foaIGze {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lcM4J7NMbqDc49d0JAAIBG9CQbnFnsWc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #IaypFbQDOK4OPpLza0sygkmwCeU6ovFE {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #uLDTF0GPyW66LPgktr5u3ua1npKKK9cw {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #LXKmOu8e10O9wFBBFl5fKn04E2PtTlLc {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #wTlunOA5dOwO7neGQOuQATfI1X5kv15X {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #lDbpdOPIyqOcyl4eGuNBDFSni8RFm7J6 {  }
 }@media only screen and (max-width: 763px) { #TT8A6RKULlh0fbd06wsyek36nHUw9lAU #gwZFnTKQuphnPsrZxfCbRvtRPWUeJEoT {  }
 }@media only screen and (max-width: 763px) { #b5kne6sFgiAyaAkQEKE8TqKJWk1KDFCC { width:20rem;height:1.38125rem;top:39.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5hcnKNvw4pJaCvEyT3p70gpXLgkkvl { width:20rem;height:2.03125rem;top:36.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTehxA1KdtTWxttdWaJ8pnO7TBqn9VTQ { width:20rem;height:2.03125rem;top:2.0367164611816rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVL2afNS7atVpU64qZLz6kkILokvdB6S { width:3.6875rem;height:3.6875rem;top:6rem;left:8.0062505602837rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaQ9Vdh6N3gVkmKPPeawWEKu6k2Jnu0q { width:14.5625rem;height:6.00175rem;top:11.937500476837rem;left:2.7187499403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9kAp01Xhsq8MQEyrIR96mVyugSLLlK { width:3.6875rem;height:3.6875rem;top:20.612500667572rem;left:8.0062505602837rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqiVq4B5FJ9Fgx09e7bWLkQsM7qXClos { width:17.25rem;height:6.00175rem;top:26.537500858307rem;left:1.3742188811302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluTbpgqTkzhtINAJHV1WpiElE65cF9O { display:block; }#OluTbpgqTkzhtINAJHV1WpiElE65cF9O > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh { display:flex;width:1.875rem;height:1.875rem;top:42.75rem;left:1.75rem; }
#eZlDhlPz7mFgt9bNPH0S2pQM7FT12fAh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 { display:flex;width:1.875rem;height:1.875rem;top:42.75rem;left:4.8125rem; }
#MT7BR6UXykTOoFUAPLsNmrpycrIAUye8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PCDNgDCXZ0XI1NZUvt47qXvdamQDIpIb { width:12rem;height:1.30038125rem;top:40.5625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKb0g3thpwKfCgukucogZeUTJvQ6OB0M { display:flex;width:2.1875rem;height:2.1875rem;top:42.5625rem;left:7.8125rem; }
#rKb0g3thpwKfCgukucogZeUTJvQ6OB0M > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SqDyNT6CtPOUAOP3CrLJwnh6yAQuSOq5 { width:0.125rem;height:5.625rem;top:10.112499713898rem;left:1.8749999403954rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdIJlcTKcZd0JJvP7Xe2fCm1IHGJisZu { width:8.4375rem;height:6.000875rem;top:9.9369149208069rem;left:1.7494157552719rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IKmZKi9mmOZoJWDLgPddmMvJ9sEn3xdi { width:13.9375rem;height:4.500875rem;top:19.562352657318rem;left:1.7494157552719rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJKQeWSQOUSTOk3FHwACkW91yaLfQfL0 { display:flex;width:2.1875rem;height:2.1875rem;top:42.5625rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #LcCwgg7oJyuhFDBwl2leaxfUUWrLbxW0 { width:0.125rem;height:5.625rem;top:50.925rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPa3tSPNFKrXVEesaHv9He5NaHzHaT27 { width:6.875rem;height:1.30038125rem;top:3.6625061035156rem;left:7.8750001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5CBBuZtMBrvUtdsHQ4UNGyX3aIPxJa5 { top:9.062207221985rem;left:1.7494157552719rem;width:7.1875rem;height:0.125rem;z-index:15015;background-color:#102f56;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l8w3CHW9A4eHpF2sGo0fyuDpOyz8NwNz { top:18.312352657318rem;left:1.8122078180313rem;width:7.1875rem;height:0.125rem;z-index:15016;background-color:#102f56;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oXqhKLtHv2ThpJOULpazBf9iQBor96dd { width:12.5rem;height:1.30038125rem;top:26.593163490296rem;left:1.7494157552719rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HxLB3ImnHlLorqwRwZhg7TOA99FZhW { width:12.5rem;height:1.30038125rem;top:32.768688201904rem;left:1.7494157552719rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyT8X66RzssH4zXD6qzAXbnMteay6vdx { width:9.375rem;height:3.56235625rem;top:28.444068908691rem;left:1.0616238117218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3QBc9JgFFQbFDyIIJC1m8uRWAaUq6C { width:10.3125rem;height:2.04950625rem;top:35.568046569824rem;left:1.1869157552719rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGfSzAmbknn6yo4sSCZTC807IxDiXfwJ { width:7.8125rem;height:7.8125rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT { display:block; }#lRx9DWbKPM3luGGHqAgGctMN3DWfZUIT > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwpDsyTiXp2my6tEazEs5TlhVTDqIUmZ { width:4.6875rem;height:0.649825rem;top:0.8125rem;left:5.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUfnfRAFM59O326w7VfRWi7BnFLyVKX { width:4.2494125rem;height:1.60046875rem;top:0.3125rem;left:9.6875rem;display:block; }
 }