.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { 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; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { background-color: transparent; background-image: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container > .video-iframe-container { display: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container { display: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .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); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { border-width: 0; border-radius: 0; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container { background-color: transparent; background-image: none; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container > .video-iframe-container { display: none; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row > .video-iframe-container { display: none; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .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); }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container { border-width: 0; border-radius: 0; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { background-color:transparent;background-image:none;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87456601858137rem;left:34.625rem;display:block; }
#Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.87456601858137rem;left:48.624671936035rem;display:block; }
#n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prOulzlo3My4abw93uBAgTP05uiFgXu4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93706875rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:56.875rem;display:block; }
#X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:63.4375rem;display:block; }
#KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.75rem;top:1.5934245586395rem;left:0rem;overflow:hidden;display:block; }
#aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { 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:15000;opacity:1;display:none; }
#TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6871875rem;height:2.707901875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:23.6865234375rem;display:block; }
#LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container { border-width: 0; border-radius: 0; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#TTrpqX4y4vVnqK0o6okZfVpOCbPZ2oKL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87456601858137rem;left:34.625rem;display:block; }
#XpE4uIEXTkiTFzU14PQXRO2p7INT2DsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTBH9mqqfFV2K5H597iK5UEXhT6v6QmZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.87456601858137rem;left:48.624671936035rem;display:block; }
#MOSTCtNZsiFVWcMTbcXQ3RP50LDnnLIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2LOPN6ydMuoEpvCNWitUTvXBH1KyhnT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93706875rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:56.875rem;display:block; }
#MOvaWnALiQ6idfTuqJplMEtNbuN2wlSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo3iz1dlAwI0xTgIF9eWxsxhXhWbW6PT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:63.4375rem;display:block; }
#QxLwiR2oyU4M0gTV0GGIAbyJczpyRqaR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4JhB6TpWdJNrhKs1DPZsAIh5gTQWfb9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.75rem;top:1.5934245586395rem;left:0rem;overflow:hidden;display:block; }
#ZRdF6TGcBJwXfrfvlTbmXRRmvVguzAai { 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:15000;opacity:1;display:none; }
#k39zwaN8kRyR6yDug0FTcCwp9floDD7T { background-color:transparent;background-image:none;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6871875rem;height:2.707901875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:23.6865234375rem;display:block; }
#z5PxtWPlT5R2ol4P5ckgk1HU29rzOzKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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; }#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:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#tQQRdZlaaSvfOIBNArBNFWMuIyeB46tE { color:#1c2637;display:block;width:38.8748125rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8741326332092rem;left:19.655492782592rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtCWURR6AUm1BJMqDeztXUeSxczCce5c { color:#1c2637;display:block;width:52.6248125rem;position:absolute;font-family:"sora font family";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:8.1233735084531rem;left:12.780490875244rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9uasXKv2GmriNFqqri86VC4CwWhxwqB { z-index:;position:relative;display:block; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB { background-color: transparent; background-image: none; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row .container > .video-iframe-container { display: none; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row > .video-iframe-container { display: none; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .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); }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB { border-width: 0; border-radius: 0; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GJVd5xG6I1xPPNcWBZFu7fT4rHbL5MvW { position:absolute;display:block;z-index:15000;height:32.375rem;width:33.9375rem;top:2.0625rem;left:41.0625rem;display:block; }
#cHJkko5RJPoxVbXSINm0asDchBCEQBfb { background-color:transparent;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; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { background-color: transparent; background-image: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container > .video-iframe-container { display: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row > .video-iframe-container { display: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .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); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { border-width: 0; border-radius: 0; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Q91m3IpgTCTCBdlRFa2D9BNBhPSF5vWm { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.5625rem;left:11.9375rem;display:block; }
#qBZJVGTSoZWb6mosDI7bk8J6WGuMVNCo { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:10.125rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#wuX2ukNQNK3ChNMPs69ICc8zObaL3J7T { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#T2QbxSf2MMC9Z9DU6p81C0kihXgw67Th { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5rem;left:13.4375rem;height:1.225rem;font-style:normal;display:block; }
#ncpVeFlPVPmiAgQZI2nBCsqILGipLoa3 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.8125rem;left:13.4375rem;height:1.3rem;font-style:normal;display:block; }
#qGTg5PlNa87TsNA9rxH95wTTXorxweI0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#zh9UAZ3dUrguBosMAFRDSsqh2Ju89VmL { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:19.74374961853rem;left:11.936718940735rem;display:block; }
#vgcUIvH4mza4uWV5vGnmapTWiIeOJfMe { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:22.6875rem;left:13.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#WMtzWTc56JV65nxuJkvP0p2SdfhQ7vqG { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:28.5625rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#mXbPIgFQuK7vib2JqA7ZHrBeLy6K10gG { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.3125rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#cAyTmlqkAQv6yyaRqEBTZHq4nQEhlroJ { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21rem;left:13.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#ClTbC4c08JkiJkT6LyNRQ5gRJLhWUte4 { position:absolute;display:block;z-index:15019;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:1rem;width:1rem;top:20.962500751019rem;left:31.237500190735rem;overflow:hidden;display:block; }
#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO { background-color:transparent;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; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { background-color: transparent; background-image: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container > .video-iframe-container { display: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row > .video-iframe-container { display: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .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); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { border-width: 0; border-radius: 0; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wFRyZ3OzIhyxl7voDdZHSthaCToJZT7O { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#l3WzazaGRkdtsTDNyZynE2p2dz0Brp5D { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.3rem;font-style:normal;display:block; }
#HLqysDbnrnku5cABTKHuQrf6FgsRFvF8 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.124891281128rem;left:13.436958312988rem;height:3.6738375rem;font-style:normal;display:block; }
#oBUfE3cIik0KRKnBgp8TCALeXWJIG4Dt { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#v6Ds5Vmi4lSxNWdSEg3P9AZecT6ManNx { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#z7wt73310v303pDTnomhrIluSsboUZeD { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.225rem;font-style:normal;display:block; }
#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi { background-color:transparent;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; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { background-color: transparent; background-image: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container > .video-iframe-container { display: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row > .video-iframe-container { display: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .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); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { border-width: 0; border-radius: 0; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#srdmoxnMiz8vIdRtH4NHPJRRtbqPzb9C { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#kfviwzTyFUfzWbzgUolkayZenF1AVRl6 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.29980625rem;font-style:normal;display:block; }
#XcTsPmg0d0bESptSuokWsXlX1Bh2tWQJ { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.124891281128rem;left:13.436958312988rem;height:3.6738375rem;font-style:normal;display:block; }
#vCJqT8lryPtm2iS2S4eC5aibALAQTT9x { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#mIdTlKliLmMNrxBGSucLawC3rU7SOFdU { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#G4QKB3rx6H3Hgf2PlHrrLWeIdxCxGkT1 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.2246125rem;font-style:normal;display:block; }
#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi { background-color:transparent;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; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { background-color: transparent; background-image: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container > .video-iframe-container { display: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row > .video-iframe-container { display: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .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); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { border-width: 0; border-radius: 0; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#WGLHmRlkLZIJXxJrBuahkOm7V5LLKenz { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.5625rem;left:11.4375rem;display:block; }
#kON6BUESs7qd2dRUHrOeht38bOhi3msV { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:8.5rem;left:12.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#BITxus4ONCIbZAG03Pcdlw0Hr6x8uKVT { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.8125rem;left:12.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#ZnDLJIMgD3qRImpHnGFTwL6s2LaRIDO9 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:10.125rem;left:12.9375rem;height:3.6738375rem;font-style:normal;display:block; }
#LLrPczrADyow1Db9RrTUObapfT4HKom0 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:14.375rem;left:12.875rem;height:3.09375rem;font-style:normal;display:block; }
#WRCflufFVZE0yKUJaWAEqZdsnJepOWdw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:6.8125rem;left:30.75rem;overflow:hidden;display:block; }
#so9qBvtBzKJfDKoCL5nOWekACcyyvhre { background-color:transparent;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; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { background-color: transparent; background-image: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container > .video-iframe-container { display: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row > .video-iframe-container { display: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .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); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { border-width: 0; border-radius: 0; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ZGs6IW3FgRAHXMbgGB7wt8tTlsBTeduy { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.125rem;left:12.125rem;display:block; }
#k0VOv5lDzNThO8Hyw5TrKgmTiBTbmM1s { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:13.9375rem;left:13.5625rem;height:3.09375rem;font-style:normal;display:block; }
#r1ihO9bMlGC1gJ60LGttME8s38N1KO9e { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:9.6875rem;left:13.625rem;height:3.6738375rem;font-style:normal;display:block; }
#rN2lHAwpevrpZ0UkVx4AmAO3AwrObyK1 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.0625rem;left:13.625rem;height:1.2246125rem;font-style:normal;display:block; }
#b3OHTVwSHm9wsHQhGCqqU8PpHvv6ErgH { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.375rem;left:13.625rem;height:1.29980625rem;font-style:normal;display:block; }
#e7iMTTpQyyL2wlMdqWp88VD9sLO8HaDJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:6.25rem;left:31.4375rem;overflow:hidden;display:block; }
#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN { background-color:transparent;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; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { background-color: transparent; background-image: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container > .video-iframe-container { display: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row > .video-iframe-container { display: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .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); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { border-width: 0; border-radius: 0; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#GttzmTKdblF1cc8qMw2FdTF4dF1Je9pm { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:19.625rem;left:11.9375rem;display:block; }
#QTawKIM0KcSzxMcmcd0oE610nUnamTnd { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.4375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#dFam5dMrpIIC1o6wqXTVklQKAC6HMtMC { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.1875rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#akFTRPm6KnOg4lMI5vXTNixhEwaod3Gs { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.4375rem;height:1.225rem;font-style:normal;display:block; }
#HEdzonXEUAxGEGUbU0Md8DWg21OvaF3F { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.4375rem;height:1.3rem;font-style:normal;display:block; }
#LwDaxBeO6crdz6vcdDQUELCT9XgzHAVx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.75rem;left:31.25rem;overflow:hidden;display:block; }
#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y { background-color:transparent;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; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { background-color: transparent; background-image: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container > .video-iframe-container { display: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row > .video-iframe-container { display: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .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); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { border-width: 0; border-radius: 0; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#G9TdVUpk4DEXOlzsfved9Givp3TatNHG { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#M3UnSLg3caJSrCk88VonNz2PX4q9Ach6 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.3rem;font-style:normal;display:block; }
#rv42KKx3pbJx9sTRnVg4Olo3vbDp02GG { color:#1c2637;display:block;width:18.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.125rem;left:13.436458587646rem;height:3.6738375rem;font-style:normal;display:block; }
#ExwShKSixxANWOGxhLxCVc6JgB1tshID { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#lkGlTvNimMOS1vWyNuZnsVUOdTZABMD5 { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#OnOZ2s7xTtI8I0Du3BuBXEGBfvTvd4lh { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.225rem;font-style:normal;display:block; }
#kluMBgBAnSXLIzoGOJcTiIVXhLeEdyVr { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:19.625rem;left:11.9375rem;display:block; }
#PuUoXdNSMO1PkTvNayQTfPfhw2mmZ3XE { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.4375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#acNObKDoE9nsGZTGielCD2HoUiM3q6Wn { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.1875rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#Hcwt6NF6UvNik5h6hBaWHkep1qeBr7ms { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.4375rem;height:1.225rem;font-style:normal;display:block; }
#ufVTm2WNHap0CVwHHHXMmKXWKVos8LUa { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.4375rem;height:1.3rem;font-style:normal;display:block; }
#wxUtvUgt1FloJL7XIFNdyENKQ2xTiPLa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.75rem;left:31.25rem;overflow:hidden;display:block; }
#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt { background-color:transparent;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; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { background-color: transparent; background-image: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container > .video-iframe-container { display: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row > .video-iframe-container { display: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .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); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { border-width: 0; border-radius: 0; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#hGFTEHuHH4b2DRkTt4fTVXs9Lnd9wgEb { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:4.375rem;left:11.9375rem;display:block; }
#NRFuG8m4SvIRrsQWuiXExBNk0aEusfHw { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:13.1875rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#W5Bfb3FCODVuiU1HkscLqS73dwt97R8c { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:8.9375rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#BtK49rrdHMoKwpCOlq9CnokO8AlZlve6 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:7.3125rem;left:13.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#AbKSuNsw5ZrrX0HgsdHPkR41PSKeqfpZ { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#LAMLatxKNTIMpQrgVxKBgw5I3PagSyOc { position:absolute;display:block;z-index:15031;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:1rem;width:1rem;top:5.625rem;left:31.25rem;overflow:hidden;display:block; }
#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM { background-color:transparent;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; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { background-color: transparent; background-image: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container > .video-iframe-container { display: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row > .video-iframe-container { display: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .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); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { border-width: 0; border-radius: 0; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#dvx2tWOviZNbRGUPVlwSRoOel2lZOp54 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:6.8125rem;left:11.625rem;display:block; }
#T2955C6pCKNcXR6NQ78LQFiwI4wDesBs { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.625rem;left:13.0625rem;height:3.09375rem;font-style:normal;display:block; }
#oz95LuvCbIawmFzOIhccsa2dBUeISN36 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.375rem;left:13.125rem;height:3.6738375rem;font-style:normal;display:block; }
#AQCZDkLLz0Tvr2hGD57GWGodM90TlASQ { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:9.75rem;left:13.125rem;height:1.2246125rem;font-style:normal;display:block; }
#t3KuGCVuZaI0ITD0q8iHyUXTsE3w0LgT { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.0625rem;left:13.125rem;height:1.29980625rem;font-style:normal;display:block; }
#RTs3AXmqzf5QwgSUrnVlGzHif9TEebAo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:7.9375rem;left:30.9375rem;overflow:hidden;display:block; }
#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU { background-color:transparent;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; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { background-color: transparent; background-image: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container > .video-iframe-container { display: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row > .video-iframe-container { display: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .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); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { border-width: 0; border-radius: 0; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#oWDLzwJxXO4yWXdVWlQUEZqcIh9Bu6Ka { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.0625rem;left:11.1875rem;display:block; }
#TsWtS725gAGvi4sMe8Zzwbxho7v0AgPF { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:13.875rem;left:12.625rem;height:3.09375rem;font-style:normal;display:block; }
#mb5BowHZq2LGqHqI0RcTUDxAulM4D5DT { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8rem;left:12.6875rem;height:1.2246125rem;font-style:normal;display:block; }
#wnTEXcItbl703F3sHssDyWI4B7cHsqir { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:6.1875rem;left:30.5rem;overflow:hidden;display:block; }
#t32nuevsyVpGw4UxhUwIoJKhgAHiX1pv { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.625rem;left:12.6875rem;height:3.6738375rem;font-style:normal;display:block; }
#yNAdUt4lmZwT22wdfmmzwyR85lDvbB2u { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.3125rem;left:12.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag { background-color:transparent;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; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { background-color: transparent; background-image: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container > .video-iframe-container { display: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row > .video-iframe-container { display: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .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); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { border-width: 0; border-radius: 0; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#e3x1nX1gUnHBNzFeedPSlWFIhxBVTt4f { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:4.5625rem;left:12rem;display:block; }
#i6rObMey4b0HSF8BVhWXqx6CRx3EbmkK { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.5rem;height:1.3rem;font-style:normal;display:block; }
#c6hoSpaoCAT2vhDfCVXLh4AdxiqJ7scA { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:9.125rem;left:13.5rem;height:3.6738375rem;font-style:normal;display:block; }
#vELRR53DPPoTn5UnTmA6hg56G1KTfLK6 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:13.375rem;left:13.4375rem;height:3.09375rem;font-style:normal;display:block; }
#gQdOhe3UK0EBNzf3bbFFlPr099JeT6cn { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:5.75rem;left:31.3125rem;overflow:hidden;display:block; }
#S3g5f90lwXlZB4ux1xHbcbEQKDTFxyZg { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.5rem;left:13.5rem;height:1.225rem;font-style:normal;display:block; }
#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM { background-color:transparent;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; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { background-color: transparent; background-image: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container > .video-iframe-container { display: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row > .video-iframe-container { display: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .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); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { border-width: 0; border-radius: 0; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RICMw7Mb8l1oLFG6XcGIMsgP3S2cFTRS { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#mga1qt34inS2uQbkzHJ7X7uZgTBJdiSu { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.3rem;font-style:normal;display:block; }
#PMXiHbONTLwC97vXi0gofRFfmz0pUsbL { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.124891281128rem;left:13.436958312988rem;height:3.6738375rem;font-style:normal;display:block; }
#xvQ2BX94gr1souPSVUq4CCSCy0iwiuDH { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#P0If6xLD3LO5TLgck9NefCBsfGzT9wuy { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#LtTpKylarQmAZ3HyZIa3TKfIBNBCRWTA { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.225rem;font-style:normal;display:block; }
#slQtyHQBPLauaZZqpwXZyRDZmeTn1niz { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:21.0625rem;left:11.9375rem;display:block; }
#bxMsgePEIITAK5g33Pb2Xg4l1MuRGffs { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:29.9375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#SSKbTb2TRXIAsNnTI5Te03U9KEcBKz93 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.25rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#BcBw6CWIv5r1bbBl3QThXheudaEgW8Hu { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:24.625rem;left:13.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#AGkCXIpLvg3mCWsErQtLcMX3ZTTuG1Q6 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.9375rem;left:13.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#My2T4Cnfwh1oveeNMCEQK7PBQDUztLc2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:22.8125rem;left:31.25rem;overflow:hidden;display:block; }
#zThKnulewNcGA5csfn3dBTtcPgDOXexv { background-color:transparent;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; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { background-color: transparent; background-image: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container > .video-iframe-container { display: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row > .video-iframe-container { display: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .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); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { border-width: 0; border-radius: 0; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#sVteONenK3DlW4UPu6R1qWwmvszfb60S { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:4.75rem;left:11.5625rem;display:block; }
#OVw1LhhMl9W2TEWcCBA9fzQ8xTc4VlfA { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:13.5625rem;left:13rem;height:3.09375rem;font-style:normal;display:block; }
#PM2OFxMJvs1rDNLtd6pCGoIRrNkqNnpF { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:9.3125rem;left:13.0625rem;height:3.6738375rem;font-style:normal;display:block; }
#i0HnPXsbVdEEH9TwQRc6fT3ZQPPbvxol { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:7.6875rem;left:13.0625rem;height:1.2246125rem;font-style:normal;display:block; }
#odPpmp8TLbT2rhEM3X5TU38BFn1U5APb { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6rem;left:13.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#JXQqkTDqOlUXrB2eosTRp4brG0OrAwLG { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:5.875rem;left:30.875rem;overflow:hidden;display:block; }
#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 { background-color:transparent;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; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { background-color: transparent; background-image: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container > .video-iframe-container { display: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row > .video-iframe-container { display: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .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); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { border-width: 0; border-radius: 0; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wTma4WTEo9gRtAJKKcKyaXkUfptzNefO { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:6.5625rem;left:11.375rem;display:block; }
#TwNoiBFyIbKo120X6LHNXPyhMpBIksGc { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:15.375rem;left:12.8125rem;height:3.09375rem;font-style:normal;display:block; }
#yR5mFZNDvCR5SpiNCsMcuaG7ATkbqmz4 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:11.125rem;left:12.875rem;height:3.6738375rem;font-style:normal;display:block; }
#aagzsLQeavBfdmTEOq2TT5v5WVbDdAVK { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:9.5rem;left:12.875rem;height:1.2246125rem;font-style:normal;display:block; }
#Eb5LwMqFuTyeOFsCalUHEGmUkQ8VsGZR { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.8125rem;left:12.875rem;height:1.29980625rem;font-style:normal;display:block; }
#JTmKLgSzuuZ27PutzWCn7nftVLXGW54s { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:7.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr { background-color:transparent;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; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { background-color: transparent; background-image: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container > .video-iframe-container { display: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row > .video-iframe-container { display: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .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); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { border-width: 0; border-radius: 0; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nHDV4x9a0sOnVeqh52vvGGoiqynVE5GF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#aUDzwtTEegZmtFVOZfeTh4opArnUq8tw { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.29980625rem;font-style:normal;display:block; }
#MoqJ9sEhbABsUFFN6PK0cKDLOT9N93Sv { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.124891281128rem;left:13.436958312988rem;height:3.6738375rem;font-style:normal;display:block; }
#sKpPXguCzcJLDleLStZE6UaL59CnSTrD { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#bUT2Pur8K4LeqPiJwRR28FUTvowfPCn4 { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#VLxThnJdkKFJTXezKdU4MgI4kPkGPdaF { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.2246125rem;font-style:normal;display:block; }
#nZ68g1m9coo7wmPRIWdCR6ynTyGV2dXN { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:19.625rem;left:11.9375rem;display:block; }
#otTzGsZdgTer7bTEdJd9aHghtyI7wLvv { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.4375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#GtbE15kR6sI2WW3f7o8BdiV6iCGRfSOB { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.1875rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#hucTp7nuVPiTnv7Nsyp92u35lCONyB88 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.4375rem;height:1.225rem;font-style:normal;display:block; }
#t57A8TsOgd3bR4BkwzzUg0uamT5w2Xva { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.4375rem;height:1.3rem;font-style:normal;display:block; }
#CPTMHGXmZN5B8SpB7Bv7tCZ9F1et5XCb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.75rem;left:31.25rem;overflow:hidden;display:block; }
#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 { background-color:transparent;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; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { background-color: transparent; background-image: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container > .video-iframe-container { display: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row > .video-iframe-container { display: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .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); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { border-width: 0; border-radius: 0; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LaDWtiSaGVNmwlKTXwLN0JbD2btc0AqX { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:7.25rem;left:10.6875rem;display:block; }
#SQ4GCKqFn6ccwpwmTXXDwTe3lJXfRuOq { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:16.0625rem;left:12.125rem;height:3.09375rem;font-style:normal;display:block; }
#WNbTT3gGFo2FNS4ghEFJa897FXsw5yC0 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.8125rem;left:12.1875rem;height:3.6738375rem;font-style:normal;display:block; }
#KeJLBk97VWvsrqLcnNNNrltADq0RG47G { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:10.1875rem;left:12.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#lKmtv6bb4qbhcprts4UVgu63alDOhrre { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5rem;left:12.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#e5R6dfxXJ5I0xlZtdG4DJ82tbgLuO9xi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.375rem;left:30rem;overflow:hidden;display:block; }
#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI { 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; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { background-color: transparent; background-image: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container > .video-iframe-container { display: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row > .video-iframe-container { display: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .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); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { border-width: 0; border-radius: 0; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#mr81x0iKeXUUTxqa8kkPnveToxKmcdbJ { background-color:#1c2637;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.6875rem;border-top-right-radius:8.6875rem;border-bottom-left-radius:8.6875rem;border-bottom-right-radius:8.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.4375rem;left:31rem;display:block; }
#detzObtplfK1qg2096JbOVpK2oIaQhIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JiOFRFZHdEAdqPcC58IalqBRSVnNATJ5 { color:#1c2635;display:block;width:21.1246875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.8125rem;left:26.9375rem;height:2.4500875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb6cc68a-5cad-451d-bdcc-0163965b9df1/s031.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.adaptive-delivery-prevent-bg, #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.lazyload, #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.lazyloading { background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { background-color: transparent; background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .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); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { border-width: 0; border-radius: 0; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:18.0625rem;left:45rem;height:7.347625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2K3FHNbiMAiiIEBHDpLXuUnQhT11Wwt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10rem;top:10.9375rem;left:45rem;overflow:hidden;display:block; }
#XETZbUwfP7dCZDSsBdKvcGKAxkBnCpM2 { background-color:#967deb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.6875rem;border-top-right-radius:8.6875rem;border-bottom-left-radius:8.6875rem;border-bottom-right-radius:8.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.624675rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.125rem;left:45rem;display:block; }
#bfNi70AgaNrNQNq3I2k6OTPbAMt7FelN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RycvCveGqNLModtQ00IF208ooMZi1Dpx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:23.25rem;display:none; }
#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { position:relative;display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { background-color: transparent; background-image: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container > .video-iframe-container { display: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row > .video-iframe-container { display: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .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); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { border-width: 0; border-radius: 0; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { color:#9c9c9c;display:block;width:33.6865rem;position:absolute;font-family:"sora font family";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4205703735351rem;left:22.655708312988rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { position:absolute;display:block;z-index:15005;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.25rem;width:6.5rem;top:1.9352188110351rem;left:36.249460220337rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { display:block; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S { display:block; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { width:11.25rem;height:2.75rem;top:0.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { width:7rem;height:2.6875rem;top:0.8125rem;left:34.999671936035rem;display:block; }
 }@media only screen and (max-width: 763px) { #n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block; }
 }@media only screen and (max-width: 763px) { #prOulzlo3My4abw93uBAgTP05uiFgXu4 { width:4.875rem;height:2.6875rem;top:0.9375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block; }
 }@media only screen and (max-width: 763px) { #gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { width:11.5625rem;height:2.6875rem;top:0.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block; }
 }@media only screen and (max-width: 763px) { #O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { top:1.5625rem;left:0rem;width:7.75rem;height:1.3748588630003rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { display:none; }
 }@media only screen and (max-width: 763px) { #TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { width:7.625rem;height:2.6875rem;top:0.9375rem;left:10.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 { display:block; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTrpqX4y4vVnqK0o6okZfVpOCbPZ2oKL { width:11.25rem;height:2.75rem;top:0.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpE4uIEXTkiTFzU14PQXRO2p7INT2DsO { display:block; }
 }@media only screen and (max-width: 763px) { #oTBH9mqqfFV2K5H597iK5UEXhT6v6QmZ { width:7rem;height:2.6875rem;top:0.8125rem;left:34.999671936035rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOSTCtNZsiFVWcMTbcXQ3RP50LDnnLIK { display:block; }
 }@media only screen and (max-width: 763px) { #b2LOPN6ydMuoEpvCNWitUTvXBH1KyhnT { width:4.875rem;height:2.6875rem;top:0.9375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOvaWnALiQ6idfTuqJplMEtNbuN2wlSl { display:block; }
 }@media only screen and (max-width: 763px) { #wo3iz1dlAwI0xTgIF9eWxsxhXhWbW6PT { width:11.5625rem;height:2.6875rem;top:0.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLwiR2oyU4M0gTV0GGIAbyJczpyRqaR { display:block; }
 }@media only screen and (max-width: 763px) { #e4JhB6TpWdJNrhKs1DPZsAIh5gTQWfb9 { top:1.5625rem;left:0rem;width:7.75rem;height:1.3748588630003rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdF6TGcBJwXfrfvlTbmXRRmvVguzAai { display:none; }
 }@media only screen and (max-width: 763px) { #k39zwaN8kRyR6yDug0FTcCwp9floDD7T { width:7.625rem;height:2.6875rem;top:0.9375rem;left:10.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5PxtWPlT5R2ol4P5ckgk1HU29rzOzKB { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQQRdZlaaSvfOIBNArBNFWMuIyeB46tE { top:4.8125rem;left:6.0304927825928rem;width:38.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtCWURR6AUm1BJMqDeztXUeSxczCce5c { top:8.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uasXKv2GmriNFqqri86VC4CwWhxwqB { display:block; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJVd5xG6I1xPPNcWBZFu7fT4rHbL5MvW { top:2.0625rem;left:13.8125rem;width:33.9375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJkko5RJPoxVbXSINm0asDchBCEQBfb { display:block; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q91m3IpgTCTCBdlRFa2D9BNBhPSF5vWm { top:5.5625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZJVGTSoZWb6mosDI7bk8J6WGuMVNCo { top:10.125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuX2ukNQNK3ChNMPs69ICc8zObaL3J7T { top:14.375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2QbxSf2MMC9Z9DU6p81C0kihXgw67Th { top:8.5rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpVeFlPVPmiAgQZI2nBCsqILGipLoa3 { top:6.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTg5PlNa87TsNA9rxH95wTTXorxweI0 { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh9UAZ3dUrguBosMAFRDSsqh2Ju89VmL { top:19.6875rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgcUIvH4mza4uWV5vGnmapTWiIeOJfMe { top:22.6875rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMtzWTc56JV65nxuJkvP0p2SdfhQ7vqG { top:28.5625rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXbPIgFQuK7vib2JqA7ZHrBeLy6K10gG { top:24.3125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyTmlqkAQv6yyaRqEBTZHq4nQEhlroJ { top:21rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTbC4c08JkiJkT6LyNRQ5gRJLhWUte4 { width:1rem;height:1rem;top:20.9375rem;left:17.612500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO { display:block; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFRyZ3OzIhyxl7voDdZHSthaCToJZT7O { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WzazaGRkdtsTDNyZynE2p2dz0Brp5D { top:6.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLqysDbnrnku5cABTKHuQrf6FgsRFvF8 { top:10.0625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUfE3cIik0KRKnBgp8TCALeXWJIG4Dt { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Ds5Vmi4lSxNWdSEg3P9AZecT6ManNx { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7wt73310v303pDTnomhrIluSsboUZeD { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi { display:block; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srdmoxnMiz8vIdRtH4NHPJRRtbqPzb9C { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfviwzTyFUfzWbzgUolkayZenF1AVRl6 { top:6.75rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTsPmg0d0bESptSuokWsXlX1Bh2tWQJ { top:10.0625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCJqT8lryPtm2iS2S4eC5aibALAQTT9x { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIdTlKliLmMNrxBGSucLawC3rU7SOFdU { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4QKB3rx6H3Hgf2PlHrrLWeIdxCxGkT1 { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi { display:block; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGLHmRlkLZIJXxJrBuahkOm7V5LLKenz { top:5.5625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kON6BUESs7qd2dRUHrOeht38bOhi3msV { top:8.5rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITxus4ONCIbZAG03Pcdlw0Hr6x8uKVT { top:6.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnDLJIMgD3qRImpHnGFTwL6s2LaRIDO9 { top:10.125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrPczrADyow1Db9RrTUObapfT4HKom0 { top:14.375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCflufFVZE0yKUJaWAEqZdsnJepOWdw { width:1rem;height:1rem;top:6.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so9qBvtBzKJfDKoCL5nOWekACcyyvhre { display:block; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGs6IW3FgRAHXMbgGB7wt8tTlsBTeduy { top:5.125rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VOv5lDzNThO8Hyw5TrKgmTiBTbmM1s { top:13.9375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ihO9bMlGC1gJ60LGttME8s38N1KO9e { top:9.6875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN2lHAwpevrpZ0UkVx4AmAO3AwrObyK1 { top:8.0625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OHTVwSHm9wsHQhGCqqU8PpHvv6ErgH { top:6.375rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7iMTTpQyyL2wlMdqWp88VD9sLO8HaDJ { width:1rem;height:1rem;top:6.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN { display:block; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GttzmTKdblF1cc8qMw2FdTF4dF1Je9pm { top:19.625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTawKIM0KcSzxMcmcd0oE610nUnamTnd { top:28.4375rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFam5dMrpIIC1o6wqXTVklQKAC6HMtMC { top:24.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFTRPm6KnOg4lMI5vXTNixhEwaod3Gs { top:22.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEdzonXEUAxGEGUbU0Md8DWg21OvaF3F { top:20.875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwDaxBeO6crdz6vcdDQUELCT9XgzHAVx { width:1rem;height:1rem;top:20.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklXM2RDxaxeykhuz4tClBD8WyUDLh5y { display:block; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TdVUpk4DEXOlzsfved9Givp3TatNHG { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3UnSLg3caJSrCk88VonNz2PX4q9Ach6 { top:6.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv42KKx3pbJx9sTRnVg4Olo3vbDp02GG { top:10.125rem;left:0rem;width:18.9375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwShKSixxANWOGxhLxCVc6JgB1tshID { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkGlTvNimMOS1vWyNuZnsVUOdTZABMD5 { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnOZ2s7xTtI8I0Du3BuBXEGBfvTvd4lh { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kluMBgBAnSXLIzoGOJcTiIVXhLeEdyVr { top:19.625rem;left:0rem;width:21.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUoXdNSMO1PkTvNayQTfPfhw2mmZ3XE { top:28.4375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNObKDoE9nsGZTGielCD2HoUiM3q6Wn { top:24.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcwt6NF6UvNik5h6hBaWHkep1qeBr7ms { top:22.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVTm2WNHap0CVwHHHXMmKXWKVos8LUa { top:20.875rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUtvUgt1FloJL7XIFNdyENKQ2xTiPLa { width:0.9375rem;height:0.9375rem;top:20.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt { display:block; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGFTEHuHH4b2DRkTt4fTVXs9Lnd9wgEb { top:4.375rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRFuG8m4SvIRrsQWuiXExBNk0aEusfHw { top:13.1875rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Bfb3FCODVuiU1HkscLqS73dwt97R8c { top:8.9375rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtK49rrdHMoKwpCOlq9CnokO8AlZlve6 { top:7.3125rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbKSuNsw5ZrrX0HgsdHPkR41PSKeqfpZ { top:5.625rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAMLatxKNTIMpQrgVxKBgw5I3PagSyOc { width:1rem;height:1rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhFS8r8TTc7r5efQCDCpyBMxor7STQM { display:block; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvx2tWOviZNbRGUPVlwSRoOel2lZOp54 { top:6.8125rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2955C6pCKNcXR6NQ78LQFiwI4wDesBs { top:15.625rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz95LuvCbIawmFzOIhccsa2dBUeISN36 { top:11.375rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQCZDkLLz0Tvr2hGD57GWGodM90TlASQ { top:9.75rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KuGCVuZaI0ITD0q8iHyUXTsE3w0LgT { top:8.0625rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTs3AXmqzf5QwgSUrnVlGzHif9TEebAo { width:1rem;height:1rem;top:7.9375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU { display:block; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWDLzwJxXO4yWXdVWlQUEZqcIh9Bu6Ka { top:5.0625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWtS725gAGvi4sMe8Zzwbxho7v0AgPF { top:13.875rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5BowHZq2LGqHqI0RcTUDxAulM4D5DT { top:8rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTEXcItbl703F3sHssDyWI4B7cHsqir { width:1rem;height:1rem;top:6.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32nuevsyVpGw4UxhUwIoJKhgAHiX1pv { top:9.625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNAdUt4lmZwT22wdfmmzwyR85lDvbB2u { top:6.3125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcJxd9L4R3UQKUuBuob4oTfQtT33cUag { display:block; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3x1nX1gUnHBNzFeedPSlWFIhxBVTt4f { top:4.5625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rObMey4b0HSF8BVhWXqx6CRx3EbmkK { top:5.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6hoSpaoCAT2vhDfCVXLh4AdxiqJ7scA { top:9.125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vELRR53DPPoTn5UnTmA6hg56G1KTfLK6 { top:13.375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQdOhe3UK0EBNzf3bbFFlPr099JeT6cn { width:1rem;height:1rem;top:5.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3g5f90lwXlZB4ux1xHbcbEQKDTFxyZg { top:7.5rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM { display:block; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RICMw7Mb8l1oLFG6XcGIMsgP3S2cFTRS { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mga1qt34inS2uQbkzHJ7X7uZgTBJdiSu { top:6.75rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXiHbONTLwC97vXi0gofRFfmz0pUsbL { top:10.0625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQ2BX94gr1souPSVUq4CCSCy0iwiuDH { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0If6xLD3LO5TLgck9NefCBsfGzT9wuy { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTpKylarQmAZ3HyZIa3TKfIBNBCRWTA { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQtyHQBPLauaZZqpwXZyRDZmeTn1niz { top:21.0625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMsgePEIITAK5g33Pb2Xg4l1MuRGffs { top:29.9375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKbTb2TRXIAsNnTI5Te03U9KEcBKz93 { top:26.25rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBw6CWIv5r1bbBl3QThXheudaEgW8Hu { top:24.625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGkCXIpLvg3mCWsErQtLcMX3ZTTuG1Q6 { top:22.9375rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2T4Cnfwh1oveeNMCEQK7PBQDUztLc2 { width:1rem;height:1rem;top:22.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zThKnulewNcGA5csfn3dBTtcPgDOXexv { display:block; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVteONenK3DlW4UPu6R1qWwmvszfb60S { top:4.75rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVw1LhhMl9W2TEWcCBA9fzQ8xTc4VlfA { top:13.5625rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM2OFxMJvs1rDNLtd6pCGoIRrNkqNnpF { top:9.3125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HnPXsbVdEEH9TwQRc6fT3ZQPPbvxol { top:7.6875rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odPpmp8TLbT2rhEM3X5TU38BFn1U5APb { top:6rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXQqkTDqOlUXrB2eosTRp4brG0OrAwLG { width:1rem;height:1rem;top:5.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 { display:block; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTma4WTEo9gRtAJKKcKyaXkUfptzNefO { top:6.5625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNoiBFyIbKo120X6LHNXPyhMpBIksGc { top:15.375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR5mFZNDvCR5SpiNCsMcuaG7ATkbqmz4 { top:11.125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aagzsLQeavBfdmTEOq2TT5v5WVbDdAVK { top:9.5rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5LwMqFuTyeOFsCalUHEGmUkQ8VsGZR { top:7.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmKLgSzuuZ27PutzWCn7nftVLXGW54s { width:1rem;height:1rem;top:7.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr { display:block; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHDV4x9a0sOnVeqh52vvGGoiqynVE5GF { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDzwtTEegZmtFVOZfeTh4opArnUq8tw { top:6.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoqJ9sEhbABsUFFN6PK0cKDLOT9N93Sv { top:10.125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpPXguCzcJLDleLStZE6UaL59CnSTrD { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUT2Pur8K4LeqPiJwRR28FUTvowfPCn4 { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxThnJdkKFJTXezKdU4MgI4kPkGPdaF { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ68g1m9coo7wmPRIWdCR6ynTyGV2dXN { top:19.625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTzGsZdgTer7bTEdJd9aHghtyI7wLvv { top:28.4375rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbE15kR6sI2WW3f7o8BdiV6iCGRfSOB { top:24.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucTp7nuVPiTnv7Nsyp92u35lCONyB88 { top:22.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t57A8TsOgd3bR4BkwzzUg0uamT5w2Xva { top:20.875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTMHGXmZN5B8SpB7Bv7tCZ9F1et5XCb { width:1rem;height:1rem;top:20.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73RioUF9E6yZiem9eVdO49zaS7lWWP2 { display:block; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaDWtiSaGVNmwlKTXwLN0JbD2btc0AqX { top:7.25rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4GCKqFn6ccwpwmTXXDwTe3lJXfRuOq { top:16.0625rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNbTT3gGFo2FNS4ghEFJa897FXsw5yC0 { top:11.8125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJLBk97VWvsrqLcnNNNrltADq0RG47G { top:10.1875rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKmtv6bb4qbhcprts4UVgu63alDOhrre { top:8.5rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5R6dfxXJ5I0xlZtdG4DJ82tbgLuO9xi { width:1rem;height:1rem;top:8.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFVin8a8VoOlfuMdLbKhsymkzzuzavI { display:block; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr81x0iKeXUUTxqa8kkPnveToxKmcdbJ { width:13.75rem;height:3.625rem;top:5.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #detzObtplfK1qg2096JbOVpK2oIaQhIo { display:block; }
 }@media only screen and (max-width: 763px) { #JiOFRFZHdEAdqPcC58IalqBRSVnNATJ5 { top:1.8125rem;left:13.3125rem;width:21.125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { display:block; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { top:18.0625rem;left:26.6875rem;width:21.0625rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2K3FHNbiMAiiIEBHDpLXuUnQhT11Wwt { width:10rem;height:4.5625rem;top:10.9375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETZbUwfP7dCZDSsBdKvcGKAxkBnCpM2 { width:13.75rem;height:3.5625rem;top:28.125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfNi70AgaNrNQNq3I2k6OTPbAMt7FelN { display:block; }
 }@media only screen and (max-width: 763px) { #RycvCveGqNLModtQ00IF208ooMZi1Dpx { width:23.25rem;height:36.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdrRTCx1usotgh63KXlBdsUEumMzvlnv { display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { top:4.375rem;left:9.0307083129881rem;width:33.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { top:1.875rem;left:22.624460220337rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { display:block; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S { display:block; }#ETbKH7dDoCMk9kOvHaRiegEy0F5HQK7S > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { width:11.25rem;height:2.75rem;top:3.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { width:7rem;height:2.6875rem;top:7.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block; }
 }@media only screen and (max-width: 763px) { #prOulzlo3My4abw93uBAgTP05uiFgXu4 { width:4.875rem;height:2.6875rem;top:11.8125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block; }
 }@media only screen and (max-width: 763px) { #gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { width:11.5625rem;height:2.6875rem;top:15.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block; }
 }@media only screen and (max-width: 763px) { #O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { width:7.7495625rem;height:1.37478125rem;top:1.374783039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { display:flex;top:0.78027349710463rem;left:17.312283813953rem;width:2.687175rem;height:2.687175rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { width:7.6875rem;height:2.75rem;top:7.6546225547787rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 { background-color:#ffffff;background-image:none;display:block; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container { background-color: transparent; background-image: none; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container > .video-iframe-container { display: none; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row > .video-iframe-container { display: none; }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .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); }#C4tPtG7pvZluh5Um3mrr7UaHZF5LJKq9 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTrpqX4y4vVnqK0o6okZfVpOCbPZ2oKL { width:11.25rem;height:2.75rem;top:5.5625rem;left:4.4375rem;color:#1c2637;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;display:block; }
 }@media only screen and (max-width: 763px) { #XpE4uIEXTkiTFzU14PQXRO2p7INT2DsO { display:block; }
 }@media only screen and (max-width: 763px) { #oTBH9mqqfFV2K5H597iK5UEXhT6v6QmZ { width:7rem;height:2.6875rem;top:9.5625rem;left:6.4375rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #MOSTCtNZsiFVWcMTbcXQ3RP50LDnnLIK { display:block; }
 }@media only screen and (max-width: 763px) { #b2LOPN6ydMuoEpvCNWitUTvXBH1KyhnT { width:4.875rem;height:2.6875rem;top:13.5rem;left:7.625rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #MOvaWnALiQ6idfTuqJplMEtNbuN2wlSl { display:block; }
 }@media only screen and (max-width: 763px) { #wo3iz1dlAwI0xTgIF9eWxsxhXhWbW6PT { width:11.5625rem;height:2.6875rem;top:17.4375rem;left:4.25rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #QxLwiR2oyU4M0gTV0GGIAbyJczpyRqaR { display:block; }
 }@media only screen and (max-width: 763px) { #e4JhB6TpWdJNrhKs1DPZsAIh5gTQWfb9 { width:7.7495625rem;height:1.37478125rem;top:1.374783039093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRdF6TGcBJwXfrfvlTbmXRRmvVguzAai { display:flex;top:0.78027349710463rem;left:17.312283813953rem;width:2.687175rem;height:2.687175rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #k39zwaN8kRyR6yDug0FTcCwp9floDD7T { width:7.6871875rem;height:2.707901875rem;top:1.312283039093rem;left:6.1561415791511rem;color:#1c2637;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #z5PxtWPlT5R2ol4P5ckgk1HU29rzOzKB { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQQRdZlaaSvfOIBNArBNFWMuIyeB46tE { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtCWURR6AUm1BJMqDeztXUeSxczCce5c { width:20rem;height:9.1875rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uasXKv2GmriNFqqri86VC4CwWhxwqB { display:block; }#P9uasXKv2GmriNFqqri86VC4CwWhxwqB > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJVd5xG6I1xPPNcWBZFu7fT4rHbL5MvW { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJkko5RJPoxVbXSINm0asDchBCEQBfb { background-color:#ffffff;background-image:none;display:block; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { background-color: transparent; background-image: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container > .video-iframe-container { display: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row > .video-iframe-container { display: none; }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .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); }#cHJkko5RJPoxVbXSINm0asDchBCEQBfb > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q91m3IpgTCTCBdlRFa2D9BNBhPSF5vWm { width:20rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZJVGTSoZWb6mosDI7bk8J6WGuMVNCo { width:18.4375rem;height:3.6738375rem;top:4.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuX2ukNQNK3ChNMPs69ICc8zObaL3J7T { width:17.375rem;height:3.09375rem;top:8.8125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2QbxSf2MMC9Z9DU6p81C0kihXgw67Th { width:18.4375rem;height:1.2246125rem;top:2.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpVeFlPVPmiAgQZI2nBCsqILGipLoa3 { width:17rem;height:1.29980625rem;top:1.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTg5PlNa87TsNA9rxH95wTTXorxweI0 { width:1rem;height:1rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh9UAZ3dUrguBosMAFRDSsqh2Ju89VmL { width:20rem;height:12.8125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgcUIvH4mza4uWV5vGnmapTWiIeOJfMe { width:18.4375rem;height:0;top:17.0068359375rem;left:1.5009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMtzWTc56JV65nxuJkvP0p2SdfhQ7vqG { width:17.3125rem;height:0;top:22.8818359375rem;left:1.4384765625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXbPIgFQuK7vib2JqA7ZHrBeLy6K10gG { width:18.4375rem;height:0;top:18.6318359375rem;left:1.5009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyTmlqkAQv6yyaRqEBTZHq4nQEhlroJ { width:17rem;height:0;top:15.3193359375rem;left:1.5009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTbC4c08JkiJkT6LyNRQ5gRJLhWUte4 { width:1rem;height:1rem;top:15.28125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO { background-color:#ffffff;background-image:none;display:block; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { background-color: transparent; background-image: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container > .video-iframe-container { display: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row > .video-iframe-container { display: none; }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .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); }#uh3h6lsNCJ8abV6JU7pSd8XOEbZTLGwO > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFRyZ3OzIhyxl7voDdZHSthaCToJZT7O { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WzazaGRkdtsTDNyZynE2p2dz0Brp5D { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLqysDbnrnku5cABTKHuQrf6FgsRFvF8 { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUfE3cIik0KRKnBgp8TCALeXWJIG4Dt { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Ds5Vmi4lSxNWdSEg3P9AZecT6ManNx { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7wt73310v303pDTnomhrIluSsboUZeD { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi { background-color:#ffffff;background-image:none;display:block; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { background-color: transparent; background-image: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container > .video-iframe-container { display: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row > .video-iframe-container { display: none; }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .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); }#ZaTKlPJmfa76enn5tSZ67XfbTZ0MfJPi > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srdmoxnMiz8vIdRtH4NHPJRRtbqPzb9C { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfviwzTyFUfzWbzgUolkayZenF1AVRl6 { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTsPmg0d0bESptSuokWsXlX1Bh2tWQJ { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCJqT8lryPtm2iS2S4eC5aibALAQTT9x { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIdTlKliLmMNrxBGSucLawC3rU7SOFdU { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4QKB3rx6H3Hgf2PlHrrLWeIdxCxGkT1 { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi { background-color:#ffffff;background-image:none;display:block; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { background-color: transparent; background-image: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container > .video-iframe-container { display: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row > .video-iframe-container { display: none; }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .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); }#eVnRvbQlMVXQkhIMrFUAfxPg57M0RyBi > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGLHmRlkLZIJXxJrBuahkOm7V5LLKenz { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kON6BUESs7qd2dRUHrOeht38bOhi3msV { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITxus4ONCIbZAG03Pcdlw0Hr6x8uKVT { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnDLJIMgD3qRImpHnGFTwL6s2LaRIDO9 { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrPczrADyow1Db9RrTUObapfT4HKom0 { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCflufFVZE0yKUJaWAEqZdsnJepOWdw { width:1rem;height:1rem;top:2.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #so9qBvtBzKJfDKoCL5nOWekACcyyvhre { background-color:#ffffff;background-image:none;display:block; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { background-color: transparent; background-image: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container > .video-iframe-container { display: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row > .video-iframe-container { display: none; }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .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); }#so9qBvtBzKJfDKoCL5nOWekACcyyvhre > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGs6IW3FgRAHXMbgGB7wt8tTlsBTeduy { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VOv5lDzNThO8Hyw5TrKgmTiBTbmM1s { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ihO9bMlGC1gJ60LGttME8s38N1KO9e { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN2lHAwpevrpZ0UkVx4AmAO3AwrObyK1 { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OHTVwSHm9wsHQhGCqqU8PpHvv6ErgH { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7iMTTpQyyL2wlMdqWp88VD9sLO8HaDJ { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN { background-color:#ffffff;background-image:none;display:block; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { background-color: transparent; background-image: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container > .video-iframe-container { display: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row > .video-iframe-container { display: none; }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .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); }#i27XL99rx6zLCx1WuLR4bdQ4X3KFdBsN > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GttzmTKdblF1cc8qMw2FdTF4dF1Je9pm { width:20rem;height:12.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTawKIM0KcSzxMcmcd0oE610nUnamTnd { width:17.375rem;height:3.09375rem;top:23.375rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFam5dMrpIIC1o6wqXTVklQKAC6HMtMC { width:18.4375rem;height:3.6738375rem;top:19.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFTRPm6KnOg4lMI5vXTNixhEwaod3Gs { width:18.4375rem;height:1.225rem;top:17.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEdzonXEUAxGEGUbU0Md8DWg21OvaF3F { width:17rem;height:1.3rem;top:15.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwDaxBeO6crdz6vcdDQUELCT9XgzHAVx { width:1rem;height:1rem;top:15.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklXM2RDxaxeykhuz4tClBD8WyUDLh5y { background-color:#ffffff;background-image:none;display:block; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { background-color: transparent; background-image: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container > .video-iframe-container { display: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row > .video-iframe-container { display: none; }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .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); }#qklXM2RDxaxeykhuz4tClBD8WyUDLh5y > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TdVUpk4DEXOlzsfved9Givp3TatNHG { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3UnSLg3caJSrCk88VonNz2PX4q9Ach6 { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv42KKx3pbJx9sTRnVg4Olo3vbDp02GG { width:18.875rem;height:3.6738375rem;top:4.625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwShKSixxANWOGxhLxCVc6JgB1tshID { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkGlTvNimMOS1vWyNuZnsVUOdTZABMD5 { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnOZ2s7xTtI8I0Du3BuBXEGBfvTvd4lh { width:18.4375rem;height:1.225rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kluMBgBAnSXLIzoGOJcTiIVXhLeEdyVr { width:20rem;height:12.8125rem;top:14.5621875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUoXdNSMO1PkTvNayQTfPfhw2mmZ3XE { width:17.3123125rem;height:3.09375rem;top:23.375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNObKDoE9nsGZTGielCD2HoUiM3q6Wn { width:18.4375rem;height:3.6738375rem;top:19.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcwt6NF6UvNik5h6hBaWHkep1qeBr7ms { width:18.4375rem;height:1.225rem;top:17.5rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVTm2WNHap0CVwHHHXMmKXWKVos8LUa { width:16.937375rem;height:1.3rem;top:15.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUtvUgt1FloJL7XIFNdyENKQ2xTiPLa { width:0.9375rem;height:0.9375rem;top:15.6871875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt { background-color:#ffffff;background-image:none;display:block; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { background-color: transparent; background-image: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container > .video-iframe-container { display: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row > .video-iframe-container { display: none; }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .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); }#GRR6KJx8OPizobVmWu4f1bwh3UwGWsFt > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGFTEHuHH4b2DRkTt4fTVXs9Lnd9wgEb { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRFuG8m4SvIRrsQWuiXExBNk0aEusfHw { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Bfb3FCODVuiU1HkscLqS73dwt97R8c { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtK49rrdHMoKwpCOlq9CnokO8AlZlve6 { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbKSuNsw5ZrrX0HgsdHPkR41PSKeqfpZ { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAMLatxKNTIMpQrgVxKBgw5I3PagSyOc { width:1rem;height:1rem;top:2.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhFS8r8TTc7r5efQCDCpyBMxor7STQM { background-color:#ffffff;background-image:none;display:block; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { background-color: transparent; background-image: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container > .video-iframe-container { display: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row > .video-iframe-container { display: none; }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .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); }#VwhFS8r8TTc7r5efQCDCpyBMxor7STQM > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvx2tWOviZNbRGUPVlwSRoOel2lZOp54 { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2955C6pCKNcXR6NQ78LQFiwI4wDesBs { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz95LuvCbIawmFzOIhccsa2dBUeISN36 { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQCZDkLLz0Tvr2hGD57GWGodM90TlASQ { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KuGCVuZaI0ITD0q8iHyUXTsE3w0LgT { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTs3AXmqzf5QwgSUrnVlGzHif9TEebAo { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU { background-color:#ffffff;background-image:none;display:block; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { background-color: transparent; background-image: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container > .video-iframe-container { display: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row > .video-iframe-container { display: none; }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .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); }#wtUnzipNuzAoOWsnbGTBKRxeSVxQFkiU > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWDLzwJxXO4yWXdVWlQUEZqcIh9Bu6Ka { width:20rem;height:12.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWtS725gAGvi4sMe8Zzwbxho7v0AgPF { width:17.375rem;height:3.09375rem;top:23.375rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5BowHZq2LGqHqI0RcTUDxAulM4D5DT { width:18.4375rem;height:1.225rem;top:17.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTEXcItbl703F3sHssDyWI4B7cHsqir { width:1rem;height:1rem;top:15.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32nuevsyVpGw4UxhUwIoJKhgAHiX1pv { width:18.4375rem;height:0;top:31.17480625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNAdUt4lmZwT22wdfmmzwyR85lDvbB2u { width:17rem;height:0;top:28.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcJxd9L4R3UQKUuBuob4oTfQtT33cUag { background-color:#ffffff;background-image:none;display:block; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { background-color: transparent; background-image: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container > .video-iframe-container { display: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row > .video-iframe-container { display: none; }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .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); }#VcJxd9L4R3UQKUuBuob4oTfQtT33cUag > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3x1nX1gUnHBNzFeedPSlWFIhxBVTt4f { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rObMey4b0HSF8BVhWXqx6CRx3EbmkK { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6hoSpaoCAT2vhDfCVXLh4AdxiqJ7scA { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vELRR53DPPoTn5UnTmA6hg56G1KTfLK6 { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQdOhe3UK0EBNzf3bbFFlPr099JeT6cn { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3g5f90lwXlZB4ux1xHbcbEQKDTFxyZg { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM { background-color:#ffffff;background-image:none;display:block; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { background-color: transparent; background-image: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container > .video-iframe-container { display: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row > .video-iframe-container { display: none; }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .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); }#wxBiTT3knqo2ZwmuIK4CfsOKxI8Ap1uM > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RICMw7Mb8l1oLFG6XcGIMsgP3S2cFTRS { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mga1qt34inS2uQbkzHJ7X7uZgTBJdiSu { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXiHbONTLwC97vXi0gofRFfmz0pUsbL { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQ2BX94gr1souPSVUq4CCSCy0iwiuDH { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0If6xLD3LO5TLgck9NefCBsfGzT9wuy { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTpKylarQmAZ3HyZIa3TKfIBNBCRWTA { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQtyHQBPLauaZZqpwXZyRDZmeTn1niz { width:20rem;height:12.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMsgePEIITAK5g33Pb2Xg4l1MuRGffs { width:17.3125rem;height:0;top:23.4375rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKbTb2TRXIAsNnTI5Te03U9KEcBKz93 { width:18.4375rem;height:0;top:19.75rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBw6CWIv5r1bbBl3QThXheudaEgW8Hu { width:18.4375rem;height:0;top:18.125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGkCXIpLvg3mCWsErQtLcMX3ZTTuG1Q6 { width:17rem;height:0;top:16.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2T4Cnfwh1oveeNMCEQK7PBQDUztLc2 { width:1rem;height:1rem;top:16.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zThKnulewNcGA5csfn3dBTtcPgDOXexv { background-color:#ffffff;background-image:none;display:block; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { background-color: transparent; background-image: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container > .video-iframe-container { display: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row > .video-iframe-container { display: none; }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .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); }#zThKnulewNcGA5csfn3dBTtcPgDOXexv > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVteONenK3DlW4UPu6R1qWwmvszfb60S { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVw1LhhMl9W2TEWcCBA9fzQ8xTc4VlfA { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM2OFxMJvs1rDNLtd6pCGoIRrNkqNnpF { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HnPXsbVdEEH9TwQRc6fT3ZQPPbvxol { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odPpmp8TLbT2rhEM3X5TU38BFn1U5APb { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXQqkTDqOlUXrB2eosTRp4brG0OrAwLG { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 { background-color:#ffffff;background-image:none;display:block; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { background-color: transparent; background-image: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container > .video-iframe-container { display: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row > .video-iframe-container { display: none; }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .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); }#Bfe1SD87rbmUwBzMFEu93yy5QHdHWIl4 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTma4WTEo9gRtAJKKcKyaXkUfptzNefO { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNoiBFyIbKo120X6LHNXPyhMpBIksGc { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR5mFZNDvCR5SpiNCsMcuaG7ATkbqmz4 { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aagzsLQeavBfdmTEOq2TT5v5WVbDdAVK { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5LwMqFuTyeOFsCalUHEGmUkQ8VsGZR { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmKLgSzuuZ27PutzWCn7nftVLXGW54s { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr { background-color:#ffffff;background-image:none;display:block; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { background-color: transparent; background-image: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container > .video-iframe-container { display: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row > .video-iframe-container { display: none; }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .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); }#Hs0z9m5oT9lUCXrWdiIXrXbiGpw9HULr > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHDV4x9a0sOnVeqh52vvGGoiqynVE5GF { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDzwtTEegZmtFVOZfeTh4opArnUq8tw { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoqJ9sEhbABsUFFN6PK0cKDLOT9N93Sv { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpPXguCzcJLDleLStZE6UaL59CnSTrD { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUT2Pur8K4LeqPiJwRR28FUTvowfPCn4 { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxThnJdkKFJTXezKdU4MgI4kPkGPdaF { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ68g1m9coo7wmPRIWdCR6ynTyGV2dXN { width:20rem;height:12.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTzGsZdgTer7bTEdJd9aHghtyI7wLvv { width:17.375rem;height:3.09375rem;top:23.375rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbE15kR6sI2WW3f7o8BdiV6iCGRfSOB { width:18.4375rem;height:3.6738375rem;top:19.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucTp7nuVPiTnv7Nsyp92u35lCONyB88 { width:18.4375rem;height:1.225rem;top:17.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t57A8TsOgd3bR4BkwzzUg0uamT5w2Xva { width:17rem;height:1.3rem;top:15.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTMHGXmZN5B8SpB7Bv7tCZ9F1et5XCb { width:1rem;height:1rem;top:15.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73RioUF9E6yZiem9eVdO49zaS7lWWP2 { background-color:#ffffff;background-image:none;display:block; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { background-color: transparent; background-image: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container > .video-iframe-container { display: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row > .video-iframe-container { display: none; }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .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); }#P73RioUF9E6yZiem9eVdO49zaS7lWWP2 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaDWtiSaGVNmwlKTXwLN0JbD2btc0AqX { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4GCKqFn6ccwpwmTXXDwTe3lJXfRuOq { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNbTT3gGFo2FNS4ghEFJa897FXsw5yC0 { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJLBk97VWvsrqLcnNNNrltADq0RG47G { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKmtv6bb4qbhcprts4UVgu63alDOhrre { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5R6dfxXJ5I0xlZtdG4DJ82tbgLuO9xi { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFVin8a8VoOlfuMdLbKhsymkzzuzavI { background-color:#ffffff;background-image:none;display:block; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { background-color: transparent; background-image: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container > .video-iframe-container { display: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row > .video-iframe-container { display: none; }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .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); }#AIFVin8a8VoOlfuMdLbKhsymkzzuzavI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr81x0iKeXUUTxqa8kkPnveToxKmcdbJ { width:13.75rem;height:3.624675rem;top:5.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #detzObtplfK1qg2096JbOVpK2oIaQhIo { display:block; }
 }@media only screen and (max-width: 763px) { #JiOFRFZHdEAdqPcC58IalqBRSVnNATJ5 { width:20rem;height:2.4500875rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/399fa72e-ef79-4a69-bb81-906a96e82188/s032.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.adaptive-delivery-prevent-bg, #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.lazyload, #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge.lazyloading { background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { background-color: transparent; background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .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); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { width:20rem;height:7.349125rem;top:24.499240875244rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2K3FHNbiMAiiIEBHDpLXuUnQhT11Wwt { width:10rem;height:4.562175rem;top:17.749567031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETZbUwfP7dCZDSsBdKvcGKAxkBnCpM2 { width:13.75rem;height:3.56174375rem;top:34.186740875244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfNi70AgaNrNQNq3I2k6OTPbAMt7FelN { display:block; }
 }@media only screen and (max-width: 763px) { #RycvCveGqNLModtQ00IF208ooMZi1Dpx { top:0rem;left:5.3748915791511rem;width:9.2496875rem;height:14.437375rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xdrRTCx1usotgh63KXlBdsUEumMzvlnv { display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { width:18.875rem;height:4.125rem;top:5.1247863769531rem;left:0rem;font-size:0.9375rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { width:6.5rem;height:1.25rem;top:2.625rem;left:6.75rem;display:block; }
 }