.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:219,222,238;--color-secondary-1:136,146,200;--color-secondary-2:16,37,144;--color-secondary-3:8,19,72;--color-secondary-4:2,6,22;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { background-color: transparent; background-image: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .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); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { border-width: 0; border-radius: 0; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#v1bgkpftvfZozzsGrnRtTcdx8Wi2mzHN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.375rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#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(1,17,55,0.58); }#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(1,17,55,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51123478-13fb-43ab-ac73-066ece43bf6f/noroot.preview.mirror");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.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#A6q3CxiVhfiTXnfpAcEM5O8otBmlKuZk { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.65625rem;height:;display:block; }
#HFdpFsqwPzTFvxiaaluvsKuL8sQJyhsA { background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#102590;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39rem;left:1.6875rem;display:block; }
#Ed2IgBNbZ6RAhFkfUnditzA2auxHbQtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9lTapTKTSX52CmseLb3Fbe0tHDVzdJ3 { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.6875rem;height:6.5rem;display:block; }
#LWsnBH0MIq4AcNmhBfDQoUFdmDx1TzVX { background-color:#102590;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#daf562;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39rem;left:25.4375rem;display:block; }
#UAx8sMCbrCITvTTIRHIi3MtELAaDDxXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9FtC9glWNkJPZMDKJegK3ex6Zf0uy0q { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:11.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 { position:relative;display:block; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 { background-color: transparent; background-image: none; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row .container > .video-iframe-container { display: none; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row > .video-iframe-container { display: none; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .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); }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 { border-width: 0; border-radius: 0; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .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; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;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; }#lnSgrvclvp9A0aMfOe1bTGO7meBTckSW { color:#102590;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.66796875rem;left:-0.03125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi { position:relative;display:block; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi { background-color: transparent; background-image: none; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row .container > .video-iframe-container { display: none; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row > .video-iframe-container { display: none; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .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); }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi { border-width: 0; border-radius: 0; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .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; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.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; }#wMlGAApDKAROPgPePZSZBr3Oq259lixQ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:2.0625rem;left:3.09375rem;overflow:hidden;display:block; }
#Ti7oZWSwx5P4tmxEDtn584PupZvEHPFy { color:#102590;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP { color:#102590;display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:26.0625rem;left:1.6875rem;height:7.5859375rem;display:block; }#yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP li:before{  }
#Jl95I0EoTVSWRHgpK6yRGSM95z4f31PR { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.09375rem;left:28.125rem;overflow:hidden;display:block; }
#w2ZciHhuuqPTTumT1mcerTlEHW6BRpfC { color:#102590;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:25rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz { color:#102590;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:26.0625rem;left:27.5rem;height:9.2480625rem;display:block; }#aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz li:before{  }
#JTGGdsCX0l9HKR6mb4thw26dNbxXq7LT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.09375rem;left:53.125rem;overflow:hidden;display:block; }
#EXfu8r7LK15JE8c88T1dMgN26EEPzT9c { color:#102590;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.375rem;left:53.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul { color:#102590;display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:26.0625rem;left:53.125rem;height:8.9355625rem;display:block; }#qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul li:before{  }
#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON { position:relative;display:block; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON { background-color: transparent; background-image: none; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row .container > .video-iframe-container { display: none; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row > .video-iframe-container { display: none; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .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); }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON { border-width: 0; border-radius: 0; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .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; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#Kkes1lZCDqbHIrtTSXIpszOIEK40fWZn { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.6875rem;left:3.125rem;overflow:hidden;display:block; }
#wywLxRsyIU0c92lTLWkEHB8fsKpaJxXs { color:#102590;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5625rem;left:3.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK { color:#102590;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:26.314453125rem;left:1.625rem;height:14.234375rem;display:block; }#KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK li:before{  }
#U5aKrqSXVcfVU65wnXS0szJ1viOzLKV1 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.6875rem;left:28.125rem;overflow:hidden;display:block; }
#XRgBgWxxWrfLs4MMkhThTC4SBfBNP0eB { color:#102590;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:28.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt { color:#102590;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:26.314453125rem;left:26.625rem;height:5.611325rem;display:block; }#fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt li:before{  }
#JnkIWA0dfiovN3o1ys5iOreZLJHAJg04 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.6875rem;left:53.125rem;overflow:hidden;display:block; }
#A7KGJBvyKZgd2TFAk7WtBNeCSdSk1D03 { color:#102590;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:53.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#XJhbsVE23BeDSsD8I1f8g9fInfguiWiW { color:#102590;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:26.314453125rem;left:51.625rem;height:;display:block; }#XJhbsVE23BeDSsD8I1f8g9fInfguiWiW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XJhbsVE23BeDSsD8I1f8g9fInfguiWiW li:before{  }
#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102590;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; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container { background-color: transparent; background-image: none; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container > .video-iframe-container { display: none; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row > .video-iframe-container { display: none; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .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); }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container { border-width: 0; border-radius: 0; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:75rem;position:relative;display:block; }#OSXg0gUheIUHzkgRZfLzdABQKdnUXsFI { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:3.5625rem;height:3.25rem;font-style:normal;display:block; }
#ZT2w2sW1KIGJEu050kgNXcs2plTaWqAt { position:absolute;display:block;z-index:15005;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:14.6875rem;left:15.125rem;display:block; }
#LCL3zMIxafDf3Iiuyx1J6x0IO490JIBo { position:absolute;display:block;z-index:15008;background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:13.25rem;left:13.8125rem;display:block; }
#TTvxgZ1kErSP5onETXuDI8aXQnIsAst6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:16.875rem;left:17.28125rem;overflow:hidden;display:block; }
#uQezcSedJRLZB6p7v9iEDcC78L7ORJFu { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:23.887499928474rem;left:19rem;display:block; }
#fcH5VVC4mTb1QNJxfQ4uil8LT2FeHhT3 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:19rem;display:block; }
#vBWpJtvF8Zp1ShbmPm4EN4tHXflVrEHv { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:51.6875rem;display:block; }
#P8C5rppdeNF5os4i2J3mDMOkqG0M8nPc { position:absolute;display:block;z-index:15015;background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:50.375rem;display:block; }
#vcOl4rBBLxS1XUPUA9o3tFx0n4MnITUK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:26.387499928474rem;left:53.625rem;overflow:hidden;display:block; }
#J8A8AxXVmwkx0fAhQN8GW5DlcLE8f6RU { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:24.6875rem;height:2.4375rem;font-style:normal;display:block; }
#bwCH0RkZmwFeFX4DtumtOt88icd48ckn { color:#ffffff;display:block;width:29rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18rem;left:24.6875rem;height:3rem;font-style:normal;display:block; }
#A1rNKRb97VGoh5gnG8dFaSu9SCqrcMXP { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:18.9375rem;height:2.4375rem;font-style:normal;display:block; }
#b47NAnM5I78uuGel6bD2wghybV2PQefr { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.1875rem;left:19.0625rem;height:6rem;font-style:normal;display:block; }
#PaUiOJGUDLEyrC2tsXJ758TgqecNBMLz { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:34.875rem;left:57.4375rem;display:block; }
#iTJhl1SxWXyN32fuaCKiUhiwDiwi3LCJ { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:38.625rem;left:22.875rem;display:block; }
#n3MraGyMkI1h7aaUdIlB1SOGnS38JIXU { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:36.625rem;left:15.0625rem;display:block; }
#dTtyqXx9OMDdOPeS7GeFucuyaLxspHEr { position:absolute;display:block;z-index:15012;background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:35.25rem;left:13.75rem;display:block; }
#ruV7etDn7IHBeE2BiGFuzKBb4yovmUbx { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.9375rem;left:26.0625rem;height:2.4375rem;font-style:normal;display:block; }
#NyztaNwrMHnfsE4bU9iicx9XavmCKTR2 { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:42.875rem;left:26.0625rem;height:4.5rem;font-style:normal;display:block; }
#xN8xegkw3GWAvGVDKtr0fyQbo5aTRQyn { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:49.625rem;left:51rem;display:block; }
#xMRRpla5TIflU1a0HMEgGhkoIts1dECC { position:absolute;display:block;z-index:15015;background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:48.1875rem;left:49.6875rem;display:block; }
#oharK7h3nIE7hUGpc5i7f3MZ5W1l9A4E { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:49.5625rem;left:18.375rem;display:block; }
#NcVfykAo0z82FsOOQvvZo1iElqf1oQaF { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50.875rem;left:18.25rem;height:2.4375rem;font-style:normal;display:block; }
#hw3OeRNdKnyM2haayGgQ5zc602bzD13c { color:#000000;display:block;width:30.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:53.9375rem;left:18.375rem;height:9rem;font-style:normal;display:block; }
#IPnvMebkykwfw5HVoozvFf77itLGmSSe { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:45.8125rem;left:18.25rem;display:block; }
#Ag1aUi3cCoQDxhwerqQbUfMTggOVWCsZ { color:#102590;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14rem;left:15.5625rem;height:3.25rem;font-style:normal;display:block; }
#Np0Sto8HQwClQmbIazTwyZAg4suXlLSt { color:#102590;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.5625rem;left:52rem;height:3.25rem;font-style:normal;display:block; }
#DZc96SHBd0SOa6y87fRCzu3n8kZbLsUu { color:#102590;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36rem;left:15.5rem;height:3.25rem;font-style:normal;display:block; }
#GCGdo7FVspheUlB4swT8IwJHq98OGqCr { color:#102590;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:48.9375rem;left:51.1875rem;height:3.25rem;font-style:normal;display:block; }
#kgmNfXxwcRfKLD1IuyJcabR6KUoFwzCM { 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:15011;opacity:1;top:38.6875rem;left:17.0625rem; }
#fAM4qaGW201wRWNuVZqFBUlXlcCuQESQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:51.8125rem;left:53.1875rem; }
#RcNvCeSTZGlKcQwoeSlNBDdNtDI4ANgn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:30.875rem;left:57.4375rem;display:block; }
#M2xbggtMo1JHVaspw0sltmTO5qUaJUnx { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:42.125rem;left:18.25rem;display:block; }
#xGEMFHLmal4UI5Up37oOkR0HmbOnk9d9 { background-color:#daf562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#102590;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:71.125rem;left:10.3125rem;display:block; }
#dxsPvDz3TpWU9ozr3S2I2QbquypdXdCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7Mh86zhTfTiUc5UQCZJhUfQvUB3kg25 { background-color:#102590;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #daf562;border-left:0.125rem solid #daf562;border-right:0.125rem solid #daf562;border-bottom:0.125rem solid #daf562;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#daf562;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:71.125rem;left:36.75rem;display:block; }
#cs05V9QX4FJ7TUO37xNIQsVVDznQH4vn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT { position:relative;display:block; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT { background-color: transparent; background-image: none; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row .container > .video-iframe-container { display: none; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row > .video-iframe-container { display: none; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .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); }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT { border-width: 0; border-radius: 0; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .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; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#CfvAwr8vsEil4IRLRVfrI34VTfzWGoVK { color:#102590;display:block;width:53.8125rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.63671875rem;left:1.71875rem;height:3.4121125rem;display:block; }
#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container { background-color: transparent; background-image: none; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container > .video-iframe-container { display: none; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row > .video-iframe-container { display: none; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .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); }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container { border-width: 0; border-radius: 0; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#FD3VNpByeWoIxJH9xkgbrfdv0bTsJcmR { 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:30.8125rem;width:30.8125rem;top:0rem;left:3.34375rem;overflow:hidden;display:block; }
#xcVV3uyWV14pf96csCTSxTbISGbJSn1g { color:#102590;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:42rem;height:2.4375rem;font-style:normal;display:block; }
#rQWuABKnKBN3TJ1Q523qIRZbScTgzF5z { color:#284d42;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:42rem;height:13.125rem;display:block; }
#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container { background-color: transparent; background-image: none; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container > .video-iframe-container { display: none; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row > .video-iframe-container { display: none; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .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); }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container { border-width: 0; border-radius: 0; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#RTtK2ZCkgAwcUqHQ2HOkaCZwvWDPG13r { color:#102590;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#mvVFeRmEASTcnnXlKyuLlsS3dofhTuEH { color:#284d42;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8rem;left:5.625rem;height:9.375rem;display:block; }
#dPuy8uKsHZyhiUtE4G794qVxAgmqHgbK { 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:30.9375rem;width:30.9375rem;top:0rem;left:40.78125rem;overflow:hidden;display:block; }
#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container { background-color: transparent; background-image: none; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container > .video-iframe-container { display: none; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row > .video-iframe-container { display: none; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .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); }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container { border-width: 0; border-radius: 0; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#IRW016bQtK9J1TmH53cR1NlDHqmgzKs3 { 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:30.75rem;width:30.75rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#FGaiTAGC9PNXlzPRfEuaV9PA0dqJT9oc { color:#102590;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:42rem;height:2.4375rem;font-style:normal;display:block; }
#Ey6cnhIf3yPiNmREm8aVCIlPmdGakR4t { color:#284d42;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.25rem;left:41.8125rem;height:9.375rem;display:block; }
#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf { z-index:;position:relative;display:block; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf { background-color: transparent; background-image: none; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row .container > .video-iframe-container { display: none; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row > .video-iframe-container { display: none; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .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); }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf { border-width: 0; border-radius: 0; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .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:40.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .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; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:400;font-size:1.25rem;color:#102590;font-style:normal; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-trigger.adaptive-delivery-prevent-bg, #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-trigger.lazyload, #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-trigger.lazyloading { background-image: none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q { box-sizing:content-box;height:auto;width:67rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:#daf562;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem;top:8.0625rem;left:2.40625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #aRODiyXQXlxorheR1Vl66lqR4Qou3Lto { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #NL6cUpCFNxbyQKNJeRlaGrlp526ep4zX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #sOBXBgWZGePG8BKyudFPNknuVmNNEg9J { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #WVlIzLqnCnuqz3fueJ2aoTowEPcPC8IL {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ws9MxtlGBQmN0nQDhWlBDEJRaOplMdqE {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #RPLfqFmmsGKHSVL22JbnPlbiGx27wIT8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oU03MRFTIogD0eIgpSpRvznVztZm9bAG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hIBCPwhsZVRHIgNXE5rp9k5ApsnqfPg0 { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Q0UxumWWxTzAVbK3MVyEwN8vKJNElOzJ {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #C2rAr4bLo4se1TqtVDvcv68zmSaAWFkg { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #iNko5g1hkHh0yatfGJnT9IiGAnq3T59y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #SkFrOxgluCvi5MFFtkLST7EqbdVOQTpd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #XLZnGIBukLxS5TTlpc8fTOZux6G96DHw { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oJlMAly2I8bFUPpMB5tMrAtfVPTRs6yT {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #F7it6bkM5QWGedwP6O9kNQ57UIKJ3t6v { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #vSZyb4I59G4thFxOgPCQTK5d3FO3oUO4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oCpPiA0FzWX9dhTUW6hyD7SfGIEM9uZJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hq6rmow0KGJSBDEAy0kdep3yoCwoua3c { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #xpUUuCnDAxSTrPPqFtcinvnSRgVhz5qV {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #TTFg0AKizbbdAQTsrncHzPwBrUKagBk5 { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r2AXIyEZtEXUw2IlX8MiOl1w5x1EJiDW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ctIopT51GOKTz752IHiDHOP07T5nZSGB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #IkBeryJyvWkvBsuL8D159U0rfTHcTds2 { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #dppuX7ZThxItb9zxCg0GSRGDXvZ9d5N1 {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #KaOy3KU1Tv127GhDkVE1iE0kTfxZ67Oi { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #y7JHL0ITZX1mPKsZS4NlctABt1nrL0Dg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ExLqGIBkP8te3iQhhrffWEbAo4CKPekS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #poAt5Jlr0OH2F21XPrUXwT1UeKEz2o4B { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #uioUZECDfPcaGMqoHsvkuWCh3nsnbb18 {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Xmus1ysv7lHU73MiPTVD50x0gX2wUArz { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #gQxEP3C6wATuxoTiLxncAJr2TDeDU5T8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Wu4wxdkcX2fpkhMknaRVz0SZlRDVGBOd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #EXwBs6TCECTmJ2kPqLruEBNfSBXlpQhh { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #X1hM8qiImpfztpvNZOkLblCf2qcKnL7i {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #lsOSvbE1FQGyoOJq6ynDt3ozsGdLWbos { display:none; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #LTfWRTsKlnTsHbBDoErHb1oonHg6ZZaT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #itI1AnzkA7VLFp8ZvSQhuMGdbVCRCx3y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #G5cB2dHaCDsLP29xpzdtN8e3LX050AyC { display:block;position:relative; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r733sqqe01L1tKOKhbPKbJFhPZzyUPWg {  }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #maffFLA1boJknFfll0RlFDGDLlOZ1NOf { display:none; }
#aWK5Etid3VtU9KcWJDBI3btrFQNmbxXd { color:#102590;display:block;width:52.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.34375rem;height:;display:block; }
#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR { position:relative;display:block; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR { background-color: transparent; background-image: none; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row .container > .video-iframe-container { display: none; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row > .video-iframe-container { display: none; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .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); }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR { border-width: 0; border-radius: 0; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .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; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#102590;background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#JqFbambToGrSMqsRtuAwDXp0rHiqtgqB { color:#daf562;display:block;width:41.3125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.599609375rem;left:2.75rem;height:3.25rem;font-style:normal;display:block; }
#RyouT6nzFvhtwEMvw5RoEHW4Gw7oyIaV { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.03125rem;left:2.75rem;height:3.75rem;display:block; }
#TfTih3S0bi19D1XoiLqrHemeKdmF8lks { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.75rem;left:9.71875rem;height:2.0625rem;display:block; }
#rkpNgvezvqRKsprABMdULDRpQ2eGtGxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:12.75rem;left:7.46875rem; }
#Zhc99RaE0soIVtobWNExhIy8nC4pwggl { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.4375rem;left:9.8125rem;height:2.0625rem;display:block; }
#iVu9Hk9bluW8vamA55yWl6FbT4oqwESQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.4375rem;left:7.375rem; }
#Zg3qVyHA43iQiEdCgkx2nDT9qDyKXWAi { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:9.875rem;height:2.0625rem;display:block; }
#kw9gIrRBBLJz43w3FoFVRTTgeSsoB4vN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.25rem;left:7.375rem; }
#HRPD0A3aLKOr2chviO4b6vIdCaVZ1R4c { color:#daf562;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.03125rem;left:7.46875rem;height:1.875rem;display:block; }
#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container { background-color: transparent; background-image: none; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container > .video-iframe-container { display: none; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row > .video-iframe-container { display: none; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .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); }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container { border-width: 0; border-radius: 0; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#meVv1KL5Bg4BD5lThCwDi7kmDLxTRUhW { color:#102590;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.38671875rem;left:61.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#TKm89VlI75hSem7A4Q8m4bLyFtA1m0Pz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.75rem;top:0.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#htppKrQxgNJwmJveWptnndToGdzTbs72 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:7.9375rem;left:59.875rem; }
#tHc8IG5HAOxBlz8Ul2APJQEEv8k1AL48 { color:#102590;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:8.25rem;left:61.9375rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y6wJXPc7wofgzg8F6Tpm9eN6OHoMBRWa { color:#102590;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:9.5rem;left:61.125rem;height:1.04980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zIf21ykqH3RuVrtSlx4LACENWgZPqukv { color:#102590;display:block;width:22rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.087890625rem;left:50.9375rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { background-color: transparent; background-image: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .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); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { border-width: 0; border-radius: 0; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1bgkpftvfZozzsGrnRtTcdx8Wi2mzHN { width:7.375rem;height:5rem;top:0.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;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) { #A6q3CxiVhfiTXnfpAcEM5O8otBmlKuZk { top:17.625rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFdpFsqwPzTFvxiaaluvsKuL8sQJyhsA { width:20.9375rem;height:3.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2IgBNbZ6RAhFkfUnditzA2auxHbQtd { display:block; }
 }@media only screen and (max-width: 763px) { #i9lTapTKTSX52CmseLb3Fbe0tHDVzdJ3 { top:30.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsnBH0MIq4AcNmhBfDQoUFdmDx1TzVX { width:32rem;height:3.4375rem;top:39rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAx8sMCbrCITvTTIRHIi3MtELAaDDxXf { display:block; }
 }@media only screen and (max-width: 763px) { #m9FtC9glWNkJPZMDKJegK3ex6Zf0uy0q { top:0rem;left:0rem;width:11.375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 { display:block; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnSgrvclvp9A0aMfOe1bTGO7meBTckSW { top:3.625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiklM2tkOeihG4RyJK0WCupJwQzHd1fi { display:block; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMlGAApDKAROPgPePZSZBr3Oq259lixQ { top:2.0625rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7oZWSwx5P4tmxEDtn584PupZvEHPFy { top:22.375rem;left:0rem;width:24.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP { top:26.0625rem;left:0rem;width:28.875rem;height:7.5625rem;font-size:1.1875rem;display:block; }#yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP li:before{  }
 }@media only screen and (max-width: 763px) { #Jl95I0EoTVSWRHgpK6yRGSM95z4f31PR { top:2.0625rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZciHhuuqPTTumT1mcerTlEHW6BRpfC { top:22.375rem;left:6.6875rem;width:25.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz { top:26.0625rem;left:12.3125rem;width:19.4375rem;height:9.1875rem;font-size:1.1875rem;display:block; }#aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz li:before{  }
 }@media only screen and (max-width: 763px) { #JTGGdsCX0l9HKR6mb4thw26dNbxXq7LT { top:2.0625rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXfu8r7LK15JE8c88T1dMgN26EEPzT9c { top:22.375rem;left:28.9375rem;width:18.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul { top:26.0625rem;left:26.5625rem;width:21.0625rem;height:8.875rem;font-size:1.1875rem;display:block; }#qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul li:before{  }
 }@media only screen and (max-width: 763px) { #Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON { display:block; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kkes1lZCDqbHIrtTSXIpszOIEK40fWZn { top:1.6875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wywLxRsyIU0c92lTLWkEHB8fsKpaJxXs { top:22.5625rem;left:0rem;width:18.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK { top:26.3125rem;left:0rem;width:21.75rem;height:14.1875rem;font-size:1.1875rem;display:block; }#KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK li:before{  }
 }@media only screen and (max-width: 763px) { #U5aKrqSXVcfVU65wnXS0szJ1viOzLKV1 { top:1.6875rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRgBgWxxWrfLs4MMkhThTC4SBfBNP0eB { top:22.5625rem;left:13.0625rem;width:18.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt { top:26.3125rem;left:10rem;width:21.75rem;height:;font-size:1.1875rem;display:block; }#fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt li:before{  }
 }@media only screen and (max-width: 763px) { #JnkIWA0dfiovN3o1ys5iOreZLJHAJg04 { top:1.6875rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7KGJBvyKZgd2TFAk7WtBNeCSdSk1D03 { top:22.5625rem;left:28.9375rem;width:18.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhbsVE23BeDSsD8I1f8g9fInfguiWiW { top:26.3125rem;left:25.875rem;width:21.75rem;height:;font-size:1.1875rem;display:block; }#XJhbsVE23BeDSsD8I1f8g9fInfguiWiW li:before{  }
 }@media only screen and (max-width: 763px) { #adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB { display:block; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSXg0gUheIUHzkgRZfLzdABQKdnUXsFI { top:4.3125rem;left:0rem;width:41.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2w2sW1KIGJEu050kgNXcs2plTaWqAt { top:14.6875rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL3zMIxafDf3Iiuyx1J6x0IO490JIBo { top:13.25rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvxgZ1kErSP5onETXuDI8aXQnIsAst6 { top:16.875rem;left:3.65625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQezcSedJRLZB6p7v9iEDcC78L7ORJFu { top:23.875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fcH5VVC4mTb1QNJxfQ4uil8LT2FeHhT3 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWpJtvF8Zp1ShbmPm4EN4tHXflVrEHv { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8C5rppdeNF5os4i2J3mDMOkqG0M8nPc { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcOl4rBBLxS1XUPUA9o3tFx0n4MnITUK { top:26.375rem;left:40rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8A8AxXVmwkx0fAhQN8GW5DlcLE8f6RU { top:14.25rem;left:11.0625rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwCH0RkZmwFeFX4DtumtOt88icd48ckn { top:18rem;left:11.0625rem;width:29rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1rNKRb97VGoh5gnG8dFaSu9SCqrcMXP { top:25.1875rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47NAnM5I78uuGel6bD2wghybV2PQefr { top:28.1875rem;left:5.4375rem;width:31.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUiOJGUDLEyrC2tsXJ758TgqecNBMLz { top:34.875rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTJhl1SxWXyN32fuaCKiUhiwDiwi3LCJ { top:38.625rem;left:9.25rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #n3MraGyMkI1h7aaUdIlB1SOGnS38JIXU { top:36.625rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtyqXx9OMDdOPeS7GeFucuyaLxspHEr { top:35.25rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruV7etDn7IHBeE2BiGFuzKBb4yovmUbx { top:39.9375rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyztaNwrMHnfsE4bU9iicx9XavmCKTR2 { top:42.875rem;left:12.4375rem;width:31.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN8xegkw3GWAvGVDKtr0fyQbo5aTRQyn { top:49.625rem;left:37.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMRRpla5TIflU1a0HMEgGhkoIts1dECC { top:48.1875rem;left:36.0625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oharK7h3nIE7hUGpc5i7f3MZ5W1l9A4E { top:49.5625rem;left:4.75rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NcVfykAo0z82FsOOQvvZo1iElqf1oQaF { top:50.875rem;left:4.625rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw3OeRNdKnyM2haayGgQ5zc602bzD13c { top:53.9375rem;left:4.75rem;width:30.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnvMebkykwfw5HVoozvFf77itLGmSSe { top:45.8125rem;left:4.625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1aUi3cCoQDxhwerqQbUfMTggOVWCsZ { top:14rem;left:1.9375rem;width:2.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0Sto8HQwClQmbIazTwyZAg4suXlLSt { top:23.5625rem;left:38.375rem;width:2.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZc96SHBd0SOa6y87fRCzu3n8kZbLsUu { top:36rem;left:1.875rem;width:2.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGdo7FVspheUlB4swT8IwJHq98OGqCr { top:48.9375rem;left:37.5625rem;width:2.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmNfXxwcRfKLD1IuyJcabR6KUoFwzCM { top:38.6875rem;left:3.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAM4qaGW201wRWNuVZqFBUlXlcCuQESQ { top:51.8125rem;left:39.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNvCeSTZGlKcQwoeSlNBDdNtDI4ANgn { top:30.875rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2xbggtMo1JHVaspw0sltmTO5qUaJUnx { top:42.125rem;left:4.625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGEMFHLmal4UI5Up37oOkR0HmbOnk9d9 { width:20.9375rem;height:3.4375rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxsPvDz3TpWU9ozr3S2I2QbquypdXdCX { display:block; }
 }@media only screen and (max-width: 763px) { #B7Mh86zhTfTiUc5UQCZJhUfQvUB3kg25 { width:32rem;height:3.4375rem;top:71.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs05V9QX4FJ7TUO37xNIQsVVDznQH4vn { display:block; }
 }@media only screen and (max-width: 763px) { #r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT { display:block; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfvAwr8vsEil4IRLRVfrI34VTfzWGoVK { top:2.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 { display:block; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD3VNpByeWoIxJH9xkgbrfdv0bTsJcmR { top:0rem;left:0rem;width:30.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcVV3uyWV14pf96csCTSxTbISGbJSn1g { top:2.375rem;left:21.5rem;width:26.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWuABKnKBN3TJ1Q523qIRZbScTgzF5z { top:8.0625rem;left:19.875rem;width:27.875rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 { display:block; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTtK2ZCkgAwcUqHQ2HOkaCZwvWDPG13r { top:2.8125rem;left:0rem;width:26.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvVFeRmEASTcnnXlKyuLlsS3dofhTuEH { top:8rem;left:0rem;width:27.875rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPuy8uKsHZyhiUtE4G794qVxAgmqHgbK { top:0rem;left:16.8125rem;width:30.9375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka { display:block; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRW016bQtK9J1TmH53cR1NlDHqmgzKs3 { top:0rem;left:0rem;width:30.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGaiTAGC9PNXlzPRfEuaV9PA0dqJT9oc { top:2.375rem;left:21.5rem;width:26.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6cnhIf3yPiNmREm8aVCIlPmdGakR4t { top:7.25rem;left:19.875rem;width:27.875rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf { display:block; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q { display:flex;height:auto;width:45.25rem;top:8.125rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #aRODiyXQXlxorheR1Vl66lqR4Qou3Lto {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #NL6cUpCFNxbyQKNJeRlaGrlp526ep4zX {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #sOBXBgWZGePG8BKyudFPNknuVmNNEg9J {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #WVlIzLqnCnuqz3fueJ2aoTowEPcPC8IL {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ws9MxtlGBQmN0nQDhWlBDEJRaOplMdqE {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #RPLfqFmmsGKHSVL22JbnPlbiGx27wIT8 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oU03MRFTIogD0eIgpSpRvznVztZm9bAG {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hIBCPwhsZVRHIgNXE5rp9k5ApsnqfPg0 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Q0UxumWWxTzAVbK3MVyEwN8vKJNElOzJ {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #C2rAr4bLo4se1TqtVDvcv68zmSaAWFkg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #iNko5g1hkHh0yatfGJnT9IiGAnq3T59y {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #SkFrOxgluCvi5MFFtkLST7EqbdVOQTpd {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #XLZnGIBukLxS5TTlpc8fTOZux6G96DHw {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oJlMAly2I8bFUPpMB5tMrAtfVPTRs6yT {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #F7it6bkM5QWGedwP6O9kNQ57UIKJ3t6v {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #vSZyb4I59G4thFxOgPCQTK5d3FO3oUO4 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oCpPiA0FzWX9dhTUW6hyD7SfGIEM9uZJ {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hq6rmow0KGJSBDEAy0kdep3yoCwoua3c {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #xpUUuCnDAxSTrPPqFtcinvnSRgVhz5qV {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #TTFg0AKizbbdAQTsrncHzPwBrUKagBk5 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r2AXIyEZtEXUw2IlX8MiOl1w5x1EJiDW {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ctIopT51GOKTz752IHiDHOP07T5nZSGB {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #IkBeryJyvWkvBsuL8D159U0rfTHcTds2 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #dppuX7ZThxItb9zxCg0GSRGDXvZ9d5N1 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #KaOy3KU1Tv127GhDkVE1iE0kTfxZ67Oi {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #y7JHL0ITZX1mPKsZS4NlctABt1nrL0Dg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ExLqGIBkP8te3iQhhrffWEbAo4CKPekS {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #poAt5Jlr0OH2F21XPrUXwT1UeKEz2o4B {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #uioUZECDfPcaGMqoHsvkuWCh3nsnbb18 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Xmus1ysv7lHU73MiPTVD50x0gX2wUArz {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #gQxEP3C6wATuxoTiLxncAJr2TDeDU5T8 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Wu4wxdkcX2fpkhMknaRVz0SZlRDVGBOd {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #EXwBs6TCECTmJ2kPqLruEBNfSBXlpQhh {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #X1hM8qiImpfztpvNZOkLblCf2qcKnL7i {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #lsOSvbE1FQGyoOJq6ynDt3ozsGdLWbos {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #LTfWRTsKlnTsHbBDoErHb1oonHg6ZZaT {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #itI1AnzkA7VLFp8ZvSQhuMGdbVCRCx3y {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #G5cB2dHaCDsLP29xpzdtN8e3LX050AyC {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r733sqqe01L1tKOKhbPKbJFhPZzyUPWg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #maffFLA1boJknFfll0RlFDGDLlOZ1NOf {  }
 }@media only screen and (max-width: 763px) { #aWK5Etid3VtU9KcWJDBI3btrFQNmbxXd { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvV7HQ62zixA8GoDKRZG4HgtJggsayxR { display:block; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqFbambToGrSMqsRtuAwDXp0rHiqtgqB { top:2.5625rem;left:0rem;width:41.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyouT6nzFvhtwEMvw5RoEHW4Gw7oyIaV { top:7rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTih3S0bi19D1XoiLqrHemeKdmF8lks { top:12.75rem;left:0rem;width:47.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkpNgvezvqRKsprABMdULDRpQ2eGtGxq { top:12.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhc99RaE0soIVtobWNExhIy8nC4pwggl { top:15.4375rem;left:0rem;width:47.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVu9Hk9bluW8vamA55yWl6FbT4oqwESQ { top:15.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3qVyHA43iQiEdCgkx2nDT9qDyKXWAi { top:18.125rem;left:0rem;width:47.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9gIrRBBLJz43w3FoFVRTTgeSsoB4vN { top:18.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRPD0A3aLKOr2chviO4b6vIdCaVZ1R4c { top:22rem;left:0rem;width:28.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 { display:block; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meVv1KL5Bg4BD5lThCwDi7kmDLxTRUhW { top:8.375rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKm89VlI75hSem7A4Q8m4bLyFtA1m0Pz { top:0.9375rem;left:0rem;width:7.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htppKrQxgNJwmJveWptnndToGdzTbs72 { top:7.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHc8IG5HAOxBlz8Ul2APJQEEv8k1AL48 { top:8.25rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wJXPc7wofgzg8F6Tpm9eN6OHoMBRWa { top:9.5rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIf21ykqH3RuVrtSlx4LACENWgZPqukv { top:3.0625rem;left:25.75rem;width:22rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { background-color: transparent; background-image: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row > .video-iframe-container { display: none; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .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); }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { border-width: 0; border-radius: 0; }#dfVtZT79OqZ7R6QsfuuU1aUS0ygyiAfe > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1bgkpftvfZozzsGrnRtTcdx8Wi2mzHN { width:7.625rem;height:5.25rem;top:0.5625rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6q3CxiVhfiTXnfpAcEM5O8otBmlKuZk { width:20rem;height:0;top:10.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFdpFsqwPzTFvxiaaluvsKuL8sQJyhsA { width:19rem;height:3.4375rem;top:30.222625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2IgBNbZ6RAhFkfUnditzA2auxHbQtd { display:block; }
 }@media only screen and (max-width: 763px) { #i9lTapTKTSX52CmseLb3Fbe0tHDVzdJ3 { width:20rem;height:0;top:22.472625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsnBH0MIq4AcNmhBfDQoUFdmDx1TzVX { width:19rem;height:3.4375rem;top:34.910125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAx8sMCbrCITvTTIRHIi3MtELAaDDxXf { display:block; }
 }@media only screen and (max-width: 763px) { #m9FtC9glWNkJPZMDKJegK3ex6Zf0uy0q { width:11.375rem;height:8rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 { display:block; }#VlkW7mzTVtQc8H7xL8eSZvcEhaMTtMd9 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnSgrvclvp9A0aMfOe1bTGO7meBTckSW { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiklM2tkOeihG4RyJK0WCupJwQzHd1fi { display:block; }#RiklM2tkOeihG4RyJK0WCupJwQzHd1fi > .row .container { width:20rem;height:100.42971875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMlGAApDKAROPgPePZSZBr3Oq259lixQ { width:18.8125rem;height:18.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7oZWSwx5P4tmxEDtn584PupZvEHPFy { width:20rem;height:0;top:21.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP { width:20rem;height:0;top:24.51171875rem;left:0rem;font-size:1.1875rem;display:block; }#yxKOZhbKMMwoCMZrH0bOf4qUVsU2XveP li:before{  }
 }@media only screen and (max-width: 763px) { #Jl95I0EoTVSWRHgpK6yRGSM95z4f31PR { width:18.75rem;height:18.75rem;top:33.34765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZciHhuuqPTTumT1mcerTlEHW6BRpfC { width:20rem;height:0;top:53.34765625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz { width:19.4375rem;height:0;top:56.546875rem;left:0.25rem;font-size:1.1875rem;display:block; }#aKx6vUJ2RoxIifLOXvtoBZ6uegBsR4gz li:before{  }
 }@media only screen and (max-width: 763px) { #JTGGdsCX0l9HKR6mb4thw26dNbxXq7LT { width:18.75rem;height:18.75rem;top:67.0449375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXfu8r7LK15JE8c88T1dMgN26EEPzT9c { width:18.6875rem;height:0;top:87.0449375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul { width:20rem;height:0;top:90.24415625rem;left:0rem;font-size:1.1875rem;display:block; }#qs10MdtrUcn1bgHtGE5opxuFOgWnG7Ul li:before{  }
 }@media only screen and (max-width: 763px) { #Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON { display:block; }#Od8aJDqKZ9ZhhfUx8aBoeNgVRGyEmMON > .row .container { width:20rem;height:98.0791rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kkes1lZCDqbHIrtTSXIpszOIEK40fWZn { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wywLxRsyIU0c92lTLWkEHB8fsKpaJxXs { width:18.6875rem;height:0;top:21.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK { width:20rem;height:0;top:24.44921875rem;left:0rem;font-size:1.1875rem;display:block; }#KyUCxtbNWkK6pOgIopX8XQFkk4fTAbMK li:before{  }
 }@media only screen and (max-width: 763px) { #U5aKrqSXVcfVU65wnXS0szJ1viOzLKV1 { width:18.75rem;height:18.75rem;top:39.93359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRgBgWxxWrfLs4MMkhThTC4SBfBNP0eB { width:18.6875rem;height:0;top:59.93359375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt { width:20rem;height:0;top:63.1328125rem;left:0rem;font-size:1.1875rem;display:block; }#fmTvyrxJAepOP5T8RMtENOGwQL6mZVNt li:before{  }
 }@media only screen and (max-width: 763px) { #JnkIWA0dfiovN3o1ys5iOreZLJHAJg04 { width:18.75rem;height:18.75rem;top:69.9931625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7KGJBvyKZgd2TFAk7WtBNeCSdSk1D03 { width:18.6875rem;height:0;top:89.9931625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhbsVE23BeDSsD8I1f8g9fInfguiWiW { width:20rem;height:0;top:93.19238125rem;left:0rem;font-size:1.1875rem;display:block; }#XJhbsVE23BeDSsD8I1f8g9fInfguiWiW li:before{  }
 }@media only screen and (max-width: 763px) { #adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB { display:block; }#adfIE3tCGxHEcu1KGvKS2EJTtp8VCOtB > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSXg0gUheIUHzkgRZfLzdABQKdnUXsFI { width:20rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2w2sW1KIGJEu050kgNXcs2plTaWqAt { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL3zMIxafDf3Iiuyx1J6x0IO490JIBo { width:4.75rem;height:4.75rem;top:8.5624995231631rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvxgZ1kErSP5onETXuDI8aXQnIsAst6 { width:3.5rem;height:3.4375rem;top:12.687499761581rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQezcSedJRLZB6p7v9iEDcC78L7ORJFu { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcH5VVC4mTb1QNJxfQ4uil8LT2FeHhT3 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBWpJtvF8Zp1ShbmPm4EN4tHXflVrEHv { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8C5rppdeNF5os4i2J3mDMOkqG0M8nPc { width:4.75rem;height:4.75rem;top:27.1875rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcOl4rBBLxS1XUPUA9o3tFx0n4MnITUK { width:3.9375rem;height:3.875rem;top:30.75rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8A8AxXVmwkx0fAhQN8GW5DlcLE8f6RU { width:20rem;height:2.4375rem;top:19.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwCH0RkZmwFeFX4DtumtOt88icd48ckn { width:18.6875rem;height:2.875rem;top:22.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1rNKRb97VGoh5gnG8dFaSu9SCqrcMXP { width:20rem;height:2.4375rem;top:38.175000190735rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b47NAnM5I78uuGel6bD2wghybV2PQefr { width:18.6875rem;height:2.875rem;top:41.550000190735rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaUiOJGUDLEyrC2tsXJ758TgqecNBMLz { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTJhl1SxWXyN32fuaCKiUhiwDiwi3LCJ { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3MraGyMkI1h7aaUdIlB1SOGnS38JIXU { width:7.8125rem;height:7.8125rem;top:48.749999046326rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtyqXx9OMDdOPeS7GeFucuyaLxspHEr { width:4.75rem;height:4.75rem;top:47.312499046326rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruV7etDn7IHBeE2BiGFuzKBb4yovmUbx { width:20rem;height:2.4375rem;top:58.324999809265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyztaNwrMHnfsE4bU9iicx9XavmCKTR2 { width:18.6875rem;height:2.875rem;top:61.475001335144rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN8xegkw3GWAvGVDKtr0fyQbo5aTRQyn { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMRRpla5TIflU1a0HMEgGhkoIts1dECC { width:4.75rem;height:4.75rem;top:27.1875rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oharK7h3nIE7hUGpc5i7f3MZ5W1l9A4E { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcVfykAo0z82FsOOQvvZo1iElqf1oQaF { width:20rem;height:2.4375rem;top:38.175000190735rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hw3OeRNdKnyM2haayGgQ5zc602bzD13c { width:18.6875rem;height:2.875rem;top:41.550000190735rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPnvMebkykwfw5HVoozvFf77itLGmSSe { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag1aUi3cCoQDxhwerqQbUfMTggOVWCsZ { width:2.0625rem;height:0;top:65.599609375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0Sto8HQwClQmbIazTwyZAg4suXlLSt { width:2.0625rem;height:0;top:70.099609375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZc96SHBd0SOa6y87fRCzu3n8kZbLsUu { width:2.0625rem;height:0;top:74.599609375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGdo7FVspheUlB4swT8IwJHq98OGqCr { width:2.0625rem;height:0;top:84.099609375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmNfXxwcRfKLD1IuyJcabR6KUoFwzCM { display:flex;width:3.75rem;height:3.75rem;top:79.099609375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #fAM4qaGW201wRWNuVZqFBUlXlcCuQESQ { display:flex;width:3.5rem;height:3.5rem;top:88.599609375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #RcNvCeSTZGlKcQwoeSlNBDdNtDI4ANgn { width:0;height:3.75rem;top:30.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2xbggtMo1JHVaspw0sltmTO5qUaJUnx { width:0;height:3.75rem;top:42.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGEMFHLmal4UI5Up37oOkR0HmbOnk9d9 { width:19rem;height:3.4375rem;top:93.349609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxsPvDz3TpWU9ozr3S2I2QbquypdXdCX { display:block; }
 }@media only screen and (max-width: 763px) { #B7Mh86zhTfTiUc5UQCZJhUfQvUB3kg25 { width:18.75rem;height:3.4375rem;top:98.037109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs05V9QX4FJ7TUO37xNIQsVVDznQH4vn { display:block; }
 }@media only screen and (max-width: 763px) { #r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT { display:block; }#r0bvC4uPAq2UeILnGcMKTiHcaKbZnpnT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfvAwr8vsEil4IRLRVfrI34VTfzWGoVK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 { display:block; }#GTaeamOJCEgNpStAaIoJAKhox5pEcmv1 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD3VNpByeWoIxJH9xkgbrfdv0bTsJcmR { width:13.25rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcVV3uyWV14pf96csCTSxTbISGbJSn1g { width:19.0625rem;height:4.875rem;top:21.33203125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWuABKnKBN3TJ1Q523qIRZbScTgzF5z { width:18rem;height:13rem;top:29.20703125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 { display:block; }#TFGnAcx4smbTaIpPzbk3qyLRKPwdo129 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTtK2ZCkgAwcUqHQ2HOkaCZwvWDPG13r { width:19.0625rem;height:4.875rem;top:21.33203125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvVFeRmEASTcnnXlKyuLlsS3dofhTuEH { width:18rem;height:13rem;top:29.20703125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPuy8uKsHZyhiUtE4G794qVxAgmqHgbK { width:7.4375rem;height:7.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka { display:block; }#EM2O4hXdzEA1pFwgsbcVTU5CptlRRtka > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRW016bQtK9J1TmH53cR1NlDHqmgzKs3 { width:5.875rem;height:5.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGaiTAGC9PNXlzPRfEuaV9PA0dqJT9oc { width:19.0625rem;height:4.875rem;top:21.33203125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6cnhIf3yPiNmREm8aVCIlPmdGakR4t { width:18rem;height:13rem;top:29.20703125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf { display:block; }#NCKbxyMdoyVSNJiF3SvFNlXfim1UriFf > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
#GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #aRODiyXQXlxorheR1Vl66lqR4Qou3Lto {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #NL6cUpCFNxbyQKNJeRlaGrlp526ep4zX {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #sOBXBgWZGePG8BKyudFPNknuVmNNEg9J {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #WVlIzLqnCnuqz3fueJ2aoTowEPcPC8IL {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ws9MxtlGBQmN0nQDhWlBDEJRaOplMdqE {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #RPLfqFmmsGKHSVL22JbnPlbiGx27wIT8 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oU03MRFTIogD0eIgpSpRvznVztZm9bAG {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hIBCPwhsZVRHIgNXE5rp9k5ApsnqfPg0 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Q0UxumWWxTzAVbK3MVyEwN8vKJNElOzJ {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #C2rAr4bLo4se1TqtVDvcv68zmSaAWFkg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #iNko5g1hkHh0yatfGJnT9IiGAnq3T59y {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #SkFrOxgluCvi5MFFtkLST7EqbdVOQTpd {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #XLZnGIBukLxS5TTlpc8fTOZux6G96DHw {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oJlMAly2I8bFUPpMB5tMrAtfVPTRs6yT {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #F7it6bkM5QWGedwP6O9kNQ57UIKJ3t6v {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #vSZyb4I59G4thFxOgPCQTK5d3FO3oUO4 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #oCpPiA0FzWX9dhTUW6hyD7SfGIEM9uZJ {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #hq6rmow0KGJSBDEAy0kdep3yoCwoua3c {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #xpUUuCnDAxSTrPPqFtcinvnSRgVhz5qV {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #TTFg0AKizbbdAQTsrncHzPwBrUKagBk5 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r2AXIyEZtEXUw2IlX8MiOl1w5x1EJiDW {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ctIopT51GOKTz752IHiDHOP07T5nZSGB {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #IkBeryJyvWkvBsuL8D159U0rfTHcTds2 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #dppuX7ZThxItb9zxCg0GSRGDXvZ9d5N1 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #KaOy3KU1Tv127GhDkVE1iE0kTfxZ67Oi {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #y7JHL0ITZX1mPKsZS4NlctABt1nrL0Dg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #ExLqGIBkP8te3iQhhrffWEbAo4CKPekS {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #poAt5Jlr0OH2F21XPrUXwT1UeKEz2o4B {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #uioUZECDfPcaGMqoHsvkuWCh3nsnbb18 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Xmus1ysv7lHU73MiPTVD50x0gX2wUArz {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #gQxEP3C6wATuxoTiLxncAJr2TDeDU5T8 {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #Wu4wxdkcX2fpkhMknaRVz0SZlRDVGBOd {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #EXwBs6TCECTmJ2kPqLruEBNfSBXlpQhh {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #X1hM8qiImpfztpvNZOkLblCf2qcKnL7i {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #lsOSvbE1FQGyoOJq6ynDt3ozsGdLWbos {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #LTfWRTsKlnTsHbBDoErHb1oonHg6ZZaT {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #itI1AnzkA7VLFp8ZvSQhuMGdbVCRCx3y {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #G5cB2dHaCDsLP29xpzdtN8e3LX050AyC {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #r733sqqe01L1tKOKhbPKbJFhPZzyUPWg {  }
 }@media only screen and (max-width: 763px) { #GiPF6FCtNxpQnF3O4mr66rQBRqyoG99Q #maffFLA1boJknFfll0RlFDGDLlOZ1NOf {  }
 }@media only screen and (max-width: 763px) { #aWK5Etid3VtU9KcWJDBI3btrFQNmbxXd { width:20rem;height:0;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvV7HQ62zixA8GoDKRZG4HgtJggsayxR { display:block; }#wvV7HQ62zixA8GoDKRZG4HgtJggsayxR > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqFbambToGrSMqsRtuAwDXp0rHiqtgqB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyouT6nzFvhtwEMvw5RoEHW4Gw7oyIaV { width:20rem;height:0;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTih3S0bi19D1XoiLqrHemeKdmF8lks { width:20rem;height:0;top:13.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkpNgvezvqRKsprABMdULDRpQ2eGtGxq { display:flex;width:1.8125rem;height:1.8125rem;top:10.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Zhc99RaE0soIVtobWNExhIy8nC4pwggl { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVu9Hk9bluW8vamA55yWl6FbT4oqwESQ { display:flex;width:1.8125rem;height:1.8125rem;top:17.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Zg3qVyHA43iQiEdCgkx2nDT9qDyKXWAi { width:20rem;height:0;top:26.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9gIrRBBLJz43w3FoFVRTTgeSsoB4vN { display:flex;width:1.8125rem;height:1.8125rem;top:23.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #HRPD0A3aLKOr2chviO4b6vIdCaVZ1R4c { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 { display:block; }#v5veqrtddSbgs8iefL0Ow81XQpQSlyi5 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meVv1KL5Bg4BD5lThCwDi7kmDLxTRUhW { width:20rem;height:1.04980625rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKm89VlI75hSem7A4Q8m4bLyFtA1m0Pz { width:7.75rem;height:5.4375rem;top:24.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htppKrQxgNJwmJveWptnndToGdzTbs72 { width:1.5625rem;height:1.5625rem;top:35.53515625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHc8IG5HAOxBlz8Ul2APJQEEv8k1AL48 { width:10.9375rem;height:0;top:38.34765625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wJXPc7wofgzg8F6Tpm9eN6OHoMBRWa { width:11.8125rem;height:0;top:40.82226875rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIf21ykqH3RuVrtSlx4LACENWgZPqukv { width:20rem;height:0;top:30.875rem;left:0rem;font-size:0.875rem;display:block; }
 }