.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f581f7a-5394-475a-bde7-cdc9e4bed7fe/tomin1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#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); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { background-color: transparent; background-image: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container > .video-iframe-container { display: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row > .video-iframe-container { display: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .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); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { border-width: 0; border-radius: 0; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;overflow:visible;position:relative;display:block; }#XWG8pKF1F5JaNt3THyKAw5rm238FFxV9 { background-color:transparent;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:#001ca8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.15625rem;left:54.1875rem;display:block; }
#Qu6ZpRXyor8q4kTzgrMew6TkVEftdIzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVLz7w42ar6KphC1GbziChfWTGaJbqM0 { background-color:transparent;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:14.6875rem;display:block; }
#GDkRb8Hi3dTsWk883QgiW4w06lt5WBcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWK7wxqNv1EWIBcFtQVCxTqxS2rFv0Vq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #001ca8;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:19.375rem;display:block; }
#r0O4hOa5GFnnQpJgCIT6q7AEVQKCpoks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXRxkI2AqAAWf7TvKJOLOaQcPBqrPvEc { background-color:transparent;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:25.5625rem;display:block; }
#ednklK2sprAgVsxox7sUPXr181KFGmPU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3RvbB5oT6M2fT2str6HXspMk89Wvdcp { background-color:transparent;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:34.875rem;display:block; }
#HGlvnKN7tl9AktQ4icrp0TTpLU6GNUAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtJeB8Pks1P1LcTXooFGNf6uTSmWhvhz { background-color:transparent;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:#12284b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.15625rem;left:47.875rem;display:block; }
#Q0oD0FBFwSPM1msxP7w37BfAOfw2iCtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmg2oi2tiv0yh8XcXGHbsibTCrVinl7a { background-color:transparent;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:#13284c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.21875rem;left:0rem;display:block; }
#NawdmNafL2kTGWxDFBETqboP97RwqCKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUeheWAaN6kgsDHs6eziSRCJZOSJX8O4 { position:absolute;display:block;z-index:15001;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.6875rem;width:5.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { background-color: transparent; background-image: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container > .video-iframe-container { display: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container { display: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .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); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { border-width: 0; border-radius: 0; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:60rem;position:relative;display:block; }#ZEweAwFPcD9Pz8M4BMXSixibbF9yQDdw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.5625rem;width:50.4375rem;top:10.3125rem;left:4.40625rem;overflow:hidden;display:block; }
#nWkLd2lE9OTdUFH3kA3cdsKLbfb5TPu6 { color:#13284c;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46.875rem;left:4.34375rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BUDSPFnAqXM9ilFFHUXbqloEDZrSHFif { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#001ca8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:3.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5.1875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:3.40625rem;left:4.3125rem;display:block; }
#wguwVqJ3y5PrGHFuOvzoog6BTbtuNRvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPCZe2UCgIiO6hSJBdAR7ZPnVyJgwqZD { position:absolute;display:block;z-index:15002;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:10.5625rem;width:10.5625rem;top:3.40625rem;left:47.6875rem;overflow:hidden;display:block; }
#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { background-color: transparent; background-image: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container > .video-iframe-container { display: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row > .video-iframe-container { display: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .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); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { border-width: 0; border-radius: 0; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#MmxZmLnKHrADgCgDfzP2Cg7IGZqCIOrO { color:#001ca8;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:27.6875rem;height:13.15725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4RK8XeeB8XlqT9Tp6TnzDQanTCgLOE9 { color:#001ca8;display:block;width:27.25rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.640625rem;left:4.2492179870606rem;height:16.57424375rem;text-align:left;text-align-last:left;display:block; }
#h0JdkdkI49gCN4iJoCpT5G7tXytzGy4y { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:1.0625rem;top:20.3125rem;left:23.2099609375rem;overflow:hidden;display:block; }
#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { background-color: transparent; background-image: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container > .video-iframe-container { display: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row > .video-iframe-container { display: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .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); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { border-width: 0; border-radius: 0; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#SEfkDUfWTxtJ1xe0O3UecPGP8uuq6Tes { color:#13284c;display:block;width:42.6875rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.640625rem;left:4.2484378814697rem;height:4.14355625rem;text-align:left;text-align-last:left;display:block; }
#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { background-color: transparent; background-image: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container > .video-iframe-container { display: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row > .video-iframe-container { display: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .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); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { border-width: 0; border-radius: 0; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#rc4h5IBeRr5XAHliIGHtOx5hVQguqs3w { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#fwb2OdGptdD9cpIAQcn4uL8FTPKLPxQ7 { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#daphTLgmA6TCU16ccWvKcPI9ehlHUWpU { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { background-color: transparent; background-image: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container > .video-iframe-container { display: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row > .video-iframe-container { display: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .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); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { border-width: 0; border-radius: 0; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#KmzrIhS4ynFIotPNK8vrz0RpEaIosJlS { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#reTHhTG4C0nPHLFnluN5nba7poDGx9aB { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#mErwpaeI9HNnXITiAfQtF6ofVJdV8tng { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { background-color: transparent; background-image: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container > .video-iframe-container { display: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row > .video-iframe-container { display: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .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); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { border-width: 0; border-radius: 0; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#TZznNyzWzGE93TbrJgRT0EgHO8TgOnCP { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#Gwl8rLu4dr3eDOwJJqBNBrFbH2X02her { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#OPaWmxGK2rAp8MmzUIGkB79gzNteEcp4 { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { background-color: transparent; background-image: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container > .video-iframe-container { display: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row > .video-iframe-container { display: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .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); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { border-width: 0; border-radius: 0; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#WqJiiJaBHhAIWqvXlgboFGpLSXEzHHBc { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#GTvl9yXlCkTSTKRzscF8mzsPE1dmq5yP { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#nQIn1WAJyDB1DJQ5krovW4NR0M1b8CvF { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#LzWypnxonEoITTLiw3NNI7S2ooRkGicS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { background-color: transparent; background-image: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container > .video-iframe-container { display: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row > .video-iframe-container { display: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .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); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { border-width: 0; border-radius: 0; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#H4eEzXEg3pP3iZuGKxWskuoRHBX2u5yn { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#UcE2EcWLUuitGez1EEBvahhn5Ez07STt { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#kHBUykkfiHubqWge4b6qrmvmlmRUmUAt { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { background-color: transparent; background-image: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container > .video-iframe-container { display: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row > .video-iframe-container { display: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .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); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { border-width: 0; border-radius: 0; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#nVF46JHEhsck2M22UZ3bQvgpqVVJZzS7 { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#h9fOCQsiwu9ZdxPTwU0vTOvEf7tRNbCc { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#qzZrkJPOSwFNfF0RQWB5ee9W1ifbPmLn { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { background-color: transparent; background-image: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container > .video-iframe-container { display: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row > .video-iframe-container { display: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .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); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { border-width: 0; border-radius: 0; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#M0xE2Ae1KRGs24UqIFTkd9X09Kscccg7 { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#Cl6QVeTFTKvBScQ3IndbzvH03cRgEsZB { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#DFO5ES6ur69sKq97H8XvT9ETdD1gxQOV { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { background-color: transparent; background-image: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container > .video-iframe-container { display: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row > .video-iframe-container { display: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .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); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { border-width: 0; border-radius: 0; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#AzwqCZm6mRmPN2c3Ag7KgUw8BducUd2c { color:#13284c;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:4.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#i3Ng9F8DVpV06wPzbmBbylXmUy9FzNS3 { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:1.3125rem;left:0rem;display:block; }
#CaAqmNEFGW9DmOd88c4sabrm4UJdrqcl { 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:15003;opacity:1;top:2.2687501907349rem;left:0.77421951293944rem; }
#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { background-color: transparent; background-image: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container > .video-iframe-container { display: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row > .video-iframe-container { display: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .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); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { border-width: 0; border-radius: 0; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { font-size:0.875rem;font-family:arial;height:167.5rem;width:60rem;position:relative;display:block; }#TJKq3w6Vb3uqqBQpdCpJb5RRMgfK4hv8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:34.125rem;width:51.1875rem;top:2.4875001907349rem;left:4.28125rem;overflow:hidden;display:block; }
#KQPQw9ITepqxVBvydZfpg5OEP4RZRQIe { color:#001ca8;display:block;width:29.875rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.203125rem;left:25.90625rem;height:12.4306875rem;text-align:right;text-align-last:right;display:block; }
#MPJ1ZRyu09gHPLlrVLCPI15Mk7OcJ2dk { color:#13284c;display:block;width:51.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:55.3125rem;left:4.2679691314697rem;height:23.39061875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGBoJu9ugnnHf05CcuiZsCeWS1dX6Lph { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:33.5rem;top:82.287498474119rem;left:22.26796913147rem;overflow:hidden;display:block; }
#pLTKGB8PoHgVhuRg6QKqZHxM7EyOi6V7 { color:#13284c;display:block;width:42.75rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:104.505859375rem;left:4.28125rem;height:8.2871125rem;text-align:left;text-align-last:left;display:block; }
#QXXGK3oH6hpM5Dz5pLLymLlahzlCxPSK { color:#13284c;display:block;width:43.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:116.9375rem;left:7.5625rem;height:10.2333875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUgNNeTkBz2Nnl2qh6LAnEcaPTNU5UhF { color:#13284c;display:block;width:44.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:142.875rem;left:5.75rem;height:7.3095625rem;text-align:right;text-align-last:right;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; }
#GNP35idT5G2OGLiaoVAywiGTuVNwR2ls { position:absolute;display:block;z-index:15011;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.125rem;top:116.9365234375rem;left:4.28125rem;display:block; }
#Uh20ZX0nDD7yyewb6Q6WlO539Mdd0qD7 { position:absolute;display:block;z-index:15012;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:0.125rem;top:142.125rem;left:52.375rem;display:block; }
#wRwTK4uJszEFif7TNbASTZngz3Ed5UQb { color:#13284c;display:block;width:42.75rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:130.13124847412rem;left:9.73671913147rem;height:8.2871125rem;text-align:right;text-align-last:right;display:block; }
#OyE452c3SVpa5x4EtEE67ye4MuayKavX { color:#001ca8;display:block;width:44.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:157.8125rem;left:5.75rem;height:4.38574375rem;text-align:center;text-align-last:center;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; }
#nLIa4n5bhTbNrs65dHsVsb5rmcrhTJ57 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:1.5rem;top:155.7734375rem;left:3.59375rem;overflow:hidden;display:block; }
#bsaxBZdST3x5vguVnKlWJpIeBs5CZ9bf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:1.625rem;top:155.7734375rem;left:51.625rem;overflow:hidden;display:block; }
#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { background-color: transparent; background-image: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container > .video-iframe-container { display: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row > .video-iframe-container { display: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .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); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { border-width: 0; border-radius: 0; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#Buq5GvsTf5QbS0o5fBLPp0uS2q2nPbC9 { position:absolute;display:block;z-index:15000;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.3125rem;top:1.3125rem;left:4.46875rem;display:block; }
#B7c76EwNC5cXS5PnB8bhXTp16uyTZcnk { position:absolute;display:block;z-index:15001;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.375rem;top:1.3125rem;left:32.1875rem;display:block; }
#C5d9mG2RkkM2c0HsSQCUEZ7fZ2tHtwh9 { position:absolute;display:block;z-index:15001;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.3125rem;top:7.75rem;left:4.46875rem;display:block; }
#z1pxUv0EllRsi3GMub682K4y5npiwoCA { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.318359375rem;left:5.71875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVcrtFldvdPFkA74RhJQ3uqdVnr99E7b { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.318359375rem;left:33.46875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D2xMSrTe2xP9AXv55y8VDMTp3G0eft3B { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.755859375rem;left:5.71875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWVpRoq3nUPuyPpD6I6f9hzoMNH3UcC8 { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.375rem;top:7.75rem;left:32.1875rem;display:block; }
#cEIiNRSQZU9VrCHN1DQspfotkGCIxkiU { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.3125rem;top:14.0625rem;left:4.46875rem;display:block; }
#SlJ8cM5rbCOLEgioAohOOeDc051QMz08 { position:absolute;display:block;z-index:15003;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.375rem;top:14.0625rem;left:32.1875rem;display:block; }
#okz43E4THVPwpTOud1S7PGoNmM2kZTz6 { position:absolute;display:block;z-index:15003;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.3125rem;top:20.375rem;left:4.46875rem;display:block; }
#cQmC28sgWDCaR9bTy1LvWkqxPFBZF7en { position:absolute;display:block;z-index:15004;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.3125rem;top:26.875rem;left:4.5rem;display:block; }
#rzT5DRlRCfuG5EWl0gaUudGu2Avtbg2Q { position:absolute;display:block;z-index:15004;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23.375rem;top:20.375rem;left:32.1875rem;display:block; }
#DoacDdLKSzpJb5x94oVTIhAKoamysdnH { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.068359375rem;left:5.71875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyMI76FyHvPuCtZOA3nTHiHQyeLb83UW { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.380859375rem;left:5.71875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z9N0XgKgigd8wlvTgTmiQb4qg3WnQ0dN { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.875rem;left:5.75rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VggyecuDvJVFkaHlPaEtpvt763GmViu0 { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.48828125rem;left:33.46875rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BXXfhhetwzNayGKPdpSNq1uMlF5kb2U4 { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.068359375rem;left:33.46875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOA13dOiRQK4n8wT1qVNwRa94mJeu2TC { color:#ddc8b7;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.380859375rem;left:33.46875rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 { position:relative;display:block; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 { background-color: transparent; background-image: none; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container > .video-iframe-container { display: none; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row > .video-iframe-container { display: none; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .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); }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 { border-width: 0; border-radius: 0; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QBsdc1TqoRMpmJ4NVTWianbtO3JJNgkm { color:#13284c;display:block;width:42.75rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.09375rem;height:4.14355625rem;text-align:left;text-align-last:left;display:block; }
#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container { background-color: transparent; background-image: none; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container > .video-iframe-container { display: none; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row > .video-iframe-container { display: none; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .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); }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container { border-width: 0; border-radius: 0; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#dp8TpTLRAsimZmh5gL9JLVw8yE6czvb2 { color:#13284c;display:block;width:42.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.3603515625rem;left:4.25rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQ1f0nFLLtlBV9OD6EGVMnWT07Jp5XPt { color:#13284c;display:block;width:51.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.4453125rem;left:4.25rem;height:4.38574375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gv4AyLdQ0XCn57tTpbZvWUPdmm7Olee1 { color:#13284c;display:block;width:42.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.751953125rem;left:4.3125rem;height:11.6953rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c3FHn7cvDq1UZw13CTQmrmt0hHr2J0J7 { color:#13284c;display:block;width:24.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.751953125rem;left:31.5rem;height:10.2333875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ca8X3puSqr1eZi8XuolXWPXptDmi1zLS { color:#13284c;display:block;width:51.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:4.25rem;height:8.7715rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG { position:relative;display:block; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG { background-color: transparent; background-image: none; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row .container > .video-iframe-container { display: none; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row > .video-iframe-container { display: none; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .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); }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG { border-width: 0; border-radius: 0; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .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; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .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:12.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UryVvb5U0XB2N8AsK462O9J0pImFUgXT { color:#13284c;display:block;width:38.5rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:17.1875rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#I237865g1ll9ocPaTiOahQdDVuLfeXGT { position:relative;display:block; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT { background-color: transparent; background-image: none; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row .container > .video-iframe-container { display: none; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row > .video-iframe-container { display: none; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .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); }#I237865g1ll9ocPaTiOahQdDVuLfeXGT { border-width: 0; border-radius: 0; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .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; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .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:18.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZCAxg0HkEEaWJhnHekgX8TzMKwocZyl { color:#13284c;display:block;width:51.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.7978515625rem;left:4.25rem;height:7.3095625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDrQBNsUk8aGTrh8ULuILQ2BpFM1Vayx { color:#13284c;display:block;width:42.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.2138671875rem;left:4.25rem;height:7.3095625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o9uiyREAWyhdG5FSRJoixKLy8WdXxf8E { color:#13284c;display:block;width:30.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2138671875rem;left:29.875rem;height:5.84765rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU { position:relative;display:block; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU { background-color: transparent; background-image: none; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container > .video-iframe-container { display: none; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row > .video-iframe-container { display: none; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .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); }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU { border-width: 0; border-radius: 0; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#o1ddiRG7MXxvrWmMd9FILKhyJ51vOB2v { color:#13284c;display:block;width:39.5625rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.09375rem;height:8.287125rem;text-align:left;text-align-last:left;display:block; }
#rqGvzft7J2SG0sfkGZlM32sdmED58t45 { position:relative;display:block; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 { background-color: transparent; background-image: none; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row .container > .video-iframe-container { display: none; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row > .video-iframe-container { display: none; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .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); }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 { border-width: 0; border-radius: 0; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .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; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O5eeH6uHz4tkd6wue8gP2d2NnHMhFAvf { color:#13284c;display:block;width:51.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.7978515625rem;left:4.25rem;height:7.3095625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S02SDOxOBkumqMsxTOE7KBw9uKaZJxHr { color:#13284c;display:block;width:25.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.2138671875rem;left:4.25rem;height:14.619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QLsNAICLC0DvdsloFhPkxc9tvgCeAgSq { color:#13284c;display:block;width:24.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2138671875rem;left:31.625rem;height:13.15721875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW { position:relative;display:block; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW { background-color: transparent; background-image: none; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row .container > .video-iframe-container { display: none; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row > .video-iframe-container { display: none; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .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); }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW { border-width: 0; border-radius: 0; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .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; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .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:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GEH2DTuUXMvbUdFGm15EB4IAAnUh45db { color:#13284c;display:block;width:40.5rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:15.1875rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq { position:relative;display:block; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq { background-color: transparent; background-image: none; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row .container > .video-iframe-container { display: none; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row > .video-iframe-container { display: none; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .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); }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq { border-width: 0; border-radius: 0; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .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; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .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:11.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z7sUDgGsqWhesFqTBo5SqLrqDGTvE4om { color:#13284c;display:block;width:37.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.7978515625rem;left:4.25rem;height:7.3095625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BC1cC9etGu81WVX8CNzw847VneXaCRb9 { position:relative;display:block; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 { background-color: transparent; background-image: none; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container > .video-iframe-container { display: none; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row > .video-iframe-container { display: none; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .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); }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 { border-width: 0; border-radius: 0; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UW2g7IPU1CTUXu4PHR7GieNbwyuBpSXA { color:#13284c;display:block;width:39.5625rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.09375rem;height:8.287125rem;text-align:left;text-align-last:left;display:block; }
#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 { position:relative;display:block; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 { background-color: transparent; background-image: none; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row .container > .video-iframe-container { display: none; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row > .video-iframe-container { display: none; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .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); }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 { border-width: 0; border-radius: 0; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .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; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .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:47rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#INWp3ehCQTuUFxOfeyru2HHDXXduBmFr { color:#001ca8;display:block;width:31.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.341796875rem;left:24.375rem;height:13.15725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AIpB4bg1tbwRoh9ZXOessHhAXmnTUpTQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:1.4375rem;top:0rem;left:19.2578125rem;overflow:hidden;display:block; }
#MKi19Qn5NObaJ3x2xa8qtfTECdfJdZau { color:#13284c;display:block;width:50rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:4.25rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ww4FfATgXvkIMa88XCmnLPXIHysJmnEa { color:#13284c;display:block;width:51.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.375rem;left:4.25rem;height:8.7715rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UneLIKEprNppE45tcCdcSJDFGuXwdnI5 { color:#13284c;display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.25rem;height:8.7715rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa { position:relative;display:block; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa { background-color: transparent; background-image: none; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row .container > .video-iframe-container { display: none; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row > .video-iframe-container { display: none; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .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); }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa { border-width: 0; border-radius: 0; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .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; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .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:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gntSbgoZigBJLlnfHbATrRcGTyIpXRQd { color:#13284c;display:block;width:40.5rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:15.25rem;height:8.287125rem;text-align:right;text-align-last:right;display:block; }
#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { background-color: transparent; background-image: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container > .video-iframe-container { display: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row > .video-iframe-container { display: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .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); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { border-width: 0; border-radius: 0; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#NW3t8Wq0EvtsKNOOvgkqhyoANzgTzVW8 { color:#13284c;display:block;width:50.6875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:4.65625rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#RXANP9ZNRnQDwfCtp7vMkSLk4gIW0BAH { 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:15003;opacity:1;top:1.810546875rem;left:0.7734375rem; }
#FvQxDWhA2Ibg0OrTkT635RMQIhoHV1s4 { position:absolute;display:block;z-index:15002;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#HfKIQ79wrZ3T5xaESVR5eJAiayMHJev3 { position:absolute;display:block;z-index:15003;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.5625rem;left:0rem;display:block; }
#vsHiS3iZBHT9L1hQaxTU5FRtFs8xOvOG { 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:15004;opacity:1;top:9.142578125rem;left:0.7734375rem; }
#nJBUdZhBcC7N5ZvPwDhgB3y4q5DgPeNk { color:#13284c;display:block;width:50.25rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5126953125rem;left:4.65625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#ni1vldh51pZ4gTXCOyDqViMB2wIaByqE { position:absolute;display:block;z-index:15004;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:14.75rem;left:0rem;display:block; }
#UKzOeU3ONxeL7p2KJQZvTaLTMd685C76 { color:#13284c;display:block;width:50.25rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.955078125rem;left:4.65625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#AlrOgrh28sy2TlDNN8npQFDnBBI6qGPv { 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:15005;opacity:1;top:17.5849609375rem;left:0.7734375rem; }
#FJv53kk7zDlIrN1QZflyvnOnQDeyTMPG { position:absolute;display:block;z-index:15005;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:23.25rem;left:0rem;display:block; }
#K6oOhFhk78X2U5pPKbNI3C9HZops5pS3 { color:#13284c;display:block;width:51rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.36328125rem;left:4.65625rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#RLMzgpDJgwKzDzXn2BmsWohON81eWdxe { 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:15006;opacity:1;top:26.724609375rem;left:0.7734375rem; }
#lbNul0PElanXlgVzeVB9cFBP8brsp9OT { position:absolute;display:block;z-index:15006;background-color:#13284c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:33rem;left:0rem;display:block; }
#HGVKT5R6DsP5hTfxWO5WHQUkqtC9aRbC { color:#13284c;display:block;width:50.4375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.17578125rem;left:4.65625rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#IuRIz6IUHcT9nSMJMFBb1Z4kWCRvh8qr { 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:15007;opacity:1;top:36.537109375rem;left:0.7734375rem; }
#i04e3c8e23941067fafa9fd6607ea5be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12284b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i04e3c8e23941067fafa9fd6607ea5be > .row .container { background-color: transparent; background-image: none; }#i04e3c8e23941067fafa9fd6607ea5be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i04e3c8e23941067fafa9fd6607ea5be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i04e3c8e23941067fafa9fd6607ea5be > .row .container > .video-iframe-container { display: none; }#i04e3c8e23941067fafa9fd6607ea5be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i04e3c8e23941067fafa9fd6607ea5be > .row > .video-iframe-container { display: none; }#i04e3c8e23941067fafa9fd6607ea5be > .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); }#i04e3c8e23941067fafa9fd6607ea5be > .row .container { border-width: 0; border-radius: 0; }#i04e3c8e23941067fafa9fd6607ea5be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i04e3c8e23941067fafa9fd6607ea5be > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#d998e6393a0bc4bf91ed9d300bd555f8 { position:absolute;display:block;z-index:15002;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:6.8125rem;width:13.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Pa3a03abc6f87b8aec90e9058103f573 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:14.40625rem;display:block; }
#k069454f036064c1ff36e411f864e762 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X63a99e7b731a927739533240e3591f8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:24.15625rem;display:block; }
#Ncc9ba91497431984bec42778d219cde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wa28d1fd03245d100b0fab3c650e1eed { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.5rem;left:45.28125rem;display:block; }
#k57ee7ff9c04b6765224e08a07877b05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h85da027f1d066f8b8e2f621268d62b8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"play display italic";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.5rem;left:52.8115234375rem;display:block; }
#g0ee08a389eec50413b5a5c140161561 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncbdd7aa7f15e18947568694b84c7336 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c9a892;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:6.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.0625rem;left:0rem;display:block; }
#eeb559b2623307c3c2f0f286b7608976 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe { display:block; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWG8pKF1F5JaNt3THyKAw5rm238FFxV9 { width:5.8125rem;height:3.4375rem;top:1.125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6ZpRXyor8q4kTzgrMew6TkVEftdIzN { display:block; }
 }@media only screen and (max-width: 763px) { #uVLz7w42ar6KphC1GbziChfWTGaJbqM0 { width:4.75rem;height:3.4375rem;top:1.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkRb8Hi3dTsWk883QgiW4w06lt5WBcq { display:block; }
 }@media only screen and (max-width: 763px) { #dWK7wxqNv1EWIBcFtQVCxTqxS2rFv0Vq { width:6.1875rem;height:3.4375rem;top:1.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0O4hOa5GFnnQpJgCIT6q7AEVQKCpoks { display:block; }
 }@media only screen and (max-width: 763px) { #HXRxkI2AqAAWf7TvKJOLOaQcPBqrPvEc { width:9.3125rem;height:3.4375rem;top:1.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednklK2sprAgVsxox7sUPXr181KFGmPU { display:block; }
 }@media only screen and (max-width: 763px) { #W3RvbB5oT6M2fT2str6HXspMk89Wvdcp { width:12.8125rem;height:3.4375rem;top:1.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGlvnKN7tl9AktQ4icrp0TTpLU6GNUAl { display:block; }
 }@media only screen and (max-width: 763px) { #dtJeB8Pks1P1LcTXooFGNf6uTSmWhvhz { width:6.1875rem;height:3.4375rem;top:1.125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0oD0FBFwSPM1msxP7w37BfAOfw2iCtb { display:block; }
 }@media only screen and (max-width: 763px) { #hmg2oi2tiv0yh8XcXGHbsibTCrVinl7a { width:5.6875rem;height:5.3125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawdmNafL2kTGWxDFBETqboP97RwqCKR { display:block; }
 }@media only screen and (max-width: 763px) { #CUeheWAaN6kgsDHs6eziSRCJZOSJX8O4 { width:5.75rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf { display:block; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEweAwFPcD9Pz8M4BMXSixibbF9yQDdw { width:47.75rem;height:31.774163568773rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWkLd2lE9OTdUFH3kA3cdsKLbfb5TPu6 { width:47.75rem;height:5.8125rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUDSPFnAqXM9ilFFHUXbqloEDZrSHFif { width:21.25rem;height:5.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguwVqJ3y5PrGHFuOvzoog6BTbtuNRvL { display:block; }
 }@media only screen and (max-width: 763px) { #cPCZe2UCgIiO6hSJBdAR7ZPnVyJgwqZD { width:10.5625rem;height:10.5625rem;top:3.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 { display:block; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmxZmLnKHrADgCgDfzP2Cg7IGZqCIOrO { width:25.9375rem;height:13.125rem;top:20.3125rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4RK8XeeB8XlqT9Tp6TnzDQanTCgLOE9 { width:27.25rem;height:16.5625rem;top:0.625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0JdkdkI49gCN4iJoCpT5G7tXytzGy4y { width:1.0625rem;height:13.125rem;top:20.3125rem;left:17.0849609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g { display:block; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEfkDUfWTxtJ1xe0O3UecPGP8uuq6Tes { width:42.6875rem;height:4.125rem;top:0.625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn43HVN6PFIVev9hLVpA6G8JpLoElW9p { display:block; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc4h5IBeRr5XAHliIGHtOx5hVQguqs3w { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwb2OdGptdD9cpIAQcn4uL8FTPKLPxQ7 { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daphTLgmA6TCU16ccWvKcPI9ehlHUWpU { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB { display:block; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmzrIhS4ynFIotPNK8vrz0RpEaIosJlS { width:34.3125rem;height:2.875rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTHhTG4C0nPHLFnluN5nba7poDGx9aB { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mErwpaeI9HNnXITiAfQtF6ofVJdV8tng { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG { display:block; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZznNyzWzGE93TbrJgRT0EgHO8TgOnCP { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwl8rLu4dr3eDOwJJqBNBrFbH2X02her { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaWmxGK2rAp8MmzUIGkB79gzNteEcp4 { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o { display:block; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqJiiJaBHhAIWqvXlgboFGpLSXEzHHBc { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvl9yXlCkTSTKRzscF8mzsPE1dmq5yP { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIn1WAJyDB1DJQ5krovW4NR0M1b8CvF { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWypnxonEoITTLiw3NNI7S2ooRkGicS { display:block; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4eEzXEg3pP3iZuGKxWskuoRHBX2u5yn { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcE2EcWLUuitGez1EEBvahhn5Ez07STt { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHBUykkfiHubqWge4b6qrmvmlmRUmUAt { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 { display:block; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVF46JHEhsck2M22UZ3bQvgpqVVJZzS7 { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9fOCQsiwu9ZdxPTwU0vTOvEf7tRNbCc { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZrkJPOSwFNfF0RQWB5ee9W1ifbPmLn { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GndpLAtPCM7tgFXbP91B83kIfn4y8pRC { display:block; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0xE2Ae1KRGs24UqIFTkd9X09Kscccg7 { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl6QVeTFTKvBScQ3IndbzvH03cRgEsZB { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFO5ES6ur69sKq97H8XvT9ETdD1gxQOV { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk { display:block; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzwqCZm6mRmPN2c3Ag7KgUw8BducUd2c { width:34.3125rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ng9F8DVpV06wPzbmBbylXmUy9FzNS3 { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaAqmNEFGW9DmOd88c4sabrm4UJdrqcl { width:3.125rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm { display:block; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJKq3w6Vb3uqqBQpdCpJb5RRMgfK4hv8 { width:47.75rem;height:31.833333333333rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQPQw9ITepqxVBvydZfpg5OEP4RZRQIe { width:29.875rem;height:12.375rem;top:39.1875rem;left:17.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ1ZRyu09gHPLlrVLCPI15Mk7OcJ2dk { width:47.75rem;height:23.375rem;top:55.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGBoJu9ugnnHf05CcuiZsCeWS1dX6Lph { width:33.5rem;height:19rem;top:82.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTKGB8PoHgVhuRg6QKqZHxM7EyOi6V7 { width:42.75rem;height:8.25rem;top:104.5rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXGK3oH6hpM5Dz5pLLymLlahzlCxPSK { width:43.1875rem;height:10.1875rem;top:116.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgNNeTkBz2Nnl2qh6LAnEcaPTNU5UhF { width:44.875rem;height:7.3125rem;top:142.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNP35idT5G2OGLiaoVAywiGTuVNwR2ls { width:0.125rem;height:10.9375rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh20ZX0nDD7yyewb6Q6WlO539Mdd0qD7 { width:0.125rem;height:8.875rem;top:142.125rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwTK4uJszEFif7TNbASTZngz3Ed5UQb { width:42.75rem;height:8.25rem;top:130.125rem;left:3.611328125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyE452c3SVpa5x4EtEE67ye4MuayKavX { width:44.875rem;height:4.375rem;top:157.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLIa4n5bhTbNrs65dHsVsb5rmcrhTJ57 { width:1.5rem;height:6.4375rem;top:155.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsaxBZdST3x5vguVnKlWJpIeBs5CZ9bf { width:1.625rem;height:7rem;top:155.75rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B { display:block; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Buq5GvsTf5QbS0o5fBLPp0uS2q2nPbC9 { width:23.3125rem;height:4.9375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7c76EwNC5cXS5PnB8bhXTp16uyTZcnk { width:23.375rem;height:4.9375rem;top:1.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5d9mG2RkkM2c0HsSQCUEZ7fZ2tHtwh9 { width:23.3125rem;height:4.9375rem;top:7.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1pxUv0EllRsi3GMub682K4y5npiwoCA { width:20.8125rem;height:2.875rem;top:2.3125rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVcrtFldvdPFkA74RhJQ3uqdVnr99E7b { width:20.8125rem;height:2.875rem;top:2.3125rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xMSrTe2xP9AXv55y8VDMTp3G0eft3B { width:20.8125rem;height:2.875rem;top:8.75rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWVpRoq3nUPuyPpD6I6f9hzoMNH3UcC8 { width:23.375rem;height:4.9375rem;top:7.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIiNRSQZU9VrCHN1DQspfotkGCIxkiU { width:23.3125rem;height:4.9375rem;top:14.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ8cM5rbCOLEgioAohOOeDc051QMz08 { width:23.375rem;height:4.9375rem;top:14.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okz43E4THVPwpTOud1S7PGoNmM2kZTz6 { width:23.3125rem;height:4.9375rem;top:20.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmC28sgWDCaR9bTy1LvWkqxPFBZF7en { width:23.3125rem;height:4.9375rem;top:26.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzT5DRlRCfuG5EWl0gaUudGu2Avtbg2Q { width:23.375rem;height:4.9375rem;top:20.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoacDdLKSzpJb5x94oVTIhAKoamysdnH { width:20.8125rem;height:2.875rem;top:15.0625rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMI76FyHvPuCtZOA3nTHiHQyeLb83UW { width:20.8125rem;height:2.875rem;top:21.375rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9N0XgKgigd8wlvTgTmiQb4qg3WnQ0dN { width:20.8125rem;height:2.875rem;top:27.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VggyecuDvJVFkaHlPaEtpvt763GmViu0 { width:20.8125rem;height:1.4375rem;top:9.4375rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXfhhetwzNayGKPdpSNq1uMlF5kb2U4 { width:20.8125rem;height:2.875rem;top:15.0625rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOA13dOiRQK4n8wT1qVNwRa94mJeu2TC { width:20.8125rem;height:2.875rem;top:21.375rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 { display:block; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBsdc1TqoRMpmJ4NVTWianbtO3JJNgkm { width:42.75rem;height:4.125rem;top:0.75rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM { display:block; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp8TpTLRAsimZmh5gL9JLVw8yE6czvb2 { width:42.0625rem;height:2.875rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1f0nFLLtlBV9OD6EGVMnWT07Jp5XPt { width:47.75rem;height:4.375rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4AyLdQ0XCn57tTpbZvWUPdmm7Olee1 { width:42.0625rem;height:11.6875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FHn7cvDq1UZw13CTQmrmt0hHr2J0J7 { width:24.5625rem;height:10.1875rem;top:3.75rem;left:23.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8X3puSqr1eZi8XuolXWPXptDmi1zLS { width:47.75rem;height:8.75rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIsBzxwDLiXedQUnUMwGJgdppUDguwG { display:block; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UryVvb5U0XB2N8AsK462O9J0pImFUgXT { width:38.5rem;height:8.25rem;top:0.625rem;left:9.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I237865g1ll9ocPaTiOahQdDVuLfeXGT { display:block; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZCAxg0HkEEaWJhnHekgX8TzMKwocZyl { width:47.75rem;height:7.3125rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDrQBNsUk8aGTrh8ULuILQ2BpFM1Vayx { width:42.0625rem;height:7.25rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9uiyREAWyhdG5FSRJoixKLy8WdXxf8E { width:30.125rem;height:5.8125rem;top:9.1875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN74b06I8svQ1grqz2vuWxu2AyvFnHfU { display:block; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1ddiRG7MXxvrWmMd9FILKhyJ51vOB2v { width:39.5625rem;height:8.25rem;top:0.75rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGvzft7J2SG0sfkGZlM32sdmED58t45 { display:block; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5eeH6uHz4tkd6wue8gP2d2NnHMhFAvf { width:47.75rem;height:7.25rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S02SDOxOBkumqMsxTOE7KBw9uKaZJxHr { width:25.0625rem;height:14.625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLsNAICLC0DvdsloFhPkxc9tvgCeAgSq { width:24.1875rem;height:13.1875rem;top:9.1875rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW { display:block; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEH2DTuUXMvbUdFGm15EB4IAAnUh45db { width:40.5rem;height:8.25rem;top:0.625rem;left:7.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq { display:block; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7sUDgGsqWhesFqTBo5SqLrqDGTvE4om { width:37.4375rem;height:7.3125rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1cC9etGu81WVX8CNzw847VneXaCRb9 { display:block; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2g7IPU1CTUXu4PHR7GieNbwyuBpSXA { width:39.5625rem;height:8.25rem;top:0.75rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 { display:block; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INWp3ehCQTuUFxOfeyru2HHDXXduBmFr { width:31.125rem;height:13.1875rem;top:0.3125rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpB4bg1tbwRoh9ZXOessHhAXmnTUpTQ { width:1.4375rem;height:13.4375rem;top:0rem;left:13.1328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKi19Qn5NObaJ3x2xa8qtfTECdfJdZau { width:47.75rem;height:5.875rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4FfATgXvkIMa88XCmnLPXIHysJmnEa { width:47.75rem;height:8.75rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UneLIKEprNppE45tcCdcSJDFGuXwdnI5 { width:47.75rem;height:8.75rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa { display:block; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gntSbgoZigBJLlnfHbATrRcGTyIpXRQd { width:40.5rem;height:8.25rem;top:0.625rem;left:7.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 { display:block; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW3t8Wq0EvtsKNOOvgkqhyoANzgTzVW8 { width:47.75rem;height:2.875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXANP9ZNRnQDwfCtp7vMkSLk4gIW0BAH { width:3.125rem;height:3.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvQxDWhA2Ibg0OrTkT635RMQIhoHV1s4 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfKIQ79wrZ3T5xaESVR5eJAiayMHJev3 { width:47.75rem;height:0.125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHiS3iZBHT9L1hQaxTU5FRtFs8xOvOG { width:3.125rem;height:3.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBUdZhBcC7N5ZvPwDhgB3y4q5DgPeNk { width:47.75rem;height:4.375rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1vldh51pZ4gTXCOyDqViMB2wIaByqE { width:47.75rem;height:0.125rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKzOeU3ONxeL7p2KJQZvTaLTMd685C76 { width:47.75rem;height:4.375rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlrOgrh28sy2TlDNN8npQFDnBBI6qGPv { width:3.125rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJv53kk7zDlIrN1QZflyvnOnQDeyTMPG { width:47.75rem;height:0.125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6oOhFhk78X2U5pPKbNI3C9HZops5pS3 { width:47.75rem;height:5.875rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMzgpDJgwKzDzXn2BmsWohON81eWdxe { width:3.125rem;height:3.125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNul0PElanXlgVzeVB9cFBP8brsp9OT { width:47.75rem;height:0.125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGVKT5R6DsP5hTfxWO5WHQUkqtC9aRbC { width:47.75rem;height:5.875rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRIz6IUHcT9nSMJMFBb1Z4kWCRvh8qr { width:3.125rem;height:3.125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i04e3c8e23941067fafa9fd6607ea5be { display:block; }#i04e3c8e23941067fafa9fd6607ea5be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d998e6393a0bc4bf91ed9d300bd555f8 { width:13.0625rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3a03abc6f87b8aec90e9058103f573 { width:7.5625rem;height:1.875rem;top:2.5rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k069454f036064c1ff36e411f864e762 { display:block; }
 }@media only screen and (max-width: 763px) { #X63a99e7b731a927739533240e3591f8 { width:18.6875rem;height:1.875rem;top:2.5rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncc9ba91497431984bec42778d219cde { display:block; }
 }@media only screen and (max-width: 763px) { #Wa28d1fd03245d100b0fab3c650e1eed { width:5.8125rem;height:1.875rem;top:2.5rem;left:39.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57ee7ff9c04b6765224e08a07877b05 { display:block; }
 }@media only screen and (max-width: 763px) { #h85da027f1d066f8b8e2f621268d62b8 { width:5.8125rem;height:1.875rem;top:2.5rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ee08a389eec50413b5a5c140161561 { display:block; }
 }@media only screen and (max-width: 763px) { #ncbdd7aa7f15e18947568694b84c7336 { width:13.0625rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb559b2623307c3c2f0f286b7608976 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9cffd081-e940-4ac6-b8ee-048aacb40677/to_mobile1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#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); } }@media only screen and (max-width: 763px) { #AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/272d5544-d18e-4f9a-a4ba-7a8cce3cdc76/tomin1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe.adaptive-delivery-prevent-bg, #AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe.lazyload, #AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe.lazyloading { background-image: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { background-color: transparent; background-image: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container > .video-iframe-container { display: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row > .video-iframe-container { display: none; }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .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); }#AzI1VqiHnwJHRmJkzuPhLryLe6KlQmLe > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWG8pKF1F5JaNt3THyKAw5rm238FFxV9 { width:3.4375rem;height:2.5rem;top:14.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6ZpRXyor8q4kTzgrMew6TkVEftdIzN { display:block; }
 }@media only screen and (max-width: 763px) { #uVLz7w42ar6KphC1GbziChfWTGaJbqM0 { width:3rem;height:2.4375rem;top:3.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkRb8Hi3dTsWk883QgiW4w06lt5WBcq { display:block; }
 }@media only screen and (max-width: 763px) { #dWK7wxqNv1EWIBcFtQVCxTqxS2rFv0Vq { width:4rem;height:2.4375rem;top:5.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0O4hOa5GFnnQpJgCIT6q7AEVQKCpoks { display:block; }
 }@media only screen and (max-width: 763px) { #HXRxkI2AqAAWf7TvKJOLOaQcPBqrPvEc { width:5.9375rem;height:2.4375rem;top:8.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednklK2sprAgVsxox7sUPXr181KFGmPU { display:block; }
 }@media only screen and (max-width: 763px) { #W3RvbB5oT6M2fT2str6HXspMk89Wvdcp { width:8.875rem;height:2.4375rem;top:10.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGlvnKN7tl9AktQ4icrp0TTpLU6GNUAl { display:block; }
 }@media only screen and (max-width: 763px) { #dtJeB8Pks1P1LcTXooFGNf6uTSmWhvhz { width:4.375rem;height:2.0625rem;top:12.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0oD0FBFwSPM1msxP7w37BfAOfw2iCtb { display:block; }
 }@media only screen and (max-width: 763px) { #hmg2oi2tiv0yh8XcXGHbsibTCrVinl7a { width:4.0625rem;height:3.8125rem;top:0rem;left:7.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawdmNafL2kTGWxDFBETqboP97RwqCKR { display:block; }
 }@media only screen and (max-width: 763px) { #CUeheWAaN6kgsDHs6eziSRCJZOSJX8O4 { width:4.3125rem;height:4.25rem;top:0rem;left:7.8437501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { background-color: transparent; background-image: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container > .video-iframe-container { display: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container { display: none; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .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); }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { border-width: 0; border-radius: 0; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4GCsJpHvc1VsvXm3wEopDpE2n9DNvyf > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEweAwFPcD9Pz8M4BMXSixibbF9yQDdw { width:20rem;height:13.25rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWkLd2lE9OTdUFH3kA3cdsKLbfb5TPu6 { width:20rem;height:11.69825rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUDSPFnAqXM9ilFFHUXbqloEDZrSHFif { width:19rem;height:4.375rem;top:1.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguwVqJ3y5PrGHFuOvzoog6BTbtuNRvL { display:block; }
 }@media only screen and (max-width: 763px) { #cPCZe2UCgIiO6hSJBdAR7ZPnVyJgwqZD { width:5.375rem;height:5.375rem;top:3.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { background-color: transparent; background-image: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container > .video-iframe-container { display: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row > .video-iframe-container { display: none; }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .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); }#rAAAw6QtX5ODfZ0f10cvVdTx0TURNhC1 > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmxZmLnKHrADgCgDfzP2Cg7IGZqCIOrO { width:16rem;height:16.8974375rem;top:14.875000476837rem;left:3.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4RK8XeeB8XlqT9Tp6TnzDQanTCgLOE9 { width:20rem;height:10.398425rem;top:2.4867191314698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0JdkdkI49gCN4iJoCpT5G7tXytzGy4y { width:1.875rem;height:16.25rem;top:15.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g { background-color:rgba(0,0,0,0);background-image:none;display:block; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { background-color: transparent; background-image: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container > .video-iframe-container { display: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row > .video-iframe-container { display: none; }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .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); }#c33ObB1lnyGgyTVNgPwCLk3BfGl4Ts9g > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEfkDUfWTxtJ1xe0O3UecPGP8uuq6Tes { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn43HVN6PFIVev9hLVpA6G8JpLoElW9p { background-color:rgba(0,0,0,0);background-image:none;display:block; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { background-color: transparent; background-image: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container > .video-iframe-container { display: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row > .video-iframe-container { display: none; }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .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); }#cn43HVN6PFIVev9hLVpA6G8JpLoElW9p > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc4h5IBeRr5XAHliIGHtOx5hVQguqs3w { width:16.625rem;height:2.6rem;top:3.2249999046326rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwb2OdGptdD9cpIAQcn4uL8FTPKLPxQ7 { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daphTLgmA6TCU16ccWvKcPI9ehlHUWpU { display:flex;width:3.125rem;height:3.125rem;top:2.9625015258789rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB { background-color:rgba(0,0,0,0);background-image:none;display:block; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { background-color: transparent; background-image: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container > .video-iframe-container { display: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row > .video-iframe-container { display: none; }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .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); }#VpkQl2t3MZ8mJ74vH9vRSGHQy0ONwmMB > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmzrIhS4ynFIotPNK8vrz0RpEaIosJlS { width:16.625rem;height:3.9rem;top:3.2250000238419rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTHhTG4C0nPHLFnluN5nba7poDGx9aB { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mErwpaeI9HNnXITiAfQtF6ofVJdV8tng { display:flex;width:3.125rem;height:3.125rem;top:3.2250003814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG { background-color:rgba(0,0,0,0);background-image:none;display:block; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { background-color: transparent; background-image: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container > .video-iframe-container { display: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row > .video-iframe-container { display: none; }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .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); }#NQgk9aX8VsKKEedimOyKEH1GuZGUJnfG > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZznNyzWzGE93TbrJgRT0EgHO8TgOnCP { width:16.3125rem;height:2.6rem;top:3.0375003814698rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwl8rLu4dr3eDOwJJqBNBrFbH2X02her { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaWmxGK2rAp8MmzUIGkB79gzNteEcp4 { display:flex;width:3.125rem;height:3.125rem;top:2.5617198944092rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o { background-color:rgba(0,0,0,0);background-image:none;display:block; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { background-color: transparent; background-image: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container > .video-iframe-container { display: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row > .video-iframe-container { display: none; }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .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); }#xb2fE0JJQsiph5iLQtwrg5UHlAzAlW9o > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqJiiJaBHhAIWqvXlgboFGpLSXEzHHBc { width:16.6875rem;height:1.3rem;top:3.2250003814698rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvl9yXlCkTSTKRzscF8mzsPE1dmq5yP { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIn1WAJyDB1DJQ5krovW4NR0M1b8CvF { display:flex;width:3.125rem;height:3.125rem;top:2.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LzWypnxonEoITTLiw3NNI7S2ooRkGicS { background-color:rgba(0,0,0,0);background-image:none;display:block; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { background-color: transparent; background-image: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container > .video-iframe-container { display: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row > .video-iframe-container { display: none; }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .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); }#LzWypnxonEoITTLiw3NNI7S2ooRkGicS > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4eEzXEg3pP3iZuGKxWskuoRHBX2u5yn { width:16.875rem;height:2.6rem;top:3.2249984741211rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcE2EcWLUuitGez1EEBvahhn5Ez07STt { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHBUykkfiHubqWge4b6qrmvmlmRUmUAt { display:flex;width:3.125rem;height:3.125rem;top:2.9609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { background-color: transparent; background-image: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container > .video-iframe-container { display: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row > .video-iframe-container { display: none; }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .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); }#owoU4z6dW77R7eTqfO0yKetfCZKKMtd4 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVF46JHEhsck2M22UZ3bQvgpqVVJZzS7 { width:16.5rem;height:1.3rem;top:3.2250022888184rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9fOCQsiwu9ZdxPTwU0vTOvEf7tRNbCc { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZrkJPOSwFNfF0RQWB5ee9W1ifbPmLn { display:flex;width:3.125rem;height:3.125rem;top:2.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GndpLAtPCM7tgFXbP91B83kIfn4y8pRC { background-color:rgba(0,0,0,0);background-image:none;display:block; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { background-color: transparent; background-image: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container > .video-iframe-container { display: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row > .video-iframe-container { display: none; }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .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); }#GndpLAtPCM7tgFXbP91B83kIfn4y8pRC > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0xE2Ae1KRGs24UqIFTkd9X09Kscccg7 { width:16.8125rem;height:2.5996125rem;top:3.2249984741211rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl6QVeTFTKvBScQ3IndbzvH03cRgEsZB { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFO5ES6ur69sKq97H8XvT9ETdD1gxQOV { display:flex;width:3.125rem;height:3.125rem;top:2.9609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk { background-color:rgba(0,0,0,0);background-image:none;display:block; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { background-color: transparent; background-image: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container > .video-iframe-container { display: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row > .video-iframe-container { display: none; }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .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); }#VIuvG4yVQcGNRLBZMqFdc0E7GAdK83yk > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzwqCZm6mRmPN2c3Ag7KgUw8BducUd2c { width:16.5625rem;height:1.3rem;top:3.2249984741211rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ng9F8DVpV06wPzbmBbylXmUy9FzNS3 { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaAqmNEFGW9DmOd88c4sabrm4UJdrqcl { display:flex;width:3.125rem;height:3.125rem;top:2.3109378814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm { background-color:rgba(0,0,0,0);background-image:none;display:block; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { background-color: transparent; background-image: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container > .video-iframe-container { display: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row > .video-iframe-container { display: none; }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .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); }#gh9zaBUr9u3UxevqhWmoCb7k6ILCSHVm > .row .container { width:20rem;height:148.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJKq3w6Vb3uqqBQpdCpJb5RRMgfK4hv8 { width:19.875rem;height:13.25rem;top:45.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQPQw9ITepqxVBvydZfpg5OEP4RZRQIe { width:20rem;height:7.7988125rem;top:59.918rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ1ZRyu09gHPLlrVLCPI15Mk7OcJ2dk { width:20rem;height:42.89353125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGBoJu9ugnnHf05CcuiZsCeWS1dX6Lph { width:20rem;height:11.3125rem;top:68.968rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTKGB8PoHgVhuRg6QKqZHxM7EyOi6V7 { width:20rem;height:7.79883125rem;top:81.561rem;left:-0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXGK3oH6hpM5Dz5pLLymLlahzlCxPSK { width:18.375rem;height:15.5976375rem;top:90.485160827638rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgNNeTkBz2Nnl2qh6LAnEcaPTNU5UhF { width:17.4375rem;height:12.99805rem;top:118.6484375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNP35idT5G2OGLiaoVAywiGTuVNwR2ls { width:0.125rem;height:15.8125rem;top:90.485942840575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh20ZX0nDD7yyewb6Q6WlO539Mdd0qD7 { width:0.125rem;height:12.8125rem;top:118.7978515625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwTK4uJszEFif7TNbASTZngz3Ed5UQb { width:19.4375rem;height:7.79883125rem;top:108.84765625rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyE452c3SVpa5x4EtEE67ye4MuayKavX { width:15.8125rem;height:7.7988125rem;top:135.990234375rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLIa4n5bhTbNrs65dHsVsb5rmcrhTJ57 { width:2.0625rem;height:9rem;top:135.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsaxBZdST3x5vguVnKlWJpIeBs5CZ9bf { width:2.0625rem;height:9rem;top:135.388671875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B { background-color:rgba(0,0,0,0);background-image:none;display:block; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { background-color: transparent; background-image: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container > .video-iframe-container { display: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row > .video-iframe-container { display: none; }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .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); }#EHfri4Mpqh2sxbF44Th7Avh5GxeDf43B > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Buq5GvsTf5QbS0o5fBLPp0uS2q2nPbC9 { width:20rem;height:4.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7c76EwNC5cXS5PnB8bhXTp16uyTZcnk { width:20rem;height:4.9375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5d9mG2RkkM2c0HsSQCUEZ7fZ2tHtwh9 { width:20rem;height:4.9375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1pxUv0EllRsi3GMub682K4y5npiwoCA { width:17.5rem;height:2.5996125rem;top:2.41796875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVcrtFldvdPFkA74RhJQ3uqdVnr99E7b { width:17.5rem;height:2.5996125rem;top:27.16796875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xMSrTe2xP9AXv55y8VDMTp3G0eft3B { width:17.5rem;height:2.5996125rem;top:8.60546875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWVpRoq3nUPuyPpD6I6f9hzoMNH3UcC8 { width:20rem;height:4.9375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIiNRSQZU9VrCHN1DQspfotkGCIxkiU { width:20rem;height:4.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ8cM5rbCOLEgioAohOOeDc051QMz08 { width:20rem;height:4.9375rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okz43E4THVPwpTOud1S7PGoNmM2kZTz6 { width:20rem;height:4.9375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmC28sgWDCaR9bTy1LvWkqxPFBZF7en { width:20rem;height:4.9375rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzT5DRlRCfuG5EWl0gaUudGu2Avtbg2Q { width:20rem;height:4.9375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoacDdLKSzpJb5x94oVTIhAKoamysdnH { width:14.6875rem;height:2.5996125rem;top:14.79296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMI76FyHvPuCtZOA3nTHiHQyeLb83UW { width:17.5rem;height:2.5996125rem;top:20.98046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9N0XgKgigd8wlvTgTmiQb4qg3WnQ0dN { width:17.5rem;height:2.5996125rem;top:51.9189453125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VggyecuDvJVFkaHlPaEtpvt763GmViu0 { width:17.5rem;height:1.29980625rem;top:34.005859375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXfhhetwzNayGKPdpSNq1uMlF5kb2U4 { width:17.5rem;height:2.5996125rem;top:39.5439453125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOA13dOiRQK4n8wT1qVNwRa94mJeu2TC { width:17.5rem;height:2.5996125rem;top:45.7314453125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 { display:block; }#TMlrBCJ3woZcDxJfSfSapE09fH0vLNM7 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBsdc1TqoRMpmJ4NVTWianbtO3JJNgkm { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM { display:block; }#tQuUEyh6STpNFtpKg1tUX8UPhGiTnPDM > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp8TpTLRAsimZmh5gL9JLVw8yE6czvb2 { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1f0nFLLtlBV9OD6EGVMnWT07Jp5XPt { width:20rem;height:9.098625rem;top:26.33203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4AyLdQ0XCn57tTpbZvWUPdmm7Olee1 { width:20rem;height:10.39845rem;top:6.3984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FHn7cvDq1UZw13CTQmrmt0hHr2J0J7 { width:20rem;height:9.09864375rem;top:15.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8X3puSqr1eZi8XuolXWPXptDmi1zLS { width:20rem;height:18.19725rem;top:37.2421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIsBzxwDLiXedQUnUMwGJgdppUDguwG { display:block; }#TNIsBzxwDLiXedQUnUMwGJgdppUDguwG > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UryVvb5U0XB2N8AsK462O9J0pImFUgXT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I237865g1ll9ocPaTiOahQdDVuLfeXGT { display:block; }#I237865g1ll9ocPaTiOahQdDVuLfeXGT > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZCAxg0HkEEaWJhnHekgX8TzMKwocZyl { width:20rem;height:14.297875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDrQBNsUk8aGTrh8ULuILQ2BpFM1Vayx { width:20rem;height:7.7988375rem;top:16.797875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9uiyREAWyhdG5FSRJoixKLy8WdXxf8E { width:20rem;height:6.49903125rem;top:23.2841796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN74b06I8svQ1grqz2vuWxu2AyvFnHfU { display:block; }#rN74b06I8svQ1grqz2vuWxu2AyvFnHfU > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1ddiRG7MXxvrWmMd9FILKhyJ51vOB2v { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGvzft7J2SG0sfkGZlM32sdmED58t45 { display:block; }#rqGvzft7J2SG0sfkGZlM32sdmED58t45 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5eeH6uHz4tkd6wue8gP2d2NnHMhFAvf { width:20rem;height:14.297875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S02SDOxOBkumqMsxTOE7KBw9uKaZJxHr { width:20rem;height:14.29786875rem;top:16.797875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLsNAICLC0DvdsloFhPkxc9tvgCeAgSq { width:20rem;height:14.2978625rem;top:29.908203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW { display:block; }#Pfk8XVOeur45WsZz1oeQN2VEVO1ZEuxW > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEH2DTuUXMvbUdFGm15EB4IAAnUh45db { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq { display:block; }#aBlUNUZMTA5Mqgia1qBBoeNScfxPA5Kq > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7sUDgGsqWhesFqTBo5SqLrqDGTvE4om { width:20rem;height:11.69825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1cC9etGu81WVX8CNzw847VneXaCRb9 { display:block; }#BC1cC9etGu81WVX8CNzw847VneXaCRb9 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2g7IPU1CTUXu4PHR7GieNbwyuBpSXA { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 { display:block; }#Z0p0mwml9PONXOd0fO6TJTV6Tx3WHnq6 > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INWp3ehCQTuUFxOfeyru2HHDXXduBmFr { width:20rem;height:18.19725rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpB4bg1tbwRoh9ZXOessHhAXmnTUpTQ { width:1.4375rem;height:13.4375rem;top:1.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKi19Qn5NObaJ3x2xa8qtfTECdfJdZau { width:20rem;height:11.69825rem;top:21.8837890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4FfATgXvkIMa88XCmnLPXIHysJmnEa { width:20rem;height:20.796875rem;top:35.1640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UneLIKEprNppE45tcCdcSJDFGuXwdnI5 { width:20rem;height:19.4970625rem;top:57.62890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa { display:block; }#iUP5mOnu69veVOTCqZRKy8B7NBWfpCoa > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gntSbgoZigBJLlnfHbATrRcGTyIpXRQd { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { background-color: transparent; background-image: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container > .video-iframe-container { display: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row > .video-iframe-container { display: none; }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .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); }#LR9r6haxqErzb8pU4Zr9ToVyn2hOF3q5 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW3t8Wq0EvtsKNOOvgkqhyoANzgTzVW8 { width:16.5625rem;height:7.7988125rem;top:3.412109375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXANP9ZNRnQDwfCtp7vMkSLk4gIW0BAH { display:flex;width:3.125rem;height:3.125rem;top:5.748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvQxDWhA2Ibg0OrTkT635RMQIhoHV1s4 { width:20rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfKIQ79wrZ3T5xaESVR5eJAiayMHJev3 { width:20rem;height:0.125rem;top:12.272484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHiS3iZBHT9L1hQaxTU5FRtFs8xOvOG { display:flex;width:3.125rem;height:3.125rem;top:17.0341796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJBUdZhBcC7N5ZvPwDhgB3y4q5DgPeNk { width:16.75rem;height:10.3984375rem;top:13.3974609375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1vldh51pZ4gTXCOyDqViMB2wIaByqE { width:20rem;height:0.125rem;top:25.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKzOeU3ONxeL7p2KJQZvTaLTMd685C76 { width:16.6875rem;height:7.7988125rem;top:26.2958984375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlrOgrh28sy2TlDNN8npQFDnBBI6qGPv { display:flex;width:3.125rem;height:3.125rem;top:28.6318359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FJv53kk7zDlIrN1QZflyvnOnQDeyTMPG { width:20rem;height:0.125rem;top:35.318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6oOhFhk78X2U5pPKbNI3C9HZops5pS3 { width:16.625rem;height:12.9980625rem;top:36.6943359375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMzgpDJgwKzDzXn2BmsWohON81eWdxe { display:flex;width:3.125rem;height:3.125rem;top:38.943359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lbNul0PElanXlgVzeVB9cFBP8brsp9OT { width:20rem;height:0.125rem;top:51.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGVKT5R6DsP5hTfxWO5WHQUkqtC9aRbC { width:16.5625rem;height:12.9980625rem;top:52.779296875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRIz6IUHcT9nSMJMFBb1Z4kWCRvh8qr { display:flex;width:3.125rem;height:3.125rem;top:56.841796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i04e3c8e23941067fafa9fd6607ea5be { display:block; }#i04e3c8e23941067fafa9fd6607ea5be > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d998e6393a0bc4bf91ed9d300bd555f8 { width:10.6875rem;height:5.6875rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3a03abc6f87b8aec90e9058103f573 { width:7.5625rem;height:1.875rem;top:7rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k069454f036064c1ff36e411f864e762 { display:block; }
 }@media only screen and (max-width: 763px) { #X63a99e7b731a927739533240e3591f8 { width:18.6875rem;height:1.875rem;top:9.5625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncc9ba91497431984bec42778d219cde { display:block; }
 }@media only screen and (max-width: 763px) { #Wa28d1fd03245d100b0fab3c650e1eed { width:5.8125rem;height:1.875rem;top:12.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57ee7ff9c04b6765224e08a07877b05 { display:block; }
 }@media only screen and (max-width: 763px) { #h85da027f1d066f8b8e2f621268d62b8 { width:5.8125rem;height:1.875rem;top:15.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ee08a389eec50413b5a5c140161561 { display:block; }
 }@media only screen and (max-width: 763px) { #ncbdd7aa7f15e18947568694b84c7336 { width:9.4375rem;height:4.875rem;top:0.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb559b2623307c3c2f0f286b7608976 { display:block; }
 }