.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ededff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#28284f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ostJX7n99yCE7CUl2uRmsyqTa3yeEwaC { 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; }
#mEyff7r2IFy8ovhJko3p73EBwa805Agv { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout slim";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.625rem;left:37.874999046326rem;display:block; }
#v8fKgcQbRXwS5nTzBsyc4zzx8FLzAqvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9MH5XWwTBbiyogvSwxXxtkBHQgo7Vlb { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout slim";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:52.061635971069rem;display:block; }
#Z2PtFgOSLUAtHaDdsDgRTimoHpWWXXwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDfy2oGg8C1e4rQxo8omWL2izDJnD8Li { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout slim";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:61.124998092651rem;display:block; }
#H5vLlcgmXR0Q5CdwbfqUKaTUnQhWnZgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LspgC0rh9tA8FAwCLp1TPRr19LuP9pmh { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout broad";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:48.8125rem;display:none; }
#LbtZfraV6Az9VG3hlcQQaL9iMVAPqJq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydE90XTNKwdQVwTPAueNWWrb2K0ACk05 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout broad";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:48.8125rem;display:none; }
#c8S2hi6kdBxCH9ob8DsdayoyflFQTFit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBTb0cwcr1zEofydJFokslXTVCeUuquG { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout broad";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:48.8125rem;display:none; }
#dBM629zqZe4HpWGWnob238l2cx9LTVTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSfhFg8Z0usipWQDEavkLAqsV6GEbCKG { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"knockout slim";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.375rem;height:3.412325rem;display:block; }
#SBv6uRXPlBh4BXDZdJIypXTCKTS8Z1R1 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"knockout slim";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.375rem;height:0.974825rem;display:block; }
#DXetH0CKJKJWrlIV5ep4CBTT8Pi4r7C8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.5rem;top:1rem;left:69.394094467163rem;overflow:hidden;display:block; }
#TF0a671dBxl9oqCbUcHpsUofTDx4ZdDU { box-sizing:content-box;height:0.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#8054b5;background-image:none;top:3.5rem;left:1.375rem;display:block; }
#WO0LZkvNUbyyEnSfHy5EPTheJQg8Zsuk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.3125rem;top:0.0625rem;left:0.75rem;overflow:hidden;display:block; }
#mRdq1tMgTiJRPoFZVlbyp2OfR0fo4nlT { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout slim";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:44.937499046326rem;display:block; }
#PMwcC0Zb076RTK0pLbFAS1P5t8iZvtS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g { z-index:auto;position:relative;display:none; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g { border-width: 0; border-radius: 0; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container > .video-iframe-container { border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container { background-color:#170b2d;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:5.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;position:relative;display:none; }#urSN11MTeVUtZ8FNpx2M5vw5v7lCJrmM { 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:5.5625rem;width:9.875rem;top:0rem;left:1.9375rem;overflow:hidden;display:none; }
#nIG42S5A7qZIfScQcOBehTorWJBOqD1c { 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; }
#VTmaM0VWfNZDt7VsGKgF89luCznJeXPr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.625rem;left:9.8125rem;display:none; }
#HTpPOzKMDbUqNzTUv8DhgcTHsTl5rB2R { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:8.0625rem;left:5.9375rem;display:none; }
#Lov0um9tXnaKB2x89bRX3qwP6DBk9rMz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:11rem;left:5.9375rem;display:none; }
#CL4l71Zk4MMPr8W0tihAitfdGuVgmNn5 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"knockout slim";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:2.76220625rem;display:none; }
#WAd2TMdfhEyr5tFFpvJwB3RhGktl1CAx { color:#000000;display:block;width:1rem;position:absolute;font-family:"knockout slim";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.9375rem;height:1.21875rem;display:none; }
#QbLMo8FAdy958yu6noww5sTeliMFkBBT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lm9GDhSvm0CBdgtfSBSi19ZsKGb174x2 { 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:32.1875rem;width:27.875rem;display:none; }
#z0iOTBpi7hlaGbM22WGqhbl66v8sy7Xc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"knockout slim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dMTb8THE3VENZcoNMIkiys283dNVAmSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE { position:relative;display:block; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE { background-color: transparent; background-image: none; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row .container > .video-iframe-container { display: none; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row > .video-iframe-container { display: none; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .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); }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE { border-width: 0; border-radius: 0; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .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; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;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; }#Jhl38gVRkLV4KVQJq0alvIDmhzzXCfS6 { color:#170b2d;display:block;width:26.625rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.5625019073488rem;left:43.500001907349rem;height:15rem;display:block; }
#HmSOeRMCZKFHMFdpKasO9MVMi17n1TNm { color:#8054b5;display:block;width:23.125rem;position:absolute;font-family:"knockout broad";font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.3125004768372rem;left:43.500001907349rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#c4MRtT2wV8iGrUIQThel1Egv9y7ud1xo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:21.5625rem;width:40.875rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv { position:relative;display:block; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv { background-color: transparent; background-image: none; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container > .video-iframe-container { display: none; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row > .video-iframe-container { display: none; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .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); }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv { border-width: 0; border-radius: 0; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk { position:relative;display:block; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk { background-color: transparent; background-image: none; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container > .video-iframe-container { display: none; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row > .video-iframe-container { display: none; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .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); }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk { border-width: 0; border-radius: 0; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#54538c;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#TX3LP5niovWVwVSqJsdmO4B7Sufz3mK5 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"knockout broad";font-size:3.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.1875rem;left:24.1875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 { position:relative;display:block; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 { background-color: transparent; background-image: none; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container > .video-iframe-container { display: none; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row > .video-iframe-container { display: none; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .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); }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 { border-width: 0; border-radius: 0; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#tla3lRIrUnvAwt6HshhTGMB7cCpALaCa { color:#170b2d;display:block;width:26.125rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.625rem;left:9.875rem;height:16.5rem;display:block; }
#xoLCTTMx0dbXaVBF6S64T75kTgDMR7gu { color:#8054b5;display:block;width:26.1875rem;position:absolute;font-family:"knockout broad";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:9.875rem;height:3.14930625rem;display:block; }
#IKDfUdxrwgpFPdKmKTZ7xQqLcMLnhVa9 { background-color:#8054b5;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:"knockout broad";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.5625rem;left:9.875rem;display:block; }
#V4AVSObxzFcfFsTcOMGzahI21Bo9RpTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6X4kWwF5GtNeBPAMrzpkcFaTJwpl3am { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.0625rem;width:30.6875rem;top:4.625rem;left:38.8125rem;overflow:hidden;display:block; }
#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq { position:relative;display:block; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq { background-color: transparent; background-image: none; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container > .video-iframe-container { display: none; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row > .video-iframe-container { display: none; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .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); }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq { border-width: 0; border-radius: 0; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee { position:relative;display:block; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee { background-color: transparent; background-image: none; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container > .video-iframe-container { display: none; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row > .video-iframe-container { display: none; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .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); }#udOhXH8hygrfafC9HxFH8EDFs28oeIee { border-width: 0; border-radius: 0; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#54538c;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#i9TGT3HFvXu8bXTs73cxv1Neb24NGLUD { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"knockout broad";font-size:3.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.1875rem;left:24.1875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs { position:relative;display:block; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs { background-color: transparent; background-image: none; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row .container > .video-iframe-container { display: none; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row > .video-iframe-container { display: none; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .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); }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs { border-width: 0; border-radius: 0; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .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; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .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:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GoUGT29Qo9Q0qO7cIUDtLzPk06tZDl0h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34rem;width:61.1875rem;top:1.375rem;left:6.90451335907rem;display:block; }
#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP { position:relative;display:block; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP { background-color: transparent; background-image: none; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container > .video-iframe-container { display: none; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row > .video-iframe-container { display: none; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .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); }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP { border-width: 0; border-radius: 0; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn { position:relative;display:block; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn { background-color: transparent; background-image: none; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container > .video-iframe-container { display: none; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row > .video-iframe-container { display: none; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .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); }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn { border-width: 0; border-radius: 0; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#54538c;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#ICvzPmpXnzV0LZxz1LS4plSUy4MlW88s { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"knockout broad";font-size:3.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.1875rem;left:24.1875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL { position:relative;display:block; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL { background-color: transparent; background-image: none; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row .container > .video-iframe-container { display: none; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row > .video-iframe-container { display: none; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .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); }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL { border-width: 0; border-radius: 0; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .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:114.9375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#yt8gT0ot60poSdeB8U5D4MoZla2IypZN { color:#170b2d;display:block;width:24.5625rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.65625rem;left:9.875rem;height:12rem;display:block; }
#CJKgqX4MNA4uKy95keTvgyJxwqZbGOFQ { color:#8054b5;display:block;width:22.0625rem;position:absolute;font-family:"knockout broad";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:9.875rem;height:1.57465rem;display:block; }
#xJF8N131RONRrxEydO52GFCenBVBtUQh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16rem;width:30.4375rem;top:3rem;left:38.71875rem;overflow:hidden;display:block; }
#RwJ7BuX3ek0zpbin3MrOuJaJJRIiAOP2 { position:absolute;display:block;z-index:15007;height:30.625rem;width:59.9375rem;top:83.5625rem;left:8.4375rem;display:block; }
#x47qDG8OG9TwAtw1TTQQO1JawN1R78Wa { position:absolute;display:block;z-index:15005;height:12.5rem;width:43.75rem;top:21.499128341675rem;left:15.6875rem;display:block; }
#vvtZmTka7Tr9kIG80vkm3GXqVooOqbmy { color:#54538c;display:block;width:36.9375rem;position:absolute;font-family:"knockout broad";font-size:2.125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:80.875rem;left:19.0625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 { position:relative;display:block; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 { background-color: transparent; background-image: none; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container > .video-iframe-container { display: none; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row > .video-iframe-container { display: none; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .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); }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 { border-width: 0; border-radius: 0; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck { position:relative;display:block; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck { background-color: transparent; background-image: none; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container > .video-iframe-container { display: none; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row > .video-iframe-container { display: none; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .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); }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck { border-width: 0; border-radius: 0; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR { position:relative;display:block; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR { background-color: transparent; background-image: none; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container > .video-iframe-container { display: none; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row > .video-iframe-container { display: none; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .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); }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR { border-width: 0; border-radius: 0; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#54538c;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#oTHTGxNS0tprG8q8I4UqiGJ4HnIBN0cO { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"knockout broad";font-size:3.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.1875rem;left:24.1875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a { position:relative;display:block; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a { background-color: transparent; background-image: none; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row .container > .video-iframe-container { display: none; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row > .video-iframe-container { display: none; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .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); }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a { border-width: 0; border-radius: 0; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .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:55.375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#fw8yiBTfFDSPyQqpWU4dAXUsn5Mrlvil { color:#170b2d;display:block;width:25.6875rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:34.437501907349rem;left:9.6874990463256rem;height:10.5rem;display:block; }
#t6zZfdn59BI5VoIKEfkyaftRWeLeTsqh { color:#8054b5;display:block;width:22.0625rem;position:absolute;font-family:"knockout broad";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:32.187501907349rem;left:9.6874990463256rem;height:1.57465rem;display:block; }
#RvtZcmk0vndAyuMo3Ftcng2KgoCT9XTo { background-color:#8054b5;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:"knockout broad";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.437501907349rem;left:9.6874990463256rem;display:block; }
#nMHvqCCGF0KOI8otVFcBhfDwko2O1nSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfpWFaoUpg3QVC2NZTKIcr7gunVnK4v3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.875rem;width:28.5rem;top:32.187501907349rem;left:38.624999046326rem;overflow:hidden;display:block; }
#dqThaNeMAntSykq88Dnv0LgSgXDN90cA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.0625rem;width:28.5rem;top:6.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#AH79vLTbbJ3zyu0InxviNKsySGIODfOg { color:#170b2d;display:block;width:25.6875rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.0625rem;left:9.625rem;height:6rem;display:block; }
#Pkki98so4JVi2dhsuFLwQX73unKKhQnh { background-color:#8054b5;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:"knockout broad";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.062500238419rem;left:9.62326335907rem;display:block; }
#wrfpcunW7i0De20U8L5xci473KIZ1fzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkOc9TCnPUohXexlBzAihdpJSJLzzoa8 { color:#8054b5;display:block;width:22.0625rem;position:absolute;font-family:"knockout broad";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:7.0625rem;left:9.625rem;height:3.14930625rem;display:block; }
#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC { position:relative;display:block; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC { background-color: transparent; background-image: none; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container > .video-iframe-container { display: none; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row > .video-iframe-container { display: none; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .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); }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC { border-width: 0; border-radius: 0; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#sKB3dTQ4FAgUSVtrV3fXGORqPJyVqHCT { color:#170b2d;display:block;width:67.25rem;position:absolute;font-family:"knockout slim";font-size:2rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.40625rem;left:3.5rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mv3rHPFvNbTKzSHeONsxFTyVOGTRiQTW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.4375rem;top:6.6848945617675rem;left:23.000001907349rem;overflow:hidden;display:block; }
#P511KCkkIfEfFvIkdGwmpTGeUzTs6JMV { 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:4.125rem;width:4.125rem;top:6.5624995231631rem;left:30.000001907349rem;overflow:hidden;display:block; }
#v2eAbm1um6O9Wo5BKsv6OPsKBT0KUUUO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.8125rem;top:6.9687495231631rem;left:37.500001907349rem;overflow:hidden;display:block; }
#fcZGu4IxIchgyWfU5ekeTXISS3FZlbBK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.6875rem;top:6.4687495231631rem;left:45.562501907349rem;overflow:hidden;display:block; }
#RshzpoN7TSxz713iIKHW26AJq78tuTua { position:relative;display:block; }#RshzpoN7TSxz713iIKHW26AJq78tuTua { background-color: transparent; background-image: none; }#RshzpoN7TSxz713iIKHW26AJq78tuTua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row .container > .video-iframe-container { display: none; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row > .video-iframe-container { display: none; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .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); }#RshzpoN7TSxz713iIKHW26AJq78tuTua { border-width: 0; border-radius: 0; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .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; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JJdnV48KAdNZl4auTEmMTamUOvzaQEU1 { color:#54538c;display:block;width:67.25rem;position:absolute;font-family:"knockout slim";font-size:2rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.09375rem;left:2.9375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obJLTEyPyVUIqMVzps3bBTVr3nMtSVwM { color:#54538c;display:block;width:26rem;position:absolute;font-family:"knockout slim";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.5rem;left:38.9375rem;height:6rem;display:block; }
#RsCmroewyDsT9OOV9CnHDiqZ0d1aTDLM { color:#54538c;display:block;width:25.75rem;position:absolute;font-family:"knockout broad";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8rem;left:38.9375rem;height:1.6875rem;display:block; }
#d0bhDVgPN0sCeM6Z61AcI4aUoPMHAyPk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:19.0625rem;top:6.90625rem;left:17rem;overflow:hidden;display:block; }
#M7Sdlo5WBaf5ywF4gZcTncbQJ0A2dGQ4 { color:#54538c;display:block;width:31.3125rem;position:absolute;font-family:"knockout slim";font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:22rem;left:4.8125rem;height:1.21875rem;display:block; }
#aTUruVh6bV7d9v9kAV945ESw1l3nrUWJ { color:#54538c;display:block;width:11.625rem;position:absolute;font-family:"knockout slim";font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22rem;left:58.625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#aqhi0ZbgkfGB9BB36GS0ZQ9NZIk2KogT { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(84,83,140,0.8);background-image:none;top:0.0625rem;left:7.66666662693rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ostJX7n99yCE7CUl2uRmsyqTa3yeEwaC { display:none; }
 }@media only screen and (max-width: 763px) { #mEyff7r2IFy8ovhJko3p73EBwa805Agv { width:8.25rem;height:3.4375rem;top:1.625rem;left:24.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fKgcQbRXwS5nTzBsyc4zzx8FLzAqvZ { display:block; }
 }@media only screen and (max-width: 763px) { #e9MH5XWwTBbiyogvSwxXxtkBHQgo7Vlb { width:9.125rem;height:3.4375rem;top:1.625rem;left:38.436635971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2PtFgOSLUAtHaDdsDgRTimoHpWWXXwE { display:block; }
 }@media only screen and (max-width: 763px) { #uDfy2oGg8C1e4rQxo8omWL2izDJnD8Li { width:6.875rem;height:3.4375rem;top:1.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5vLlcgmXR0Q5CdwbfqUKaTUnQhWnZgl { display:block; }
 }@media only screen and (max-width: 763px) { #LspgC0rh9tA8FAwCLp1TPRr19LuP9pmh { width:8.25rem;height:3.4375rem;top:1.125rem;left:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbtZfraV6Az9VG3hlcQQaL9iMVAPqJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #ydE90XTNKwdQVwTPAueNWWrb2K0ACk05 { width:8.25rem;height:3.4375rem;top:1.125rem;left:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8S2hi6kdBxCH9ob8DsdayoyflFQTFit { display:block; }
 }@media only screen and (max-width: 763px) { #wBTb0cwcr1zEofydJFokslXTVCeUuquG { width:8.25rem;height:3.4375rem;top:1.125rem;left:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBM629zqZe4HpWGWnob238l2cx9LTVTk { display:block; }
 }@media only screen and (max-width: 763px) { #PSfhFg8Z0usipWQDEavkLAqsV6GEbCKG { top:3.375rem;left:0rem;width:16.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBv6uRXPlBh4BXDZdJIypXTCKTS8Z1R1 { top:2.3125rem;left:0rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXetH0CKJKJWrlIV5ep4CBTT8Pi4r7C8 { top:1rem;left:44.25rem;width:3.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0a671dBxl9oqCbUcHpsUofTDx4ZdDU { top:3.5rem;left:0rem;width:16.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO0LZkvNUbyyEnSfHy5EPTheJQg8Zsuk { top:0.0625rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRdq1tMgTiJRPoFZVlbyp2OfR0fo4nlT { width:8.25rem;height:3.4375rem;top:1.625rem;left:31.312499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMwcC0Zb076RTK0pLbFAS1P5t8iZvtS3 { display:block; }
 }@media only screen and (max-width: 763px) { #cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g { display:block; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urSN11MTeVUtZ8FNpx2M5vw5v7lCJrmM { top:0rem;left:0rem;width:9.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIG42S5A7qZIfScQcOBehTorWJBOqD1c { display:none; }
 }@media only screen and (max-width: 763px) { #VTmaM0VWfNZDt7VsGKgF89luCznJeXPr { top:9.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTpPOzKMDbUqNzTUv8DhgcTHsTl5rB2R { top:8.0625rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lov0um9tXnaKB2x89bRX3qwP6DBk9rMz { top:11rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CL4l71Zk4MMPr8W0tihAitfdGuVgmNn5 { top:4.875rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAd2TMdfhEyr5tFFpvJwB3RhGktl1CAx { top:11rem;left:0rem;width:5.5rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbLMo8FAdy958yu6noww5sTeliMFkBBT { display:none; }
 }@media only screen and (max-width: 763px) { #lm9GDhSvm0CBdgtfSBSi19ZsKGb174x2 { width:27.875rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0iOTBpi7hlaGbM22WGqhbl66v8sy7Xc { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dMTb8THE3VENZcoNMIkiys283dNVAmSp { display:block; }
 }@media only screen and (max-width: 763px) { #yFBIMooelLAU77a9qSJqhMzqvuPT5qTE { display:block; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhl38gVRkLV4KVQJq0alvIDmhzzXCfS6 { top:9.5625rem;left:21.125rem;width:26.625rem;height:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmSOeRMCZKFHMFdpKasO9MVMi17n1TNm { top:4.3125rem;left:23.875rem;width:23.125rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MRtT2wV8iGrUIQThel1Egv9y7ud1xo { top:3.6875rem;left:0rem;width:40.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv { display:block; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk { display:block; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX3LP5niovWVwVSqJsdmO4B7Sufz3mK5 { top:1.1875rem;left:0rem;width:25.75rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 { display:block; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tla3lRIrUnvAwt6HshhTGMB7cCpALaCa { top:8.625rem;left:0rem;width:26.125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoLCTTMx0dbXaVBF6S64T75kTgDMR7gu { top:4.625rem;left:0rem;width:26.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDfUdxrwgpFPdKmKTZ7xQqLcMLnhVa9 { width:11rem;height:2.625rem;top:26.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AVSObxzFcfFsTcOMGzahI21Bo9RpTM { display:block; }
 }@media only screen and (max-width: 763px) { #m6X4kWwF5GtNeBPAMrzpkcFaTJwpl3am { top:4.625rem;left:17.0625rem;width:30.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq { display:block; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udOhXH8hygrfafC9HxFH8EDFs28oeIee { display:block; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9TGT3HFvXu8bXTs73cxv1Neb24NGLUD { top:1.1875rem;left:0rem;width:25.75rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs { display:block; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUGT29Qo9Q0qO7cIUDtLzPk06tZDl0h { top:1.375rem;left:0rem;width:47.75rem;height:26.533197139939rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP { display:block; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn { display:block; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICvzPmpXnzV0LZxz1LS4plSUy4MlW88s { top:1.1875rem;left:0rem;width:25.75rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL { display:block; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt8gT0ot60poSdeB8U5D4MoZla2IypZN { top:6.625rem;left:0rem;width:24.5625rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJKgqX4MNA4uKy95keTvgyJxwqZbGOFQ { top:4.625rem;left:1.8125rem;width:22.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJF8N131RONRrxEydO52GFCenBVBtUQh { top:3rem;left:17.0625rem;width:30.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ7BuX3ek0zpbin3MrOuJaJJRIiAOP2 { top:83.5625rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x47qDG8OG9TwAtw1TTQQO1JawN1R78Wa { top:21.4375rem;left:0rem;width:43.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvtZmTka7Tr9kIG80vkm3GXqVooOqbmy { top:80.875rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 { display:block; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf7LwSJha06umSG9Lo7qknLqBcrMtyck { display:block; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR { display:block; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTHTGxNS0tprG8q8I4UqiGJ4HnIBN0cO { top:1.1875rem;left:0rem;width:25.75rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a { display:block; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw8yiBTfFDSPyQqpWU4dAXUsn5Mrlvil { top:34.4375rem;left:0rem;width:25.6875rem;height:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zZfdn59BI5VoIKEfkyaftRWeLeTsqh { top:32.1875rem;left:1.8125rem;width:22.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvtZcmk0vndAyuMo3Ftcng2KgoCT9XTo { width:11.6875rem;height:2.625rem;top:46.4375rem;left:2.8749990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMHvqCCGF0KOI8otVFcBhfDwko2O1nSh { display:block; }
 }@media only screen and (max-width: 763px) { #NfpWFaoUpg3QVC2NZTKIcr7gunVnK4v3 { top:32.1875rem;left:19.25rem;width:28.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqThaNeMAntSykq88Dnv0LgSgXDN90cA { top:6.5625rem;left:19.25rem;width:28.5rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH79vLTbbJ3zyu0InxviNKsySGIODfOg { top:11.0625rem;left:0rem;width:25.6875rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkki98so4JVi2dhsuFLwQX73unKKhQnh { width:14.5625rem;height:2.625rem;top:18.0625rem;left:2.8107633590698rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfpcunW7i0De20U8L5xci473KIZ1fzq { display:block; }
 }@media only screen and (max-width: 763px) { #IkOc9TCnPUohXexlBzAihdpJSJLzzoa8 { top:7.0625rem;left:1.8125rem;width:22.0625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC { display:block; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKB3dTQ4FAgUSVtrV3fXGORqPJyVqHCT { top:3.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv3rHPFvNbTKzSHeONsxFTyVOGTRiQTW { top:6.625rem;left:16.187501907349rem;width:3.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P511KCkkIfEfFvIkdGwmpTGeUzTs6JMV { top:6.5rem;left:19.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2eAbm1um6O9Wo5BKsv6OPsKBT0KUUUO { top:6.9375rem;left:23.875rem;width:4.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZGu4IxIchgyWfU5ekeTXISS3FZlbBK { top:6.4375rem;left:25.125001907349rem;width:3.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RshzpoN7TSxz713iIKHW26AJq78tuTua { display:block; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJdnV48KAdNZl4auTEmMTamUOvzaQEU1 { top:2.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obJLTEyPyVUIqMVzps3bBTVr3nMtSVwM { top:10.5rem;left:21.75rem;width:26rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsCmroewyDsT9OOV9CnHDiqZ0d1aTDLM { top:8rem;left:22rem;width:25.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0bhDVgPN0sCeM6Z61AcI4aUoPMHAyPk { top:6.875rem;left:4.8125rem;width:19.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Sdlo5WBaf5ywF4gZcTncbQJ0A2dGQ4 { top:22rem;left:0rem;width:31.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUruVh6bV7d9v9kAV945ESw1l3nrUWJ { top:22rem;left:36.125rem;width:11.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqhi0ZbgkfGB9BB36GS0ZQ9NZIk2KogT { top:0.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ostJX7n99yCE7CUl2uRmsyqTa3yeEwaC { display:flex;top:1.25rem;left:15.9375rem;width:3.125rem;height:3.125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #mEyff7r2IFy8ovhJko3p73EBwa805Agv { width:8.25rem;height:3.4375rem;top:6.8125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8fKgcQbRXwS5nTzBsyc4zzx8FLzAqvZ { display:block; }
 }@media only screen and (max-width: 763px) { #e9MH5XWwTBbiyogvSwxXxtkBHQgo7Vlb { width:10.25rem;height:3.4375rem;top:11.5rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2PtFgOSLUAtHaDdsDgRTimoHpWWXXwE { display:block; }
 }@media only screen and (max-width: 763px) { #uDfy2oGg8C1e4rQxo8omWL2izDJnD8Li { width:6.1875rem;height:3.4375rem;top:16.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5vLlcgmXR0Q5CdwbfqUKaTUnQhWnZgl { display:block; }
 }@media only screen and (max-width: 763px) { #LspgC0rh9tA8FAwCLp1TPRr19LuP9pmh { width:6.6875rem;height:2.5625rem;top:4.9375rem;left:12.4375rem;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LbtZfraV6Az9VG3hlcQQaL9iMVAPqJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #ydE90XTNKwdQVwTPAueNWWrb2K0ACk05 { width:8.25rem;height:2.5625rem;top:7.5rem;left:10.875rem;z-index:15004;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c8S2hi6kdBxCH9ob8DsdayoyflFQTFit { display:block; }
 }@media only screen and (max-width: 763px) { #wBTb0cwcr1zEofydJFokslXTVCeUuquG { width:4.625rem;height:2.5625rem;top:10.0625rem;left:14.5rem;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dBM629zqZe4HpWGWnob238l2cx9LTVTk { display:block; }
 }@media only screen and (max-width: 763px) { #PSfhFg8Z0usipWQDEavkLAqsV6GEbCKG { width:16.75rem;height:2.5996125rem;top:5.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBv6uRXPlBh4BXDZdJIypXTCKTS8Z1R1 { width:1rem;height:1.21875rem;top:9.625rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXetH0CKJKJWrlIV5ep4CBTT8Pi4r7C8 { width:3.5rem;height:4.0625rem;top:13.59375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0a671dBxl9oqCbUcHpsUofTDx4ZdDU { width:18.75rem;height:0.25rem;top:12.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO0LZkvNUbyyEnSfHy5EPTheJQg8Zsuk { width:9.875rem;height:4.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRdq1tMgTiJRPoFZVlbyp2OfR0fo4nlT { width:8.25rem;height:3.4375rem;top:18.90625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMwcC0Zb076RTK0pLbFAS1P5t8iZvtS3 { display:block; }
 }@media only screen and (max-width: 763px) { #cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g { position:relative;z-index:auto;background-color:#28284f;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;display:block; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container { background-color: transparent; background-image: none; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container > .video-iframe-container { display: none; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row > .video-iframe-container { display: none; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .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); }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container { border-width: 0; border-radius: 0; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQdyVxsK0ZsfCX60ktEPbIR4wVk4hd7g > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urSN11MTeVUtZ8FNpx2M5vw5v7lCJrmM { width:5.8125rem;height:3.25rem;top:0.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIG42S5A7qZIfScQcOBehTorWJBOqD1c { display:flex;top:1.25rem;left:16.375rem;width:3.125rem;height:3.125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #VTmaM0VWfNZDt7VsGKgF89luCznJeXPr { top:5.4375rem;left:6.25rem;width:12.5rem;height:1.29948125rem;z-index:15004;font-family:"knockout slim";color:#ffffff;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpPOzKMDbUqNzTUv8DhgcTHsTl5rB2R { top:8.9375rem;left:6.2500000596044rem;width:12.5rem;height:1.29948125rem;z-index:15005;font-family:"knockout slim";color:#ffffff;text-align:right;text-align-last:right;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Lov0um9tXnaKB2x89bRX3qwP6DBk9rMz { top:10.875rem;left:6.1875000596046rem;width:12.5rem;height:1.29948125rem;z-index:15006;font-family:"knockout slim";color:#ffffff;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL4l71Zk4MMPr8W0tihAitfdGuVgmNn5 { width:16.75rem;height:2.599825rem;top:3.5355911254883rem;left:0.75000005960463rem;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WAd2TMdfhEyr5tFFpvJwB3RhGktl1CAx { width:5.5rem;height:0.974825rem;top:2.4565982818604rem;left:0.65625005960463rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QbLMo8FAdy958yu6noww5sTeliMFkBBT { top:3.5625rem;left:0.68750005960463rem;width:12.1875rem;height:0.25rem;z-index:15007;background-color:#8054b5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lm9GDhSvm0CBdgtfSBSi19ZsKGb174x2 { top:1.1875rem;left:6.0000000596046rem;width:1.625rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z0iOTBpi7hlaGbM22WGqhbl66v8sy7Xc { top:6.9861106872556rem;left:12.30555588007rem;width:6.5rem;height:1.6875rem;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dMTb8THE3VENZcoNMIkiys283dNVAmSp { display:block; }
 }@media only screen and (max-width: 763px) { #yFBIMooelLAU77a9qSJqhMzqvuPT5qTE { display:block; }#yFBIMooelLAU77a9qSJqhMzqvuPT5qTE > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhl38gVRkLV4KVQJq0alvIDmhzzXCfS6 { width:20rem;height:25.3125rem;top:19.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmSOeRMCZKFHMFdpKasO9MVMi17n1TNm { width:20rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4MRtT2wV8iGrUIQThel1Egv9y7ud1xo { width:20rem;height:10.5rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv { display:block; }#rhQ1kD6V4lVbQ37RTPHXTF6lzO8qJrvv > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk { display:block; }#ESHcSfyBa3i5E8Wl36fnSx5tyG2FyInk > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX3LP5niovWVwVSqJsdmO4B7Sufz3mK5 { width:20rem;height:2rem;top:1.15625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 { display:block; }#wmT4E3y6TpPh5kkQAPcTBu2VzpVFTOn6 > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tla3lRIrUnvAwt6HshhTGMB7cCpALaCa { width:18.5rem;height:27rem;top:16.580078125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoLCTTMx0dbXaVBF6S64T75kTgDMR7gu { width:16.5625rem;height:3rem;top:11.5rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDfUdxrwgpFPdKmKTZ7xQqLcMLnhVa9 { width:18.6875rem;height:3.375rem;top:44.9375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AVSObxzFcfFsTcOMGzahI21Bo9RpTM { display:block; }
 }@media only screen and (max-width: 763px) { #m6X4kWwF5GtNeBPAMrzpkcFaTJwpl3am { width:20rem;height:10.4375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq { display:block; }#rnueG0Qth9tqmxGXVa8wuKDI0EIfBZvq > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udOhXH8hygrfafC9HxFH8EDFs28oeIee { display:block; }#udOhXH8hygrfafC9HxFH8EDFs28oeIee > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9TGT3HFvXu8bXTs73cxv1Neb24NGLUD { width:20rem;height:2rem;top:1.15625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs { display:block; }#Rb8HAc5GyiMEn5BuuyvB6yatRF9xutTs > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUGT29Qo9Q0qO7cIUDtLzPk06tZDl0h { height:11rem;width:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP { display:block; }#vQE1Hewb6RpQMv2BQRwr0nlIbMMbQ5xP > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn { display:block; }#sWwwisRuc8kpFZOsX5vKOA9U00IP9eTn > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICvzPmpXnzV0LZxz1LS4plSUy4MlW88s { width:20rem;height:2rem;top:1.09375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL { display:block; }#k6qW0yE6EivqkCf1DHrXIhNfFtoWcPEL > .row .container { width:20rem;height:120.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt8gT0ot60poSdeB8U5D4MoZla2IypZN { width:17.75rem;height:20.25rem;top:14.205078125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJKgqX4MNA4uKy95keTvgyJxwqZbGOFQ { width:14.5625rem;height:1.5rem;top:11.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJF8N131RONRrxEydO52GFCenBVBtUQh { width:19.875rem;height:10.4375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ7BuX3ek0zpbin3MrOuJaJJRIiAOP2 { width:20rem;height:34.875rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x47qDG8OG9TwAtw1TTQQO1JawN1R78Wa { width:20rem;height:48.4375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvtZmTka7Tr9kIG80vkm3GXqVooOqbmy { width:19rem;height:3.5rem;top:85.75rem;left:0.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 { display:block; }#lg3OZSbD1Ww2xTIWrnf7HZ1iQIDaTrn8 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf7LwSJha06umSG9Lo7qknLqBcrMtyck { display:block; }#Tf7LwSJha06umSG9Lo7qknLqBcrMtyck > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR { display:block; }#xm0PwcTVhdxSPNcobrm7g9k8xlhDUDBR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTHTGxNS0tprG8q8I4UqiGJ4HnIBN0cO { width:20rem;height:2rem;top:0.90625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a { display:block; }#V3M8ZmyxPfL6eABpMSGKumIlW81MpG5a > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw8yiBTfFDSPyQqpWU4dAXUsn5Mrlvil { width:18.3125rem;height:18.5625rem;top:52.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zZfdn59BI5VoIKEfkyaftRWeLeTsqh { width:14.625rem;height:3rem;top:49.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvtZcmk0vndAyuMo3Ftcng2KgoCT9XTo { width:18.375rem;height:3.625rem;top:73rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMHvqCCGF0KOI8otVFcBhfDwko2O1nSh { display:block; }
 }@media only screen and (max-width: 763px) { #NfpWFaoUpg3QVC2NZTKIcr7gunVnK4v3 { width:20rem;height:10.4375rem;top:37.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dqThaNeMAntSykq88Dnv0LgSgXDN90cA { width:20rem;height:11.271929824561rem;top:2.0980834960938E-5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH79vLTbbJ3zyu0InxviNKsySGIODfOg { width:20rem;height:10.125rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkki98so4JVi2dhsuFLwQX73unKKhQnh { width:17.0625rem;height:3.8125rem;top:28.250000476837rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfpcunW7i0De20U8L5xci473KIZ1fzq { display:block; }
 }@media only screen and (max-width: 763px) { #IkOc9TCnPUohXexlBzAihdpJSJLzzoa8 { width:20rem;height:3rem;top:12.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC { display:block; }#Lr3JTtkuMlknmCTWgafa4p4Wmfhv3nAC > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKB3dTQ4FAgUSVtrV3fXGORqPJyVqHCT { width:20rem;height:1.5rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv3rHPFvNbTKzSHeONsxFTyVOGTRiQTW { width:3.4375rem;height:3.875rem;top:7.1875rem;left:5.5555554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #P511KCkkIfEfFvIkdGwmpTGeUzTs6JMV { width:4.125rem;height:4.125rem;top:7.0625rem;left:11.49305588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2eAbm1um6O9Wo5BKsv6OPsKBT0KUUUO { width:4.8125rem;height:3.3125rem;top:13.6875rem;left:4.8680554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZGu4IxIchgyWfU5ekeTXISS3FZlbBK { width:3.625rem;height:4.25rem;top:13.21875rem;left:11.74305588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #RshzpoN7TSxz713iIKHW26AJq78tuTua { display:block; }#RshzpoN7TSxz713iIKHW26AJq78tuTua > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJdnV48KAdNZl4auTEmMTamUOvzaQEU1 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obJLTEyPyVUIqMVzps3bBTVr3nMtSVwM { width:17.625rem;height:6.5625rem;top:19.1875rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsCmroewyDsT9OOV9CnHDiqZ0d1aTDLM { width:17.0625rem;height:1.6875rem;top:17.03125rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0bhDVgPN0sCeM6Z61AcI4aUoPMHAyPk { width:19.0625rem;height:10.6875rem;top:5.5625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Sdlo5WBaf5ywF4gZcTncbQJ0A2dGQ4 { width:17.1875rem;height:2.4375rem;top:28.1875rem;left:1.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTUruVh6bV7d9v9kAV945ESw1l3nrUWJ { width:11.625rem;height:1.21875rem;top:31.5625rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqhi0ZbgkfGB9BB36GS0ZQ9NZIk2KogT { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }