.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:187,175,249;--color-primary-1:122,98,243;--color-primary-2:92,74,182;--color-primary-3:61,49,121;--color-primary-4:31,24,61;--color-secondary-0:198,195,209;--color-secondary-1:151,149,164;--color-secondary-2:105,102,118;--color-secondary-3:56,53,72;--color-secondary-4:28,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"open sans"; }@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 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:#270808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { 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:1.8125rem;width:15.625rem;top:2.21875rem;left:0rem;overflow:hidden;display:block; }
#uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { background-color:#b64a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#b64a4a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:23.5rem;display:block; }
#TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#b64a4a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:33.5rem;display:block; }
#pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#b64a4a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:42.875rem;display:block; }
#l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_12.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.adaptive-delivery-prevent-bg, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyload, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyloading { background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { background-color: transparent; background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1b1b; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1b1b; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .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); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { border-width: 0; border-radius: 0; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:68.5rem;width:75rem;position:relative;display:block; }#XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:17.2978515625rem;left:16.46875rem;height:3.3994125rem;text-align:center;text-align-last:center;display:block; }
#QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:8.875rem;left:4.15625rem;height:7.1996875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.26), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.26), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.26), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.26), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a42', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a42', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.26), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.52));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.52));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.52));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020284' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020284' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.52));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:12.5625rem;left:37.5625rem;display:block; }
#PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { position:absolute;display:block;z-index:15025;border-top:0.125rem solid #b64a4a;border-left:0.125rem solid #b64a4a;border-right:0.125rem solid #b64a4a;border-bottom:0.125rem solid #b64a4a;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;height:41.875rem;width:74.75rem;top:22.375rem;left:0rem;display:block; }
#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.adaptive-delivery-prevent-bg, #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.lazyload, #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.lazyloading { background-image: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { background-color: transparent; background-image: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,27,27,0.8); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,27,27,0.8); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .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); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { border-width: 0; border-radius: 0; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.375rem;width:75rem;position:relative;display:block; }#knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:0rem;display:block; }
#fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { color:#f36262;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:1.875rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:27.6875rem;left:0rem;height:2.55005rem;font-style:normal;display:block; }
#vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:30.875rem;left:0rem;height:6.7988125rem;font-style:normal;display:block; }
#tNWQABdV43G0ItmUT4lWogIib12usErX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:19.375rem;display:block; }
#fFObTmTexBlauVquIlX1WIxZUm8NWQTH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.6875rem;left:19.375rem;height:2.55005rem;font-style:normal;display:block; }
#MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:30.875rem;left:19.375rem;height:5.09911875rem;font-style:normal;display:block; }
#xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { color:#f36262;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:21.25rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:30.875rem;left:38.75rem;height:5.09911875rem;font-style:normal;display:block; }
#R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:30.875rem;left:58.125rem;height:5.09911875rem;font-style:normal;display:block; }
#Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(243,98,98,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:38.75rem;display:block; }
#ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:27.6875rem;left:38.75rem;height:2.55005rem;font-style:normal;display:block; }
#c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(243,98,98,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(243,98,98,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(243,98,98,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(243,98,98,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#f362624c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#f362624c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(243,98,98,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:58.125rem;display:block; }
#XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:27.6875rem;left:58.125rem;height:2.55005rem;font-style:normal;display:block; }
#mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { color:#f36262;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:40.625rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { color:#f36262;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:60rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { color:#b64a4a;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:8.125rem;display:block; }
#EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:27.5rem;display:block; }
#wtEgw1o2EtiguQiHwQImqveCXdq0TESB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:46.875rem;display:block; }
#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75f6e326-01ac-4f04-a642-dafd79f9ba2d/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.adaptive-delivery-prevent-bg, #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.lazyload, #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.lazyloading { background-image: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { background-color: transparent; background-image: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,51,141,0.67); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container > .video-iframe-container { display: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,51,141,0.67); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container { display: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .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); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { border-width: 0; border-radius: 0; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42.5625rem;width:75rem;position:relative;display:block; }#U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:15.1875rem;left:10rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:19.4375rem;left:10rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#crAT44xqHyXHqxGF7S67M6yf4nnMogiD { background-color:#b64a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23rem;left:29.6875rem;display:block; }
#aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { position:absolute;display:block;z-index:15001;background-color:#270808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:10.6875rem;left:7.5rem;display:block; }
#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b1b;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; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { background-color: transparent; background-image: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .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); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { border-width: 0; border-radius: 0; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:66.6875rem;width:75rem;position:relative;display:block; }#UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.236328125rem;left:0rem;height:3.82421875rem;display:block; }
#TgOgiAbeHr880qPggnugG4AFzTBTFuIB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5625rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#usrb3kcmXbxczF35e2wGFNziSE8EbeFm { color:#b64a4a;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:6.875rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a3a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a3a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a51', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64a4a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:17.41845703125rem;left:2.1875rem;height:1.9121125rem;font-style:normal;display:block; }
#E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:19.33056640625rem;left:0rem;height:22.0961875rem;font-style:normal;display:block; }
#bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.625rem;left:0.6875rem; }
#KO7edpEuwFNFtm05provUhUKbr6tmxxx { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:19.33056640625rem;left:19.4375rem;height:15.297375rem;font-style:normal;display:block; }
#B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:17.4375rem;left:21.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#MAalANkfpWRUlo88W6XFKqoVTPTTwITw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.625rem;left:20.0625rem; }
#ouOHJLqviSmokspbgbzA7vGVMUMHeB0Q { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:37.724609375rem;left:19.5rem;height:23.795875rem;font-style:normal;display:block; }
#g7sldTldb4TRVx6873n89IeV91l5RAIl { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:35.8125rem;left:21.6875rem;height:1.9121125rem;font-style:normal;display:block; }
#tVOtTK3HVQGsSaeHkHNCvFpCyEZtgMnl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:36rem;left:20.1875rem; }
#kQow8PgAUIiw8cqL49lfPSOhDOTfvO10 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:44.875rem;left:0rem;height:16.9970625rem;font-style:normal;display:block; }
#kFfkeRTM54NpXqyZXugS9OLtLL9Ryzwc { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:43rem;left:2.3125rem;height:1.9121125rem;font-style:normal;display:block; }
#EUEa1gq1fJ0Rxr7QRX1rBTxFvlqadXHr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:43.1875rem;left:0.8125rem; }
#pvfoQaFFTnRgg1MqV2eHk9zhoNFNHl97 { position:absolute;display:block;z-index:15029;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:33rem;width:33rem;top:12.90234375rem;left:39.75rem;overflow:hidden;display:block; }
#wna8mRt0Qel4c8g5RAn0pF0AZuurAmwD { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.3125rem;left:39.8125rem; }
#ZPmifO7QPEWQO0PVwUgEGcEtKyvTTDsc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:41.5625rem;height:5.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Td3KqHyB56zGTLxVvmStFRQntW9xxTgT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:55.6875rem;left:41.5625rem;height:5.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OgNoet3TPmFfPuad15etthM1xaSgR5fT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:55.6875rem;left:39.8125rem; }
#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8332a392-1de6-4188-9521-cbca453c8601/zdjecienavsl.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.adaptive-delivery-prevent-bg, #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.lazyload, #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.lazyloading { background-image: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { background-color: transparent; background-image: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.92); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container > .video-iframe-container { display: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.92); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row > .video-iframe-container { display: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .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); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { border-width: 0; border-radius: 0; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:153.75rem;width:75rem;position:relative;display:block; }#fKOEeCPexmQ3odoWoZb3OIdTUVIvMtoc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:13.5rem;left:32.5rem;display:block; }
#b9QqsZViRmDB1G350Rb2p1kLNZ3Bdzpk { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.75rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ie5gvpJ2F3QOsW0gXNgHTLSslaX1HQTG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.1875rem;left:46.25rem;height:2.55005rem;font-style:normal;display:block; }
#lnqPtRRhZfInNoTOIpO6aW20aktF5XzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:18.375rem;left:46.25rem;height:3.82421875rem;font-style:normal;display:block; }
#uT6mDIrLrw9PgLEqHsmcNgiIvpJbE5SG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:32.5rem;display:block; }
#D4JJ7JT6DIcKItAAQyqu6TFu38lMcTgD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.9375rem;left:0rem;height:2.55005rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lgx7ooURr8M3tcSAACT4WTdh4Zazcuk0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:0rem;height:5.736325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Jy68CuMgxc98zHC4yTOKOpqnDwWoNHuE { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.5625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UFBkSeesGJKIMxOCeAsfdkwdm5hR54oN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:46.5rem;left:46.25rem;height:5.736325rem;font-style:normal;display:block; }
#cqqCuvsFbdZ30NDrZO8ha2W7rRoDzVXs { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:60.25rem;left:0rem;height:3.82421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qQOfCTM2z0ImS4nuwSsnOkV3o1Toqrf4 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:41rem;left:32.5rem;display:block; }
#Zlzwl4GCpnudLJb7xmpqXV70sEDs4goa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:43.3125rem;left:46.25rem;height:2.55005rem;font-style:normal;display:block; }
#BndVPwSG9g20WXzRDzH25rA2Oh2UgDIu { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:54.75rem;left:32.5rem;display:block; }
#dSOTk2S6BFvBnmZV1p4y7KcbpvbASrZG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:57.0625rem;left:0rem;height:2.55005rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ChNX1nwfvGuT3TvphigFnHsFor7JafL6 { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:43.3125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aHgcPVK98KWhlMPi8uogm8shGD63ddZi { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:57.0625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d2s9UX4BhCMeGiVuZK1RHaTs2FO9wfhh { color:#c87777;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kV42CUZwscJ32UxC3RT0JGq3iRkl0d5b { color:#d2cece;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tJoMqMxBsgTo0HXcOJThmIRpQ0V0Nkmo { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:21.1748046875rem;left:37.25rem;display:block; }
#cl68KwN6y5cndEVT7mzT2eukl5HuQUqo { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:34.9873046875rem;left:37.25rem;display:block; }
#buVCdSJ1F2gcrlEPP4VDuw46QwCCnBst { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:48.7373046875rem;left:37.25rem;display:block; }
#C8ITHs6ZkElWyeUxwTIycBZPTcRdP3eJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:68.5rem;left:32.5rem;display:block; }
#DMG8rGFW2vsBaPeIazKUCrIHVGPeGqyy { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:62.5rem;left:37.25rem;display:block; }
#NusTFTTM5dD4xB9Z2yMkslTK32U0Oq76 { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:70.8125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZmZzuD24FxIatowc2Vk4RXDLOfcEMAQm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:74rem;left:46.25rem;height:5.736325rem;font-style:normal;display:block; }
#zmRGbbJCSXTD63v231IptPoGfUBdC947 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:70.8125rem;left:46.25rem;height:2.55005rem;font-style:normal;display:block; }
#EiQLLbaC1pfTUXKqNJEaWvpC7VJ7e5eP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:84.5625rem;left:0rem;height:2.55005rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zTcPzrSUhTG72TXvpGHXw8GBTnf8yWto { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:81.6875rem;left:32.5rem;display:block; }
#tCMp66MeobBMhKoiO9J62M4yPBTdxmkO { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:84.5625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yJuLQqBeo77N2OwEGRpu8sRwdv5qfyqw { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:76.25rem;left:37.25rem;display:block; }
#m6Cd9qgZvODwFhdgvtrNr4a8rJIJw0mA { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:87.75rem;left:0rem;height:1.9121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xNuP1Nudzlv3u5zXTZgT95yUryu5TxQs { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:90rem;left:37.25rem;display:block; }
#mTuT7aLWcbgkpO71LQBT2nyzngtL6kWu { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:96rem;left:32.5rem;display:block; }
#Qz3nUu0GSAFJTRztvI6aSCF7TWQ4cacc { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:98.3125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRVTI26AafqWiDy00Et3vJxxgBbnq8vD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.7;letter-spacing:0;top:98.3125rem;left:46.25rem;height:2.55005rem;font-style:normal;display:block; }
#cv8PqtXHJPvh0S93sKoCi0EUCgLgnTsq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:101.0625rem;left:46.25rem;height:1.9121125rem;font-style:normal;display:block; }
#U7A5qVzm2HLRcdsp9Ap4TWKpRiOvAwBh { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:109.1875rem;left:32.5rem;display:block; }
#oxF2Wth0uyXSy7DPcIm9ERumRIe2oWrE { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:103.75rem;left:37.25rem;display:block; }
#LAFJTn2mWm4XVOEvU4Xxf8ollS7EwMrR { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.7;letter-spacing:0;top:112.0625rem;left:0rem;height:2.55005rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#htxW6gTmNtyQZoRUDsdtnrJ9zAxEWuM0 { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:112.0625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nDvBW9i8eswVnQ74EiDm7lI8CRqzakV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:115.25rem;left:0rem;height:3.82421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AdM0XM7J6UT6oLOmWWpfygVi5rTJ8Dab { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:117.5rem;left:37.25rem;display:block; }
#xuRdrMoyNh3Kd7EfrJfbAewlUwlFC3Bu { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:123.5rem;left:32.5rem;display:block; }
#dEWEzBPyR9eLSHkAnzPTMT8rPbk6z3HF { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:125.8125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ea6frXyNxg20Aai2FlsQmv9VDRSSMOXS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:125.8125rem;left:46.25rem;height:2.55005rem;font-style:normal;display:block; }
#gDBTsc7T48HnviPwi7cTwPRXOvKydM9S { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:128.5625rem;left:46.25rem;height:5.736325rem;font-style:normal;display:block; }
#QChLkIDHAlPFxbcOp7KdTyF00C2uQtJJ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c877774c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:137.375rem;left:32.5rem;display:block; }
#ltwdm6BkNHfBcZR3NbpUO7DCd5Q15ERc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.7;letter-spacing:0;top:140.25rem;left:0rem;height:2.55005rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rWUzeDfnFUS0wDzETdaHUMdl804V7KV9 { color:#c87777;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:140.25rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g8oJSIsNgX4zhlLHxSyXIQTO5hPTZDno { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c877774c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:131.9375rem;left:37.25rem;display:block; }
#qH1WeprxSpKelhUTtPuQI4Oeq8ZkfSrA { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:143.4375rem;left:0rem;height:3.82421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241b1b;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:40rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020247', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020247', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.55005rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.7988125rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#b64a4a;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020247', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020247', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(255,2,2,0.28), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:6.7988125rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.55005rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,2,2,0.27), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(255,2,2,0.27), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(255,2,2,0.27), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(255,2,2,0.27), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020244', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff020244', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(255,2,2,0.27), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:6.7988125rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.55005rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241b1b;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; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { background-color: transparent; background-image: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .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); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { border-width: 0; border-radius: 0; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.125rem;width:75rem;position:relative;display:block; }#rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.27));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.27));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.27));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.27));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020244' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020244' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.27));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:7.6494375rem;font-style:normal;display:block; }
#tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.24));background-image: -moz-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.24));background-image: -ms-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.24));background-image: -o-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff02023d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff02023d' );";background-image: linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.24));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:7.6494375rem;font-style:normal;display:block; }
#rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -moz-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -ms-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -o-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020233' );";background-image: linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:7.6494375rem;font-style:normal;display:block; }
#pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -moz-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -ms-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-image: -o-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff020233' );";background-image: linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(255,2,2,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:7.6494375rem;font-style:normal;display:block; }
#h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { color:#b64a4a;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W889gytpRWHcPLXAZJWddSyyCKRH8KlT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#oFhihihD578prBne3f0TQuoMbPvEBRKa { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#270808;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; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { background-color: transparent; background-image: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .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); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { border-width: 0; border-radius: 0; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:116.8125rem;width:75rem;position:relative;display:block; }#CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { color:#b64a4a;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(243,98,98,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(243,98,98,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(243,98,98,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(243,98,98,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f362624c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#f362624c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(243,98,98,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(225,110,110,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(225,110,110,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(225,110,110,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(225,110,110,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#e16e6e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#e16e6e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(225,110,110,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f362624c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(243,98,98,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#b64a4a7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#b64a4a7f' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49rem;width:37.5rem;top:13.75rem;left:0rem;display:block; }
#tGdosznTiXNa9EqItsGFSAkgr332w5wB { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#b64a4a7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#b64a4a7f' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(182,74,74,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.6875rem;width:37.5rem;top:13.75rem;left:37.5rem;display:block; }
#y75Gd6RsHGQkIr9xRyibAIEd7RuAa2Bo { position:absolute;display:block;z-index:15028;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:43.1875rem;width:32.125rem;top:16.375rem;left:2.6875rem;overflow:hidden;display:block; }
#h5TmyOLfSlRctST1ceeQUgBU5T7vvkwV { position:absolute;display:block;z-index:15029;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:43.1875rem;width:30.5rem;top:16.65625rem;left:40.1875rem;overflow:hidden;display:block; }
#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a52997e2-c6bb-47e2-b8e0-36c75e92d50e/12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.adaptive-delivery-prevent-bg, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyload, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyloading { background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { background-color: transparent; background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,32,32,0.65); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,32,32,0.65); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .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); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { border-width: 0; border-radius: 0; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.75rem;width:75rem;position:relative;display:block; }#eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17.0625rem;left:10rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:21.3125rem;left:10rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { background-color:#b64a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.875rem;left:29.6875rem;display:block; }
#NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { position:absolute;display:block;z-index:15001;background-color:#270808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:12.5625rem;left:7.5rem;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#270808;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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.75rem;top:2.53125rem;left:0rem;overflow:hidden;display:block; }
#ETwXi7LskattPF7kd401iRyIe2yXzJCa { color:#b64a4a;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:2.900390625rem;left:52.4375rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:15.625rem;height:1.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { top:17.25rem;left:2.84375rem;width:42.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { top:8.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:37.4375rem;height:37.4375rem;top:12.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { top:22.375rem;left:0rem;width:47.5rem;height:26.609531772575rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { width:10rem;height:10rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWQABdV43G0ItmUT4lWogIib12usErX { width:10rem;height:10rem;top:16.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFObTmTexBlauVquIlX1WIxZUm8NWQTH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { width:10rem;height:10rem;top:16.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { width:10rem;height:10rem;top:16.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { width:12.5rem;height:0.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { width:12.5rem;height:0.5rem;top:22.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEgw1o2EtiguQiHwQImqveCXdq0TESB { width:12.5rem;height:0.5rem;top:22.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { display:block; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { top:15.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { top:19.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crAT44xqHyXHqxGF7S67M6yf4nnMogiD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block; }
 }@media only screen and (max-width: 763px) { #OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { width:47.75rem;height:21.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { top:6.875rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { top:17.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { top:17.625rem;left:13.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouOHJLqviSmokspbgbzA7vGVMUMHeB0Q { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sldTldb4TRVx6873n89IeV91l5RAIl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOtTK3HVQGsSaeHkHNCvFpCyEZtgMnl { top:36rem;left:13.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQow8PgAUIiw8cqL49lfPSOhDOTfvO10 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFfkeRTM54NpXqyZXugS9OLtLL9Ryzwc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUEa1gq1fJ0Rxr7QRX1rBTxFvlqadXHr { top:43.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvfoQaFFTnRgg1MqV2eHk9zhoNFNHl97 { top:12.875rem;left:14.75rem;width:33rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #wna8mRt0Qel4c8g5RAn0pF0AZuurAmwD { top:48.3125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPmifO7QPEWQO0PVwUgEGcEtKyvTTDsc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3KqHyB56zGTLxVvmStFRQntW9xxTgT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNoet3TPmFfPuad15etthM1xaSgR5fT { top:55.6875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD { display:block; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKOEeCPexmQ3odoWoZb3OIdTUVIvMtoc { width:10rem;height:10rem;top:13.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9QqsZViRmDB1G350Rb2p1kLNZ3Bdzpk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5gvpJ2F3QOsW0gXNgHTLSslaX1HQTG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnqPtRRhZfInNoTOIpO6aW20aktF5XzJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6mDIrLrw9PgLEqHsmcNgiIvpJbE5SG { width:10rem;height:10rem;top:27.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JJ7JT6DIcKItAAQyqu6TFu38lMcTgD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgx7ooURr8M3tcSAACT4WTdh4Zazcuk0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy68CuMgxc98zHC4yTOKOpqnDwWoNHuE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBkSeesGJKIMxOCeAsfdkwdm5hR54oN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqqCuvsFbdZ30NDrZO8ha2W7rRoDzVXs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOfCTM2z0ImS4nuwSsnOkV3o1Toqrf4 { width:10rem;height:10rem;top:41rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlzwl4GCpnudLJb7xmpqXV70sEDs4goa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndVPwSG9g20WXzRDzH25rA2Oh2UgDIu { width:10rem;height:10rem;top:54.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSOTk2S6BFvBnmZV1p4y7KcbpvbASrZG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChNX1nwfvGuT3TvphigFnHsFor7JafL6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgcPVK98KWhlMPi8uogm8shGD63ddZi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2s9UX4BhCMeGiVuZK1RHaTs2FO9wfhh { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV42CUZwscJ32UxC3RT0JGq3iRkl0d5b { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJoMqMxBsgTo0HXcOJThmIRpQ0V0Nkmo { width:0.5rem;height:7.5rem;top:21.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl68KwN6y5cndEVT7mzT2eukl5HuQUqo { width:0.5rem;height:7.5rem;top:34.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buVCdSJ1F2gcrlEPP4VDuw46QwCCnBst { width:0.5rem;height:7.5rem;top:48.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ITHs6ZkElWyeUxwTIycBZPTcRdP3eJ { width:10rem;height:10rem;top:68.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMG8rGFW2vsBaPeIazKUCrIHVGPeGqyy { width:0.5rem;height:7.5rem;top:62.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NusTFTTM5dD4xB9Z2yMkslTK32U0Oq76 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZzuD24FxIatowc2Vk4RXDLOfcEMAQm { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmRGbbJCSXTD63v231IptPoGfUBdC947 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQLLbaC1pfTUXKqNJEaWvpC7VJ7e5eP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTcPzrSUhTG72TXvpGHXw8GBTnf8yWto { width:10rem;height:10rem;top:81.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMp66MeobBMhKoiO9J62M4yPBTdxmkO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJuLQqBeo77N2OwEGRpu8sRwdv5qfyqw { width:0.5rem;height:7.5rem;top:76.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Cd9qgZvODwFhdgvtrNr4a8rJIJw0mA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNuP1Nudzlv3u5zXTZgT95yUryu5TxQs { width:0.5rem;height:7.5rem;top:90rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuT7aLWcbgkpO71LQBT2nyzngtL6kWu { width:10rem;height:10rem;top:96rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3nUu0GSAFJTRztvI6aSCF7TWQ4cacc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRVTI26AafqWiDy00Et3vJxxgBbnq8vD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv8PqtXHJPvh0S93sKoCi0EUCgLgnTsq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7A5qVzm2HLRcdsp9Ap4TWKpRiOvAwBh { width:10rem;height:10rem;top:109.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxF2Wth0uyXSy7DPcIm9ERumRIe2oWrE { width:0.5rem;height:7.5rem;top:103.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAFJTn2mWm4XVOEvU4Xxf8ollS7EwMrR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htxW6gTmNtyQZoRUDsdtnrJ9zAxEWuM0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvBW9i8eswVnQ74EiDm7lI8CRqzakV8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdM0XM7J6UT6oLOmWWpfygVi5rTJ8Dab { width:0.5rem;height:7.5rem;top:117.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuRdrMoyNh3Kd7EfrJfbAewlUwlFC3Bu { width:10rem;height:10rem;top:123.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWEzBPyR9eLSHkAnzPTMT8rPbk6z3HF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6frXyNxg20Aai2FlsQmv9VDRSSMOXS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDBTsc7T48HnviPwi7cTwPRXOvKydM9S { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QChLkIDHAlPFxbcOp7KdTyF00C2uQtJJ { width:10rem;height:10rem;top:137.375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltwdm6BkNHfBcZR3NbpUO7DCd5Q15ERc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUzeDfnFUS0wDzETdaHUMdl804V7KV9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oJSIsNgX4zhlLHxSyXIQTO5hPTZDno { width:0.5rem;height:7.5rem;top:131.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH1WeprxSpKelhUTtPuQI4Oeq8ZkfSrA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:37.5rem;height:49rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:37.5rem;height:48.6875rem;top:13.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75Gd6RsHGQkIr9xRyibAIEd7RuAa2Bo { top:16.375rem;left:0rem;width:32.125rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TmyOLfSlRctST1ceeQUgBU5T7vvkwV { top:16.625rem;left:15.625rem;width:30.5rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { top:17.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { top:21.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:47.75rem;height:21.25rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:18.75rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { top:2.875rem;left:25.1875rem;width:22.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:20rem;height:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #868686;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:8.5625rem;height:1.25rem;top:1.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:9.6875rem;height:2.625rem;top:4.09375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:8.6875rem;height:2.5rem;top:0rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:8.875rem;height:2.5rem;top:2.562255859375rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:8.625rem;height:2.5rem;top:5.062255859375rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { width:18.6875rem;height:6.3720625rem;top:19.28125rem;left:0.65625rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { width:20rem;height:6.5966875rem;top:11.3125rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:20rem;height:20rem;top:20.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #b64a4a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #b64a4a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #b64a4a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #b64a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b64a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b64a4a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #b64a4a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { height:11.0635rem;width:19.75rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { width:10rem;height:10rem;top:11.224609375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { width:6.25rem;height:5.42358125rem;top:13.51220703125rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { width:16.875rem;height:2.55005rem;top:18.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { width:20rem;height:5.09765625rem;top:21.224609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNWQABdV43G0ItmUT4lWogIib12usErX { width:10rem;height:10rem;top:26.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFObTmTexBlauVquIlX1WIxZUm8NWQTH { width:16.875rem;height:2.55005rem;top:36.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { width:19.625rem;height:3.3994125rem;top:39.4248046875rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { width:6.25rem;height:5.42358125rem;top:29.16259765625rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { width:20rem;height:3.3994125rem;top:56.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { width:20rem;height:3.3994125rem;top:74.125rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { width:10rem;height:10rem;top:43.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { width:16.875rem;height:2.55005rem;top:54.3125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { width:10rem;height:10rem;top:61rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { width:16.875rem;height:2.55005rem;top:71.625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { width:6.25rem;height:5.42358125rem;top:46rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { width:6.25rem;height:5.42358125rem;top:63.3125rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { width:20rem;height:3.3994125rem;top:1.9375rem;left:0rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { width:20rem;height:2.79980625rem;top:6.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtEgw1o2EtiguQiHwQImqveCXdq0TESB { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { display:block; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { width:17.5rem;height:3.2983375rem;top:10.625rem;left:1.25rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { width:17.5rem;height:3.82568125rem;top:15.1875rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #crAT44xqHyXHqxGF7S67M6yf4nnMogiD { width:14.1875rem;height:3.75rem;top:20.625rem;left:2.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block; }
 }@media only screen and (max-width: 763px) { #OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { width:20rem;height:17.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { width:20rem;height:5.09765625rem;top:27.9638671875rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { width:17.5rem;height:1.91284375rem;top:34.375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { width:20rem;height:20.390625rem;top:36.287109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { display:flex;width:1.5rem;height:1.5rem;top:34.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { width:20rem;height:13.59375rem;top:59.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { width:17.5rem;height:1.91284375rem;top:57.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { display:flex;width:1.5rem;height:1.5rem;top:57.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ouOHJLqviSmokspbgbzA7vGVMUMHeB0Q { width:20rem;height:20.390625rem;top:77.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7sldTldb4TRVx6873n89IeV91l5RAIl { width:15rem;height:1.91284375rem;top:75.1875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVOtTK3HVQGsSaeHkHNCvFpCyEZtgMnl { display:flex;width:1.5rem;height:1.5rem;top:75.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQow8PgAUIiw8cqL49lfPSOhDOTfvO10 { width:19.875rem;height:15.293rem;top:102.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFfkeRTM54NpXqyZXugS9OLtLL9Ryzwc { width:15rem;height:1.91284375rem;top:99.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUEa1gq1fJ0Rxr7QRX1rBTxFvlqadXHr { display:flex;width:1.5rem;height:1.5rem;top:99.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pvfoQaFFTnRgg1MqV2eHk9zhoNFNHl97 { width:18.0625rem;height:18.0625rem;top:8.60498046875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wna8mRt0Qel4c8g5RAn0pF0AZuurAmwD { display:flex;width:1.5rem;height:1.5rem;top:119.109875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ZPmifO7QPEWQO0PVwUgEGcEtKyvTTDsc { width:20rem;height:9.5641875rem;top:121.859875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Td3KqHyB56zGTLxVvmStFRQntW9xxTgT { width:20rem;height:11.4770625rem;top:135.4204375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgNoet3TPmFfPuad15etthM1xaSgR5fT { display:flex;width:1.5rem;height:1.5rem;top:132.6704375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_3.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.adaptive-delivery-prevent-bg, #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.lazyload, #rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD.lazyloading { background-image: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { background-color: transparent; background-image: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container > .video-iframe-container { display: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row > .video-iframe-container { display: none; }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .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); }#rXN1W9CknJWQDhc3IZTEem9xhMoCqNWD > .row .container { width:20rem;height:199.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKOEeCPexmQ3odoWoZb3OIdTUVIvMtoc { width:10rem;height:10rem;top:8.249025rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9QqsZViRmDB1G350Rb2p1kLNZ3Bdzpk { width:6.25rem;height:5.42358125rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5gvpJ2F3QOsW0gXNgHTLSslaX1HQTG { width:16.875rem;height:2.55005rem;top:16.561279296875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnqPtRRhZfInNoTOIpO6aW20aktF5XzJ { width:16.875rem;height:5.09765625rem;top:19.111328125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT6mDIrLrw9PgLEqHsmcNgiIvpJbE5SG { width:10rem;height:10rem;top:25.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JJ7JT6DIcKItAAQyqu6TFu38lMcTgD { width:16.875rem;height:2.55005rem;top:34.58984375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lgx7ooURr8M3tcSAACT4WTdh4Zazcuk0 { width:16.875rem;height:6.796875rem;top:37.061767578125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy68CuMgxc98zHC4yTOKOpqnDwWoNHuE { width:6.25rem;height:5.42358125rem;top:27.625rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBkSeesGJKIMxOCeAsfdkwdm5hR54oN { width:16.875rem;height:6.796875rem;top:58.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqqCuvsFbdZ30NDrZO8ha2W7rRoDzVXs { width:16.875rem;height:5.09765625rem;top:78.5rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQOfCTM2z0ImS4nuwSsnOkV3o1Toqrf4 { width:10rem;height:10rem;top:46.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlzwl4GCpnudLJb7xmpqXV70sEDs4goa { width:16.875rem;height:2.55005rem;top:56.0625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BndVPwSG9g20WXzRDzH25rA2Oh2UgDIu { width:10rem;height:10rem;top:66.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSOTk2S6BFvBnmZV1p4y7KcbpvbASrZG { width:16.875rem;height:2.55005rem;top:76rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChNX1nwfvGuT3TvphigFnHsFor7JafL6 { width:6.25rem;height:5.42358125rem;top:48.9375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgcPVK98KWhlMPi8uogm8shGD63ddZi { width:6.25rem;height:5.42358125rem;top:69.0625rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2s9UX4BhCMeGiVuZK1RHaTs2FO9wfhh { width:20rem;height:1.69970625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV42CUZwscJ32UxC3RT0JGq3iRkl0d5b { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJoMqMxBsgTo0HXcOJThmIRpQ0V0Nkmo { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl68KwN6y5cndEVT7mzT2eukl5HuQUqo { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #buVCdSJ1F2gcrlEPP4VDuw46QwCCnBst { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8ITHs6ZkElWyeUxwTIycBZPTcRdP3eJ { width:10rem;height:10rem;top:87.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMG8rGFW2vsBaPeIazKUCrIHVGPeGqyy { width:0.5rem;height:7.5rem;top:62.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NusTFTTM5dD4xB9Z2yMkslTK32U0Oq76 { width:6.25rem;height:5.42358125rem;top:89.6875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZzuD24FxIatowc2Vk4RXDLOfcEMAQm { width:20rem;height:6.796875rem;top:99.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmRGbbJCSXTD63v231IptPoGfUBdC947 { width:20rem;height:2.55005rem;top:96.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiQLLbaC1pfTUXKqNJEaWvpC7VJ7e5eP { width:20rem;height:2.55005rem;top:117rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTcPzrSUhTG72TXvpGHXw8GBTnf8yWto { width:10rem;height:10rem;top:107.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMp66MeobBMhKoiO9J62M4yPBTdxmkO { width:6.25rem;height:5.42358125rem;top:109.8125rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJuLQqBeo77N2OwEGRpu8sRwdv5qfyqw { width:0.5rem;height:7.5rem;top:76.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6Cd9qgZvODwFhdgvtrNr4a8rJIJw0mA { width:20rem;height:1.69921875rem;top:119.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNuP1Nudzlv3u5zXTZgT95yUryu5TxQs { width:0.5rem;height:7.5rem;top:90rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTuT7aLWcbgkpO71LQBT2nyzngtL6kWu { width:10rem;height:10rem;top:124.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3nUu0GSAFJTRztvI6aSCF7TWQ4cacc { width:6.25rem;height:5.42358125rem;top:126.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRVTI26AafqWiDy00Et3vJxxgBbnq8vD { width:20rem;height:2.55005rem;top:133.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cv8PqtXHJPvh0S93sKoCi0EUCgLgnTsq { width:20rem;height:1.69921875rem;top:136.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7A5qVzm2HLRcdsp9Ap4TWKpRiOvAwBh { width:10rem;height:10rem;top:140.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxF2Wth0uyXSy7DPcIm9ERumRIe2oWrE { width:0.5rem;height:7.5rem;top:103.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAFJTn2mWm4XVOEvU4Xxf8ollS7EwMrR { width:20rem;height:2.55005rem;top:149.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htxW6gTmNtyQZoRUDsdtnrJ9zAxEWuM0 { width:6.25rem;height:5.42358125rem;top:142.9375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvBW9i8eswVnQ74EiDm7lI8CRqzakV8 { width:20rem;height:5.09765625rem;top:152.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdM0XM7J6UT6oLOmWWpfygVi5rTJ8Dab { width:0.5rem;height:7.5rem;top:117.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuRdrMoyNh3Kd7EfrJfbAewlUwlFC3Bu { width:10rem;height:10rem;top:159.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWEzBPyR9eLSHkAnzPTMT8rPbk6z3HF { width:6.25rem;height:5.42358125rem;top:162.25rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6frXyNxg20Aai2FlsQmv9VDRSSMOXS { width:20rem;height:2.55005rem;top:168.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDBTsc7T48HnviPwi7cTwPRXOvKydM9S { width:20rem;height:6.796875rem;top:171.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QChLkIDHAlPFxbcOp7KdTyF00C2uQtJJ { width:10rem;height:10rem;top:180.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltwdm6BkNHfBcZR3NbpUO7DCd5Q15ERc { width:20rem;height:2.55005rem;top:189.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWUzeDfnFUS0wDzETdaHUMdl804V7KV9 { width:6.25rem;height:5.42358125rem;top:182.875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oJSIsNgX4zhlLHxSyXIQTO5hPTZDno { width:0.5rem;height:7.5rem;top:131.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qH1WeprxSpKelhUTtPuQI4Oeq8ZkfSrA { width:20rem;height:5.09765625rem;top:192.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:15.375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:15.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.3374rem;top:18.75rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:6.796875rem;top:21.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69970625rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:1.92480625rem;top:8.63720703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:15.5rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:6.796875rem;top:38.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:2.3374rem;top:34.875rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:31.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:16.25rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:6.796875rem;top:55.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.3374rem;top:51.75rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:20rem;height:13.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { display:flex;width:2.125rem;height:2.125rem;top:12.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { width:17.5rem;height:7.651375rem;top:15.6875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { width:20rem;height:13.75rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { display:flex;width:2.125rem;height:2.125rem;top:28.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { width:17.5rem;height:5.738525rem;top:31.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { width:20rem;height:15rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { display:flex;width:2.125rem;height:2.125rem;top:43.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { width:17.5rem;height:7.651375rem;top:46.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { width:20rem;height:13.75rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { width:17.5rem;height:7.651375rem;top:61.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { display:flex;width:2.125rem;height:2.125rem;top:58.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { width:20rem;height:1.69970625rem;top:4.42578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { width:20rem;height:2.79980625rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { width:20rem;height:1.69970625rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { width:20rem;height:3.84765625rem;top:7.38671875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:20rem;height:30.0625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:20rem;height:32rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75Gd6RsHGQkIr9xRyibAIEd7RuAa2Bo { width:20rem;height:26.88675rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TmyOLfSlRctST1ceeQUgBU5T7vvkwV { width:20rem;height:28.3193125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { width:17.5rem;height:1.6499rem;top:8.75rem;left:1.25rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { width:17.5rem;height:5.738525rem;top:11.06884765625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:14.5625rem;height:3.75rem;top:18.125rem;left:2.71875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:20rem;height:16.9375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:8.5625rem;height:1.25rem;top:3.25rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { width:20rem;height:3.3994125rem;top:6.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }