.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,227;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:204,235,253;--color-secondary-1:103,254,255;--color-secondary-2:1,254,255;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Archivo";--paragraphs-font-family:"Archivo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { background-color: transparent; background-image: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container > .video-iframe-container { display: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row > .video-iframe-container { display: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .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); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { border-width: 0; border-radius: 0; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#t3DHQ49fhmf8NP3HI0TWEZX0rd9N4Ti7 { display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:10.65625rem;left:12.09375rem;height:3.25rem;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;color:#111111;font-style:normal;display:block; }
#biZTQ0TXET2QPsSiLwyeMk6Lg7vzwu4y { position:absolute;display:block;z-index:15061;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.3125rem;width:9.5rem;top:1.0625rem;left:32.75rem;overflow:hidden;display:block; }
#BL1cbOtnGh9hyVMPHPe4ClmaQPp91UJU { display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:10.65625rem;left:12.09375rem;height:3.25rem;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;color:#111111;font-style:normal;display:none; }
#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { background-color: transparent; background-image: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container > .video-iframe-container { display: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row > .video-iframe-container { display: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .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); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { border-width: 0; border-radius: 0; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#LKha08aRQMNDX7anSBMhBuXvKOhDbzal { color:#111111;display:block;width:69.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.6875rem;height:4.5rem;font-style:normal;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; }
#znRycDCbPb6IlkcauILIkgxTTSPWyfUH { box-sizing:content-box;height:0.75rem;width:46.25rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:3.5rem;left:10.78125rem;display:block; }
#smaUZeSTFBaUwPmbmiKqnWz2J4tx0sJ1 { position:absolute;display:block;z-index:15067;border-top:0.1875rem solid #00134b;border-left:0.1875rem solid #00134b;border-right:0.1875rem solid #00134b;border-bottom:0.1875rem solid #00134b;box-shadow: none;height:24.0625rem;width:43.4375rem;top:8.625rem;left:15.59375rem;display:block; }
#ZCNClqZvVuHyelUsvpX0poGI5Co9G4sq { box-sizing:content-box;height:0.75rem;width:46.25rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:3.5rem;left:10.78125rem;display:none; }
#CBXmoiExVebCIBrM6IhaIIVMdVrrbh6z { box-sizing:content-box;height:0.75rem;width:46.25rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:3.5rem;left:10.78125rem;display:none; }
#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { background-color: transparent; background-image: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container > .video-iframe-container { display: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row > .video-iframe-container { display: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .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); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { border-width: 0; border-radius: 0; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#DaVEcAaUlUMvFumA9oTcJDnw6pVNiTER { color:#111111;display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.125rem;height:2.875rem;font-style:normal;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; }
#QPpLDwnT51vSVzGx0TH3rVK80RBkeRoX { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:12.375rem;left:34.875rem;display:none; }
#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container { background-color: transparent; background-image: none; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container > .video-iframe-container { display: none; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row > .video-iframe-container { display: none; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .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); }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container { border-width: 0; border-radius: 0; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#Tgev6ffu1d8HkSyPkreTn2nuc6N4Ph9V { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.8125rem;width:24.375rem;top:2.75rem;left:0rem;display:block; }
#myXkLQuGDMgdUwbpCgM5GrGschzuvGDm { color:#080909;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:13.21875rem;left:2.125rem;height:2rem;display:block; }
#nVxZtI3mnnyxfXGTgstHQ0kopnIpibqy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.8125rem;width:24.375rem;top:2.75rem;left:25.3125rem;display:block; }
#NTQz04QNJ0xUVx4gkJrozAaZrPsdV2lp { color:#080909;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:12.8125rem;left:28.125rem;height:2rem;display:block; }
#ZKxPkodau00XvAw34UafX2ihXrtooTeJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.9375rem;width:24.375rem;top:2.75rem;left:50.625rem;display:block; }
#iErCsnCN8p86zHXWffumT2wetb67c1el { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.90625rem;left:2.125rem;overflow:hidden;display:none; }
#I67hCMMTbFHLsuqaz6chdkLQbLJVHA11 { color:#080909;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:12.8125rem;left:52.0625rem;height:6rem;display:block; }
#wk0LlD2UDRTCSITtcrGTixm8WRTJ8AXn { position:absolute;display:block;z-index:14999;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.80859375rem;width:8.80859375rem;top:13.21875rem;left:66.19140625rem;overflow:hidden;display:block; }
#Icybnw874vmryMpPZ3qU8vCcfmiea7DM { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:16.216796875rem;left:2.125rem;display:block; }
#f6Uf25Vk3dfU8gvwiVbW8UTtxWtp51ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9EevgoHUJBcUOS16ESRXQdFEMF96TdM { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:16.216796875rem;left:28.125rem;display:block; }
#r9EPN70SO1srtDSQN0fA5VOFk4sodSTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBL5oTZOJuTSthDr4DrHZ1BpZBTSengw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:6.625rem;left:2.84375rem; }
#T2tyE8vq2F2QtprLDLdHutTlP6i5D6CP { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:2.03125rem;display:block; }
#lEVrlFQcm5Floh0HS7mMkPKL6nMKM7V0 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -moz-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -ms-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -o-linear-gradient(125deg, #fc6e03, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e03', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e03', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #fc6e03, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:28.125rem;display:block; }
#bHOXyzWxrorJynTsTF6U4uzGgRZo42im { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:6.625rem;left:28.9375rem; }
#R1hvyh5MIx0uOaTPeJ6ebr7G8ztvr7OQ { 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:15076;opacity:1;top:6.84375rem;left:53.09375rem; }
#bHX67JXAcm4K2UOf2mGQyB0UMINTfS1L { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:#00134b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:52.0625rem;display:block; }
#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { background-color: transparent; background-image: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container > .video-iframe-container { display: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row > .video-iframe-container { display: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .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); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { border-width: 0; border-radius: 0; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#qS1nyzAT0qAozOlFM9iVGl3iMA0rzdug { color:#111111;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:11.5rem;left:9.4375rem;height:6.75rem;font-style:normal;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; }
#TZDcFHWbpCAuZh2LWpPGm3aw4S0TBpyf { box-sizing:content-box;height:1.5rem;width:56rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:16.8125rem;left:9.5rem;display:block; }
#GooKZcII9pg8WbdBBQ0IWSKN1aaeW7uE { display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11.75rem;height:4rem;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;color:#111111;font-style:normal;display:block; }
#uZ2iTsdkJMkuJlA5HGonOVCpwEyzhvaT { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:7.5rem;height:7.25rem;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;color:#111111;font-style:normal;display:block; }
#hOEA7OdK7Gn2tD3XE7dDtQun0IGDrruf { position:absolute;display:block;z-index:15063;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.810546875rem;width:8.810546875rem;top:26.7900390625rem;left:65.625rem;overflow:hidden;display:block; }
#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container { background-color: transparent; background-image: none; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container > .video-iframe-container { display: none; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row > .video-iframe-container { display: none; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .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); }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container { border-width: 0; border-radius: 0; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#pKT93aEu8F2FTegonlhpboXgB1GWrQGJ { display:block;width:33.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.0625rem;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;color:#111111;font-style:normal;display:block; }
#BiP4uK4zynC2QOmhmXe3Vw7zOLRKrf23 { display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;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;color:#111111;font-style:normal;display:none; }
#R8fsCJPITfHV2m8Ifr7tXRMX19iTBh2m { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#Vswk2aU3Fb6Brgo8gVtbJAmJ4D1qiBmn { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:10.125rem;display:block; }
#UUxTrtlCUZWT13ytnt3hCSs00L3EAMfn { box-sizing:content-box;height:0.75rem;width:22.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.1875rem;left:26.15625rem;display:none; }
#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container { background-color: transparent; background-image: none; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container > .video-iframe-container { display: none; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row > .video-iframe-container { display: none; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .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); }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container { border-width: 0; border-radius: 0; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#rUoJcc7pHG7kTsL8dcMU6WZ0KTVuv643 { 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:15.3125rem;width:15.3125rem;top:39.5107421875rem;left:56.751953125rem;overflow:hidden;display:block; }
#c7PkGCxXnKHeNBkz6TOsrH7UKxZwm5gm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.3125rem;left:0rem; }
#rT6uhnHcQttcKGq0vefJgVqJSvHzmdov { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.875rem;height:2.875rem;display:block; }
#zQzrbbmfXVIPXRGeFagsw2RPD9WdqWWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.875rem;height:2.875rem;display:block; }
#JIEgC9Zh35TDl6XtzbfuAJblJfZp06Zy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:17.6875rem;left:0rem; }
#TL4g5E55FEJHIxVxoTTzHQVorL52n0ly { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.875rem;height:4.3125rem;display:block; }
#gJcEa79Dz2rcsa2H2lDeATKcvUx6sFfZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.0625rem;left:0rem; }
#Mvg1KCdaEnTGpJPeW3wc374aezWWBhAI { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:2.5625rem;display:block; }
#m1l8qlW4cZyDuqZvNg18UopRw5JWHH06 { position:absolute;display:block;z-index:15071;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:35.625rem;width:36.0625rem;top:3.40625rem;left:35.5rem;overflow:hidden;display:block; }
#pk5Q2xF6bwKZyDz9fSoQsZ8tDwTkcELk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.875rem;height:2.875rem;display:block; }
#Ic8h9HBF9ETJZrTNopHrPpZZMtWRh5DR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:27.4375rem;left:0rem; }
#K51mSU10JEJQmO26U9TQV5t2PudryBci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { background-color: transparent; background-image: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container > .video-iframe-container { display: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row > .video-iframe-container { display: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .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); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { border-width: 0; border-radius: 0; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#b5uC4NLBm6TBf9h853l0q0UBpU7lli0f { box-sizing:content-box;height:0.75rem;width:22.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.1875rem;left:26.15625rem;display:block; }
#hMbuCph2JzaiCeUB5ZHB8WNMhJl8DiMi { color:#111111;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4rem;left:25.625rem;height:3.375rem;font-style:normal;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; }
#GIDnR7sZSntV9TRLyGET6SpS5Olruegt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container { background-color: transparent; background-image: none; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container > .video-iframe-container { display: none; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row > .video-iframe-container { display: none; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .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); }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container { border-width: 0; border-radius: 0; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#kzKgK0zCnJyp3lM1qUVaLR594VUdWA6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:3.625rem;left:0rem; }
#QAicEgOqJWbxTstEVOR0vZeV21eWmp8r { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:3.625rem;left:3.375rem;height:5.0625rem;display:block; }
#cQqbvN2ocWU2pMKe5yzXfsmU3WHfT5WZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:9.6875rem;left:0rem; }
#c9PvusbzJDuQ4TqkhTHusnB2r3SoIWOg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.375rem;height:3.375rem;display:block; }
#qDxywqm60RpMTOvzFvSv1R6JKoTC0g4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.3125rem;left:0rem; }
#JGJwtEaFgKPHN022GllizSVo5oCPZU9f { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.4375rem;height:1.6875rem;display:block; }
#sw7WNF5xEctCb3NJb75TrvPucfpgrEKA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:17.125rem;left:0rem; }
#LzfOhazPAbyzJEuiJHOxmzxal67oJokG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:17.1875rem;left:3.375rem;height:1.6875rem;display:block; }
#fc35gh9vTT5fwV3gBFni86v5LcrIyMDD { position:absolute;display:block;z-index:15090;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:27.875rem;width:31.9375rem;top:0rem;left:40.249565124512rem;overflow:hidden;display:block; }
#qNOtqVdqRDhTfCT7iCHJURKWx3EmWDz4 { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:22.75rem;left:1.3125rem;display:block; }
#mIT7M9BhoxcXdTaBPlZsOmrSyUptzg2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAQJrabI8GX9ZSLav5Hw9T7aAFbdJ5S5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:26.75rem;left:0.9375rem;height:2.375rem;display:block; }
#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container { background-color: transparent; background-image: none; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container > .video-iframe-container { display: none; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row > .video-iframe-container { display: none; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .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); }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container { border-width: 0; border-radius: 0; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#FZpOKbe8E2eZNnMPUHLvS47keTLbSXno { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:3.9375rem;left:20.625rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#hvGfDATzpnmMdVTiNOpQDJJaEZ4h18CQ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:7.6875rem;left:4.375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container { background-color: transparent; background-image: none; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container > .video-iframe-container { display: none; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row > .video-iframe-container { display: none; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .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); }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container { border-width: 0; border-radius: 0; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#QTVUEWDzKLT238gsthhQr4cZJZJo5n5g { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
#n2KzJOFFHt7HJhveh5k2WR3U1r4v3tom { position:absolute;display:block;z-index:15062;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.8125rem;width:13.4375rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#L0HwTe1QkpffaFIRRk5lnP93dlk8Pb73 { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd { display:block; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3DHQ49fhmf8NP3HI0TWEZX0rd9N4Ti7 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZTQ0TXET2QPsSiLwyeMk6Lg7vzwu4y { top:1.0625rem;left:19.125rem;width:9.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1cbOtnGh9hyVMPHPe4ClmaQPp91UJU { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 { display:block; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKha08aRQMNDX7anSBMhBuXvKOhDbzal { top:2.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znRycDCbPb6IlkcauILIkgxTTSPWyfUH { top:3.5rem;left:0rem;width:46.25rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smaUZeSTFBaUwPmbmiKqnWz2J4tx0sJ1 { top:8.625rem;left:1.96875rem;width:43.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNClqZvVuHyelUsvpX0poGI5Co9G4sq { top:3.5rem;left:0rem;width:46.25rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBXmoiExVebCIBrM6IhaIIVMdVrrbh6z { top:3.5rem;left:0rem;width:46.25rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXsAH0bSegOtBpUm8nNIqJSBBgw529bP { display:block; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaVEcAaUlUMvFumA9oTcJDnw6pVNiTER { top:5.25rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPpLDwnT51vSVzGx0TH3rVK80RBkeRoX { top:12.375rem;left:21.25rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi { display:block; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgev6ffu1d8HkSyPkreTn2nuc6N4Ph9V { top:2.75rem;left:0rem;width:24.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXkLQuGDMgdUwbpCgM5GrGschzuvGDm { top:13.1875rem;left:0rem;width:19.0625rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxZtI3mnnyxfXGTgstHQ0kopnIpibqy { top:2.75rem;left:7.375rem;width:24.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQz04QNJ0xUVx4gkJrozAaZrPsdV2lp { top:12.8125rem;left:15.875rem;width:13.6875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxPkodau00XvAw34UafX2ihXrtooTeJ { top:2.75rem;left:23.25rem;width:24.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErCsnCN8p86zHXWffumT2wetb67c1el { top:5.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67hCMMTbFHLsuqaz6chdkLQbLJVHA11 { top:12.8125rem;left:27.3125rem;width:20.3125rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk0LlD2UDRTCSITtcrGTixm8WRTJ8AXn { top:13.1875rem;left:38.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icybnw874vmryMpPZ3qU8vCcfmiea7DM { width:15.875rem;height:2.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Uf25Vk3dfU8gvwiVbW8UTtxWtp51ql { display:block; }
 }@media only screen and (max-width: 763px) { #C9EevgoHUJBcUOS16ESRXQdFEMF96TdM { width:15.875rem;height:2.8125rem;top:16.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9EPN70SO1srtDSQN0fA5VOFk4sodSTg { display:block; }
 }@media only screen and (max-width: 763px) { #sBL5oTZOJuTSthDr4DrHZ1BpZBTSengw { top:6.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tyE8vq2F2QtprLDLdHutTlP6i5D6CP { top:5.8125rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVrlFQcm5Floh0HS7mMkPKL6nMKM7V0 { top:5.8125rem;left:15.875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHOXyzWxrorJynTsTF6U4uzGgRZo42im { top:6.625rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1hvyh5MIx0uOaTPeJ6ebr7G8ztvr7OQ { top:6.8125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHX67JXAcm4K2UOf2mGQyB0UMINTfS1L { top:5.9375rem;left:31.75rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT { display:block; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS1nyzAT0qAozOlFM9iVGl3iMA0rzdug { top:11.5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDcFHWbpCAuZh2LWpPGm3aw4S0TBpyf { top:16.8125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GooKZcII9pg8WbdBBQ0IWSKN1aaeW7uE { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2iTsdkJMkuJlA5HGonOVCpwEyzhvaT { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOEA7OdK7Gn2tD3XE7dDtQun0IGDrruf { top:26.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 { display:block; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKT93aEu8F2FTegonlhpboXgB1GWrQGJ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiP4uK4zynC2QOmhmXe3Vw7zOLRKrf23 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8fsCJPITfHV2m8Ifr7tXRMX19iTBh2m { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vswk2aU3Fb6Brgo8gVtbJAmJ4D1qiBmn { top:8.5625rem;left:0rem;width:36.375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxTrtlCUZWT13ytnt3hCSs00L3EAMfn { top:6.1875rem;left:12.53125rem;width:22.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g { display:block; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUoJcc7pHG7kTsL8dcMU6WZ0KTVuv643 { top:39.5rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7PkGCxXnKHeNBkz6TOsrH7UKxZwm5gm { top:13.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6uhnHcQttcKGq0vefJgVqJSvHzmdov { top:13.3125rem;left:0rem;width:20.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQzrbbmfXVIPXRGeFagsw2RPD9WdqWWZ { top:17.6875rem;left:0rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIEgC9Zh35TDl6XtzbfuAJblJfZp06Zy { top:17.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4g5E55FEJHIxVxoTTzHQVorL52n0ly { top:22.0625rem;left:0rem;width:26.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcEa79Dz2rcsa2H2lDeATKcvUx6sFfZ { top:22.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvg1KCdaEnTGpJPeW3wc374aezWWBhAI { top:8.75rem;left:0rem;width:33.0625rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1l8qlW4cZyDuqZvNg18UopRw5JWHH06 { top:3.375rem;left:11.6875rem;width:36.0625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk5Q2xF6bwKZyDz9fSoQsZ8tDwTkcELk { top:27.4375rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic8h9HBF9ETJZrTNopHrPpZZMtWRh5DR { top:27.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51mSU10JEJQmO26U9TQV5t2PudryBci { display:block; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5uC4NLBm6TBf9h853l0q0UBpU7lli0f { top:6.1875rem;left:12.53125rem;width:22.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMbuCph2JzaiCeUB5ZHB8WNMhJl8DiMi { top:4rem;left:12rem;width:23.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIDnR7sZSntV9TRLyGET6SpS5Olruegt { display:block; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzKgK0zCnJyp3lM1qUVaLR594VUdWA6R { top:3.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAicEgOqJWbxTstEVOR0vZeV21eWmp8r { top:3.625rem;left:0rem;width:27.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqbvN2ocWU2pMKe5yzXfsmU3WHfT5WZ { top:9.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9PvusbzJDuQ4TqkhTHusnB2r3SoIWOg { top:9.6875rem;left:0rem;width:24.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDxywqm60RpMTOvzFvSv1R6JKoTC0g4X { top:14.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJwtEaFgKPHN022GllizSVo5oCPZU9f { top:14.375rem;left:0rem;width:30.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7WNF5xEctCb3NJb75TrvPucfpgrEKA { top:17.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzfOhazPAbyzJEuiJHOxmzxal67oJokG { top:17.1875rem;left:0rem;width:32.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc35gh9vTT5fwV3gBFni86v5LcrIyMDD { top:0rem;left:15.75rem;width:31.9375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNOtqVdqRDhTfCT7iCHJURKWx3EmWDz4 { width:29.125rem;height:3.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT7M9BhoxcXdTaBPlZsOmrSyUptzg2h { display:block; }
 }@media only screen and (max-width: 763px) { #fAQJrabI8GX9ZSLav5Hw9T7aAFbdJ5S5 { top:26.75rem;left:0rem;width:32.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy { display:block; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZpOKbe8E2eZNnMPUHLvS47keTLbSXno { top:3.9375rem;left:7rem;width:33.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGfDATzpnmMdVTiNOpQDJJaEZ4h18CQ { top:7.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs { display:block; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTVUEWDzKLT238gsthhQr4cZJZJo5n5g { top:1.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KzJOFFHt7HJhveh5k2WR3U1r4v3tom { top:0.4375rem;left:0rem;width:13.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HwTe1QkpffaFIRRk5lnP93dlk8Pb73 { top:3.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd { background-color:#fbfbfb;background-image:none;display:block; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { background-color: transparent; background-image: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container > .video-iframe-container { display: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row > .video-iframe-container { display: none; }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .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); }#MoB1W9WqXESGVJUVxwhr7pIeDp6CpzPd > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3DHQ49fhmf8NP3HI0TWEZX0rd9N4Ti7 { width:20rem;height:4rem;top:7.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #biZTQ0TXET2QPsSiLwyeMk6Lg7vzwu4y { width:6.1875rem;height:5.4375rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1cbOtnGh9hyVMPHPe4ClmaQPp91UJU { width:20rem;height:0;top:4.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 { background-color:#fbfbfb;background-image:none;display:block; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { background-color: transparent; background-image: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container > .video-iframe-container { display: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row > .video-iframe-container { display: none; }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .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); }#GHAS6A7ehuFiRTlvDAFPqubTMFZBqnf5 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKha08aRQMNDX7anSBMhBuXvKOhDbzal { width:20rem;height:9.75rem;top:2.7109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #znRycDCbPb6IlkcauILIkgxTTSPWyfUH { width:12rem;height:0.8125rem;top:3.5625rem;left:6.4375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #smaUZeSTFBaUwPmbmiKqnWz2J4tx0sJ1 { height:11.125rem;width:20rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNClqZvVuHyelUsvpX0poGI5Co9G4sq { width:14.6875rem;height:0.8125rem;top:5.1875rem;left:2.65625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #CBXmoiExVebCIBrM6IhaIIVMdVrrbh6z { width:7.375rem;height:0.75rem;top:6.9296875rem;left:1.34375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #vXsAH0bSegOtBpUm8nNIqJSBBgw529bP { background-color:#ccebfd;background-image:none;display:block; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { background-color: transparent; background-image: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container > .video-iframe-container { display: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row > .video-iframe-container { display: none; }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .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); }#vXsAH0bSegOtBpUm8nNIqJSBBgw529bP > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaVEcAaUlUMvFumA9oTcJDnw6pVNiTER { width:20rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #QPpLDwnT51vSVzGx0TH3rVK80RBkeRoX { width:18.625rem;height:0.8125rem;top:5.3125rem;left:0.6875rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi { display:block; }#q1pIvnpCD5BUCGnIAqzWgHTcEzzqFODi > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgev6ffu1d8HkSyPkreTn2nuc6N4Ph9V { width:20rem;height:12.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXkLQuGDMgdUwbpCgM5GrGschzuvGDm { width:16.25rem;height:1.6875rem;top:6.6875rem;left:1.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVxZtI3mnnyxfXGTgstHQ0kopnIpibqy { width:20rem;height:14.75rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQz04QNJ0xUVx4gkJrozAaZrPsdV2lp { width:14.0625rem;height:1.6875rem;top:22.0625rem;left:2.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxPkodau00XvAw34UafX2ihXrtooTeJ { width:20rem;height:13.625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErCsnCN8p86zHXWffumT2wetb67c1el { width:5rem;height:5rem;top:31rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I67hCMMTbFHLsuqaz6chdkLQbLJVHA11 { width:18.4375rem;height:5.0625rem;top:36.875rem;left:0.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk0LlD2UDRTCSITtcrGTixm8WRTJ8AXn { width:8.75rem;height:8.75rem;top:3.6875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icybnw874vmryMpPZ3qU8vCcfmiea7DM { width:16rem;height:2.8125rem;top:8.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Uf25Vk3dfU8gvwiVbW8UTtxWtp51ql { display:block; }
 }@media only screen and (max-width: 763px) { #C9EevgoHUJBcUOS16ESRXQdFEMF96TdM { width:15.875rem;height:2.8125rem;top:25rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9EPN70SO1srtDSQN0fA5VOFk4sodSTg { display:block; }
 }@media only screen and (max-width: 763px) { #sBL5oTZOJuTSthDr4DrHZ1BpZBTSengw { display:flex;width:2.125rem;height:2.125rem;top:2.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #T2tyE8vq2F2QtprLDLdHutTlP6i5D6CP { width:3.875rem;height:3.875rem;top:1.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVrlFQcm5Floh0HS7mMkPKL6nMKM7V0 { width:4.0625rem;height:4.0625rem;top:31.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHOXyzWxrorJynTsTF6U4uzGgRZo42im { display:flex;width:2.75rem;height:2.75rem;top:32.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #R1hvyh5MIx0uOaTPeJ6ebr7G8ztvr7OQ { display:flex;width:3.125rem;height:3.125rem;top:16.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bHX67JXAcm4K2UOf2mGQyB0UMINTfS1L { width:5.1875rem;height:5.1875rem;top:15.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT { background-color:#fbfbfb;background-image:none;display:block; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { background-color: transparent; background-image: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container > .video-iframe-container { display: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row > .video-iframe-container { display: none; }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .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); }#XM4Gv4x2guhEF2CmW6OhDV08lSxqa2XT > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS1nyzAT0qAozOlFM9iVGl3iMA0rzdug { width:18.875rem;height:8.25rem;top:10.4375rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #TZDcFHWbpCAuZh2LWpPGm3aw4S0TBpyf { width:18.8125rem;height:0.9375rem;top:11.5rem;left:0.5625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #GooKZcII9pg8WbdBBQ0IWSKN1aaeW7uE { width:20rem;height:6.5rem;top:1.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2iTsdkJMkuJlA5HGonOVCpwEyzhvaT { width:20rem;height:9.625rem;top:19.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOEA7OdK7Gn2tD3XE7dDtQun0IGDrruf { width:8.75rem;height:8.75rem;top:5.49609375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 { display:block; }#fOFOcnq0P1ALS4WGaDtZZmVxN7y7lQy0 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKT93aEu8F2FTegonlhpboXgB1GWrQGJ { width:20rem;height:2.0625rem;top:3.5888671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiP4uK4zynC2QOmhmXe3Vw7zOLRKrf23 { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #R8fsCJPITfHV2m8Ifr7tXRMX19iTBh2m { width:16.8120625rem;height:0;top:20.499134063721rem;left:1.0611979365349rem;font-size:1rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #Vswk2aU3Fb6Brgo8gVtbJAmJ4D1qiBmn { width:20rem;height:11.5rem;top:7.35546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxTrtlCUZWT13ytnt3hCSs00L3EAMfn { width:8.0625rem;height:0.9375rem;top:4.7763671875rem;left:5.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g { display:block; }#yXcdz4WJlpZfte7U2DFLZ9gev4uFMW6g > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUoJcc7pHG7kTsL8dcMU6WZ0KTVuv643 { width:12.5rem;height:12.5rem;top:38.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7PkGCxXnKHeNBkz6TOsrH7UKxZwm5gm { display:flex;width:1.75rem;height:1.75rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT6uhnHcQttcKGq0vefJgVqJSvHzmdov { width:16.625rem;height:2.5rem;top:7.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQzrbbmfXVIPXRGeFagsw2RPD9WdqWWZ { width:16.25rem;height:2.5rem;top:11.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIEgC9Zh35TDl6XtzbfuAJblJfZp06Zy { display:flex;width:1.75rem;height:1.75rem;top:11.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TL4g5E55FEJHIxVxoTTzHQVorL52n0ly { width:16.625rem;height:5rem;top:14.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcEa79Dz2rcsa2H2lDeATKcvUx6sFfZ { display:flex;width:1.75rem;height:1.75rem;top:14.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mvg1KCdaEnTGpJPeW3wc374aezWWBhAI { width:19.9375rem;height:1.6875rem;top:3.625rem;left:0.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1l8qlW4cZyDuqZvNg18UopRw5JWHH06 { width:20rem;height:19.755859375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk5Q2xF6bwKZyDz9fSoQsZ8tDwTkcELk { width:17.125rem;height:2.5rem;top:20.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic8h9HBF9ETJZrTNopHrPpZZMtWRh5DR { display:flex;width:2.1875rem;height:2.1875rem;top:20.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K51mSU10JEJQmO26U9TQV5t2PudryBci { background-color:#fbfbfb;background-image:none;display:block; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { background-color: transparent; background-image: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container > .video-iframe-container { display: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row > .video-iframe-container { display: none; }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .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); }#K51mSU10JEJQmO26U9TQV5t2PudryBci > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5uC4NLBm6TBf9h853l0q0UBpU7lli0f { width:14.375rem;height:0.9375rem;top:4.875rem;left:2.84375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #hMbuCph2JzaiCeUB5ZHB8WNMhJl8DiMi { width:20rem;height:2.0625rem;top:3.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #GIDnR7sZSntV9TRLyGET6SpS5Olruegt { display:block; }#GIDnR7sZSntV9TRLyGET6SpS5Olruegt > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzKgK0zCnJyp3lM1qUVaLR594VUdWA6R { display:flex;width:1.74913125rem;height:1.74913125rem;top:0.74978256225588rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QAicEgOqJWbxTstEVOR0vZeV21eWmp8r { width:16.5rem;height:5rem;top:0.74869918823244rem;left:2.6247830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqbvN2ocWU2pMKe5yzXfsmU3WHfT5WZ { display:flex;width:1.74913125rem;height:1.74913125rem;top:7.0844192504881rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c9PvusbzJDuQ4TqkhTHusnB2r3SoIWOg { width:16.0623125rem;height:2.5rem;top:7.0844192504881rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDxywqm60RpMTOvzFvSv1R6JKoTC0g4X { display:flex;width:1.74913125rem;height:1.74913125rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JGJwtEaFgKPHN022GllizSVo5oCPZU9f { width:17.249375rem;height:2.5rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7WNF5xEctCb3NJb75TrvPucfpgrEKA { display:flex;width:1.74913125rem;height:1.74913125rem;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LzfOhazPAbyzJEuiJHOxmzxal67oJokG { width:15.7498125rem;height:2.5rem;top:14.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc35gh9vTT5fwV3gBFni86v5LcrIyMDD { width:20rem;height:17.4375rem;top:28.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNOtqVdqRDhTfCT7iCHJURKWx3EmWDz4 { width:20rem;height:3.4375rem;top:19.40625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT7M9BhoxcXdTaBPlZsOmrSyUptzg2h { display:block; }
 }@media only screen and (max-width: 763px) { #fAQJrabI8GX9ZSLav5Hw9T7aAFbdJ5S5 { width:20rem;height:2.375rem;top:23.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy { display:block; }#hGs0rsaO3WmbiTBKJhNeaEX6Hg5cPDHy > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZpOKbe8E2eZNnMPUHLvS47keTLbSXno { width:20rem;height:4.125rem;top:2.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvGfDATzpnmMdVTiNOpQDJJaEZ4h18CQ { width:20rem;height:6.25rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs { display:block; }#TRnMuwBFKFrXMTQgkaVQRzkRlgSJSiEs > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTVUEWDzKLT238gsthhQr4cZJZJo5n5g { width:9.3125rem;height:1.125rem;top:7.25rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2KzJOFFHt7HJhveh5k2WR3U1r4v3tom { width:13.4375rem;height:5.5625rem;top:0.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HwTe1QkpffaFIRRk5lnP93dlk8Pb73 { width:12.125rem;height:1.125rem;top:9.625rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }