.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:253,231,227;--color-primary-1:245,138,115;--color-primary-2:245,137,116;--color-primary-3:142,84,82;--color-primary-4:49,27,23;--color-secondary-0:255,255,255;--color-secondary-1:241,240,240;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { 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:2.0625rem;width:8.375rem;top:0.34375rem;left:1.5625rem;overflow:hidden;display:block; }
#THuvKQSUzRhLsZISG4P0eexoES0v6dkv { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.521484375rem;left:14.46875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 { position:relative;display:none; }#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 { border-width: 0; border-radius: 0; }#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD { position:relative;display:block; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD { background-color: transparent; background-image: none; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container > .video-iframe-container { display: none; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row > .video-iframe-container { display: none; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .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); }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD { border-width: 0; border-radius: 0; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { position:relative;display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9943d803-6f2c-4e18-8323-11b025055cf6/ChatGPTImageJan5202612_58_10PM1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.adaptive-delivery-prevent-bg, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyload, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyloading { background-image: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { background-color: transparent; background-image: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container > .video-iframe-container { display: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row > .video-iframe-container { display: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .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); }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { border-width: 0; border-radius: 0; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { box-sizing:content-box;height:22.6875rem;width:27.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.92);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:1.1875rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
#eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17.9375rem;left:1.40625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:3.8125rem;height:4.63036875rem;text-align:center;text-align-last:center;display:block; }
#CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.25rem;left:5.34423828125rem;height:7.3120125rem;text-align:left;text-align-last:left;display:block; }
#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { position:relative;display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { border-width: 0; border-radius: 0; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eboLJdwSta2wH2GRDlLzXEDURTUtZItx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { position:relative;display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { position:relative;display:block; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { background-color: transparent; background-image: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container > .video-iframe-container { display: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row > .video-iframe-container { display: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .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); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { border-width: 0; border-radius: 0; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:18.71875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { box-sizing:content-box;height:0.187174375rem;width:19.1873125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.6550559997559rem;left:0rem;display:block; }
#lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { color:rgba(var(--color-tertiary-4),1);display:block;width:40.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:17.218627929688rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { box-sizing:content-box;height:0.187174375rem;width:19.1873125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.6550559997559rem;left:55.812177658081rem;display:block; }
#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { position:relative;display:none; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { border-width: 0; border-radius: 0; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe { position:relative;display:block; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe { background-color: transparent; background-image: none; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container > .video-iframe-container { display: none; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row > .video-iframe-container { display: none; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .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); }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe { border-width: 0; border-radius: 0; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:7.125rem;left:3.125rem;overflow:hidden;display:block; }
#kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.3125rem;left:4.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.48828125rem;left:3.125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.93555rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.0625rem;left:2.5rem;display:block; }
#PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:7.125rem;left:28.125rem;overflow:hidden;display:block; }
#mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.3125rem;left:29.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vekhEUGml1PAVnMPBRlW4b5ivKZov5an { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.48828125rem;left:28.125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#O9ULVh7IgsikXhKMhrIof01fe66az5vF { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.93555rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.0625rem;left:27.5rem;display:block; }
#IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:7.125rem;left:53.125rem;overflow:hidden;display:block; }
#r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.3125rem;left:51.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.48828125rem;left:53.40625rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.9360375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.06201171875rem;left:52.5rem;display:block; }
#CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { position:relative;display:none; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { border-width: 0; border-radius: 0; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VpknHcwsb8Pd6JQSezqTiopHdASmGslU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#KecQ74hWXlt81kmXNKUUucosat2dkdiJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:19.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:38.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.25rem;left:2.0625rem;display:block; }
#gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.25rem;left:20.8125rem;display:block; }
#lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.25rem;left:39.5625rem;display:block; }
#XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDC2kHcMSoHCTKTkIter6cUN214oGQNH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R1D6usLfUdvnDInolHWVSpf7OEnScryz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HteclkppluSusrsxnsKQ6E2GCy3OSmnX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:22.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:22.1875rem;left:20.4375rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:22.1875rem;left:39.1875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { position:relative;display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { border-width: 0; border-radius: 0; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { position:relative;display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { border-width: 0; border-radius: 0; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#er5fEMXU3S39sLVExoVpgFOnBF96smGc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { background-color: transparent; background-image: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .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); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD > .row .container { border-width: 0; border-radius: 0; }#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#ne2P7BZtByFsK5TTLtqvZgXL9X8GDn2K { color:rgba(var(--color-tertiary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.85595703125rem;left:5.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOT6z5uNxNPqDupdePQckZO1BkBMUT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WGJ2bb8NQVuMEJR1zdgPrZCte6E6oyrs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#UVL6eIQ9BIgq22CcyliAzgJ7kb0F6bN2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#EiSh4quC6B4LBu1WqNf5CKINgIrxTgNN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#FVNFgggnMTMaLSuCqpGKTywwTBS2SJgI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kQKwpGqmPBZBWUPb9anXTOvWAG5nvK4A { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#SM30S9CMq7lkVDcwzX0zMtMTGvIaa6U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cH6QUNi0RChRIMV8GqX9avdtGOFrulO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#lKSWNDhTRezJtZTAlcfBFPKJ5UzGQ7CF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:none; }
#CdqCXGgChXOEqgZFDNdXoBH640bGdqqt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.875rem;width:21.75rem;display:none; }
#bkq6qyUztfuVpo1u0hpoFnDFMvFNex2e { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#PnZW3o1miRQmMOZA1lH2t21gzmwaApCN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { position:relative;display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { border-width: 0; border-radius: 0; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:20.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS { 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; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container { background-color: transparent; background-image: none; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container > .video-iframe-container { display: none; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row > .video-iframe-container { display: none; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .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); }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container { border-width: 0; border-radius: 0; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#hkdXKNqiO5s9xZGzgGs3dUaXAIyuuZHq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:2.625rem;left:3.75rem;overflow:hidden;display:block; }
#TfiNI4SM0gRz84dCpsHSv4V6P9z1ZTBa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THMWOz4fh2KgGME1UccXlixdr62dS40B { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BRuppNPh9S6Sp3rrVnIWvlmK7UsMT7xQ { 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:11.25rem;width:11.25rem;top:2.625rem;left:41.25rem;overflow:hidden;display:block; }
#EOMHGJmh2WcVHkLXE9VuJJSCaLQG8kef { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:19.375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KT6iQGymOlc8iZEOGxKd9tqenWbpTuvc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:21.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vwP32DtygU3S5sDeWiFPNUVQTuxTxHy4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:11.8125rem;width:11.25rem;top:2.5rem;left:22.5rem;overflow:hidden;display:block; }
#mhaUelSAkZRs4XMCM9KEybzJKDeoEFAI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:2.625rem;left:60rem;overflow:hidden;display:block; }
#d7dl7s5ueE6gOsm4EXXu8bgpytnhrWFS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:38.125rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaORG8klTdJXQzbwVZPv9fbTEAlMpTs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:40.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#swTDekgfvi4T42ofezNn7OgZn01tfUUS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAsyDheo7OzkMT5km5mqQp3mvVrt763q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:59.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { background-color: transparent; background-image: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container > .video-iframe-container { display: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container { display: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .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); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { border-width: 0; border-radius: 0; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:16.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:20.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { background-color: transparent; background-image: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container > .video-iframe-container { display: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container { display: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .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); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { border-width: 0; border-radius: 0; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { position:absolute;display:block;z-index:15000;height:24.9370625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { background-color: transparent; background-image: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .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); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { border-width: 0; border-radius: 0; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.337890625rem;left:20.1240234375rem;height:6.82325rem;text-align:center;text-align-last:center;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { top:0.3125rem;left:0rem;width:8.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuvKQSUzRhLsZISG4P0eexoES0v6dkv { top:0.5rem;left:0.84375rem;width:46.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 { display:none; }#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD { display:block; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:block; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { top:15.4375rem;left:0rem;width:27.5625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { top:17.9375rem;left:0rem;width:27.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { top:22rem;left:0rem;width:22.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { top:28.25rem;left:0rem;width:19.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:9.4375rem;left:0rem;width:19.6875rem;height:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { top:0.8125rem;left:0rem;width:18.3125rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.1875rem;left:0rem;width:18.4375rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { display:none; }
 }@media only screen and (max-width: 763px) { #WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { display:block; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { top:2.1875rem;left:5.09375rem;width:37.5625rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { top:3.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { top:5.3125rem;left:3.59326171875rem;width:40.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { top:3.625rem;left:28.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { display:none; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { display:none; }
 }@media only screen and (max-width: 763px) { #Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { top:1.5rem;left:0rem;width:20rem;height:4.75rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { top:7.6875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgkxb3Vtmfqem2s99HOORB9ctl6EATAe { display:block; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { top:7.125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { top:3.3125rem;left:0rem;width:16.5625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { top:27.4375rem;left:0rem;width:18.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { width:20rem;height:2.875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block; }
 }@media only screen and (max-width: 763px) { #cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { top:7.125rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { top:3.3125rem;left:14.875rem;width:16.875rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekhEUGml1PAVnMPBRlW4b5ivKZov5an { top:27.4375rem;left:13rem;width:18.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ULVh7IgsikXhKMhrIof01fe66az5vF { width:20rem;height:2.875rem;top:33.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block; }
 }@media only screen and (max-width: 763px) { #QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { top:7.125rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { top:3.3125rem;left:25.875rem;width:21.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { top:27.4375rem;left:29.4375rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { width:20rem;height:2.875rem;top:33rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block; }
 }@media only screen and (max-width: 763px) { #yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { display:block; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpknHcwsb8Pd6JQSezqTiopHdASmGslU { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KecQ74hWXlt81kmXNKUUucosat2dkdiJ { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { top:4.5rem;left:18.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { top:23.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { top:23.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { top:23.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { width:14.6875rem;height:2.9375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block; }
 }@media only screen and (max-width: 763px) { #RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { width:14.6875rem;height:2.9375rem;top:27.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { width:14.6875rem;height:2.9375rem;top:27.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block; }
 }@media only screen and (max-width: 763px) { #RDC2kHcMSoHCTKTkIter6cUN214oGQNH { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1D6usLfUdvnDInolHWVSpf7OEnScryz { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { top:24.6875rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block; }
 }@media only screen and (max-width: 763px) { #GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { top:32.6875rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { display:none; }
 }@media only screen and (max-width: 763px) { #RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { top:60.1875rem;left:0rem;width:19.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block; }
 }@media only screen and (max-width: 763px) { #HteclkppluSusrsxnsKQ6E2GCy3OSmnX { display:none; }
 }@media only screen and (max-width: 763px) { #fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { top:64.875rem;left:0rem;width:17rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { top:92.875rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block; }
 }@media only screen and (max-width: 763px) { #SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { top:22.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { top:22.1875rem;left:8.5rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { top:22.1875rem;left:20.4375rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0rem;width:18.5rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { display:none; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { top:6.6875rem;left:0rem;width:18.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.5625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0rem;width:18.875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:1.6875rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:12.75rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.1875rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD { display:none; }#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ne2P7BZtByFsK5TTLtqvZgXL9X8GDn2K { top:2.375rem;left:0rem;width:18.625rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOT6z5uNxNPqDupdePQckZO1BkBMUT8E { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGJ2bb8NQVuMEJR1zdgPrZCte6E6oyrs { top:14.0625rem;left:0rem;width:11.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVL6eIQ9BIgq22CcyliAzgJ7kb0F6bN2 { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiSh4quC6B4LBu1WqNf5CKINgIrxTgNN { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVNFgggnMTMaLSuCqpGKTywwTBS2SJgI { top:27.0625rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQKwpGqmPBZBWUPb9anXTOvWAG5nvK4A { top:28.8125rem;left:0rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM30S9CMq7lkVDcwzX0zMtMTGvIaa6U7 { top:34.6875rem;left:0rem;width:9.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cH6QUNi0RChRIMV8GqX9avdtGOFrulO2 { top:36.625rem;left:0rem;width:10.875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKSWNDhTRezJtZTAlcfBFPKJ5UzGQ7CF { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdqCXGgChXOEqgZFDNdXoBH640bGdqqt { width:21.75rem;height:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkq6qyUztfuVpo1u0hpoFnDFMvFNex2e { top:21.625rem;left:0rem;width:11.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnZW3o1miRQmMOZA1lH2t21gzmwaApCN { top:19.9375rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { top:5.875rem;left:6.5625rem;width:17.9375rem;height:1.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { top:0.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS { display:block; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkdXKNqiO5s9xZGzgGs3dUaXAIyuuZHq { top:2.625rem;left:0.34375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiNI4SM0gRz84dCpsHSv4V6P9z1ZTBa { top:14.9375rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMWOz4fh2KgGME1UccXlixdr62dS40B { top:17.1875rem;left:0rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuppNPh9S6Sp3rrVnIWvlmK7UsMT7xQ { top:2.625rem;left:24.21875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMHGJmh2WcVHkLXE9VuJJSCaLQG8kef { top:15.0625rem;left:6.3125rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6iQGymOlc8iZEOGxKd9tqenWbpTuvc { top:17.1875rem;left:10.375rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwP32DtygU3S5sDeWiFPNUVQTuxTxHy4 { top:2.5rem;left:12.28125rem;width:11.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhaUelSAkZRs4XMCM9KEybzJKDeoEFAI { top:2.625rem;left:36.15625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7dl7s5ueE6gOsm4EXXu8bgpytnhrWFS { top:14.9375rem;left:18.25rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaORG8klTdJXQzbwVZPv9fbTEAlMpTs1 { top:17.1875rem;left:23.4375rem;width:12.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swTDekgfvi4T42ofezNn7OgZn01tfUUS { top:14.9375rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsyDheo7OzkMT5km5mqQp3mvVrt763q { top:17.1875rem;left:34.6875rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:block; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { top:4.0625rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { top:7.5625rem;left:6.5625rem;width:34.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { display:block; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { width:47.75rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { top:2.3125rem;left:6.4990234375rem;width:34.6875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { width:8.375rem;height:2.0625rem;top:0.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuvKQSUzRhLsZISG4P0eexoES0v6dkv { width:20rem;height:2.76171875rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 { display:block; }#hN9Bef2TweBtLuk0hr4TRwUbDT1NCks9 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD { display:none; }#tHixVsPxldiSSvbPTLBmwcK3qu5vBBOD > .row .container { width:20rem;height:2.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9943d803-6f2c-4e18-8323-11b025055cf6/ChatGPTImageJan5202612_58_10PM1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.adaptive-delivery-prevent-bg, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyload, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyloading { background-image: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { background-color: transparent; background-image: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container > .video-iframe-container { display: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row > .video-iframe-container { display: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .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); }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:20rem;height:60.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { width:20rem;height:28.125rem;top:24.311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { width:19.75rem;height:0;top:25.773925rem;left:0.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { width:19.375rem;height:5.69921875rem;top:5rem;left:0.3125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { width:16.625rem;height:7.124rem;top:15.9375rem;left:1.6875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:block; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.2999125rem;z-index:15009;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:7.533203125rem;left:0rem;width:19.6875rem;height:4.142575rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { width:18.3125rem;height:5.125rem;top:1.6875rem;left:0.875rem;font-size:2.5625rem;z-index:15016;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { background-color: transparent; background-image: none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container > .video-iframe-container { display: none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row > .video-iframe-container { display: none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .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); }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.203125rem;left:1.90625rem;width:18.5rem;height:6.499rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:8.8397216796875rem;left:0rem;width:19.99875rem;height:1.381225rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { top:11.094360351562rem;left:7.5rem;width:5rem;height:0.3125rem;z-index:15006;background-color:#000000;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { display:none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { width:20rem;height:auto;top:2.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { width:20rem;height:0.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { width:19.125rem;height:0.125rem;top:4.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { display:block; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { top:6.99951171875rem;left:0.625rem;width:18.75rem;height:0.187378125rem;z-index:15021;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { width:20rem;height:5.63671875rem;top:0.75rem;left:0rem;font-size:2.5625rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { top:7.7490234375rem;left:0rem;width:20rem;height:1.625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgkxb3Vtmfqem2s99HOORB9ctl6EATAe { display:none; }#lgkxb3Vtmfqem2s99HOORB9ctl6EATAe > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { width:20rem;height:20rem;top:0.874550819397rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { width:16.5625rem;height:auto;top:3.3125rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { width:18.75rem;height:auto;top:27.4375rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { width:20rem;height:2.875rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block; }
 }@media only screen and (max-width: 763px) { #cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { width:20rem;height:20rem;top:22.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { width:16.875rem;height:auto;top:3.3125rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vekhEUGml1PAVnMPBRlW4b5ivKZov5an { width:18.75rem;height:auto;top:27.4375rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9ULVh7IgsikXhKMhrIof01fe66az5vF { width:20rem;height:2.875rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block; }
 }@media only screen and (max-width: 763px) { #QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { width:20rem;height:20rem;top:43.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { width:20rem;height:auto;top:3.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { width:18.1875rem;height:auto;top:27.4375rem;left:0.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { width:20rem;height:2.875rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block; }
 }@media only screen and (max-width: 763px) { #yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { display:block; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpknHcwsb8Pd6JQSezqTiopHdASmGslU { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { width:20rem;height:20rem;top:4.0106201171875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KecQ74hWXlt81kmXNKUUucosat2dkdiJ { width:20rem;height:20rem;top:39.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { width:19.8125rem;height:19.8125rem;top:74.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { width:18rem;height:auto;top:23.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { width:17.3125rem;height:auto;top:23.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { width:17.125rem;height:auto;top:23.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block; }
 }@media only screen and (max-width: 763px) { #RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block; }
 }@media only screen and (max-width: 763px) { #RDC2kHcMSoHCTKTkIter6cUN214oGQNH { width:20rem;height:2.19970625rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #R1D6usLfUdvnDInolHWVSpf7OEnScryz { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { width:20rem;height:3.8994125rem;top:25.51123046875rem;left:0rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { width:18.9985625rem;height:2.9370125rem;top:30.12548828125rem;left:0.50048828125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block; }
 }@media only screen and (max-width: 763px) { #GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { width:20rem;height:2.19970625rem;top:36.375rem;left:0rem;font-size:2rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { top:34.5rem;left:0.625rem;width:18.75rem;height:0.187011875rem;z-index:15020;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { width:19.5rem;height:3.8994125rem;top:60.1875rem;left:0.25rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { width:18.999rem;height:2.9370125rem;top:64.6875rem;left:0.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block; }
 }@media only screen and (max-width: 763px) { #HteclkppluSusrsxnsKQ6E2GCy3OSmnX { top:69.3125rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15021;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { width:17rem;height:2.19970625rem;top:70.875rem;left:1.5rem;font-size:2rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { width:19.0625rem;height:2.5996125rem;top:95.3125rem;left:0.5rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { width:18.999625rem;height:2.9370125rem;top:99.1875rem;left:0.5rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block; }
 }@media only screen and (max-width: 763px) { #SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0.75rem;width:18.5rem;height:5.125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { top:10rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15024;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { width:18.4375rem;height:2.5996125rem;top:6.6875rem;left:0.78125rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.1103515625rem;left:0rem;width:20rem;height:2.0625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.623046875rem;left:1.5625rem;width:16.875rem;height:1.29980625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0.5625rem;width:18.875rem;height:3.41015625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.462675rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61376953125rem;left:8.46875rem;width:10.6875rem;height:4.548825rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.28125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:20.375rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.381225rem;top:12.78125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.23291015625rem;left:8.46875rem;width:10.875rem;height:4.548825rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.462675rem;top:20.375rem;left:8.5rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:8.5rem;width:10.875rem;height:4.548825rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { width:7.25rem;height:7.1875rem;top:4.03515625rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD { display:block; }#JkNx4OaIipGsQ1BAdBrh1nqFNp5mlLeD > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne2P7BZtByFsK5TTLtqvZgXL9X8GDn2K { width:18.625rem;height:2.625rem;top:2.3125rem;left:0.6875rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JOT6z5uNxNPqDupdePQckZO1BkBMUT8E { width:9.4375rem;height:1.4624rem;top:6.8125rem;left:8.1875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WGJ2bb8NQVuMEJR1zdgPrZCte6E6oyrs { top:8.4375rem;left:8.1875rem;width:11.5rem;height:2.5996125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVL6eIQ9BIgq22CcyliAzgJ7kb0F6bN2 { width:6.875rem;height:6.8125rem;top:20.1875rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EiSh4quC6B4LBu1WqNf5CKINgIrxTgNN { width:6.875rem;height:6.8125rem;top:27rem;left:0rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FVNFgggnMTMaLSuCqpGKTywwTBS2SJgI { width:6.8125rem;height:1.3808625rem;top:21rem;left:8.25rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQKwpGqmPBZBWUPb9anXTOvWAG5nvK4A { top:22.625rem;left:8.25rem;width:11.0625rem;height:2.5996125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM30S9CMq7lkVDcwzX0zMtMTGvIaa6U7 { width:9.5625rem;height:1.4624rem;top:28.1875rem;left:7.9375rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH6QUNi0RChRIMV8GqX9avdtGOFrulO2 { top:29.875rem;left:7.9375rem;width:11.8125rem;height:2.5996125rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSWNDhTRezJtZTAlcfBFPKJ5UzGQ7CF { width:6.75rem;height:6.75rem;top:5.625rem;left:0.375rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CdqCXGgChXOEqgZFDNdXoBH640bGdqqt { top:12.375rem;left:0rem;width:6.875rem;height:7.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bkq6qyUztfuVpo1u0hpoFnDFMvFNex2e { top:15.4375rem;left:8.125rem;width:11.5rem;height:2.5996125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnZW3o1miRQmMOZA1lH2t21gzmwaApCN { width:9.4375rem;height:1.4624rem;top:13.75rem;left:8.125rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { background-color: transparent; background-image: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container > .video-iframe-container { display: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container { display: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .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); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { border-width: 0; border-radius: 0; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { width:17.9375rem;height:1.54358125rem;top:8.5rem;left:1rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:10.9375rem;left:0.6875rem;width:18.625rem;height:10.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { width:20rem;height:4.75043125rem;top:3.1875rem;left:0rem;font-size:2.375rem;z-index:15009;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS { display:none; }#LJtCcg6ytPgESJyDpmlcaTPv5KkbWBuS > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkdXKNqiO5s9xZGzgGs3dUaXAIyuuZHq { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiNI4SM0gRz84dCpsHSv4V6P9z1ZTBa { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMWOz4fh2KgGME1UccXlixdr62dS40B { width:15.5625rem;height:2.5996125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuppNPh9S6Sp3rrVnIWvlmK7UsMT7xQ { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMHGJmh2WcVHkLXE9VuJJSCaLQG8kef { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6iQGymOlc8iZEOGxKd9tqenWbpTuvc { width:15.5625rem;height:2.5996125rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwP32DtygU3S5sDeWiFPNUVQTuxTxHy4 { width:11.25rem;height:11.8125rem;top:52.7451203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhaUelSAkZRs4XMCM9KEybzJKDeoEFAI { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #d7dl7s5ueE6gOsm4EXXu8bgpytnhrWFS { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaORG8klTdJXQzbwVZPv9fbTEAlMpTs1 { width:15.5625rem;height:2.5996125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swTDekgfvi4T42ofezNn7OgZn01tfUUS { width:17.5625rem;height:1.94970625rem;top:65.8076203125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsyDheo7OzkMT5km5mqQp3mvVrt763q { width:15.5625rem;height:2.5996125rem;top:69.0068390625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { display:none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { width:17.8125rem;height:12.50925rem;top:1.2763671875rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }