.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:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:241,240,240;--color-tertiary-3:145,144,144;--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); }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG > .row .container { border-width: 0; border-radius: 0; }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#cfK1THvREDFcgOU1muOtxMtwyN1ZEkp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;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:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#i8JTXHGrzIhkNED7mptim4AvzrL89cRz { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;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:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#zAN6K9xWoEiKiTE5GTUNgFTngaSmPlEZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687375rem;width:2.687375rem;top:0.43701171875rem;left:1.031494140625rem;overflow:hidden;display:none; }
#hD95tJsJhEDTlRXME19fpgZHNusVM8sz { 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-tertiary-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:15.4350625rem;height:2.93555rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:58.0625rem;display:block; }
#NcJLkh3TaIZOpsa7JFvSpic31iMShQ81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvByrpmKNhg8JDz4lVLo6VvcIPOQOnOv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.9375rem;left:57.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN6VxrEoaLKybtAsbqviTofExrcX8mrI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.625rem;top:1.46875rem;left:1.18701171875rem;overflow:hidden;display:block; }
#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#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:none; }#wik73ZwVFceLMqMx5NThr6irpV7fN7Io { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;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:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;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:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { 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; }
#qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;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:0.64453125rem;left:17.15625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG { position:relative;display:none; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG { border-width: 0; border-radius: 0; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .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; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .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; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK { position:relative;display:none; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK { border-width: 0; border-radius: 0; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK > .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; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK > .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; }#v871flmthczi7MN0iLCyJJTwxWmfMgRX { 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; }
#i5Hf3XkoXuv0GgGOMt4ri6Kx89W4RNVk { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#syd8cU8MLybBwrd0dmbwqwv2VOVbTbgT { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#NM4hI52KG7e7wZtsIFTwsvEtLn9FEfxJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#D3c6zR1HiLR08vUGO0JDReL3kdTOeklb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#v1QwiDfOzvRQry8h4KwQSDhgyy1URm9S { 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; }
#E4vH3KhvSRT5qdFkZPE3BC1tBT0uutQt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#TIq5slzu1IpVA4hb6pqeZgqt2JJIcTI0 { 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; }
#Vk8l2oPcdS0E0ryqOh6QXzO64S5Eb871 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#a4TlKZFkGNFfuVtSDwE81tg8AOt1yfyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDz70UknX4MHivpOyvW0kIz9Iras5Qvn { 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:0.78125rem;left:23.5625rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5184d415-74c6-498e-b460-4dbc74586b76/Cozytober_Style_DesktopHeader_1500x700_V1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m.adaptive-delivery-prevent-bg, #Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m.lazyload, #Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m.lazyloading { background-image: none; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container { background-color: transparent; background-image: none; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container > .video-iframe-container { display: none; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row > .video-iframe-container { display: none; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .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); }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container { border-width: 0; border-radius: 0; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#pZISUSmWuZTJz2GIZ7AFQwkzKWv9ObBx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:"scotch text";font-size:8.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:9.75rem;left:10.9375rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#m92aTqHAA1bNQdN3wyL65n9a29TdtvhA { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:"mark pro";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7E6UeBawbDhQR81Zb0PeQhh1NKDxy38 { box-sizing:content-box;height:17.375rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:#8e5452;background-image:none;top:37.0625rem;left:7rem;display:block; }
#NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg { box-sizing:content-box;height:17.375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/2413b1ff-fb03-48ff-92dd-e7dd9c1e76a3/5Reasons.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg.adaptive-delivery-prevent-bg, #NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg.lazyload, #NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg.lazyloading { background-image: none; }
#daZfZ7fVPMkFIH5sgh8wLx0zt02fAlID { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"scotch text";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.875rem;left:25.21875rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGZIlfKA1swDPf9U1mFdsUOXIN2JVzLu { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"mark pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:41.624999046326rem;left:25.218751907349rem;height:6.7480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tAmnbX1oEzbnfcGtwh3usoOTinW3mZdw { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#rFFVnNZul3b9mzTHR43PBNKEamr4enk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOpRaCN9dNtA1ixzMkooyw79aTFKI0k1 { 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:5rem;width:20.3125rem;top:3.6875rem;left:27.34375rem;overflow:hidden;display:block; }
#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container { background-color: transparent; background-image: none; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container > .video-iframe-container { display: none; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row > .video-iframe-container { display: none; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .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); }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container { border-width: 0; border-radius: 0; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#iaIG8TCJgzeQHQ9WdznBNfDVMh6EcZIW { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.849609375rem;left:25.599609375rem;display:block; }
#cpX2AQLGKoADcfJtMy6IU8gq5rxuCX6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJvo7VtG6gNVShFzfITp8JoVTEi9pkwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:"scotch text";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.65625rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgmEWzhefPUyKcPew7A2Jg0T1P3801Vm { 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:12.6875rem;width:12.6875rem;top:19.875rem;left:6.1875rem;overflow:hidden;display:block; }
#GoRBD15rOA9o7GB4XGm818ylsIlwxXg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.0625rem;left:3.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#th28eNE0FDDILm33BVGUXx2kxX3hcStv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:26.8125rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i22g2nfupG5bMnkyKtZcbQ8LVaIALrwR { 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:12.5625rem;width:12.5625rem;top:19.875rem;left:31.25rem;overflow:hidden;display:block; }
#dq3Ct2gGNaThthOcZ1LqJ8fM2rRxd1nJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36rem;left:4.75rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#rOt7hVk3xx7LnTVkMtg9cHJ0AGyZhOhl { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:28.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#BnMO5t9R56ZmzrlnUL5bkomWoDeKmXVA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:53.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCxCaGxnPPOslXx3QJFF5TiJCIAh02xA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36rem;left:54.75rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#TbevGfrCgyz6QAhv5UvfmT3RRsshT6NW { 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:19.875rem;left:55.75rem;overflow:hidden;display:block; }
#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC { position:relative;display:none; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC { border-width: 0; border-radius: 0; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .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; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .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; }#d7Zqq6RSvO6yq3vUFzrO89KdkroZcvAa { 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; }
#Ne22za5ym4TAIha8HZ4bBwW6l2vEinnk { 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; }
#rByH1hXBGkCsNL4hocyGfOZTC67KAKRc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 { position:relative;display:none; }#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 { border-width: 0; border-radius: 0; }#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 > .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; }#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 > .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.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/11498d43-16e4-4e38-b308-30131102864d/Cozytober_SB_DesktopHeader_1500x700copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:none; }#Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { box-sizing:content-box;height:27.125rem;width:28.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.59);background-image:none;top:11.5625rem;left:0rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.25rem;height:1.70605625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:13.6875rem;left:1.875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { 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:15001;line-height:1.3;letter-spacing:0;height:0;top:28.75rem;left:31.5rem;display:none; }
#zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;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:23.5rem;left:6.625rem;height:5.19775625rem;text-align:left;text-align-last:left;display:block; }
#xKL5pqVQoTGlXipIssSvneaywI1LsGdP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;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:29.6875rem;left:2.1875rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { 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-tertiary-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:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.4375rem;left:6.4375rem;display:block; }
#ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:none; }#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:4.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; }#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:0.78125rem;left:23.5625rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { 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: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; }
#D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { 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; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { position:relative;display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .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; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .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:22.6875rem;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; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { 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:3.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;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:16.10107421875rem;left:4.6875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { 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:13.17578125rem;left:28.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;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:16.1005859375rem;left:29.28125rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { 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:13.17578125rem;left:53.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { 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:12.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { 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:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.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:16.1005859375rem;left:54.6875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { position:relative;display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { background-color: transparent; background-image: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .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); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { border-width: 0; border-radius: 0; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .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; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { 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:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.3125rem;left:9.0625rem;height:5.77514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;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:16.8125rem;left:6.875rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { position:relative;display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { background-color: transparent; background-image: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { border-width: 0; border-radius: 0; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { 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:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { 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:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.1875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au601vgTGkueCwmDBA0zbDXmoOewNqJl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;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:13.8125rem;left:46.375rem;height:11.6949375rem;text-align:center;text-align-last:center;display:block; }
#clpHVV1PdZTFioZfJbITxQCmGgLMbANL { position:relative;display:block; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL { background-color: transparent; background-image: none; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row .container > .video-iframe-container { display: none; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row > .video-iframe-container { display: none; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .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); }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL { border-width: 0; border-radius: 0; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .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; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .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:9.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; }#nMZKyR7aTqVr3uCNzuy46GWP6hLVsuPX { 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:3.875rem;left:16.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVNQAgCJilufkiwX1nkMrlQv4o8Rx87y { 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.375rem;left:20.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container { background-color: transparent; background-image: none; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container > .video-iframe-container { display: none; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row > .video-iframe-container { display: none; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .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); }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container { border-width: 0; border-radius: 0; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#af7JmeFrFLIT4GHNTXzMUU1vdM5b6LtW { position:absolute;display:block;z-index:15000;height:24.9375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { position:relative;display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { background-color: transparent; background-image: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { border-width: 0; border-radius: 0; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { 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:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NnDngzr0hU15O85zGILlaqGZPrNTTRJp { 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:15004;line-height:1.3;letter-spacing:0;top:12rem;left:4.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:15.5rem;left:8.8125rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { position:relative;display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { background-color: transparent; background-image: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { border-width: 0; border-radius: 0; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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.5rem;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; }#whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:10.96875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:13.9375rem;display:none; }
#VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { 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/5fa4f486-21d1-4a82-9eb7-192dec671664/1400x400_Cozytober_SB_Collage.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.adaptive-delivery-prevent-bg, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyload, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyloading { background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { background-color: transparent; background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .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); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { border-width: 0; border-radius: 0; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { position:relative;display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .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; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .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; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { position:relative;display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { border-width: 0; border-radius: 0; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .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; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .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; }#GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { position:relative;display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .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; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .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; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { position:relative;display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { border-width: 0; border-radius: 0; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .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; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .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; }#yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 { position:relative;display:none; }#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 { border-width: 0; border-radius: 0; }#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 > .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; }#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 > .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; }#H2mpr5zSRfOapKraqDtT1GL8KvnCC2Tm { 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; }
#FJeMTn6ksbw6q16hgcFa6OC38JK9L21i { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#gOGDicUWbfHrK5iq8yAbWzHweC6hBc94 { 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; }
#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { position:relative;display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { border-width: 0; border-radius: 0; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .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; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .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; }#PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:3.625rem;left:8.3125rem;display:none; }
#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { position:relative;display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { border-width: 0; border-radius: 0; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .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; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .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; }#kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { position:relative;display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { background-color: transparent; background-image: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container > .video-iframe-container { display: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container { display: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .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); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { border-width: 0; border-radius: 0; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.25rem;left:3.8125rem;height:2.625125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:block; }
#rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:24.1875rem;height:2.598875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:50.5625rem;overflow:hidden;display:block; }
#OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:51.8125rem;overflow:hidden;display:block; }
#lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:53.0625rem;overflow:hidden;display:block; }
#uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.25rem;left:54.375rem;overflow:hidden;display:block; }
#bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.25rem;left:55.625rem;overflow:hidden;display:block; }
#FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#T9A5TRTepThakXMTqA9H3wTDVANqDWpA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:14.9375rem;left:51.5rem;overflow:hidden;display:block; }
#qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#esrhiTurTTguooAdxl1zsI6f3PnqkRLv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0146484375rem;left:17.9375rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T3F2x1wrLlStTO810VJ0368vrcZcaLrT { position:absolute;display:block;z-index:15021;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.3125rem;width:1.3125rem;top:14.9375rem;left:22.9375rem;overflow:hidden;display:block; }
#xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { position:absolute;display:block;z-index:15022;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.3125rem;width:1.3125rem;top:14.9375rem;left:19.25rem;overflow:hidden;display:block; }
#r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { position:absolute;display:block;z-index:15023;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.3125rem;width:1.3125rem;top:14.9375rem;left:21.875rem;overflow:hidden;display:block; }
#ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:17.9375rem;overflow:hidden;display:block; }
#vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:20.5625rem;overflow:hidden;display:block; }
#iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.1875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:22.75rem;left:17.9375rem;overflow:hidden;display:block; }
#qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:24.1875rem;height:3.8983125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { position:absolute;display:block;z-index:15021;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.3125rem;width:1.3125rem;top:22.75rem;left:55.625rem;overflow:hidden;display:block; }
#BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { position:absolute;display:block;z-index:15022;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.3125rem;width:1.3125rem;top:22.75rem;left:54.375rem;overflow:hidden;display:block; }
#coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { position:absolute;display:block;z-index:15023;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.3125rem;width:1.3125rem;top:22.75rem;left:53.125rem;overflow:hidden;display:block; }
#sST73WToUbyP3ll14kdWH2fkOKCgXh8C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:51.875rem;overflow:hidden;display:block; }
#Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:50.5625rem;overflow:hidden;display:block; }
#tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.8125rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WPlxTE7r9J14cyB955LBbxC7QNrxT37w { position:absolute;display:block;z-index:15033;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.3125rem;width:1.3125rem;top:30.4375rem;left:18rem;overflow:hidden;display:block; }
#g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:32.4521484375rem;left:18.125rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:23.125rem;overflow:hidden;display:block; }
#OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:19.3125rem;overflow:hidden;display:block; }
#AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { position:absolute;display:block;z-index:15032;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.3125rem;width:1.3125rem;top:30.4375rem;left:21.9375rem;overflow:hidden;display:block; }
#SC24Vs02KUksc8i7li6wNRupgBTEWW4c { position:absolute;display:block;z-index:15034;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.3125rem;width:1.3125rem;top:30.4375rem;left:20.625rem;overflow:hidden;display:block; }
#r0hDn79v9I8th0lrtuqZSSMch0rrWKey { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:30.375rem;left:51.5rem;overflow:hidden;display:block; }
#fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.07421875rem;left:46rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { background-color: transparent; background-image: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .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); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { border-width: 0; border-radius: 0; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h > .row .container { border-width: 0; border-radius: 0; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:none; }#AUJt4NJBGDVCcEVMpqbenKXIVtcS4OOX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:7.125rem;left:26.625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnDT9rt9qTbKhb3f0PazDVtcsKF1oLDt { position:absolute;display:block;z-index:15054;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.0610625rem;width:17.0610625rem;top:9.75048828125rem;left:52.53125rem;overflow:hidden;display:block; }
#Ls98RswF8BySsn9eN37wZPtwTvZ0NLdh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:7.125rem;left:52.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIfMouvTBxfCnBpcI8g5XTeACyV7M18g { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.998046875rem;left:51.9990234375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#TW7r7O0W2oMGyhiGuGIgI9sM6oEwRAOb { 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-tertiary-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:17.0625rem;height:2.936525rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:30.3115234375rem;left:52.5302734375rem;display:block; }
#aWU0EQ4lSCuuBdqv1FMCNdZ1MyWdPZPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0BdTwCPmQtrfUQvtoHMBmBTePfgypOx { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.3125rem;left:18.71875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1DGVdTMSOZZK9WUZVOJ1bseW31PReds { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:23.59375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8nB1NJObse9dPcvtBMHHzeJBLzsRTHB { 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:9.75rem;left:5.8115234375rem;overflow:hidden;display:block; }
#x12U750Fr1AomQ9VDSIPLKubMMy79MGB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:7.125rem;left:3.4375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdavXB4gWI25Gsd8VbXhv9ndqWQTCcrH { 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-tertiary-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:16.875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.31103515625rem;left:5.9052734375rem;display:block; }
#E5VmJkJZxBaT60TNTTH3JCnxbZn1rGSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HF2AFAD2pOeKpfFFxTtdC3FEOCnGIpaN { 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:27.248046875rem;left:5.3427734375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#xN0TlNd0mGctT3xz9V30omHzq4uxGfGn { 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:9.75rem;left:28.96875rem;overflow:hidden;display:block; }
#TsfhQyPa5CUG2bcT2deGBwwJgVMW2ihu { 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:26.998046875rem;left:28.84375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#VaNMRQV0krasClbHAuR5fnOeNQ7TVR5o { 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-tertiary-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:17.0625rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.310546875rem;left:28.96875rem;display:block; }
#iXgAqmAkHZ916KhCa8pC1NS4eTAOiyHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { position:relative;display:none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { border-width: 0; border-radius: 0; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .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; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .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; }#he9GapwouMxVCApd0kHz3bkX3bK6HlWt { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#NkwO6ob0kysBGiucCJHzfayoHluveagm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#EbsTydwosMROQoJtB83bNhZRZSn0UEeH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 { position:relative;display:block; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 { background-color: transparent; background-image: none; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row .container > .video-iframe-container { display: none; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row > .video-iframe-container { display: none; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .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); }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 { border-width: 0; border-radius: 0; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .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; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .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:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KDRRUIAgs4zp72Ar53LEny9mIgChlwZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:1.369140625rem;left:3.09375rem;height:2.887575rem;text-align:center;text-align-last:center;display:block; }
#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b { position:relative;display:block; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b { background-color: transparent; background-image: none; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row .container > .video-iframe-container { display: none; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row > .video-iframe-container { display: none; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .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); }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b { border-width: 0; border-radius: 0; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .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; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .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:3rem;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; }#KR1CFyPqhErXRwnQtVqSa7bop4ROdQBT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#zdgOuqke5PVJPbgFTRdEtam2qr7lKxqg { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:16.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp { position:relative;display:block; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp { background-color: transparent; background-image: none; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row .container > .video-iframe-container { display: none; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row > .video-iframe-container { display: none; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .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); }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp { border-width: 0; border-radius: 0; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .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; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .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:7.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTFcQNHKfV7ReQceKlMSdpdcW1rN45Uu { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:5.94970625rem;text-align:left;text-align-last:left;display:block; }
#TTwv0l4RB1WpNn0vHky4GZLSS6Bw2hOt { box-sizing:content-box;height:5.0625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ { position:relative;display:block; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ { background-color: transparent; background-image: none; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row .container > .video-iframe-container { display: none; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row > .video-iframe-container { display: none; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .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); }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ { border-width: 0; border-radius: 0; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .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; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .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:3rem;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; }#RnBVkMU5HuO1q7QTzNwGa9SWccaWVe8g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#pCLIgxeG84vHnmaMNFWQEfm44gyGMRma { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:18.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 { position:relative;display:block; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 { background-color: transparent; background-image: none; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row .container > .video-iframe-container { display: none; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row > .video-iframe-container { display: none; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .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); }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 { border-width: 0; border-radius: 0; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .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; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .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:9.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; }#ZyMPTSldQkHLeSzFlEgDEH4VBTmoOCfr { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.437125rem;text-align:left;text-align-last:left;display:block; }
#XxSFhfOAte2TGt2l69xDT9npeCG8wNnQ { box-sizing:content-box;height:6.875rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L { position:relative;display:block; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L { background-color: transparent; background-image: none; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row .container > .video-iframe-container { display: none; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row > .video-iframe-container { display: none; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .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); }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L { border-width: 0; border-radius: 0; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .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; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .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:3.125rem;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; }#KUeQeoSvnCbyEGsTCKNDtakeMmrTKTOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#QNHQvhiBpSxxEh65fwQJSH4zxlR0zB4d { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw { position:relative;display:block; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw { background-color: transparent; background-image: none; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row .container > .video-iframe-container { display: none; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row > .video-iframe-container { display: none; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .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); }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw { border-width: 0; border-radius: 0; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .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; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .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:4.25rem;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; }#ZIaCKGoNaZzGRHuGxzZu2RbSybi3TWQN { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#VqEqKNfIkO3N9zcZWS9Msu3ewA4pIb5S { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf { position:relative;display:block; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf { background-color: transparent; background-image: none; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row .container > .video-iframe-container { display: none; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row > .video-iframe-container { display: none; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .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); }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf { border-width: 0; border-radius: 0; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .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; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .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:3.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; }#uLrDT0dlCwV4Vy2meh68hciUPBoHmPEm { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#zDD5b8T8qCA9Q2OL9TOUXqWafQQ6blqe { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.26171875rem;left:33.6875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD { position:relative;display:block; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD { background-color: transparent; background-image: none; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row .container > .video-iframe-container { display: none; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row > .video-iframe-container { display: none; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .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); }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD { border-width: 0; border-radius: 0; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .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; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .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:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cMROvA4vDhbTPRdkBI9vlWf7TWw6zQ0u { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#Rrk1RqWffKLmbmzkqVulfIni8ubg016V { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ { position:relative;display:block; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ { background-color: transparent; background-image: none; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row .container > .video-iframe-container { display: none; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row > .video-iframe-container { display: none; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .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); }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ { border-width: 0; border-radius: 0; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .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; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .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:3.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; }#lOThBPpKt0EqLO1KHTf8tnlZFuTBHLf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#b0yz3Gxwbl3ZsKlqCyUxtg3u9HtffWGH { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:29.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn { position:relative;display:block; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn { background-color: transparent; background-image: none; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row .container > .video-iframe-container { display: none; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row > .video-iframe-container { display: none; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .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); }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn { border-width: 0; border-radius: 0; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .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; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .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:4.25rem;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; }#RMShkLGcrlTtSBkCgFtq2CiKa98GQvSh { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#uzOzT2TCZJhxS8aVfigJ2DUa7h0JogSv { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS { position:relative;display:block; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS { background-color: transparent; background-image: none; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row .container > .video-iframe-container { display: none; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row > .video-iframe-container { display: none; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .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); }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS { border-width: 0; border-radius: 0; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .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; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .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:3.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; }#CWALSBsSq0n11sCFC2k1RBz95SytlhkP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#O5D7zFwzOGDdDPhQ4Znws251S8yEP0nJ { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX { position:relative;display:block; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX { background-color: transparent; background-image: none; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row .container > .video-iframe-container { display: none; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row > .video-iframe-container { display: none; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .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); }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX { border-width: 0; border-radius: 0; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .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; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .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:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IalsqltukGG6CUPPyTJBohbROcIoLf4A { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.437125rem;text-align:left;text-align-last:left;display:block; }
#sRfaArcoKT1P6vncnVr0OdIIURTv0IQu { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz { position:relative;display:block; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz { background-color: transparent; background-image: none; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row .container > .video-iframe-container { display: none; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row > .video-iframe-container { display: none; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .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); }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz { border-width: 0; border-radius: 0; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .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; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .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:3.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; }#FwDRNRq9lRTLQWURL0t5OanvQ8bt6zeI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#uzcTxTm36xDgi127dl1bc63FTsvISeOO { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:22.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu { position:relative;display:block; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu { background-color: transparent; background-image: none; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row .container > .video-iframe-container { display: none; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row > .video-iframe-container { display: none; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .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); }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu { border-width: 0; border-radius: 0; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .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; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .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.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eDKrXPZiTCXyxUVLBAoPgN8TOsskmy9k { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#CrW1GBNQTKvB0yXWmaW9UvpD72t0uESQ { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J { position:relative;display:block; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J { background-color: transparent; background-image: none; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row .container > .video-iframe-container { display: none; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row > .video-iframe-container { display: none; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .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); }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J { border-width: 0; border-radius: 0; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .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; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .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:3.25rem;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; }#QdipBikkZSeXZGkGKMVdycmqzMUkDNol { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#Qtt63Q9Pl9RT3bo9uIkP2oozNoTXb3mW { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:24.25rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM { position:relative;display:block; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM { background-color: transparent; background-image: none; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row .container > .video-iframe-container { display: none; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row > .video-iframe-container { display: none; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .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); }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM { border-width: 0; border-radius: 0; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .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; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .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:4.25rem;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; }#SOPJvwaypdtDfJWiftxUrz4N9O5BmNsG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#plwfSx7sNKm7kbXmSG8E4z6PfCdxOGe0 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#RK1U6TaatU8THJOIsT9nrV8orIrHMPby { position:relative;display:block; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby { background-color: transparent; background-image: none; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row .container > .video-iframe-container { display: none; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row > .video-iframe-container { display: none; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .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); }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby { border-width: 0; border-radius: 0; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .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; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .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:3.125rem;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; }#TceS8pIbvwQuaph4qUZMIaGrZN7GTN9J { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#DhInPNehCH1W9ey8U93nWzo9hnCHb5hq { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:1.32421875rem;left:30.375rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz { position:relative;display:block; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz { background-color: transparent; background-image: none; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row .container > .video-iframe-container { display: none; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row > .video-iframe-container { display: none; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .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); }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz { border-width: 0; border-radius: 0; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .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; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .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:5rem;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; }#CmAHVPyts2SfHXgzbsIxJceFFzO095Gq { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.5556640625rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#SImpI8x3smNg3wqKcSE5EoITKtCecaU6 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W { position:relative;display:block; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W { background-color: transparent; background-image: none; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row .container > .video-iframe-container { display: none; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row > .video-iframe-container { display: none; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .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); }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W { border-width: 0; border-radius: 0; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .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; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .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:5.625rem;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; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container { background-color: transparent; background-image: none; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container > .video-iframe-container { display: none; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row > .video-iframe-container { display: none; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .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); }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container { border-width: 0; border-radius: 0; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#Es3Hl54OuAeWhfA6PD0BLcRL4q4xnLLr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;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:1.5625rem;left:18.59375rem;height:12.514625rem;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; }
#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd { position:relative;display:none; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd { border-width: 0; border-radius: 0; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .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; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .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; }#oaTLg2QZ6EnU5xxeVUs7wLeCHxnvmH5C { 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-tertiary-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:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:29.78125rem;display:none; }
#zFwrMVTRTG00xLdtCFUf4VsKsxKbqzCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vue8XmbBHJuihOeWBbN5lL9PJ0A3IviN { 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:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG { display:block; }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfK1THvREDFcgOU1muOtxMtwyN1ZEkp8 { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8JTXHGrzIhkNED7mptim4AvzrL89cRz { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAN6K9xWoEiKiTE5GTUNgFTngaSmPlEZ { top:0.375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD95tJsJhEDTlRXME19fpgZHNusVM8sz { width:15.375rem;height:2.875rem;top:1.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJLkh3TaIZOpsa7JFvSpic31iMShQ81 { display:block; }
 }@media only screen and (max-width: 763px) { #zvByrpmKNhg8JDz4lVLo6VvcIPOQOnOv { top:4.9375rem;left:31.625rem;width:16.125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN6VxrEoaLKybtAsbqviTofExrcX8mrI { top:1.4375rem;left:0rem;width:17.625rem;height:3.125rem;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) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.5625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { top:0.625rem;left:3.53125rem;width:40.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCIwMNzKen9FgyVuMNPcTm9U0U3584hG { display:none; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK { display:none; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v871flmthczi7MN0iLCyJJTwxWmfMgRX { top:8.5rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Hf3XkoXuv0GgGOMt4ri6Kx89W4RNVk { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syd8cU8MLybBwrd0dmbwqwv2VOVbTbgT { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM4hI52KG7e7wZtsIFTwsvEtLn9FEfxJ { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3c6zR1HiLR08vUGO0JDReL3kdTOeklb { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1QwiDfOzvRQry8h4KwQSDhgyy1URm9S { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4vH3KhvSRT5qdFkZPE3BC1tBT0uutQt { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIq5slzu1IpVA4hb6pqeZgqt2JJIcTI0 { top:0.9375rem;left:0rem;width:9.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vk8l2oPcdS0E0ryqOh6QXzO64S5Eb871 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4TlKZFkGNFfuVtSDwE81tg8AOt1yfyO { display:block; }
 }@media only screen and (max-width: 763px) { #BDz70UknX4MHivpOyvW0kIz9Iras5Qvn { top:3.1875rem;left:0rem;width:20rem;height:4.75rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m { display:block; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZISUSmWuZTJz2GIZ7AFQwkzKWv9ObBx { top:9.75rem;left:0rem;width:47.75rem;height:15.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m92aTqHAA1bNQdN3wyL65n9a29TdtvhA { top:26.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7E6UeBawbDhQR81Zb0PeQhh1NKDxy38 { top:37.0625rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg { top:37.0625rem;left:0rem;width:17.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daZfZ7fVPMkFIH5sgh8wLx0zt02fAlID { top:38.875rem;left:11.59375rem;width:31.8125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZIlfKA1swDPf9U1mFdsUOXIN2JVzLu { top:41.625rem;left:8.9375rem;width:38.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAmnbX1oEzbnfcGtwh3usoOTinW3mZdw { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFFVnNZul3b9mzTHR43PBNKEamr4enk2 { display:block; }
 }@media only screen and (max-width: 763px) { #QOpRaCN9dNtA1ixzMkooyw79aTFKI0k1 { top:3.6875rem;left:13.71875rem;width:20.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu { display:block; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaIG8TCJgzeQHQ9WdznBNfDVMh6EcZIW { width:17.5rem;height:3.4375rem;top:4.8125rem;left:11.974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpX2AQLGKoADcfJtMy6IU8gq5rxuCX6O { display:block; }
 }@media only screen and (max-width: 763px) { #tJvo7VtG6gNVShFzfITp8JoVTEi9pkwQ { top:13.625rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmEWzhefPUyKcPew7A2Jg0T1P3801Vm { top:19.875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoRBD15rOA9o7GB4XGm818ylsIlwxXg1 { top:33.0625rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #th28eNE0FDDILm33BVGUXx2kxX3hcStv { top:33.0625rem;left:13.1875rem;width:21.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22g2nfupG5bMnkyKtZcbQ8LVaIALrwR { top:19.875rem;left:17.625rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3Ct2gGNaThthOcZ1LqJ8fM2rRxd1nJ { top:36rem;left:0rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOt7hVk3xx7LnTVkMtg9cHJ0AGyZhOhl { top:36rem;left:14.9375rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnMO5t9R56ZmzrlnUL5bkomWoDeKmXVA { top:33.0625rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCxCaGxnPPOslXx3QJFF5TiJCIAh02xA { top:36rem;left:32.1875rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbevGfrCgyz6QAhv5UvfmT3RRsshT6NW { top:19.875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2pz1hololNVUf3TDfD9TCkbKLn8uVSC { display:none; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7Zqq6RSvO6yq3vUFzrO89KdkroZcvAa { top:1.125rem;left:0rem;width:18.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ne22za5ym4TAIha8HZ4bBwW6l2vEinnk { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rByH1hXBGkCsNL4hocyGfOZTC67KAKRc { display:none; }
 }@media only screen and (max-width: 763px) { #mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 { display:block; }#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { top:11.5625rem;left:0rem;width:28.3125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { top:20.8125rem;left:0rem;width:19.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { top:13.6875rem;left:0rem;width:24.625rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:29.375rem;left:17.875rem;width:16.875rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { top:23.5rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { top:29.6875rem;left:0rem;width:23.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.375rem;height:2.875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@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:0.75rem;left:9.9375rem;width:27.8125rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.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:1rem;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:13.25rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.6875rem;left:0rem;width:11.5625rem;height:5.1875rem;font-size:1rem;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:22.8125rem;left:0rem;width:10.875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:15.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { top:8.3125rem;left:2.25rem;width:17.625rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { top:14.25rem;left:0rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { top:16.8125rem;left:0.0625rem;width:22rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { top:8.25rem;left:19.9375rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { top:11.5rem;left:19.9375rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { top:13.8125rem;left:25.9375rem;width:21.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpHVV1PdZTFioZfJbITxQCmGgLMbANL { display:block; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMZKyR7aTqVr3uCNzuy46GWP6hLVsuPX { top:3.875rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVNQAgCJilufkiwX1nkMrlQv4o8Rx87y { top:7.375rem;left:6.5625rem;width:34.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 { display:block; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af7JmeFrFLIT4GHNTXzMUU1vdM5b6LtW { width:47.75rem;height:24.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { top:12rem;left:0rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { top:15.5rem;left:2rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { top:1.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { width:;height:;top:3.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { top:0.6875rem;left:0rem;width:20rem;height:4.75rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { top:5.625rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:7.375rem;left:0rem;width:18.125rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { top:0.75rem;left:9.9375rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { top:3.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:6.25rem;left:0rem;width:20rem;height:16.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 { display:none; }#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H2mpr5zSRfOapKraqDtT1GL8KvnCC2Tm { 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) { #FJeMTn6ksbw6q16hgcFa6OC38JK9L21i { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gOGDicUWbfHrK5iq8yAbWzHweC6hBc94 { top:0.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { top:0.75rem;left:9.9375rem;width:20rem;height:1.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.375rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { top:1.0625rem;left:0rem;width:20rem;height:4.25rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { display:block; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { top:7.5rem;left:10.5625rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { top:9.375rem;left:10.5625rem;width:32.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { top:7.25rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { top:7.25rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { top:7.25rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { top:7.25rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { top:7.25rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { top:14.375rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9A5TRTepThakXMTqA9H3wTDVANqDWpA { top:14.9375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { top:15.0625rem;left:21.5625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrhiTurTTguooAdxl1zsI6f3PnqkRLv { top:17rem;left:4.3125rem;width:33.0625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3F2x1wrLlStTO810VJ0368vrcZcaLrT { top:14.9375rem;left:9.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { top:14.9375rem;left:5.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { top:14.9375rem;left:8.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { top:14.9375rem;left:4.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { top:14.9375rem;left:6.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { top:22.1875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { top:22.75rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { top:22.875rem;left:10.5625rem;width:18.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { top:24.4375rem;left:10.5625rem;width:32.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { top:22.75rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { top:22.75rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { top:22.75rem;left:39.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST73WToUbyP3ll14kdWH2fkOKCgXh8C { top:22.75rem;left:38.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { top:22.75rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { top:29.8125rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPlxTE7r9J14cyB955LBbxC7QNrxT37w { top:30.4375rem;left:4.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { top:32.4375rem;left:4.5rem;width:32.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { top:30.4375rem;left:9.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { top:30.4375rem;left:5.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { top:30.4375rem;left:8.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC24Vs02KUksc8i7li6wNRupgBTEWW4c { top:30.4375rem;left:7rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0hDn79v9I8th0lrtuqZSSMch0rrWKey { top:30.6875rem;left:25.25rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { top:30.375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { top:27.0625rem;left:32.375rem;width:4.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h { display:block; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUJt4NJBGDVCcEVMpqbenKXIVtcS4OOX { top:7.125rem;left:13rem;width:21.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDT9rt9qTbKhb3f0PazDVtcsKF1oLDt { top:9.75rem;left:30.75rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls98RswF8BySsn9eN37wZPtwTvZ0NLdh { top:7.125rem;left:30.1875rem;width:17.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIfMouvTBxfCnBpcI8g5XTeACyV7M18g { top:26.9375rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7r7O0W2oMGyhiGuGIgI9sM6oEwRAOb { width:17.0625rem;height:2.875rem;top:30.25rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWU0EQ4lSCuuBdqv1FMCNdZ1MyWdPZPh { display:block; }
 }@media only screen and (max-width: 763px) { #T0BdTwCPmQtrfUQvtoHMBmBTePfgypOx { top:1.3125rem;left:5.09375rem;width:37.5625rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1DGVdTMSOZZK9WUZVOJ1bseW31PReds { top:4.4375rem;left:9.96875rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nB1NJObse9dPcvtBMHHzeJBLzsRTHB { top:9.75rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12U750Fr1AomQ9VDSIPLKubMMy79MGB { top:7.125rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdavXB4gWI25Gsd8VbXhv9ndqWQTCcrH { width:16.875rem;height:2.9375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5VmJkJZxBaT60TNTTH3JCnxbZn1rGSW { display:block; }
 }@media only screen and (max-width: 763px) { #HF2AFAD2pOeKpfFFxTtdC3FEOCnGIpaN { top:27.1875rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0TlNd0mGctT3xz9V30omHzq4uxGfGn { top:9.75rem;left:15.34375rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsfhQyPa5CUG2bcT2deGBwwJgVMW2ihu { top:26.9375rem;left:15.21875rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaNMRQV0krasClbHAuR5fnOeNQ7TVR5o { width:17.0625rem;height:2.9375rem;top:30.25rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXgAqmAkHZ916KhCa8pC1NS4eTAOiyHX { display:block; }
 }@media only screen and (max-width: 763px) { #prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { display:none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #he9GapwouMxVCApd0kHz3bkX3bK6HlWt { top:0.8125rem;left:0rem;width:20rem;height:5.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { top:7.0625rem;left:0rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { top:14.3125rem;left:0rem;width:17.5625rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkwO6ob0kysBGiucCJHzfayoHluveagm { top:24rem;left:0rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbsTydwosMROQoJtB83bNhZRZSn0UEeH { top:31.4375rem;left:0rem;width:17.3125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { top:39.6875rem;left:0rem;width:9.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { top:46.9375rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { top:47.625rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 { display:block; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDRRUIAgs4zp72Ar53LEny9mIgChlwZ0 { width:47.75rem;height:2.875rem;top:1.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq8tMReO3BvBtnZWSmMlciGScd9JXI9b { display:block; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR1CFyPqhErXRwnQtVqSa7bop4ROdQBT { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdgOuqke5PVJPbgFTRdEtam2qr7lKxqg { width:0.875rem;height:1.75rem;top:1.1875rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp { display:block; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTFcQNHKfV7ReQceKlMSdpdcW1rN45Uu { width:47.75rem;height:5.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwv0l4RB1WpNn0vHky4GZLSS6Bw2hOt { width:0.125rem;height:5.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ { display:block; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnBVkMU5HuO1q7QTzNwGa9SWccaWVe8g { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLIgxeG84vHnmaMNFWQEfm44gyGMRma { width:0.875rem;height:1.75rem;top:1.1875rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 { display:block; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyMPTSldQkHLeSzFlEgDEH4VBTmoOCfr { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxSFhfOAte2TGt2l69xDT9npeCG8wNnQ { width:0.125rem;height:6.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L { display:block; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUeQeoSvnCbyEGsTCKNDtakeMmrTKTOJ { width:19.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHQvhiBpSxxEh65fwQJSH4zxlR0zB4d { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT5FykdwoU9dgobrysrmuDxccoSBe3Qw { display:block; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIaCKGoNaZzGRHuGxzZu2RbSybi3TWQN { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqEqKNfIkO3N9zcZWS9Msu3ewA4pIb5S { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf { display:block; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLrDT0dlCwV4Vy2meh68hciUPBoHmPEm { width:38.1875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDD5b8T8qCA9Q2OL9TOUXqWafQQ6blqe { width:0.875rem;height:1.75rem;top:1.25rem;left:20.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD { display:block; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMROvA4vDhbTPRdkBI9vlWf7TWw6zQ0u { width:47.75rem;height:4.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrk1RqWffKLmbmzkqVulfIni8ubg016V { width:0.125rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ { display:block; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOThBPpKt0EqLO1KHTf8tnlZFuTBHLf6 { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0yz3Gxwbl3ZsKlqCyUxtg3u9HtffWGH { width:0.875rem;height:1.75rem;top:1.1875rem;left:15.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn { display:block; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMShkLGcrlTtSBkCgFtq2CiKa98GQvSh { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzOzT2TCZJhxS8aVfigJ2DUa7h0JogSv { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vruLR4K5SdywANpdAPoAzMgNmAwF2fyS { display:block; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWALSBsSq0n11sCFC2k1RBz95SytlhkP { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5D7zFwzOGDdDPhQ4Znws251S8yEP0nJ { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX { display:block; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IalsqltukGG6CUPPyTJBohbROcIoLf4A { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRfaArcoKT1P6vncnVr0OdIIURTv0IQu { width:0.125rem;height:6.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz { display:block; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwDRNRq9lRTLQWURL0t5OanvQ8bt6zeI { width:17.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzcTxTm36xDgi127dl1bc63FTsvISeOO { width:0.875rem;height:1.75rem;top:1.1875rem;left:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu { display:block; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDKrXPZiTCXyxUVLBAoPgN8TOsskmy9k { width:47.75rem;height:1.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrW1GBNQTKvB0yXWmaW9UvpD72t0uESQ { width:0.125rem;height:1.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J { display:block; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdipBikkZSeXZGkGKMVdycmqzMUkDNol { width:18.75rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtt63Q9Pl9RT3bo9uIkP2oozNoTXb3mW { width:0.875rem;height:1.75rem;top:1.1875rem;left:10.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyS7boETo9As9oNAQbH3NFgmT5n4k6zM { display:block; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOPJvwaypdtDfJWiftxUrz4N9O5BmNsG { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plwfSx7sNKm7kbXmSG8E4z6PfCdxOGe0 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1U6TaatU8THJOIsT9nrV8orIrHMPby { display:block; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TceS8pIbvwQuaph4qUZMIaGrZN7GTN9J { width:31.9375rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhInPNehCH1W9ey8U93nWzo9hnCHb5hq { width:0.875rem;height:1.75rem;top:1.3125rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz { display:block; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmAHVPyts2SfHXgzbsIxJceFFzO095Gq { width:47.75rem;height:3rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SImpI8x3smNg3wqKcSE5EoITKtCecaU6 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W { display:block; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk { display:block; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es3Hl54OuAeWhfA6PD0BLcRL4q4xnLLr { top:1.5625rem;left:4.96875rem;width:35.6875rem;height:12.5rem;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) { #iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd { display:none; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oaTLg2QZ6EnU5xxeVUs7wLeCHxnvmH5C { width:15.4375rem;height:2.9375rem;top:13.75rem;left:16.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFwrMVTRTG00xLdtCFUf4VsKsxKbqzCz { display:block; }
 }@media only screen and (max-width: 763px) { #vue8XmbBHJuihOeWBbN5lL9PJ0A3IviN { top:0.6875rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG { background-color:#000000;background-image:none;position:relative;z-index:auto;display:none; }#GWZsHQttLdhrP1QvrTa0dO5W34fL0KZG > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cfK1THvREDFcgOU1muOtxMtwyN1ZEkp8 { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #i8JTXHGrzIhkNED7mptim4AvzrL89cRz { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zAN6K9xWoEiKiTE5GTUNgFTngaSmPlEZ { width:1.8125rem;height:1.8125rem;top:0.4375rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD95tJsJhEDTlRXME19fpgZHNusVM8sz { width:15.375rem;height:2.875rem;top:3.8745125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcJLkh3TaIZOpsa7JFvSpic31iMShQ81 { display:block; }
 }@media only screen and (max-width: 763px) { #zvByrpmKNhg8JDz4lVLo6VvcIPOQOnOv { width:16.124875rem;height:0;top:3.8745125rem;left:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN6VxrEoaLKybtAsbqviTofExrcX8mrI { width:17.625rem;height:3.125rem;top:1.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { background-color:#8e5452;background-image:none;display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.58203125rem;left:0rem;width:20rem;height:3.0869125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { width:20rem;height:0;top:4.336425rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCIwMNzKen9FgyVuMNPcTm9U0U3584hG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/32440bda-88cd-4a30-a941-ac502c2da0e0/Cozytober_SB_CombinedLP.webp");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:none; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG.adaptive-delivery-prevent-bg, #rCIwMNzKen9FgyVuMNPcTm9U0U3584hG.lazyload, #rCIwMNzKen9FgyVuMNPcTm9U0U3584hG.lazyloading { background-image: none; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .row .container { border-width: 0; border-radius: 0; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCIwMNzKen9FgyVuMNPcTm9U0U3584hG > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK { display:none; }#F2aolEGuOD3Tc6SnyfsDtqZhxbZ8wkbK > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v871flmthczi7MN0iLCyJJTwxWmfMgRX { top:8.51953125rem;left:1.5625rem;width:16.875rem;height:1.54358125rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Hf3XkoXuv0GgGOMt4ri6Kx89W4RNVk { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:6.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #syd8cU8MLybBwrd0dmbwqwv2VOVbTbgT { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:5.625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #NM4hI52KG7e7wZtsIFTwsvEtLn9FEfxJ { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:4.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #D3c6zR1HiLR08vUGO0JDReL3kdTOeklb { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:3.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #v1QwiDfOzvRQry8h4KwQSDhgyy1URm9S { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.29980625rem;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) { #E4vH3KhvSRT5qdFkZPE3BC1tBT0uutQt { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:1.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TIq5slzu1IpVA4hb6pqeZgqt2JJIcTI0 { top:0.9375rem;left:8.625rem;width:9.5625rem;height:1.29980625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8l2oPcdS0E0ryqOh6QXzO64S5Eb871 { top:11.0498046875rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #a4TlKZFkGNFfuVtSDwE81tg8AOt1yfyO { display:block; }
 }@media only screen and (max-width: 763px) { #BDz70UknX4MHivpOyvW0kIz9Iras5Qvn { width:20rem;height:4.75rem;top:3.0625rem;left:0rem;font-size:2.375rem;z-index:15006;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m { display:block; }#Tpz5cV2nplz1i251HSgfADd8Ui2hWF7m > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZISUSmWuZTJz2GIZ7AFQwkzKWv9ObBx { width:20rem;height:7.8369375rem;top:4.8999996185303rem;left:0rem;font-size:3.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m92aTqHAA1bNQdN3wyL65n9a29TdtvhA { width:17.8125rem;height:4.0625rem;top:13.6103515625rem;left:1.09375rem;font-size:1.5625rem;z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w7E6UeBawbDhQR81Zb0PeQhh1NKDxy38 { width:20rem;height:22.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPqPo053cGqn8UfZ4DAnNuo5qk0qqsg { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daZfZ7fVPMkFIH5sgh8wLx0zt02fAlID { width:12.5625rem;height:4.5495625rem;top:20.9375rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZIlfKA1swDPf9U1mFdsUOXIN2JVzLu { width:18.5625rem;height:14.172375rem;top:25.9375rem;left:0.71875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAmnbX1oEzbnfcGtwh3usoOTinW3mZdw { width:17.2998125rem;height:3.23730625rem;top:40.9501953125rem;left:1.349609375rem;z-index:15006;font-family:"mark pro";background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rFFVnNZul3b9mzTHR43PBNKEamr4enk2 { display:block; }
 }@media only screen and (max-width: 763px) { #QOpRaCN9dNtA1ixzMkooyw79aTFKI0k1 { width:13.75rem;height:3.25rem;top:1.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu { display:none; }#w1tdDCcImXIEIZcQQNvO4MrZCT3Wmczu > .row .container { width:20rem;height:141.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iaIG8TCJgzeQHQ9WdznBNfDVMh6EcZIW { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpX2AQLGKoADcfJtMy6IU8gq5rxuCX6O { display:block; }
 }@media only screen and (max-width: 763px) { #tJvo7VtG6gNVShFzfITp8JoVTEi9pkwQ { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmEWzhefPUyKcPew7A2Jg0T1P3801Vm { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoRBD15rOA9o7GB4XGm818ylsIlwxXg1 { 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) { #th28eNE0FDDILm33BVGUXx2kxX3hcStv { width:17.5625rem;height:3.8984375rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22g2nfupG5bMnkyKtZcbQ8LVaIALrwR { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3Ct2gGNaThthOcZ1LqJ8fM2rRxd1nJ { width:15.5625rem;height:5.19921875rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOt7hVk3xx7LnTVkMtg9cHJ0AGyZhOhl { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnMO5t9R56ZmzrlnUL5bkomWoDeKmXVA { 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) { #GCxCaGxnPPOslXx3QJFF5TiJCIAh02xA { width:15.5625rem;height:5.19921875rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbevGfrCgyz6QAhv5UvfmT3RRsshT6NW { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o2pz1hololNVUf3TDfD9TCkbKLn8uVSC { 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; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container { background-color: transparent; background-image: none; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container > .video-iframe-container { display: none; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row > .video-iframe-container { display: none; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .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); }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container { border-width: 0; border-radius: 0; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2pz1hololNVUf3TDfD9TCkbKLn8uVSC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7Zqq6RSvO6yq3vUFzrO89KdkroZcvAa { top:1.140625rem;left:1.90625rem;width:18.5rem;height:5.19775625rem;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) { #Ne22za5ym4TAIha8HZ4bBwW6l2vEinnk { top:7.1875rem;left:0rem;width:19.999375rem;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) { #rByH1hXBGkCsNL4hocyGfOZTC67KAKRc { top:9.5625rem;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) { #mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 { display:none; }#mVpcGN1bCw9QZibIv2ItnyC1aNKIo7X0 > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:69.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { width:20rem;height:27.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { width:12.5rem;height:2.5996125rem;top:29.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { width:20rem;height:4rem;top:33.4746125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:42.5996125rem;left:1.5625rem;width:16.875rem;height:6.09375rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { width:20rem;height:5.19921875rem;top:49.9433625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { width:20rem;height:2.59863125rem;top:56.3808625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.5rem;height:2.625rem;top:62.83008125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:3.0874rem;top:1.138671875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.4624rem;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.61328125rem;left:8.46875rem;width:11.5rem;height:5.19775625rem;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) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.78125rem;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:21.25rem;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:13.28125rem;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.732421875rem;left:8.46875rem;width:11.5625rem;height:5.19775625rem;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) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.4624rem;top:21.25rem;left:8.46875rem;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:22.826171875rem;left:8.46875rem;width:10.875rem;height:5.19775625rem;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) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { width:7.25rem;height:7.1875rem;top:4.96875rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { 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) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { 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) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:3.8994125rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { 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) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { width:20rem;height:10.3984375rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { width:20rem;height:10.3984375rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpHVV1PdZTFioZfJbITxQCmGgLMbANL { display:none; }#clpHVV1PdZTFioZfJbITxQCmGgLMbANL > .row .container { width:20rem;height:63.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nMZKyR7aTqVr3uCNzuy46GWP6hLVsuPX { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVNQAgCJilufkiwX1nkMrlQv4o8Rx87y { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 { display:block; }#cxtS6UdI0zZhRE3Q12yJo6kHr7RSySH1 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af7JmeFrFLIT4GHNTXzMUU1vdM5b6LtW { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { width:20rem;height:6.499rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { top:25.84621875rem;left:2.25rem;width:15.4375rem;height:2.9375rem;z-index:15002;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0dd4792-5ab8-4c29-882c-2a016d8c8e96/1x1_GWP_style.jpg");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; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.adaptive-delivery-prevent-bg, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyload, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyloading { background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { background-color: transparent; background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .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); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:block; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { width:20rem;height:4.75rem;top:0.6875rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { width:20rem;height:1.54358125rem;top:5.625rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:7.4140625rem;left:0.9375rem;width:18.125rem;height:9.26148125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4864a80-9b68-4873-a73e-5aa8fd12e131/1x1_Cozytober_SB.gif");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; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.adaptive-delivery-prevent-bg, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyload, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyloading { background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { background-color: transparent; background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .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); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:block; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { width:20rem;height:3.0874rem;top:0.75rem;left:0rem;font-size:2.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { width:20rem;height:1.54358125rem;top:3.7109375rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:6.03515625rem;left:0rem;width:20rem;height:16.97938125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 { display:block; }#FvFvn5TrXTdwhGO3fCID85CdhkavqvW2 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2mpr5zSRfOapKraqDtT1GL8KvnCC2Tm { width:17.9375rem;height:1.54358125rem;top:5.9375rem;left:1.03125rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FJeMTn6ksbw6q16hgcFa6OC38JK9L21i { top:8.375rem;left:0.6875rem;width:18.625rem;height:10.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gOGDicUWbfHrK5iq8yAbWzHweC6hBc94 { width:20rem;height:4.75rem;top:0.6494140625rem;left:0rem;font-size:2.375rem;z-index:15009;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6b1a22b-00c8-44b7-99a4-b24da10293dd/Cozytober_SB_1x1.gif");background-position:bottom 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; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.adaptive-delivery-prevent-bg, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyload, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyloading { background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { background-color: transparent; background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:block; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { width:20rem;height:2.61255rem;top:1.12451171875rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.412109375rem;left:0rem;width:20rem;height:9.2615rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:block; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { width:20rem;height:4.26171875rem;top:1.099609375rem;left:0rem;font-size:1.9375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbc5ef5f-4274-4541-8230-d7fe408338ab/1x1_Cozytober_SB_Collage.gif");background-position:top 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; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv.adaptive-delivery-prevent-bg, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyload, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyloading { background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { background-color: transparent; background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { display:none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { width:20rem;height:6.5625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { width:5.4375rem;height:5.4375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { width:6.8125rem;height:1.29980625rem;top:22.19921875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { width:20rem;height:6.499rem;top:37.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { width:1.3125rem;height:1.3125rem;top:24.69921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { width:1.3125rem;height:1.3125rem;top:27.26171875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { width:1.3125rem;height:1.3125rem;top:29.82421875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { width:1.3125rem;height:1.3125rem;top:32.38671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { width:1.3125rem;height:1.3125rem;top:34.94921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { width:20rem;height:6.5625rem;top:42.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9A5TRTepThakXMTqA9H3wTDVANqDWpA { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { width:11.1875rem;height:0;top:43.32421875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrhiTurTTguooAdxl1zsI6f3PnqkRLv { width:20rem;height:5.19921875rem;top:44.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3F2x1wrLlStTO810VJ0368vrcZcaLrT { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { width:20rem;height:6.5625rem;top:50.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { width:5.4375rem;height:5.4375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { width:11.4375rem;height:0;top:51.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { width:20rem;height:4.875rem;top:52.5498046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST73WToUbyP3ll14kdWH2fkOKCgXh8C { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { width:20rem;height:6.5625rem;top:61.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPlxTE7r9J14cyB955LBbxC7QNrxT37w { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { width:20rem;height:0;top:63.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC24Vs02KUksc8i7li6wNRupgBTEWW4c { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0hDn79v9I8th0lrtuqZSSMch0rrWKey { width:11.75rem;height:0;top:62.142578125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { width:5.4375rem;height:5.4375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { width:4.4375rem;height:0;top:69.07421875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h { display:none; }#zIcn4VXn5dEKrH8mZMwPBuyMXsZXsz0h > .row .container { width:20rem;height:87.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUJt4NJBGDVCcEVMpqbenKXIVtcS4OOX { width:20rem;height:1.50024375rem;top:32.537109375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDT9rt9qTbKhb3f0PazDVtcsKF1oLDt { width:17rem;height:17rem;top:62.625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ls98RswF8BySsn9eN37wZPtwTvZ0NLdh { width:17.5625rem;height:1.50024375rem;top:60.4375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIfMouvTBxfCnBpcI8g5XTeACyV7M18g { width:18.125rem;height:2.598875rem;top:80.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7r7O0W2oMGyhiGuGIgI9sM6oEwRAOb { width:17.0625rem;height:2.875rem;top:83.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWU0EQ4lSCuuBdqv1FMCNdZ1MyWdPZPh { display:block; }
 }@media only screen and (max-width: 763px) { #T0BdTwCPmQtrfUQvtoHMBmBTePfgypOx { width:20rem;height:auto;top:1.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1DGVdTMSOZZK9WUZVOJ1bseW31PReds { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nB1NJObse9dPcvtBMHHzeJBLzsRTHB { width:17.0625rem;height:17.0625rem;top:7.5rem;left:1.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x12U750Fr1AomQ9VDSIPLKubMMy79MGB { width:20rem;height:1.50024375rem;top:5.537109375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdavXB4gWI25Gsd8VbXhv9ndqWQTCcrH { width:17.0625rem;height:2.9375rem;top:28.162109375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5VmJkJZxBaT60TNTTH3JCnxbZn1rGSW { display:block; }
 }@media only screen and (max-width: 763px) { #HF2AFAD2pOeKpfFFxTtdC3FEOCnGIpaN { width:18rem;height:2.598875rem;top:25.06201171875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0TlNd0mGctT3xz9V30omHzq4uxGfGn { width:17.125rem;height:17.125rem;top:34.75rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TsfhQyPa5CUG2bcT2deGBwwJgVMW2ihu { width:17.3125rem;height:2.598875rem;top:52.5732421875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaNMRQV0krasClbHAuR5fnOeNQ7TVR5o { width:17.0625rem;height:2.9375rem;top:55.673828125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXgAqmAkHZ916KhCa8pC1NS4eTAOiyHX { display:block; }
 }@media only screen and (max-width: 763px) { #prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { background-color:#f1f0f0;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; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { background-color: transparent; background-image: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container > .video-iframe-container { display: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container { display: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .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); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { border-width: 0; border-radius: 0; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he9GapwouMxVCApd0kHz3bkX3bK6HlWt { width:20rem;height:3.71215625rem;top:0.8125rem;left:0rem;font-size:1.6875rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { width:20rem;height:15.0625rem;top:5.5625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { width:7.375rem;height:7.375rem;top:6.125rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { width:1.3125rem;height:1.3125rem;top:10.375rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { width:1.375rem;height:1.375rem;top:10.375rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { width:1.3125rem;height:1.3125rem;top:10.375rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { width:1.3125rem;height:1.3125rem;top:10.375rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { width:1.3125rem;height:1.3125rem;top:10.375rem;left:15.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { width:6.8125rem;height:2.1984875rem;top:7.7119140625rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { width:18.4375rem;height:4.87305rem;top:14.69140625rem;left:1.03125rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { width:20rem;height:14.8125rem;top:21.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { width:7.375rem;height:7.375rem;top:22.9375rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { width:1.3125rem;height:1.3125rem;top:27.75rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NkwO6ob0kysBGiucCJHzfayoHluveagm { width:7.8125rem;height:2.1984875rem;top:24.8369140625rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { width:1.3125rem;height:1.3125rem;top:27.75rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { width:1.3125rem;height:1.3125rem;top:27.75rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { width:1.3125rem;height:1.3125rem;top:27.75rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EbsTydwosMROQoJtB83bNhZRZSn0UEeH { width:17.3125rem;height:3.6547875rem;top:31.5rem;left:1.34375rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { width:20rem;height:17.5rem;top:37.6435546875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { width:7.375rem;height:7.375rem;top:38.625rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { width:7.25rem;height:3.6547875rem;top:39.6875rem;left:10.3125rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { width:17.75rem;height:6.8261875rem;top:46.9375rem;left:1.6875rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { width:1.3125rem;height:1.3125rem;top:27.75rem;left:15.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { width:3.375rem;height:1.21875rem;top:52.6015625rem;left:15.78125rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 { display:block; }#icEBqXaHKCI1yQQkxWF1BRmlQtHxZAs8 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDRRUIAgs4zp72Ar53LEny9mIgChlwZ0 { width:20rem;height:5.2246125rem;top:1.10546875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq8tMReO3BvBtnZWSmMlciGScd9JXI9b { display:block; }#mq8tMReO3BvBtnZWSmMlciGScd9JXI9b > .row .container { width:20rem;height:2.82959296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR1CFyPqhErXRwnQtVqSa7bop4ROdQBT { width:12.5625rem;height:1.3999rem;top:1.1181640625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zdgOuqke5PVJPbgFTRdEtam2qr7lKxqg { width:0.875rem;height:2.10021875rem;top:0.73046875rem;left:10.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp { display:block; }#lfE8SmOXI6frCZT7wkIVpSO0csR5A3Rp > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTFcQNHKfV7ReQceKlMSdpdcW1rN45Uu { width:18.9375rem;height:13.1225625rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TTwv0l4RB1WpNn0vHky4GZLSS6Bw2hOt { width:0.125rem;height:12.875rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ { display:block; }#MCKVVMsv1riMcZi5Srzi0fwB8mxKw7TJ > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnBVkMU5HuO1q7QTzNwGa9SWccaWVe8g { width:12.5625rem;height:1.4rem;top:0.80625152587888rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pCLIgxeG84vHnmaMNFWQEfm44gyGMRma { width:0.875rem;height:2.10021875rem;top:0.5rem;left:13rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 { display:block; }#cR9L1UaZ0udnPTh8J6JBA630u8dIQUh1 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyMPTSldQkHLeSzFlEgDEH4VBTmoOCfr { width:18.9375rem;height:15.7470625rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XxSFhfOAte2TGt2l69xDT9npeCG8wNnQ { width:0.125rem;height:15.625rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L { display:block; }#VIUpTSoz5Bd4XSMCnLRRZl49HBPT1k3L > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUeQeoSvnCbyEGsTCKNDtakeMmrTKTOJ { width:17.125rem;height:2.799075rem;top:0.43125152587891rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QNHQvhiBpSxxEh65fwQJSH4zxlR0zB4d { width:0.875rem;height:2.10021875rem;top:1.5062494277954rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sT5FykdwoU9dgobrysrmuDxccoSBe3Qw { display:block; }#sT5FykdwoU9dgobrysrmuDxccoSBe3Qw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIaCKGoNaZzGRHuGxzZu2RbSybi3TWQN { width:18.4375rem;height:5.249025rem;top:0.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VqEqKNfIkO3N9zcZWS9Msu3ewA4pIb5S { width:0.125rem;height:4.1875rem;top:0.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf { display:block; }#pSyJXGcvtIVDwCnK1BdKFxnVGyVyBZxf > .row .container { width:20rem;height:3.577883984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLrDT0dlCwV4Vy2meh68hciUPBoHmPEm { width:14.4375rem;height:2.799075rem;top:0.43124961853027rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zDD5b8T8qCA9Q2OL9TOUXqWafQQ6blqe { width:0.875rem;height:2.10021875rem;top:1.478515625rem;left:14rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD { display:block; }#dBnciPJtUHZLIIqFwMIyqhwDyxS7v5mD > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMROvA4vDhbTPRdkBI9vlWf7TWw6zQ0u { width:18rem;height:10.4980625rem;top:0.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Rrk1RqWffKLmbmzkqVulfIni8ubg016V { width:0.125rem;height:9.875rem;top:0.68750190734863rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ { display:block; }#BPf2cxZoIoy3K28qkpcIzcwDE7rozTUJ > .row .container { width:20rem;height:3.5870392578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOThBPpKt0EqLO1KHTf8tnlZFuTBHLf6 { width:14.8125rem;height:2.799075rem;top:0.41250038146973rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b0yz3Gxwbl3ZsKlqCyUxtg3u9HtffWGH { width:0.875rem;height:2.10021875rem;top:1.4875001907349rem;left:9.125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn { display:block; }#Ez86XNV3neQirV0sQ7Zuer2hEZMEUBpn > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMShkLGcrlTtSBkCgFtq2CiKa98GQvSh { width:17.9375rem;height:7.8735625rem;top:0.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uzOzT2TCZJhxS8aVfigJ2DUa7h0JogSv { width:0.125rem;height:7.625rem;top:1.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vruLR4K5SdywANpdAPoAzMgNmAwF2fyS { display:block; }#vruLR4K5SdywANpdAPoAzMgNmAwF2fyS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWALSBsSq0n11sCFC2k1RBz95SytlhkP { width:13.125rem;height:2.799075rem;top:0.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O5D7zFwzOGDdDPhQ4Znws251S8yEP0nJ { width:0.875rem;height:2.10021875rem;top:1.5124998092651rem;left:8.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX { display:block; }#RV2fRXfuIgLZpch3oAuDSKhQtw9WTmyX > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IalsqltukGG6CUPPyTJBohbROcIoLf4A { width:15.625rem;height:10.49805rem;top:0.4375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sRfaArcoKT1P6vncnVr0OdIIURTv0IQu { width:0.125rem;height:10.3125rem;top:0.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz { display:block; }#bWCOG7HgXRBNoIb89XhTATKWR5hCE6zz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwDRNRq9lRTLQWURL0t5OanvQ8bt6zeI { width:17.5rem;height:1.4rem;top:0.80624961853025rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uzcTxTm36xDgi127dl1bc63FTsvISeOO { width:0.875rem;height:2.10021875rem;top:0.45624923706055rem;left:16.75rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu { display:block; }#XtaKXnncTzWwtbyJWKXExGQaSPqwHiTu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDKrXPZiTCXyxUVLBAoPgN8TOsskmy9k { width:17.4375rem;height:2.625rem;top:0.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CrW1GBNQTKvB0yXWmaW9UvpD72t0uESQ { width:0.125rem;height:2.375rem;top:0.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J { display:block; }#bqCwMECwg1hkFHHhVL2PNWuSyU5mcW9J > .row .container { width:20rem;height:3.5491974609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdipBikkZSeXZGkGKMVdycmqzMUkDNol { width:14.8125rem;height:2.799075rem;top:0.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qtt63Q9Pl9RT3bo9uIkP2oozNoTXb3mW { width:0.875rem;height:2.10021875rem;top:1.4499998092651rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JyS7boETo9As9oNAQbH3NFgmT5n4k6zM { display:block; }#JyS7boETo9As9oNAQbH3NFgmT5n4k6zM > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOPJvwaypdtDfJWiftxUrz4N9O5BmNsG { width:17.6875rem;height:6.56125rem;top:1.2499504089356rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #plwfSx7sNKm7kbXmSG8E4z6PfCdxOGe0 { width:0.125rem;height:6.25rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1U6TaatU8THJOIsT9nrV8orIrHMPby { display:block; }#RK1U6TaatU8THJOIsT9nrV8orIrHMPby > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TceS8pIbvwQuaph4qUZMIaGrZN7GTN9J { width:12.5rem;height:2.799075rem;top:0.625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DhInPNehCH1W9ey8U93nWzo9hnCHb5hq { width:0.875rem;height:2.10021875rem;top:1.3603515625rem;left:12.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz { display:block; }#Tcc9MyVJvuzzGbcQfz2n1w3wVQph4uMz > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmAHVPyts2SfHXgzbsIxJceFFzO095Gq { width:18.125rem;height:7.8735625rem;top:1.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SImpI8x3smNg3wqKcSE5EoITKtCecaU6 { width:0.125rem;height:7.5rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W { display:block; }#B6hZwnvQaqIc8xmwFGyUQZQbnIgUIg8W > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk { display:block; }#G7A9VQWfcrRJrnbiETh2hObgAKCZ85bk > .row .container { width:20rem;height:24.912743164063rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es3Hl54OuAeWhfA6PD0BLcRL4q4xnLLr { width:18.9375rem;height:23.891625rem;top:1.021484375rem;left:0.53125rem;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.89294375rem;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; }
 }@media only screen and (max-width: 763px) { #iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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:none; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .row .container { border-width: 0; border-radius: 0; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG1GIKBmdISFh0RRZ3T53bGRQGKKwmDd > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oaTLg2QZ6EnU5xxeVUs7wLeCHxnvmH5C { width:15.437rem;height:2.9370125rem;top:2.3740234375rem;left:2.2802734375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zFwrMVTRTG00xLdtCFUf4VsKsxKbqzCz { display:block; }
 }@media only screen and (max-width: 763px) { #vue8XmbBHJuihOeWBbN5lL9PJ0A3IviN { width:18.1875rem;height:1.4624rem;top:0.6875rem;left:0.90625rem;font-size:1.125rem;z-index:15006;display:block; }
 }