.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:217,236,247;--color-primary-1:129,192,230;--color-primary-2:2,128,204;--color-primary-3:1,64,102;--color-primary-4:0,19,31;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@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); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { background-color: transparent; background-image: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container > .video-iframe-container { display: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container { display: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .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); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { border-width: 0; border-radius: 0; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4244689941406rem;left:0rem;height:1.46195rem;text-align:left;text-align-last:left;display:block; }
#JVHZhVWRL9LUtfrUxQ2DEkaEzzPQSnZu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4240453243256rem;left:8.8118495941163rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:17.5625rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#cwJLxAxQqHPygLus2fenTbyyXpnykN3m { color:rgba(var(--color-tertiary-4),1);display:block;width:11.059rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2994792461395rem;left:21.057292938233rem;height:0;text-align:center;text-align-last:center;display:none; }
#qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:28.375003814698rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#x5h4dVkCKLhVDL3KHkrCPHJqaRDTML9D { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.58333375rem;height:2.52083375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:56.373699188233rem;display:block; }
#VzStSoxzVDTCOTO8EaiNxugKrIemwXPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:3.75rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0.0625rem solid #26264d;border-left:0.0625rem solid #26264d;border-right:0.0625rem solid #26264d;border-bottom:0.0625rem solid #26264d;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { color:#fcc701;display:block;width:72.875rem;position:absolute;font-family:georgia;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.25rem;left:1.0625rem;height:11.3433125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { color:rgba(var(--color-secondary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.42578125rem;left:5.875rem;height:3.9004625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e9M3PfwGq122Uvtl754XOasWnTkgv6tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.6875rem;height:2.1932875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwuwIeSRQGlHizLAEEIFCJDBcRgmOfTq { color:#ffffff;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.3125rem;left:11.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.686875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.124348938465rem;left:28.592935562134rem;display:block; }
#qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNsVCJwLlenEdVd5uqN1iTnwH1DpC3MK { color:#fcc701;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:39.18700915575rem;left:11.437173843384rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { background-color: transparent; background-image: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container > .video-iframe-container { display: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container { display: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .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); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { border-width: 0; border-radius: 0; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1435546875rem;left:13.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.07986164093rem;left:13.46875rem;height:12.2836875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
#ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.223090171814rem;left:13.46875rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3984384536743rem;left:13.46875rem;height:2.11154375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.973090648651rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paT8Ax05AoOdKAImN6gx3IlZDftikEgT { background-color:transparent;background-image: -webkit-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -moz-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -ms-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -o-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );";background-image: linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { background-color: transparent; background-image: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container > .video-iframe-container { display: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row > .video-iframe-container { display: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .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); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { border-width: 0; border-radius: 0; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:block; }#b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { color:rgba(var(--color-secondary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.890625rem;left:11.46875rem;height:4.1247125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bfMVsk9HANNk7MZCXmM1zS2XcHGLPFnN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#NslktROQ156KmwmwF6Kp2K3BFIipUqOh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bRyxXK9kHFLQyMneGhZO4HElcDdNsFeU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#fhlFvUqxTLkoGwGIQNQvxMWzArsxxo7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#OxIpiE5SoHgMu3DwgknQpw0qHW11zNqb { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#eIuLv47yJTK55XhzZULG4DJ27712aea4 { background-color:transparent;background-image: -webkit-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -moz-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -ms-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -o-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );";background-image: linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { border-width: 0; border-radius: 0; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:none; }#MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { color:rgba(var(--color-secondary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:1.890625rem;left:11.46875rem;height:4.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { border-width: 0; border-radius: 0; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0810546875rem;left:13.46875rem;height:3.00636875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:4.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k13AXy8cKllAz57qQdEUVrLLPC7KJocB { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:39.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { color:rgba(var(--color-secondary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.3125rem;left:6.0625rem;height:11.307125rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
#VLgzktbdkxIdbthPTQaHeKet5DggRMKF { color:rgba(var(--color-secondary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.4375rem;left:40.5625rem;height:11.307125rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
#nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:9.8125rem;height:1.95023125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12rem;left:46.0625rem;height:1.95023125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.4375rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4574651718139rem;left:10.78125rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { background-color:transparent;background-image: -webkit-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { background-color: transparent; background-image: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container > .video-iframe-container { display: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container { display: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .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); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { border-width: 0; border-radius: 0; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#hOXK60Zer49XfJadLusZuFov29xWEuG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#hPOdWntExCRI73514Qm5aDpdOGUv4kfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:13.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CumwrbufthgXV0r6qSvSbSxZIueZcM9m { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:13.375rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u34trwoty8919kWKLQAVgBTxruB4OS59 { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.937494754791rem;left:13.375rem;height:11.3100625rem;font-style:normal;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{  }
#R80ots7fRyUoXEV4tDZ9IEO99HXeAyI0 { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.187494754791rem;left:13.375rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1240234375rem;left:13.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { background-color: transparent; background-image: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container > .video-iframe-container { display: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container { display: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .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); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { border-width: 0; border-radius: 0; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875004768369rem;left:9.09375rem;height:33.961925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { background-color: transparent; background-image: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container > .video-iframe-container { display: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container { display: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .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); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { border-width: 0; border-radius: 0; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { color:rgba(var(--color-secondary-0),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.21875rem;left:10.1875rem;height:3.4997125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { 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; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { background-color: transparent; background-image: none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container > .video-iframe-container { display: none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row > .video-iframe-container { display: none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .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); }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { border-width: 0; border-radius: 0; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:1.1875rem;display:block; }
#qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { position:absolute;display:block;z-index:15001;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:7.9375rem;display:block; }
#epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:2.8747125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:2.90625rem;height:14.291075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:19.9375rem;display:block; }
#zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:14.5rem;left:20.5625rem;height:2.8747125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhLEIIL9EdLDMEful35B0edNbB0gMUTb { position:absolute;display:block;z-index:15007;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:26.625rem;display:block; }
#T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:38.6875rem;display:block; }
#n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.5rem;left:39.3125rem;height:2.8747125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { position:absolute;display:block;z-index:15013;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:45.375rem;display:block; }
#t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:57.4375rem;display:block; }
#zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.5rem;left:58rem;height:2.8747125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { position:absolute;display:block;z-index:15019;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:64.125rem;display:block; }
#w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6857643127441rem;left:10.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:20.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.875rem;left:39.3125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiPkVlOkDwRVa9GLczCisaTD2pburPLe { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.875rem;left:58rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:21.78125rem;height:14.29106875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { position:absolute;display:block;z-index:15014;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:1.1875rem;display:block; }
#PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.875rem;left:20.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { position:absolute;display:block;z-index:15015;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:19.9375rem;display:block; }
#mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { position:absolute;display:block;z-index:15016;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:38.6875rem;display:block; }
#Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { position:absolute;display:block;z-index:15026;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:57.375rem;display:block; }
#RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { color:#4e4e4e;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:40.093753814698rem;height:14.29106875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { color:#000000;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.875rem;left:40.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:58.843753814698rem;height:15.5902625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.875rem;left:58rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVnTFzoKgV31XT8QIm28at5TPzrLES88 { color:#000000;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.03515625rem;left:15.625rem;height:3.57494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { color:#000000;display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47.300783634186rem;left:6.875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:14.5rem;left:20.5625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.5rem;left:39.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.5rem;left:58rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { background-color: transparent; background-image: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container > .video-iframe-container { display: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container { display: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .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); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { border-width: 0; border-radius: 0; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#trywB3y99pAJvKdelqEPmV7buStTziwT { color:rgba(var(--color-secondary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.2187519073486rem;left:10.1875rem;height:3.849825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#QhDEz0WylFdpvT30OIBcEG12ePgbg62o { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { position:relative;display:block; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { background-color: transparent; background-image: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .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); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { border-width: 0; border-radius: 0; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.adaptive-delivery-prevent-bg, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyload, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyloading { background-image: none; }#XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5186667442322rem;left:28.3125rem;height:1.8684875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.184896469116rem;left:26.873699188233rem;height:37.39800625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { color:#ffffff;display:block;width:5.68685rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:28.5rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { color:#000000;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:26.89453125rem;height:12.346625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { background-color: transparent; background-image: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container > .video-iframe-container { display: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container { display: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .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); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { border-width: 0; border-radius: 0; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#TBgempbgh7ei1T5nh7acvrIVJgM9uNNy { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.95833375rem;height:3.02083375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.70703125rem;left:38.750003814698rem;display:block; }
#U3vgdkkrZ7TnM4zTLH02shi8QXggysu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #000000, #01144a);background-image: -moz-linear-gradient(257deg, #000000, #01144a);background-image: -ms-linear-gradient(257deg, #000000, #01144a);background-image: -o-linear-gradient(257deg, #000000, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );";background-image: linear-gradient(257deg, #000000, #01144a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { background-color: transparent; background-image: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container > .video-iframe-container { display: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container { display: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .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); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { border-width: 0; border-radius: 0; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#zltUWO3V7ryrTsy10o20CcIIPL68gmse { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.4375rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMtoLoKcasArqrsDrXT5g3OwT1oDNNbq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.92273625rem;height:3.11111125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.8122844696044rem;left:30.530599594116rem;display:block; }
#NogP2GrDRyvATARlA5HOt4f9Z1hL8arN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwIiywpyv6Ihx716ePEwlaoNghgGE0Am { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28rem;height:0.97511875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container { background-color: transparent; background-image: none; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container > .video-iframe-container { display: none; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row > .video-iframe-container { display: none; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .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); }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container { border-width: 0; border-radius: 0; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#lsQ8JtXTT7Qd5kxWsKtSFRToL4x7FLLZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.3125rem;top:0.625rem;left:0.68055534362794rem;overflow:hidden;display:block; }
#XWvyPxib8QJKal4fCh9bKDq0WLJc5wWT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1302080154419rem;left:2.9375rem;height:1.2999125rem;display:block; }
#zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:0.9375rem;left:72.076391220094rem; }
#zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#drML93lvNRWUk0qQF7a1SSPfHfx4OXla { color:#000000;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.171875rem;left:15.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { border-width: 0; border-radius: 0; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:none; }#vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#mNoMKD3O4lG7W856hSzldqmp82A8ZCss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { color:#ffffff;display:block;width:24.9345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { color:rgba(var(--color-primary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.875rem;left:18rem;height:9.75rem;font-style:normal;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
#HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:18rem;height:3.8993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { border-width: 0; border-radius: 0; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { color:#ffffff;display:block;width:24.933625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:17.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { color:rgba(var(--color-primary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.0625rem;left:17.875rem;height:;font-style:normal;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { border-width: 0; border-radius: 0; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:none; }#cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0810546875rem;left:13.46875rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:10.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:38.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { color:rgba(var(--color-secondary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:12.25rem;height:17.8125rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { color:rgba(var(--color-secondary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:39.8125rem;height:17.8125rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
#Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:12.25rem;height:1.94965rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.8125rem;height:1.94965rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.249998092651rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4574651718139rem;left:10.78125rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { border-width: 0; border-radius: 0; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0190973281861rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#DrOhSNzIafL5kl5SydLkCWZa3drccvlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#FSavS843pCPRHRuAa89NNuJbKNmR3fUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6449651718139rem;left:13.46875rem;height:1.787325rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3923606872556rem;left:13.46875rem;height:10.186625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
#GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.706596374512rem;left:13.46875rem;height:5.361975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wto4IquRvklk9l1HnyblNCMn1UOhm2kc { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { border-width: 0; border-radius: 0; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:none; }#gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0190973281861rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#abqKQx85cE38pchvVtscr4w0wzXCArDw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { box-sizing:content-box;height:36.625rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:11.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { box-sizing:content-box;height:36.625rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:39.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A84G5vowZd7pEtgownP6kcMPKeeWGAEN { color:rgba(var(--color-secondary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.283854484558rem;left:13rem;height:;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
#ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { color:#fcc701;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.4375rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.125rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.419270992279rem;left:9.1875rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.2708425521851rem;left:13.46875rem;height:7.1493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { color:#fbfbfb;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.137152671814rem;left:12.8125rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { color:#fbfbfb;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:43.90625rem;left:13.125rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { background-color:#fcc701;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49825rem;height:3.4357625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.812521934509rem;left:14.624132156372rem;display:block; }
#TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { background-color:#fcc701;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.497375rem;height:3.43489375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.811631202697rem;left:42.999132156372rem;display:block; }
#tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8neT4poxgWTQOma9FGIQENZtu5X3wuL { color:#fbfbfb;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.137152671814rem;left:41.085939407349rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { color:rgba(var(--color-secondary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.283854484558rem;left:41.375001907349rem;height:;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { border-width: 0; border-radius: 0; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;overflow:visible;position:relative;display:none; }#Ab1akNbz7sbgsX00keqJWKQfwfVynerE { color:#fcc701;display:block;width:72.875rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0625rem;left:1rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { color:rgba(var(--color-secondary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.75rem;left:11.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { color:#ffffff;display:block;width:31.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:21.75rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { color:#ffffff;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.375rem;left:11.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.5rem;left:35.1875rem;display:block; }
#aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { color:#fcc701;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.875rem;left:12rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { color:#fcc701;display:block;width:58.999rem;position:absolute;font-family:georgia;font-size:4.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.875rem;left:3.5rem;height:13.6113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { color:#ffffff;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:21.0625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e16F6oFO23FFqyT8myKRWdMoChH6chrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcc701;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { border-width: 0; border-radius: 0; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:13.1875rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#p569WD1POIfpc4xmdv3xd5ux6SpXn55w { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.5rem;left:12.125rem;display:block; }
#wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.875rem;left:7.5rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:27.375rem;display:block; }
#BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28.4375rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#RQagxmNgZHaciZnSMZeorT810SOGQ90q { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:22.75rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:42.6875rem;display:block; }
#PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:43.75rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#su75NiaKEw45x2vds1qSLIiQm8d1vw22 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.875rem;left:38.0625rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:16.875rem;left:53.25rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:57.875rem;display:block; }
#qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.875rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#TubVgvqAknQQanz5E8316zokCl30pCc1 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.4375rem;top:12.080729484558rem;left:18.222223281861rem;display:block; }
#LWsaUneE1WRGtHgesD7xqQqesaf3qGES { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12.125rem;left:34.625rem;display:block; }
#BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12.125rem;left:49.75rem;display:block; }
#M6X3HplDn4kEv4AaKaGALodoIvVkkkof { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2152709960938rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:8.0625rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:23.267362594604rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:38.929689407349rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3628473281863rem;left:53.655385971069rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.580729484558rem;left:23.597223281861rem; }
#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { 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:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { border-width: 0; border-radius: 0; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:7.5625rem;left:1.3125rem;display:block; }
#K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { position:absolute;display:block;z-index:15001;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:8.0625rem;display:block; }
#aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:1.90625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { color:#4e4e4e;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.029514312744rem;left:3.03125rem;height:15.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.4375rem;width:16.125rem;top:7.5625rem;left:21.062501907349rem;display:block; }
#dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:20.656251907349rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { position:absolute;display:block;z-index:15007;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:26.75rem;display:block; }
#eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.1875rem;width:13.875rem;top:7.5625rem;left:39.812501907349rem;display:block; }
#xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { position:absolute;display:block;z-index:15013;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:33.180556297303rem;left:39.812501907349rem;display:block; }
#r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:39.406251907349rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { position:absolute;display:block;z-index:15013;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:45.5rem;display:block; }
#g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.0625rem;width:13.875rem;top:7.5625rem;left:58.562498092651rem;display:block; }
#l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { position:absolute;display:block;z-index:15019;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:33.180556297303rem;left:58.687498092651rem;display:block; }
#ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:58.156248092651rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { position:absolute;display:block;z-index:15019;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:64.25rem;display:block; }
#T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6866312026977rem;left:11.8125rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:1.90625rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoGyJ65MqbccWxhsNHQlT65xULoTcVML { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.099826812744rem;left:20.656251907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:39.406251907349rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C53t88GOACKzd4TzgFrbLQzMssVn9h6g { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:58.156248092651rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { border-width: 0; border-radius: 0; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6440973281861rem;left:13.46875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0789930820462rem;left:13.46875rem;height:8.936625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0963542461395rem;left:13.46875rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.473090410233rem;left:13.46875rem;height:7.1493rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { border-width: 0; border-radius: 0; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#yh3ftTgoGTegcbaLAuydx732r1AsBiiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { box-sizing:content-box;height:40.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:9.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { box-sizing:content-box;height:40.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:40rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { color:rgba(var(--color-secondary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:10.75rem;height:14.410125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
#oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { color:#fcc701;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.9375rem;left:10.75rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CTyI1KxERAI40a6IPopOfxP74NlKwxHU { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.5625rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:58.5625rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.125rem;height:7.14583125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trkKlWoFJpaO9H1cp393BuOsKngRX08e { color:#fbfbfb;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:10.75rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { color:#fbfbfb;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:51.8125rem;left:12.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { background-color:#fcc701;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.43489375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.125rem;left:11.75rem;display:block; }
#nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { background-color:#fcc701;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.125rem;left:42.625rem;display:block; }
#Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#necBugvPJAcBaL3VeM3SO13batHrIOtc { color:#fbfbfb;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22rem;left:41.5625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { color:rgba(var(--color-secondary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.625rem;height:14.410125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
#XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { color:#fbfbfb;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:10.625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4mPX58F68tJTVbzRZOaI0tT158OGLJR { color:#fbfbfb;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:51.8125rem;left:44rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { color:#fbfbfb;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.375rem;left:41.5625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { border-width: 0; border-radius: 0; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;overflow:visible;position:relative;display:none; }#akFkbTVtJo8euJkL3y2bwITezr45LA8F { color:rgba(var(--color-secondary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:7rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#cMOmzTwBaPMUexexnEgkWx34fekm3fVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { border-width: 0; border-radius: 0; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:none; }#fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6440973281861rem;left:13.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#sPDF2JgBFaL0noe5g5rFu4PoecamvXva { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.016479492188rem;left:13.46875rem;height:10.99609375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wagm4vchafxFXypO8m1nSA7bmoI61zVE { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.034708023071rem;left:13.46875rem;height:1.787925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3984384536743rem;left:13.46875rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.890610694885rem;left:13.46875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { color:#000000;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.139756679535rem;left:13.46875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syaA8syqbBuqx48nrGaf5B5zN7WTWPME { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.4365234375rem;left:10.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #01144a;border-left:0.0625rem solid #01144a;border-right:0.0625rem solid #01144a;border-bottom:0.0625rem solid #01144a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.27083375rem;height:2.95833375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.944009780884rem;left:30.843753814698rem;display:block; }
#Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbS19RvU3cef7MkQ76bCabxcryxGMm1C { display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { width:4.1875rem;height:1.13715rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHZhVWRL9LUtfrUxQ2DEkaEzzPQSnZu { width:8.25rem;height:1.13715rem;top:1.900173664093rem;left:2.9375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { width:6.3125rem;height:1.13715rem;top:1.900173664093rem;left:10.617187798023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJLxAxQqHPygLus2fenTbyyXpnykN3m { width:11rem;height:1.13715rem;top:1.875rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5h4dVkCKLhVDL3KHkrCPHJqaRDTML9D { width:12.5rem;height:3.125rem;top:2.1874799728394rem;left:35.249131500721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzStSoxzVDTCOTO8EaiNxugKrIemwXPd { display:block; }
 }@media only screen and (max-width: 763px) { #ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XwuwIeSRQGlHizLAEEIFCJDBcRgmOfTq { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { width:20.625rem;height:3.4375rem;top:34.0625rem;left:14.967935562134rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block; }
 }@media only screen and (max-width: 763px) { #mNsVCJwLlenEdVd5uqN1iTnwH1DpC3MK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { display:block; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
 }@media only screen and (max-width: 763px) { #ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paT8Ax05AoOdKAImN6gx3IlZDftikEgT { display:block; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfMVsk9HANNk7MZCXmM1zS2XcHGLPFnN { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NslktROQ156KmwmwF6Kp2K3BFIipUqOh { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRyxXK9kHFLQyMneGhZO4HElcDdNsFeU { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhlFvUqxTLkoGwGIQNQvxMWzArsxxo7m { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxIpiE5SoHgMu3DwgknQpw0qHW11zNqb { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIuLv47yJTK55XhzZULG4DJ27712aea4 { display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { width:31.25rem;height:18.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k13AXy8cKllAz57qQdEUVrLLPC7KJocB { width:31.25rem;height:18.75rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { width:28.8125rem;height:11.3125rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
 }@media only screen and (max-width: 763px) { #VLgzktbdkxIdbthPTQaHeKet5DggRMKF { width:29.8125rem;height:11.3125rem;top:15.4375rem;left:17.9375rem;font-size:0.9375rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
 }@media only screen and (max-width: 763px) { #nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { display:block; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOXK60Zer49XfJadLusZuFov29xWEuG8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPOdWntExCRI73514Qm5aDpdOGUv4kfK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CumwrbufthgXV0r6qSvSbSxZIueZcM9m { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u34trwoty8919kWKLQAVgBTxruB4OS59 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{  }
 }@media only screen and (max-width: 763px) { #R80ots7fRyUoXEV4tDZ9IEO99HXeAyI0 { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { display:block; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { display:block; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { display:block; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { width:16.125rem;height:30.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { width:14.9375rem;height:2.875rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { width:12.6875rem;height:14.25rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { width:16.125rem;height:30.125rem;top:12.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { width:14.9375rem;height:2.875rem;top:14.5rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLEIIL9EdLDMEful35B0edNbB0gMUTb { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { width:16.125rem;height:30.125rem;top:12.375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { width:14.9375rem;height:2.875rem;top:14.5rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { width:16.125rem;height:30.125rem;top:12.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { width:14.9375rem;height:2.875rem;top:14.5rem;left:32.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:40.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { width:14.9375rem;height:1.25rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { width:14.9375rem;height:1.1875rem;top:17.9375rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { width:14.9375rem;height:1.25rem;top:17.875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPkVlOkDwRVa9GLczCisaTD2pburPLe { width:14.9375rem;height:1.25rem;top:17.875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { width:12.6875rem;height:14.25rem;top:20.5rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { width:14.9375rem;height:1.25rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { width:16.1875rem;height:0.875rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { width:14.9375rem;height:1.25rem;top:37.875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { width:16.1875rem;height:0.875rem;top:41.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { width:16.1875rem;height:0.875rem;top:41.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { width:16.1875rem;height:0.875rem;top:41.6875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { width:13.5625rem;height:14.25rem;top:20.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { width:12.75rem;height:1.25rem;top:37.875rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { width:13.5625rem;height:15.5625rem;top:20.5rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { width:14.9375rem;height:1.25rem;top:37.875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnTFzoKgV31XT8QIm28at5TPzrLES88 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { width:14.875rem;height:1.25rem;top:22rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { width:14.875rem;height:1rem;top:44.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { width:14.875rem;height:1rem;top:74.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { width:14.875rem;height:1.0625rem;top:105.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { display:block; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trywB3y99pAJvKdelqEPmV7buStTziwT { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhDEz0WylFdpvT30OIBcEG12ePgbg62o { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { display:block; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { background-color: transparent; background-image: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,119,181,0.79); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,119,181,0.79); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:37.4379375rem;position:relative;display:block; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.adaptive-delivery-prevent-bg, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyload, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { width:32.1875rem;height:1.527775rem;top:3.6495230197906rem;left:15.561416596174rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { width:31.749125rem;height:31.249975rem;top:5.2999136447906rem;left:16.063802689314rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { width:5.625rem;height:2.152775rem;top:1.2450087070465rem;left:15.498481720686rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { width:23.811875rem;height:3.402775rem;top:0.43663191795349rem;left:21.24717900157rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { display:block; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgempbgh7ei1T5nh7acvrIVJgM9uNNy { width:12.5rem;height:3.125rem;top:2.1874799728394rem;left:35.249131500721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3vgdkkrZ7TnM4zTLH02shi8QXggysu1 { display:block; }
 }@media only screen and (max-width: 763px) { #XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { display:block; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zltUWO3V7ryrTsy10o20CcIIPL68gmse { width:34.625rem;height:3.89930625rem;top:1.7994794845581rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMtoLoKcasArqrsDrXT5g3OwT1oDNNbq { width:12.5rem;height:3.125rem;top:2.1874799728394rem;left:35.249131500721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogP2GrDRyvATARlA5HOt4f9Z1hL8arN { display:block; }
 }@media only screen and (max-width: 763px) { #QwIiywpyv6Ihx716ePEwlaoNghgGE0Am { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT { display:block; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsQ8JtXTT7Qd5kxWsKtSFRToL4x7FLLZ { width:2.1875rem;height:1.5625rem;top:1.1258678436279rem;left:0.86805552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvyPxib8QJKal4fCh9bKDq0WLJc5wWT { width:17.0625rem;height:1.2999125rem;top:1.5998268127441rem;left:3.0546875596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS { width:1.875rem;height:1.875rem;top:1.3125rem;left:40.437501251697rem;display:block; }
#zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #drML93lvNRWUk0qQF7a1SSPfHfx4OXla { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNoMKD3O4lG7W856hSzldqmp82A8ZCss { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
 }@media only screen and (max-width: 763px) { #HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { width:25.9375rem;height:25.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { width:25.9375rem;height:25.9375rem;top:13.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { width:22.9375rem;height:17.8125rem;top:18.75rem;left:0rem;font-size:1.25rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
 }@media only screen and (max-width: 763px) { #aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { width:23.625rem;height:17.8125rem;top:18.875rem;left:24.125rem;font-size:1.25rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrOhSNzIafL5kl5SydLkCWZa3drccvlL { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSavS843pCPRHRuAa89NNuJbKNmR3fUk { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
 }@media only screen and (max-width: 763px) { #GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wto4IquRvklk9l1HnyblNCMn1UOhm2kc { display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #abqKQx85cE38pchvVtscr4w0wzXCArDw { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { width:24.375rem;height:36.625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { width:24.375rem;height:36.625rem;top:16.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84G5vowZd7pEtgownP6kcMPKeeWGAEN { width:20.75rem;height:;top:26.25rem;left:0rem;font-size:1.125rem;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
 }@media only screen and (max-width: 763px) { #ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { width:17.4375rem;height:3.375rem;top:47.8125rem;left:0.99913215637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block; }
 }@media only screen and (max-width: 763px) { #v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { width:17.4375rem;height:3.375rem;top:47.75rem;left:29.374132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block; }
 }@media only screen and (max-width: 763px) { #r8neT4poxgWTQOma9FGIQENZtu5X3wuL { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { width:20.75rem;height:;top:26.25rem;left:27rem;font-size:1.125rem;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
 }@media only screen and (max-width: 763px) { #KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ab1akNbz7sbgsX00keqJWKQfwfVynerE { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { width:15.625rem;height:3.4375rem;top:34.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block; }
 }@media only screen and (max-width: 763px) { #QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e16F6oFO23FFqyT8myKRWdMoChH6chrb { display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { top:10.4375rem;left:0rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p569WD1POIfpc4xmdv3xd5ux6SpXn55w { top:9.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { top:16.875rem;left:0rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { top:9.625rem;left:13.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { top:10.5625rem;left:14.8125rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQagxmNgZHaciZnSMZeorT810SOGQ90q { top:16.9375rem;left:9.125rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { top:9.625rem;left:29.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { top:10.5625rem;left:30.125rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su75NiaKEw45x2vds1qSLIiQm8d1vw22 { top:16.875rem;left:24.4375rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { top:16.875rem;left:33.5rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { top:9.625rem;left:42.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { top:10.5625rem;left:44.5625rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubVgvqAknQQanz5E8316zokCl30pCc1 { top:12.0625rem;left:4.5972232818604rem;width:5.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsaUneE1WRGtHgesD7xqQqesaf3qGES { top:12.125rem;left:21rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { top:12.125rem;left:36.125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6X3HplDn4kEv4AaKaGALodoIvVkkkof { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { width:3.125rem;height:3.125rem;top:10.5625rem;left:9.9722232818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { display:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { width:16.125rem;height:30.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { width:2.4375rem;height:0.3125rem;top:8.875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { width:14.9375rem;height:2.875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { width:12.6875rem;height:15.5625rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { width:16.125rem;height:26.4375rem;top:7.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { width:14.9375rem;height:2.875rem;top:9.6875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { width:2.4375rem;height:0.3125rem;top:8.875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { width:13.875rem;height:26.1875rem;top:7.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { width:13.875rem;height:0.875rem;top:33.125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { width:14.9375rem;height:2.875rem;top:9.6875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { width:2.4375rem;height:0.3125rem;top:8.875rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { width:13.875rem;height:26.0625rem;top:7.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { width:13.875rem;height:0.875rem;top:33.125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { width:14.9375rem;height:2.875rem;top:9.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { width:2.4375rem;height:0.3125rem;top:8.875rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { width:14.9375rem;height:1.25rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGyJ65MqbccWxhsNHQlT65xULoTcVML { width:14.9375rem;height:1.1875rem;top:13.0625rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { width:14.9375rem;height:1.25rem;top:13rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53t88GOACKzd4TzgFrbLQzMssVn9h6g { width:14.9375rem;height:1.25rem;top:13rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh3ftTgoGTegcbaLAuydx732r1AsBiiG { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { width:25.9375rem;height:40.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { width:25.9375rem;height:40.3125rem;top:15.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { width:22.6875rem;height:14.375rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
 }@media only screen and (max-width: 763px) { #oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyI1KxERAI40a6IPopOfxP74NlKwxHU { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkKlWoFJpaO9H1cp393BuOsKngRX08e { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { width:20.625rem;height:3.375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block; }
 }@media only screen and (max-width: 763px) { #QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { width:20.625rem;height:3.4375rem;top:47.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block; }
 }@media only screen and (max-width: 763px) { #necBugvPJAcBaL3VeM3SO13batHrIOtc { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { width:22.6875rem;height:14.375rem;top:26.1875rem;left:25.0625rem;font-size:1.125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
 }@media only screen and (max-width: 763px) { #XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mPX58F68tJTVbzRZOaI0tT158OGLJR { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akFkbTVtJo8euJkL3y2bwITezr45LA8F { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMOmzTwBaPMUexexnEgkWx34fekm3fVb { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPDF2JgBFaL0noe5g5rFu4PoecamvXva { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wagm4vchafxFXypO8m1nSA7bmoI61zVE { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaA8syqbBuqx48nrGaf5B5zN7WTWPME { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { width:11rem;height:2.5rem;top:1.25rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbS19RvU3cef7MkQ76bCabxcryxGMm1C { display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { width:1.9375rem;height:0.893375rem;top:1.4375rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVHZhVWRL9LUtfrUxQ2DEkaEzzPQSnZu { width:4.874675rem;height:0.893375rem;top:1.4375rem;left:5.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { width:6.3745rem;height:0.893375rem;top:1.4375rem;left:10.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwJLxAxQqHPygLus2fenTbyyXpnykN3m { width:11rem;height:0;top:2.236111164093rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { width:3.1875rem;height:0.893375rem;top:1.4375rem;left:16.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x5h4dVkCKLhVDL3KHkrCPHJqaRDTML9D { width:9.41616625rem;height:1.47916625rem;top:3.4993488788605rem;left:5.2913411855697rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzStSoxzVDTCOTO8EaiNxugKrIemwXPd { display:block; }
 }@media only screen and (max-width: 763px) { #ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { width:2.4373375rem;height:0.893375rem;top:1.4375rem;left:2.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:20rem;height:11.137125rem;top:3.47265625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:18.1861875rem;height:5.24884375rem;top:16.558595657349rem;left:0.90625005960463rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20rem;height:0.97439375rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XwuwIeSRQGlHizLAEEIFCJDBcRgmOfTq { width:18.9375rem;height:2.62441875rem;top:22.87109375rem;left:0.53125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { width:13.3748125rem;height:2.374675rem;top:27.245278596878rem;left:3.3113607168197rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block; }
 }@media only screen and (max-width: 763px) { #mNsVCJwLlenEdVd5uqN1iTnwH1DpC3MK { width:17.7498125rem;height:2.27430625rem;top:31.245115756989rem;left:1.1238607168198rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { background-color: transparent; background-image: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container > .video-iframe-container { display: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container { display: none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .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); }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { width:18.1861875rem;height:3.849825rem;top:0.625rem;left:0.90657556056975rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { width:18.8125rem;height:13.369125rem;top:10.1875rem;left:1.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
 }@media only screen and (max-width: 763px) { #ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { width:18.8745rem;height:1.3125rem;top:8.0615234375rem;left:1.12548828125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { width:20rem;height:1.3125rem;top:4.7493505477905rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { width:20rem;height:1.3125rem;top:24.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #paT8Ax05AoOdKAImN6gx3IlZDftikEgT { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { background-color: transparent; background-image: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container > .video-iframe-container { display: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row > .video-iframe-container { display: none; }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .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); }#paT8Ax05AoOdKAImN6gx3IlZDftikEgT > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { width:18.1861875rem;height:5.24884375rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bfMVsk9HANNk7MZCXmM1zS2XcHGLPFnN { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #NslktROQ156KmwmwF6Kp2K3BFIipUqOh { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #bRyxXK9kHFLQyMneGhZO4HElcDdNsFeU { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #fhlFvUqxTLkoGwGIQNQvxMWzArsxxo7m { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #OxIpiE5SoHgMu3DwgknQpw0qHW11zNqb { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIuLv47yJTK55XhzZULG4DJ27712aea4 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { width:18.186625rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:18.1861875rem;height:1.9249125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { width:20rem;height:17.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k13AXy8cKllAz57qQdEUVrLLPC7KJocB { width:20rem;height:19.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { width:20rem;height:10.0860625rem;top:13rem;left:0rem;font-size:0.9375rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
 }@media only screen and (max-width: 763px) { #VLgzktbdkxIdbthPTQaHeKet5DggRMKF { width:20rem;height:12.5224375rem;top:32.75rem;left:0rem;font-size:0.9375rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
 }@media only screen and (max-width: 763px) { #nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { width:20rem;height:1.9249125rem;top:9.6875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { width:20rem;height:1.9249125rem;top:29.3125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { width:20rem;height:2.62441875rem;top:49.374184608459rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { width:20rem;height:2.62441875rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { background-color: transparent; background-image: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container > .video-iframe-container { display: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container { display: none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .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); }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOXK60Zer49XfJadLusZuFov29xWEuG8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #hPOdWntExCRI73514Qm5aDpdOGUv4kfK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { width:17.1248125rem;height:3.30005625rem;top:0.74869823455813rem;left:1.4371744394302rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CumwrbufthgXV0r6qSvSbSxZIueZcM9m { width:18.4375rem;height:1.125rem;top:5.4375rem;left:0.75rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u34trwoty8919kWKLQAVgBTxruB4OS59 { width:19.5rem;height:8.0295rem;top:9.7493486404419rem;left:0.74951171875rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{  }
 }@media only screen and (max-width: 763px) { #R80ots7fRyUoXEV4tDZ9IEO99HXeAyI0 { width:19.125rem;height:1.125rem;top:7.6875rem;left:0.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { width:19.5621875rem;height:1.125rem;top:19.436034202576rem;left:0.43701171875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { background-color: transparent; background-image: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container > .video-iframe-container { display: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container { display: none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .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); }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { width:18.1861875rem;height:3.849825rem;top:1.25rem;left:0.875rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { width:20rem;height:36.7419rem;top:5.8740329742432rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { background-color: transparent; background-image: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container > .video-iframe-container { display: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container { display: none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .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); }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { width:18.1861875rem;height:3.93663125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { display:block; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { width:20rem;height:137.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { width:16.875rem;height:27.5rem;top:11.311838626862rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { width:2.4375rem;height:0.3125rem;top:12.624511241913rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { width:14.9375rem;height:0;top:13.623860359192rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { width:14.9375rem;height:12.9919rem;top:19.397785663605rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { width:16.875rem;height:27.5rem;top:41.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { width:14.9375rem;height:0;top:44rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhLEIIL9EdLDMEful35B0edNbB0gMUTb { width:2.4375rem;height:0.3125rem;top:42.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { width:16.875rem;height:27.5rem;top:71.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { width:14.9375rem;height:0;top:73.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { width:2.4375rem;height:0.3125rem;top:72.93701171875rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { width:16.875rem;height:27.5rem;top:102rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { width:14.9375rem;height:0;top:104.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { width:2.4375rem;height:0.3125rem;top:103.37483406067rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { width:19.0625rem;height:3.849825rem;top:1.06201171875rem;left:0.46875rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { width:14.9375rem;height:1.2999125rem;top:16.873372077942rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { width:14.9375rem;height:1.21875rem;top:46.436357498169rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { width:14.9375rem;height:1.2999125rem;top:76.302059173581rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPkVlOkDwRVa9GLczCisaTD2pburPLe { width:14.9375rem;height:1.2999125rem;top:107.05240631104rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { width:14.0625rem;height:14.29106875rem;top:49.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { width:14.9375rem;height:1.2999125rem;top:34.686686038971rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { width:16.875rem;height:0.875rem;top:37.988279819489rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { width:14.9375rem;height:1.2999125rem;top:66.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { width:16.875rem;height:0.875rem;top:68.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { width:16.875rem;height:0.875rem;top:98.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { width:16.875rem;height:0.875rem;top:128.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { width:13.875rem;height:12.99188125rem;top:79.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { width:14.9375rem;height:1.2999125rem;top:94.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { width:13.375rem;height:15.5902625rem;top:109.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { width:14.9375rem;height:1.2999125rem;top:125.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnTFzoKgV31XT8QIm28at5TPzrLES88 { width:20rem;height:3.93663125rem;top:5.5607099533081rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { width:20rem;height:3.93663125rem;top:131.98485851288rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { width:14.9373125rem;height:1.25rem;top:14.998371124267rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { width:14.9373125rem;height:1.25rem;top:44.676919937134rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { width:14.9373125rem;height:1.25rem;top:74.427080631256rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { width:14.9373125rem;height:1.25rem;top:105.24006843567rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { background-color: transparent; background-image: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container > .video-iframe-container { display: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container { display: none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .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); }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trywB3y99pAJvKdelqEPmV7buStTziwT { width:18.1861875rem;height:3.93663125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #QhDEz0WylFdpvT30OIBcEG12ePgbg62o { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { display:block; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { background-color: transparent; background-image: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row > .video-iframe-container { display: none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .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); }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { width:20rem;height:51.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { width:19.0625rem;height:40.78125rem;top:10.64018201828rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { width:5.625rem;height:0;top:28.986980438233rem;left:4.5000002980232rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { width:18.186875rem;height:7.87325rem;top:1.2353515625rem;left:0.90576171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { display:block; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgempbgh7ei1T5nh7acvrIVJgM9uNNy { width:13.89583375rem;height:2.95833375rem;top:1.21875rem;left:3.0312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3vgdkkrZ7TnM4zTLH02shi8QXggysu1 { display:block; }
 }@media only screen and (max-width: 763px) { #XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { display:block; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zltUWO3V7ryrTsy10o20CcIIPL68gmse { width:18.5rem;height:4.8726875rem;top:1.3125rem;left:0.75000005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMtoLoKcasArqrsDrXT5g3OwT1oDNNbq { width:11.27083375rem;height:3.02083375rem;top:8.65625rem;left:4.3437502980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogP2GrDRyvATARlA5HOt4f9Z1hL8arN { display:block; }
 }@media only screen and (max-width: 763px) { #QwIiywpyv6Ihx716ePEwlaoNghgGE0Am { width:15.4375rem;height:0.875rem;top:12.821615219116rem;left:2.2812500596046rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT { display:block; }#CJPO6V8lXX8i7CRTbVphbqHUSToMTvnT > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsQ8JtXTT7Qd5kxWsKtSFRToL4x7FLLZ { width:2.1875rem;height:1.5625rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvyPxib8QJKal4fCh9bKDq0WLJc5wWT { width:17.0625rem;height:1.137875rem;top:3.375rem;left:1.4687500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS { display:flex;width:1.875rem;height:1.875rem;top:9.6471375rem;left:9.0625rem;display:none; }
#zn8TSr7QRHEWz4TvkXeroeM9d0vhsTXS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #drML93lvNRWUk0qQF7a1SSPfHfx4OXla { width:20rem;height:1.78675rem;top:5.48046875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { width:20rem;height:17.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mNoMKD3O4lG7W856hSzldqmp82A8ZCss { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { width:15.9375rem;height:9.1875rem;top:3.47395625rem;left:2rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
 }@media only screen and (max-width: 763px) { #HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { width:18.937rem;height:2.1rem;top:13.91145625rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:20rem;height:13.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:15.9375rem;height:9.1875rem;top:3.47395625rem;left:2rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { width:18.186625rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { width:20rem;height:25.9375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { width:20rem;height:25.9375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { width:20rem;height:19.4375rem;top:16.9375rem;left:0rem;font-size:1.25rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
 }@media only screen and (max-width: 763px) { #aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { width:20rem;height:19.4375rem;top:44.25rem;left:0rem;font-size:1.25rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { width:20rem;height:2.099825rem;top:13.5rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { width:20rem;height:2.099825rem;top:40.8125rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { width:20rem;height:2.625rem;top:66rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { width:20rem;height:6.5625rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { width:20rem;height:18.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DrOhSNzIafL5kl5SydLkCWZa3drccvlL { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FSavS843pCPRHRuAa89NNuJbKNmR3fUk { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
 }@media only screen and (max-width: 763px) { #GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { width:20rem;height:0;top:15.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wto4IquRvklk9l1HnyblNCMn1UOhm2kc { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { width:20rem;height:90.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #abqKQx85cE38pchvVtscr4w0wzXCArDw { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { width:20rem;height:36.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { width:20rem;height:36.625rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84G5vowZd7pEtgownP6kcMPKeeWGAEN { width:20rem;height:0;top:25.596351623535rem;left:0rem;font-size:1.125rem;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
 }@media only screen and (max-width: 763px) { #ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { width:20rem;height:0;top:17.375rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { width:20rem;height:0;top:55.25rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { width:20rem;height:0;top:21.449645996094rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { width:20rem;height:0;top:43.21875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { width:17.4375rem;height:3.375rem;top:47.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block; }
 }@media only screen and (max-width: 763px) { #v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { width:17.4375rem;height:3.375rem;top:84.999130249025rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block; }
 }@media only screen and (max-width: 763px) { #r8neT4poxgWTQOma9FGIQENZtu5X3wuL { width:20rem;height:0;top:59.324645996094rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { width:20rem;height:0;top:63.471351623538rem;left:0rem;font-size:1.125rem;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
 }@media only screen and (max-width: 763px) { #KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { width:20rem;height:37.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ab1akNbz7sbgsX00keqJWKQfwfVynerE { width:20rem;height:7.97225rem;top:5.84895625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { width:18.186625rem;height:5.25rem;top:18.50783125rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { width:20rem;height:0.974825rem;top:3.625rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { width:20rem;height:2.625rem;top:25.00783125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { width:15.625rem;height:3.4375rem;top:32.75783125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block; }
 }@media only screen and (max-width: 763px) { #QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { width:20rem;height:2.625rem;top:28.88283125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { width:20rem;height:0;top:15.07033125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e16F6oFO23FFqyT8myKRWdMoChH6chrb { display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { width:20rem;height:90.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { width:3.1875rem;height:2.6rem;top:21.25rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p569WD1POIfpc4xmdv3xd5ux6SpXn55w { width:5rem;height:5rem;top:20.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { width:14.25rem;height:7.875rem;top:54.291665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { width:5rem;height:5rem;top:32.41666625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { width:3.1875rem;height:2.6rem;top:33.35416625rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQagxmNgZHaciZnSMZeorT810SOGQ90q { width:14.25rem;height:7.875rem;top:63.416665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { width:5rem;height:5rem;top:40.1458325rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { width:3.1875rem;height:2.6rem;top:41.0833325rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #su75NiaKEw45x2vds1qSLIiQm8d1vw22 { width:14.25rem;height:7.875rem;top:72.541665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { width:14.25rem;height:7.875rem;top:81.666665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { width:5rem;height:5rem;top:47.87499875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { width:3.1875rem;height:2.6rem;top:48.81249875rem;left:8.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubVgvqAknQQanz5E8316zokCl30pCc1 { width:6.25rem;height:0.0625rem;top:26.72916625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsaUneE1WRGtHgesD7xqQqesaf3qGES { width:6.25rem;height:0.0625rem;top:38.8333325rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { width:6.25rem;height:0.0625rem;top:46.56249875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6X3HplDn4kEv4AaKaGALodoIvVkkkof { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { width:13.4375rem;height:0;top:5.0625rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { width:13.4375rem;height:0;top:8.875rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { width:13.4375rem;height:0;top:12.6875rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { width:13.4375rem;height:0;top:16.5rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { display:flex;width:3.125rem;height:3.125rem;top:28.04166625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { display:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { width:20rem;height:103rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { width:13.875rem;height:19.4375rem;top:5.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { width:2.4375rem;height:0.3125rem;top:6.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { width:14.9375rem;height:1.86865rem;top:7.1935763359069rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { width:14.9375rem;height:5.199225rem;top:12.529514312744rem;left:4.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { width:13.875rem;height:19.4375rem;top:25.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { width:14.9375rem;height:1.86865rem;top:27.881076335907rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { width:2.4375rem;height:0.3125rem;top:27.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { width:13.875rem;height:19.4375rem;top:54.1809875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { width:13.875rem;height:0.875rem;top:52.0559875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { width:14.9375rem;height:1.86865rem;top:46.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { width:2.4375rem;height:0.3125rem;top:55.4934875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { width:13.875rem;height:19.4375rem;top:80.486975rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { width:13.875rem;height:0.875rem;top:101.174475rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { width:14.9375rem;height:1.86865rem;top:74.8684875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { width:2.4375rem;height:0.3125rem;top:81.799475rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { width:14.9375rem;height:0;top:10.559896469116rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGyJ65MqbccWxhsNHQlT65xULoTcVML { width:14.9375rem;height:0;top:31.287326812744rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { width:14.9375rem;height:0;top:49.5559875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53t88GOACKzd4TzgFrbLQzMssVn9h6g { width:14.9375rem;height:0;top:77.986975rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { width:20rem;height:18.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { width:20rem;height:0;top:15.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { width:20rem;height:99.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { width:18.186625rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #yh3ftTgoGTegcbaLAuydx732r1AsBiiG { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { width:20rem;height:40.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { width:20rem;height:40.3125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { width:20rem;height:15.8680625rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
 }@media only screen and (max-width: 763px) { #oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { width:20rem;height:6.2995rem;top:14.9375rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CTyI1KxERAI40a6IPopOfxP74NlKwxHU { width:20rem;height:4.19965rem;top:56.5rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { width:20rem;height:2.625rem;top:96.0625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { width:20rem;height:7.875rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #trkKlWoFJpaO9H1cp393BuOsKngRX08e { width:20rem;height:2.625rem;top:19rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { width:17.9375rem;height:2.625rem;top:48.8125rem;left:2.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { width:19rem;height:3.375rem;top:44.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block; }
 }@media only screen and (max-width: 763px) { #QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { width:19rem;height:3.4375rem;top:85.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block; }
 }@media only screen and (max-width: 763px) { #necBugvPJAcBaL3VeM3SO13batHrIOtc { width:20rem;height:2.625rem;top:60.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { width:20rem;height:15.8680625rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
 }@media only screen and (max-width: 763px) { #XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { width:20rem;height:2.625rem;top:39.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v4mPX58F68tJTVbzRZOaI0tT158OGLJR { width:17.9375rem;height:2.625rem;top:90.375rem;left:2.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { width:20rem;height:2.625rem;top:80.9375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { width:20rem;height:13.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akFkbTVtJo8euJkL3y2bwITezr45LA8F { width:18.186625rem;height:11.8125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cMOmzTwBaPMUexexnEgkWx34fekm3fVb { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { width:20rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { width:18.1861875rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #sPDF2JgBFaL0noe5g5rFu4PoecamvXva { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { width:20rem;height:6.55925rem;top:15.4375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wagm4vchafxFXypO8m1nSA7bmoI61zVE { width:20rem;height:1.3125rem;top:12.875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { width:20rem;height:2.6237rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { width:20rem;height:3.93554375rem;top:7.6875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { width:20rem;height:3.93554375rem;top:23.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #syaA8syqbBuqx48nrGaf5B5zN7WTWPME { width:20rem;height:2.6237rem;top:28.4375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { width:13.3125rem;height:3rem;top:36.625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block; }
 }