.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:251,231,238;--color-primary-1:241,175,200;--color-primary-2:227,94,144;--color-primary-3:114,47,72;--color-primary-4:34,14,22;--color-secondary-0:250,240,230;--color-secondary-1:252,231,228;--color-secondary-2:151,139,137;--color-secondary-3:91,83,82;--color-secondary-4:30,28,27;--color-tertiary-0:255,255,255;--color-tertiary-1:176,172,172;--color-tertiary-2:123,117,117;--color-tertiary-3:90,83,83;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container { background-color: transparent; background-image: none; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container > .video-iframe-container { display: none; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row > .video-iframe-container { display: none; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .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); }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container { border-width: 0; border-radius: 0; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#O4tETiFltxBTzpLKrnqp0I3NiLtH8eev { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:7.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F { position:relative;display:block; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F { background-color: transparent; background-image: none; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container > .video-iframe-container { display: none; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row > .video-iframe-container { display: none; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .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); }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F { border-width: 0; border-radius: 0; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xthzZJHnacCGKVLKk78rdJ5yITmL8o6p { 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:9.8125rem;width:35.5625rem;top:0rem;left:12.21875rem;overflow:hidden;display:block; }
#RTfsFqAqMVrpzkx4AyOmWDeoN8pxbnQm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.64990234375rem;left:45.375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 { background-color:#fef9f5;background-image:none;z-index:;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;box-shadow: 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; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container { background-color: transparent; background-image: none; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container > .video-iframe-container { display: none; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row > .video-iframe-container { display: none; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .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); }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container { border-width: 0; border-radius: 0; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#Iq94lslkPaJ44uL3iG2nAk4hmnq6B72X { z-index:15005;top:30.75rem;left:21rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IipMCBvasBkaZievX0ETn0zQJkRPHCRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mATIBmHyqBHZPLw1El4ZHmERwV0gAZxa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.0625rem;left:23.0625rem;height:2.03125rem;display:block; }
#rtST6bTTD75TqrMZ65ulB0ePiRqDV0MC { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.875rem;left:30rem;height:2.2749rem;display:block; }
#oe0ReNHPg87aUGOSR4p7QGoD2GSZ5tcG { position:absolute;display:block;z-index:15003;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:23.375rem;width:41.625rem;top:2.4375rem;left:8.71875rem;overflow:hidden;display:block; }
#pupHrdeyQou2BJd4alC8176Q4c7UiC4P { background-color:#fef9f5;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container { background-color: transparent; background-image: none; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container > .video-iframe-container { display: none; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row > .video-iframe-container { display: none; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .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); }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container { border-width: 0; border-radius: 0; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#HRzsztFeR9FAPLtyzhsAPTISzWWfrrVL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#ACXJLrLId7vDiiCITvMps5muICaa1zRR { z-index:15003;top:46.125rem;left:3.3125rem;background-color:#c19595;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KeTOP5hTFxkM6UXbItRSaSXA5IK6kCcb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogNKKHCZGoVHtcVZii9CTkqNGLv5yQ40 { z-index:15004;top:46.125rem;left:21.3125rem;background-color:#95c1a3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#whXxxRAWdN2cT3MgXAaTFn3oNPRsfhDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mh2mr6XEZohHvErS7pF2goCmACk0pDKa { z-index:15005;top:46.125rem;left:40rem;background-color:#8485b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SetQT40IXSRXqps7UtCIzCUnhZTLrGBx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEg3Sw8fWIeAm1lxaPqGuVvcP2TFIqx5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:48.5625rem;top:5.78125rem;left:4.375rem;overflow:hidden;display:block; }
#XwUfnrg2HBilO8DBSLKLUWDC6uUxuo27 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:24.75rem;text-align:center;text-align-last:center;display:block; }
#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container { background-color: transparent; background-image: none; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container > .video-iframe-container { display: none; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row > .video-iframe-container { display: none; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .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); }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container { border-width: 0; border-radius: 0; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:60rem;position:relative;display:block; }#QGQyqVu47mSFedXmrmnHiGiTtpo4T4rr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.8125rem;left:0rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#xDsz54mVakBspCSOeiraW8IirJqbr83g { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#BTVrfAqnJ8nUbBbKiZ7HQoceNrC6lWFM { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:bitter;font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:36.25rem;left:0rem;height:8.71875rem;text-align:left;text-align-last:left;display:block; }
#Gfuw74dktIoLykP2wTM8P4LVPfS0QcrU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:51.4375rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#KPZoeU4TOIWJQnTKTByqbn6zNwkrvBoh { position:absolute;display:block;z-index:15003;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.75rem;width:28.3125rem;top:41rem;left:7.75rem;overflow:hidden;display:block; }
#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f6;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; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container { background-color: transparent; background-image: none; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container > .video-iframe-container { display: none; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row > .video-iframe-container { display: none; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .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); }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container { border-width: 0; border-radius: 0; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#os4yrtg3O1Emf9zxcl4EUV0dTK6gnTrs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#R274QdtpbmBQaH5ycf6EqXc7NI1twmw6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:35.3125rem;top:2.4375rem;left:24.6875rem;overflow:hidden;display:block; }
#By2kuI3PhOXKSWwsyHc1NoyLprhZZKvc { z-index:15006;top:14.0625rem;left:3.09375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TIArSkv7hbcPARTxxQayUiUkMlcs0NIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIm4iFthDnMAZt58SKrRAaB2d6Sww39O { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:20rem;top:8.625rem;left:3.0625rem;overflow:hidden;display:block; }
#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 { position:relative;display:block; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 { background-color: transparent; background-image: none; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container > .video-iframe-container { display: none; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row > .video-iframe-container { display: none; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .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); }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 { border-width: 0; border-radius: 0; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BT6vTGvrQDq1xkOSJaOVSaRsRMLiQera { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ZcpxAMKhul26WiSRAyxBc54U7zc8GrQ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:13rem;top:1.75rem;left:23.5rem;overflow:hidden;display:block; }
#qfqDb0JyfpXi03bOt7XKPfTNXiACg41r { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.541015625rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS { position:relative;display:block; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS { background-color: transparent; background-image: none; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container > .video-iframe-container { display: none; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row > .video-iframe-container { display: none; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .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); }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS { border-width: 0; border-radius: 0; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iKh9pgCJSZ8XtB0NSqQtFIqReCzXTPcB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ { position:relative;display:block; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ { background-color: transparent; background-image: none; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container > .video-iframe-container { display: none; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row > .video-iframe-container { display: none; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .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); }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ { border-width: 0; border-radius: 0; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCCWwva0XTRfi55ZTZV3UrW9fnrD8Tf4 { 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: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:18.125rem;width:18.125rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#JTWL6Pu5dZvfnU7DlIuvPsRp6zibvtmx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:18.125rem;width:18.125rem;top:0rem;left:20.9375rem;overflow:hidden;display:block; }
#MBNMnVUltldP7K6TBKtd9CXBzO0tykp9 { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:18.125rem;width:18.125rem;top:0rem;left:40.9375rem;overflow:hidden;display:block; }
#sXavl2oOwTmLVkZ2skmf5HB9dg0pa61c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.15625rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTPuWlbyHMX2E01C99xOWXkcta9GrzMk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.8125rem;left:3.1875rem;height:2.03125rem;display:block; }
#puswwGybwwiHM0GOG1zo9ua910bt8fDw { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6904296875rem;left:10.125rem;height:2.2749rem;display:block; }
#IpSbrM0lKXTFBXlf9Cvfh7eoDPD67xGp { z-index:15004;top:31rem;left:2.96875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H9T0mc1GbAKmKWE6cqheGUIwNKgpf5OG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2w6QGzvhiMbi91FI4MgZOTdfbGFEEu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:21.15625rem;height:3.41161875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgeXhcoeL01aJ5BGyp92qN0JiTWTlzc0 { z-index:15009;top:31rem;left:22.96875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BqGXmlpmW3myDoHcAxsqpzRZpN8p0vIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akud4w3J7ssqCXKuse0M2dLa0diZ7vI2 { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.8466796875rem;left:29.90625rem;height:2.2749rem;display:block; }
#vA4KW7G9chnwLy3bfdKIUqiyOdAoC9xr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.96875rem;left:22.96875rem;height:2.03125rem;display:block; }
#hMi5xEoMz4BoMnKn8u1AGCgTXusbVKSL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.75rem;left:41.15625rem;height:3.41161875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n8UTZRMCAdRzik4JOStpTo7ecyuGyMOT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.96826171875rem;left:43.125rem;height:2.03125rem;display:block; }
#veVsERXoS4ylFa0TBEuJAdbJxtFLWuub { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.84619140625rem;left:50.0625rem;height:2.2749rem;display:block; }
#QbnD0K6JCyV6LFHinnGTil5SPxOAF285 { z-index:15010;top:31rem;left:42.96875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zupWZckIJT7TI6Sv0ALmC8eqHrfHyaaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZFfvXCI7ISuZ1nMfAxf2O7vQ2PCe3Z7 { color:#e80e0e;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.0625rem;left:1.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qKxIfBGoAnc3tBTiXIrpdSI4Z6aon4yE { color:#e80e0e;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.0625rem;left:21.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cF26sAoMrQ3xhHqwFIIsmcCWJUctJSl3 { color:#e80e0e;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.0625rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq { position:relative;display:block; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq { background-color: transparent; background-image: none; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container > .video-iframe-container { display: none; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row > .video-iframe-container { display: none; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .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); }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq { border-width: 0; border-radius: 0; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IzXtTQxAwTdTdRsDWanqPCShtNPxEesd { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.9375rem;width:13.9375rem;top:0rem;left:0.53125rem;overflow:hidden;display:block; }
#BxdWcvUClguzqTbeFiQ2SD88tFof4c0W { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meUTcwr1ApOfG6WgkU1ZH6uJlzMZ5Jo9 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.9375rem;width:13.9375rem;top:0rem;left:15.53125rem;overflow:hidden;display:block; }
#AetTZEilJFqJFJbnDq72hQJGUWsDszeU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.9375rem;width:13.9375rem;top:0rem;left:30.53125rem;overflow:hidden;display:block; }
#rPdHn8KEC2PUut9gpNfd7SO9pbDBTnIf { position:absolute;display:block;z-index:15003;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.9375rem;width:13.9375rem;top:0rem;left:45.53125rem;overflow:hidden;display:block; }
#COc56X24BUm9d7hDBT44MJG7trNdNAMd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:15rem;height:3.65625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKGusrkLbWvt6h4i1wBwDcW6ANkTfsGq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.875rem;left:30rem;height:3.65625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVfTuhGuVV2NtvqsegnKlspwTeElmWhO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:45.0625rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTKH8Nst5TH6AJmpCvR235TeTBPCWFUH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.28125rem;height:2.03125rem;display:block; }
#KszKyoHR2T2We5cuI1yrwT4fnMXpAvpQ { z-index:15005;top:23.37451171875rem;left:0.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PgtNPFSOOceiJtl8PlC5vOsXqL4ASzJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5q6H9loZwWN14lvPWsKOeQspn02noW5 { z-index:15006;top:23.37451171875rem;left:15.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#unI3xXS9VJfklDHzNLQRmAW0gFNI4L4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHWJvFdLt9pILi7KOzMttgTZ4KBUSClV { z-index:15007;top:23.37451171875rem;left:30.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P64XpOlkreVQ7zAD1RWuCCx7lslkbsKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcdNhWZIXpNBIcQrvCUzr4OMw9VghMIT { z-index:15008;top:23.37451171875rem;left:45.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WQqfAZ8hWXgbMv3VHTx0zTDkaSQIUaLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPPTHF8a13KCDZ595xwl4RJC4ouZwSnw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20.0625rem;height:2.03125rem;display:block; }
#FBgmgbPScVL1TQsCE58T7ZuR1xw3gpBh { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.1875rem;left:23.125rem;height:2.2749rem;display:block; }
#sw5133PevdZNVmkckKk3fmtMr44PAJ7v { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.75rem;left:31.78125rem;height:2.03125rem;display:block; }
#EmATEPhpaBJ1lu8z4IlNJsSRpNItQPxz { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.43408203125rem;left:47.0625rem;height:2.03125rem;display:block; }
#ZHMLC0QLKFufezXwg1tBXFT1ZfF2BUVU { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1005859375rem;left:53.0625rem;height:2.2749rem;display:block; }
#Hq4hXgGSTlENb7ie3GiTlU3d18schhcw { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5693359375rem;left:7.46875rem;height:2.2749rem;display:block; }
#uXCrAUIble7D1bFWhADPvc2i8rNKoIqN { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5rem;left:37.625rem;height:2.2749rem;display:block; }
#tFFV923S4WLNILxE2FtOxbrVckbLapui { color:#ea0606;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.18701171875rem;left:53.0625rem;height:2.2749rem;display:block; }
#cPRnprw72Zza7JJdKn3EcqbRRJrBMhVi { color:#e80e0e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hXPVp1VoapPonv00hh8LifFPWpWSTzEh { color:#e80e0e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.4375rem;left:15rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sU6JTeyF7cHfvIIt8huPOh9FdPKniubw { color:#e80e0e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.4375rem;left:30rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rg4Fptd3lh2TUqUHFWfLXXNJBuRm3DPI { color:#e80e0e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.4375rem;left:45.21875rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v { position:relative;display:block; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v { background-color: transparent; background-image: none; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container > .video-iframe-container { display: none; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row > .video-iframe-container { display: none; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .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); }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v { border-width: 0; border-radius: 0; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X4TVeuLFIHVAeH1n9WK51CC2UV3wrlFV { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.666015625rem;left:0rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 { position:relative;display:block; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 { background-color: transparent; background-image: none; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container > .video-iframe-container { display: none; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row > .video-iframe-container { display: none; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .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); }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 { border-width: 0; border-radius: 0; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:77.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AtMFi4BkKNd1BtGdeTFcRePAxVopO5TP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:13rem;top:1.0625rem;left:23.5rem;overflow:hidden;display:block; }
#mhGof800XL47rzIKUv2BwLNWxzoUDx9h { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#WgZbETJzMOLJlsyuqBTedFU0kMhkK3fK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.8125rem;top:14.03125rem;left:2.3774703557312rem;overflow:hidden;display:block; }
#OGERPZOUFsEbFDPk9HNr5io9db6hZdaP { position:absolute;display:block;z-index:15010;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:58.0625rem;width:46.4375rem;top:1.5625rem;left:6.78125rem;overflow:hidden;display:none; }
#yyxZyomc66HvIMZBSz0yhyPd6lkZi3OG { position:absolute;display:block;z-index:15010;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:14.75rem;width:18.4375rem;top:14.03125rem;left:20.78125rem;overflow:hidden;display:block; }
#kENxiKmH3QM237rupMtQ4JOF7T2QeTDE { position:absolute;display:block;z-index:15011;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:14.25rem;width:17.9375rem;top:14.28125rem;left:40.21875rem;overflow:hidden;display:block; }
#XR8Ib1WiRv5HOhybBg0lv1dB6TPfVay8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:18.875rem;top:28.25rem;left:1.53125rem;overflow:hidden;display:block; }
#ze0etyosdS2TZzvi6mgTdbJzmmEHX4KF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:19.3125rem;top:28.25rem;left:20.34375rem;overflow:hidden;display:block; }
#BGTPXRclXL9T84mDu7hscDHE1kvdsJGr { position:absolute;display:block;z-index:15011;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:14.75rem;width:18.625rem;top:28.53125rem;left:39.875rem;overflow:hidden;display:block; }
#dOqyq2oPuzBEQ3n9UN0Ed70X6DtRBMtT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:18.75rem;top:44.40625rem;left:21.1875rem;overflow:hidden;display:block; }
#cCyH1KxTmPG37O1eXPslhcXhgLInZ8rv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:17.5rem;top:44.5rem;left:3.46630859375rem;overflow:hidden;display:block; }
#Gre4lyshpMmfNk19Xp7rNmwyXKmoMDU5 { position:absolute;display:block;z-index:15011;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:14.75rem;width:18.6875rem;top:44.375rem;left:39.875rem;overflow:hidden;display:block; }
#qQZvOF25wfTwLfqC5e0s3WSRlu1abTQa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:19.0625rem;top:60.0625rem;left:1.93505859375rem;overflow:hidden;display:block; }
#hFCSXV5qwnZ7MgfCzH0pQsh9LWurm31z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:19.375rem;top:60.65625rem;left:20.90380859375rem;overflow:hidden;display:block; }
#EPvNKqwqtBmiF56bnIBMSdblMb3lBbwa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:17.5625rem;top:60.6875rem;left:41.0888671875rem;overflow:hidden;display:block; }
#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container { background-color: transparent; background-image: none; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container > .video-iframe-container { display: none; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row > .video-iframe-container { display: none; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .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); }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container { border-width: 0; border-radius: 0; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#Tu0XuT0e4x4ftLVwIafIuzIHpQ3KrncI { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:1.7871125rem;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; }
#SbDoU87Z1nuqfHyaHDVMWWGTPZo2Hl5Z { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:38.6641rem;text-align:justify;text-align-last:initial;display:block; }
#fQT9khF48R5HoAtIcOzZ7S7iz5RrdTrc { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#SvNbkgdItyN6iStMDRqRfEQwzZrdAQ5r { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.5rem;top:0.5rem;left:23.25rem;overflow:hidden;display:block; }
#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container { background-color: transparent; background-image: none; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container > .video-iframe-container { display: none; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row > .video-iframe-container { display: none; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .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); }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container { border-width: 0; border-radius: 0; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#n6MTxkSxvciVc7yJ6fC95JqHiSZ5oMqx { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.7871125rem;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; }
#yHgB8gzhv0lgaFDdoU7loc3S5TV5Hv8t { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:37.283225rem;text-align:justify;text-align-last:initial;display:block; }
#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container { background-color: transparent; background-image: none; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container > .video-iframe-container { display: none; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row > .video-iframe-container { display: none; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .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); }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container { border-width: 0; border-radius: 0; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:60rem;position:relative;display:block; }#TAyGuoCK66vzQmSQMON4ktze8Bgqfs72 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.7871125rem;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; }
#Tum5TidzQd70woIctHBlVbZVVfZCEibe { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.14501953125rem;left:0rem;height:52.47271875rem;text-align:justify;text-align-last:initial;display:block; }
#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container { background-color: transparent; background-image: none; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container > .video-iframe-container { display: none; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row > .video-iframe-container { display: none; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .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); }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container { border-width: 0; border-radius: 0; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:60rem;position:relative;display:block; }#asA9xdE5NLlr0f4nZcDTv9tF1N8Tb6ve { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.7871125rem;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; }
#WJihs2ipVuMLmCgN43etI0wX4WDdCnO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.83251953125rem;left:0rem;height:51.09185rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container { background-color: transparent; background-image: none; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container > .video-iframe-container { display: none; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row > .video-iframe-container { display: none; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .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); }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container { border-width: 0; border-radius: 0; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#ZWzdLwrLePw1xqTOfe4XfZfmPtvreRVE { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;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; }
#RW2RfnACIseTHWc3TGIQ9Pf4tzQl9ytT { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:31.75971875rem;text-align:justify;text-align-last:initial;display:block; }
#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container { background-color: transparent; background-image: none; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container > .video-iframe-container { display: none; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row > .video-iframe-container { display: none; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .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); }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container { border-width: 0; border-radius: 0; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;position:relative;display:block; }#OPiQQSmf4dHiuck2VqlDmuw78Ei0u657 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:1.7871125rem;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; }
#RwTw1mbVWlVwPzGr8dWZoXTTqwJQnAuq { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:45.56833125rem;text-align:justify;text-align-last:initial;display:block; }
#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container { background-color: transparent; background-image: none; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container > .video-iframe-container { display: none; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row > .video-iframe-container { display: none; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .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); }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container { border-width: 0; border-radius: 0; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#hAOmd56BUTwFH6CXGHhVqvnClczIVGFz { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.57421875rem;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; }
#oIm7JmkfVLdXZ3zghZgNfvHAL7Q899Th { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:30.37891875rem;text-align:justify;text-align-last:initial;display:block; }
#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container { background-color: transparent; background-image: none; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container > .video-iframe-container { display: none; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row > .video-iframe-container { display: none; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .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); }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container { border-width: 0; border-radius: 0; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#nMQWkUlMPP7BnQthwnoVTDli2WaSwDTi { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.57421875rem;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; }
#AXM1dTigWovMw68TaPMoFHuDTrJgneWE { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:24.8554625rem;text-align:justify;text-align-last:initial;display:block; }
#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container { background-color: transparent; background-image: none; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container > .video-iframe-container { display: none; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row > .video-iframe-container { display: none; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .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); }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container { border-width: 0; border-radius: 0; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#hVkbXG0Om0rrlNZTKaU53K6XOsEKQ2rJ { z-index:15007;top:4.3125rem;left:20.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BHXghQcZsXbWp3uxzqiql4BprhfipNlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ { position:relative;display:block; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ { background-color: transparent; background-image: none; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container > .video-iframe-container { display: none; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row > .video-iframe-container { display: none; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .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); }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ { border-width: 0; border-radius: 0; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sc1lu9K5WUublymFsDcKe8oVwk7hN8PW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#DUrrQOyFKwFSR98ESEgBgszHrbJmnx7y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.25rem;left:6.0625rem; }
#HgyQ7XWDAkPtboXCVIGTSALqlextzSir { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMivDPVe2QeGHow9wnRvu0Tec5xu8fIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.5rem;left:20.65625rem; }
#kT5b47OKx8q3AQObNxNFzpFIo0odA9ed { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:14.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPqbbTnCklfFBuQLQp4EHEPy7GF1lCvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.3125rem;left:34.21875rem; }
#HTPO3hvNAdbimbooWHaMRAUP3URFXK5W { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:28.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAb8oxagF4n8TNxXhTQcSQVTrRdPEc6H { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:43.46875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox9HKco2nbJlyFRCRzLBvRPMwImGbvqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.4375rem;left:49.46875rem; }
#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f6;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; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container { background-color: transparent; background-image: none; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container > .video-iframe-container { display: none; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row > .video-iframe-container { display: none; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .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); }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container { border-width: 0; border-radius: 0; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container { font-size:0.875rem;font-family:arial;height:153rem;width:60rem;position:relative;display:block; }#v26kh0Tda3PpaBlAC623aNrlSwA8069f { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#xbo3zOIkduKOdQpRO97RmVTq7XmZhP4H { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.5rem;top:1.25rem;left:23.25rem;overflow:hidden;display:block; }
#Db1Ug9aQqCK52coQkVrzgn9xWfszr2yw { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZgcRKUMXHUcI2JpZc1k8ByoHFz5lnqJ { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:17.6806640625rem;left:0rem;height:20.9961rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ly0ZfPMTb8dTOVTXzhMv1ta9iTyJw7XT { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:16.2685546875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpT3XW0hqOwoDTPEIssFS2bdS7R5fkKb { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:44.5rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6ewepJ2Aaee7Pf18ik0LTb5gNL4KkxW { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:47.4931640625rem;left:0rem;height:25.1952875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#htU6vged8yuaMhgIz5NPzNw4WThLl9DF { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:86.3681640625rem;left:0rem;height:23.095725rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#o4gmnhdWfDUT1TTLZWvlT8LC7BUhBNWO { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:81.25rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZn1MxVybW83sgMd97po2HkmD10HCHaH { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:116.875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3fu63vtMCR63BEg7r0Qyx3E7BepNTBW { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:119.8125rem;left:0rem;height:29.39454375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR { position:relative;display:block; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR { background-color: transparent; background-image: none; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container > .video-iframe-container { display: none; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row > .video-iframe-container { display: none; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .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); }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR { border-width: 0; border-radius: 0; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kns8LacuwR6LUNWy2yktyITh7Af3sVFP { position:absolute;display:block;z-index:15000;height:18.6875rem;width:33.375rem;top:12rem;left:13.3125rem;display:block; }
#Pop7Dl2sBNawB3G8GyvTpnD6IvJRvg18 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ADkSoi153WpzPBHel5mKO3RTNTmBMEfr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.5rem;top:1.4375rem;left:23.25rem;overflow:hidden;display:block; }
#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container { background-color: transparent; background-image: none; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container > .video-iframe-container { display: none; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row > .video-iframe-container { display: none; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .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); }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container { border-width: 0; border-radius: 0; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#EwiULKryEfzOLCMbKbAsTbTJ81vUsXoM { z-index:15007;top:4.3125rem;left:20.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BDQt8uqbDHMo3zr9xXfrv0Ml5JN4l1dS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f6;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; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container { background-color: transparent; background-image: none; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container > .video-iframe-container { display: none; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row > .video-iframe-container { display: none; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .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); }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container { border-width: 0; border-radius: 0; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#te860HSOG6bkdOss0JIXaxoydATz7V6e { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.5rem;top:1.375rem;left:23.25rem;overflow:hidden;display:block; }
#GCcAZG0BbFK9Uk6WBnxb3SawIWzVMJxt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.75rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#qEX5LJ70lrLUsRFgw8PC8PsP6Ph97p39 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:10.80517578125rem;left:0rem;height:48.291025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rUx8SypMyGM1URefWTP1d5PZ9iNWNgag { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:16.25rem;top:62.3125rem;left:0rem;overflow:hidden;display:block; }
#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE { position:relative;display:block; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE { background-color: transparent; background-image: none; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container > .video-iframe-container { display: none; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row > .video-iframe-container { display: none; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .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); }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE { border-width: 0; border-radius: 0; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QLHBCDwmNosSdfbTcVkDMbKGeMHRoV1A { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.806640625rem;left:0rem;height:20.5551625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f6;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; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container { background-color: transparent; background-image: none; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container > .video-iframe-container { display: none; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row > .video-iframe-container { display: none; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .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); }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container { border-width: 0; border-radius: 0; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#TbHUyLWT45KwW0vdOWehKuyHU8T2WPV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#CqzkfCs0u1xsDZzJZHrZlkPHQW1UAiNt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:35.3125rem;top:2.4375rem;left:24.6875rem;overflow:hidden;display:block; }
#OayOVE36SAMWXXCqmlGwE8yw2EIP10SV { z-index:15006;top:14.0625rem;left:3.09375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:bitter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UhETrdZWlpzTyX8ePbJrZXWEG25N7zUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVsqebDQeyfwhvDxUi8OskhKqKI5a0IP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:20rem;top:8.625rem;left:3.0625rem;overflow:hidden;display:block; }
#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp { position:relative;display:block; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp { background-color: transparent; background-image: none; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container > .video-iframe-container { display: none; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row > .video-iframe-container { display: none; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .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); }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp { border-width: 0; border-radius: 0; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#arTMB9OgFreBADDiHBFQNQlJBninxGi9 { position:absolute;display:block;z-index:15017;height:3.5rem;width:6.25rem;top:22.25rem;left:27.65625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb { display:block; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4tETiFltxBTzpLKrnqp0I3NiLtH8eev { top:1.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F { display:block; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xthzZJHnacCGKVLKk78rdJ5yITmL8o6p { top:0rem;left:6.09375rem;width:35.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfsFqAqMVrpzkx4AyOmWDeoN8pxbnQm { top:6.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 { display:block; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq94lslkPaJ44uL3iG2nAk4hmnq6B72X { top:30.75rem;left:14.875rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IipMCBvasBkaZievX0ETn0zQJkRPHCRA { display:block; }
 }@media only screen and (max-width: 763px) { #mATIBmHyqBHZPLw1El4ZHmERwV0gAZxa { top:28.0625rem;left:16.9375rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtST6bTTD75TqrMZ65ulB0ePiRqDV0MC { top:27.875rem;left:23.875rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0ReNHPg87aUGOSR4p7QGoD2GSZ5tcG { top:2.4375rem;left:2.59375rem;width:41.625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pupHrdeyQou2BJd4alC8176Q4c7UiC4P { display:block; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRzsztFeR9FAPLtyzhsAPTISzWWfrrVL { top:2.0625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXJLrLId7vDiiCITvMps5muICaa1zRR { top:46.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTOP5hTFxkM6UXbItRSaSXA5IK6kCcb { display:block; }
 }@media only screen and (max-width: 763px) { #ogNKKHCZGoVHtcVZii9CTkqNGLv5yQ40 { top:46.125rem;left:15.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whXxxRAWdN2cT3MgXAaTFn3oNPRsfhDU { display:block; }
 }@media only screen and (max-width: 763px) { #mh2mr6XEZohHvErS7pF2goCmACk0pDKa { top:46.125rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SetQT40IXSRXqps7UtCIzCUnhZTLrGBx { display:block; }
 }@media only screen and (max-width: 763px) { #iEg3Sw8fWIeAm1lxaPqGuVvcP2TFIqx5 { top:5.75rem;left:0rem;width:47.75rem;height:13.458494208494rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwUfnrg2HBilO8DBSLKLUWDC6uUxuo27 { top:18.6875rem;left:0rem;width:47.75rem;height:24.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb { display:block; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGQyqVu47mSFedXmrmnHiGiTtpo4T4rr { top:3.8125rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsz54mVakBspCSOeiraW8IirJqbr83g { top:19.8125rem;left:0rem;width:47.75rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVrfAqnJ8nUbBbKiZ7HQoceNrC6lWFM { top:36.25rem;left:0rem;width:34.375rem;height:8.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfuw74dktIoLykP2wTM8P4LVPfS0QcrU { top:51.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZoeU4TOIWJQnTKTByqbn6zNwkrvBoh { top:41rem;left:1.625rem;width:28.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI { display:block; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os4yrtg3O1Emf9zxcl4EUV0dTK6gnTrs { top:4.6875rem;left:0rem;width:24.625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R274QdtpbmBQaH5ycf6EqXc7NI1twmw6 { top:2.4375rem;left:12.4375rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2kuI3PhOXKSWwsyHc1NoyLprhZZKvc { top:14.0625rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIArSkv7hbcPARTxxQayUiUkMlcs0NIh { display:block; }
 }@media only screen and (max-width: 763px) { #VIm4iFthDnMAZt58SKrRAaB2d6Sww39O { top:8.625rem;left:0rem;width:20rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 { display:block; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT6vTGvrQDq1xkOSJaOVSaRsRMLiQera { top:5.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcpxAMKhul26WiSRAyxBc54U7zc8GrQ2 { top:1.75rem;left:17.375rem;width:13rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfqDb0JyfpXi03bOt7XKPfTNXiACg41r { top:11.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS { display:block; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKh9pgCJSZ8XtB0NSqQtFIqReCzXTPcB { top:1.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ { display:block; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCCWwva0XTRfi55ZTZV3UrW9fnrD8Tf4 { top:0rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWL6Pu5dZvfnU7DlIuvPsRp6zibvtmx { top:0rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBNMnVUltldP7K6TBKtd9CXBzO0tykp9 { top:0rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXavl2oOwTmLVkZ2skmf5HB9dg0pa61c { top:20.75rem;left:0rem;width:17.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTPuWlbyHMX2E01C99xOWXkcta9GrzMk { top:24.8125rem;left:1.125rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puswwGybwwiHM0GOG1zo9ua910bt8fDw { top:24.6875rem;left:8.0625rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSbrM0lKXTFBXlf9Cvfh7eoDPD67xGp { top:31rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T0mc1GbAKmKWE6cqheGUIwNKgpf5OG { display:block; }
 }@media only screen and (max-width: 763px) { #g2w6QGzvhiMbi91FI4MgZOTdfbGFEEu1 { top:20.75rem;left:14.0625rem;width:17.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeXhcoeL01aJ5BGyp92qN0JiTWTlzc0 { top:31rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqGXmlpmW3myDoHcAxsqpzRZpN8p0vIl { display:block; }
 }@media only screen and (max-width: 763px) { #akud4w3J7ssqCXKuse0M2dLa0diZ7vI2 { top:25.8125rem;left:23.71875rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4KW7G9chnwLy3bfdKIUqiyOdAoC9xr { top:25.9375rem;left:16.78125rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi5xEoMz4BoMnKn8u1AGCgTXusbVKSL { top:20.75rem;left:29.9375rem;width:17.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8UTZRMCAdRzik4JOStpTo7ecyuGyMOT { top:25.9375rem;left:32.8125rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veVsERXoS4ylFa0TBEuJAdbJxtFLWuub { top:25.8125rem;left:39.75rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbnD0K6JCyV6LFHinnGTil5SPxOAF285 { top:31rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupWZckIJT7TI6Sv0ALmC8eqHrfHyaaT { display:block; }
 }@media only screen and (max-width: 763px) { #tZFfvXCI7ISuZ1nMfAxf2O7vQ2PCe3Z7 { top:35.0625rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKxIfBGoAnc3tBTiXIrpdSI4Z6aon4yE { top:35.0625rem;left:13.9375rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF26sAoMrQ3xhHqwFIIsmcCWJUctJSl3 { top:35.0625rem;left:29.8125rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTzJkzXBs8gxgtDBVuELmfUT31U2seq { display:block; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzXtTQxAwTdTdRsDWanqPCShtNPxEesd { top:0rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxdWcvUClguzqTbeFiQ2SD88tFof4c0W { top:14.875rem;left:0rem;width:14.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUTcwr1ApOfG6WgkU1ZH6uJlzMZ5Jo9 { top:0rem;left:9.9375rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetTZEilJFqJFJbnDq72hQJGUWsDszeU { top:0rem;left:21.875rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPdHn8KEC2PUut9gpNfd7SO9pbDBTnIf { top:0rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COc56X24BUm9d7hDBT44MJG7trNdNAMd { top:14.875rem;left:8.9375rem;width:14.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKGusrkLbWvt6h4i1wBwDcW6ANkTfsGq { top:14.875rem;left:20.875rem;width:14.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfTuhGuVV2NtvqsegnKlspwTeElmWhO { top:14.875rem;left:32.8125rem;width:14.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKH8Nst5TH6AJmpCvR235TeTBPCWFUH { top:19.75rem;left:0rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KszKyoHR2T2We5cuI1yrwT4fnMXpAvpQ { top:23.3125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgtNPFSOOceiJtl8PlC5vOsXqL4ASzJv { display:block; }
 }@media only screen and (max-width: 763px) { #W5q6H9loZwWN14lvPWsKOeQspn02noW5 { top:23.3125rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unI3xXS9VJfklDHzNLQRmAW0gFNI4L4D { display:block; }
 }@media only screen and (max-width: 763px) { #cHWJvFdLt9pILi7KOzMttgTZ4KBUSClV { top:23.3125rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P64XpOlkreVQ7zAD1RWuCCx7lslkbsKx { display:block; }
 }@media only screen and (max-width: 763px) { #EcdNhWZIXpNBIcQrvCUzr4OMw9VghMIT { top:23.3125rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqfAZ8hWXgbMv3VHTx0zTDkaSQIUaLK { display:block; }
 }@media only screen and (max-width: 763px) { #nPPTHF8a13KCDZ595xwl4RJC4ouZwSnw { top:19.3125rem;left:15.46875rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBgmgbPScVL1TQsCE58T7ZuR1xw3gpBh { top:19.1875rem;left:16.9375rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw5133PevdZNVmkckKk3fmtMr44PAJ7v { top:19.75rem;left:24.125rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmATEPhpaBJ1lu8z4IlNJsSRpNItQPxz { top:20.375rem;left:36.34375rem;width:6.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMLC0QLKFufezXwg1tBXFT1ZfF2BUVU { top:21.0625rem;left:40.8125rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq4hXgGSTlENb7ie3GiTlU3d18schhcw { top:19.5625rem;left:5rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXCrAUIble7D1bFWhADPvc2i8rNKoIqN { top:19.5rem;left:28.875rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFV923S4WLNILxE2FtOxbrVckbLapui { top:20.125rem;left:40.8125rem;width:6.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPRnprw72Zza7JJdKn3EcqbRRJrBMhVi { top:28.4375rem;left:0rem;width:14.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPVp1VoapPonv00hh8LifFPWpWSTzEh { top:28.4375rem;left:9.3125rem;width:14.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6JTeyF7cHfvIIt8huPOh9FdPKniubw { top:28.4375rem;left:21.25rem;width:14.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg4Fptd3lh2TUqUHFWfLXXNJBuRm3DPI { top:28.4375rem;left:33.1875rem;width:14.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v { display:block; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4TVeuLFIHVAeH1n9WK51CC2UV3wrlFV { top:1.625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 { display:block; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtMFi4BkKNd1BtGdeTFcRePAxVopO5TP { top:1.0625rem;left:17.375rem;width:13rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhGof800XL47rzIKUv2BwLNWxzoUDx9h { top:5.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZbETJzMOLJlsyuqBTedFU0kMhkK3fK { top:14rem;left:0rem;width:17.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGERPZOUFsEbFDPk9HNr5io9db6hZdaP { top:1.5625rem;left:0.65625rem;width:46.4375rem;height:58.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxZyomc66HvIMZBSz0yhyPd6lkZi3OG { top:14rem;left:14.65625rem;width:18.4375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kENxiKmH3QM237rupMtQ4JOF7T2QeTDE { top:14.25rem;left:29.8125rem;width:17.9375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR8Ib1WiRv5HOhybBg0lv1dB6TPfVay8 { top:28.25rem;left:0rem;width:18.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0etyosdS2TZzvi6mgTdbJzmmEHX4KF { top:28.25rem;left:14.21875rem;width:19.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTPXRclXL9T84mDu7hscDHE1kvdsJGr { top:28.5rem;left:29.125rem;width:18.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqyq2oPuzBEQ3n9UN0Ed70X6DtRBMtT { top:44.375rem;left:15.0625rem;width:18.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyH1KxTmPG37O1eXPslhcXhgLInZ8rv { top:44.5rem;left:0rem;width:17.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gre4lyshpMmfNk19Xp7rNmwyXKmoMDU5 { top:44.375rem;left:29.0625rem;width:18.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZvOF25wfTwLfqC5e0s3WSRlu1abTQa { top:60.0625rem;left:0rem;width:19.0625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCSXV5qwnZ7MgfCzH0pQsh9LWurm31z { top:60.625rem;left:14.77880859375rem;width:19.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPvNKqwqtBmiF56bnIBMSdblMb3lBbwa { top:60.6875rem;left:30.1875rem;width:17.5625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 { display:block; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu0XuT0e4x4ftLVwIafIuzIHpQ3KrncI { top:12.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDoU87Z1nuqfHyaHDVMWWGTPZo2Hl5Z { top:16.3125rem;left:0rem;width:47.75rem;height:42.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQT9khF48R5HoAtIcOzZ7S7iz5RrdTrc { top:4.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNbkgdItyN6iStMDRqRfEQwzZrdAQ5r { top:0.5rem;left:17.125rem;width:13.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ { display:block; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6MTxkSxvciVc7yJ6fC95JqHiSZ5oMqx { top:2.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgB8gzhv0lgaFDdoU7loc3S5TV5Hv8t { top:6.875rem;left:0rem;width:47.75rem;height:37.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT { display:block; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAyGuoCK66vzQmSQMON4ktze8Bgqfs72 { top:3.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tum5TidzQd70woIctHBlVbZVVfZCEibe { top:7.125rem;left:0rem;width:47.75rem;height:53.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzLnTO1NLBM6aKSLdiefzTHF1EOezkL { display:none; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #asA9xdE5NLlr0f4nZcDTv9tF1N8Tb6ve { top:2.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJihs2ipVuMLmCgN43etI0wX4WDdCnO2 { top:6.8125rem;left:0rem;width:47.75rem;height:51.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb { display:none; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZWzdLwrLePw1xqTOfe4XfZfmPtvreRVE { top:2.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW2RfnACIseTHWc3TGIQ9Pf4tzQl9ytT { top:6.1875rem;left:0rem;width:47.75rem;height:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a { display:none; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OPiQQSmf4dHiuck2VqlDmuw78Ei0u657 { top:3.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTw1mbVWlVwPzGr8dWZoXTTqwJQnAuq { top:7.1875rem;left:0rem;width:47.75rem;height:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu { display:none; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hAOmd56BUTwFH6CXGHhVqvnClczIVGFz { top:3.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIm7JmkfVLdXZ3zghZgNfvHAL7Q899Th { top:8.5625rem;left:0rem;width:47.75rem;height:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV { display:none; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nMQWkUlMPP7BnQthwnoVTDli2WaSwDTi { top:3.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXM1dTigWovMw68TaPMoFHuDTrJgneWE { top:9.0625rem;left:0rem;width:47.75rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytHTtyckhenAT6u00RRkxT8P2uzwMoDb { display:block; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVkbXG0Om0rrlNZTKaU53K6XOsEKQ2rJ { top:4.3125rem;left:14.8125rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXghQcZsXbWp3uxzqiql4BprhfipNlv { display:block; }
 }@media only screen and (max-width: 763px) { #cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ { display:block; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc1lu9K5WUublymFsDcKe8oVwk7hN8PW { top:1.125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUrrQOyFKwFSR98ESEgBgszHrbJmnx7y { top:6.25rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyQ7XWDAkPtboXCVIGTSALqlextzSir { top:10.3125rem;left:0rem;width:15.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMivDPVe2QeGHow9wnRvu0Tec5xu8fIz { top:6.5rem;left:14.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5b47OKx8q3AQObNxNFzpFIo0odA9ed { top:10.3125rem;left:8.46875rem;width:15.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqbbTnCklfFBuQLQp4EHEPy7GF1lCvt { top:6.3125rem;left:28.09375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPO3hvNAdbimbooWHaMRAUP3URFXK5W { top:10.375rem;left:22.09375rem;width:15.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAb8oxagF4n8TNxXhTQcSQVTrRdPEc6H { top:10.3125rem;left:32.5rem;width:15.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9HKco2nbJlyFRCRzLBvRPMwImGbvqo { top:6.4375rem;left:43.34375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK { display:block; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v26kh0Tda3PpaBlAC623aNrlSwA8069f { top:5.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbo3zOIkduKOdQpRO97RmVTq7XmZhP4H { top:1.25rem;left:17.125rem;width:13.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1Ug9aQqCK52coQkVrzgn9xWfszr2yw { top:12.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZgcRKUMXHUcI2JpZc1k8ByoHFz5lnqJ { top:17.625rem;left:0rem;width:47.75rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0ZfPMTb8dTOVTXzhMv1ta9iTyJw7XT { top:16.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpT3XW0hqOwoDTPEIssFS2bdS7R5fkKb { top:44.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ewepJ2Aaee7Pf18ik0LTb5gNL4KkxW { top:47.4375rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htU6vged8yuaMhgIz5NPzNw4WThLl9DF { top:86.3125rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4gmnhdWfDUT1TTLZWvlT8LC7BUhBNWO { top:81.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZn1MxVybW83sgMd97po2HkmD10HCHaH { top:116.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3fu63vtMCR63BEg7r0Qyx3E7BepNTBW { top:119.8125rem;left:0rem;width:47.75rem;height:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR { display:block; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kns8LacuwR6LUNWy2yktyITh7Af3sVFP { top:12rem;left:7.1875rem;width:33.375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pop7Dl2sBNawB3G8GyvTpnD6IvJRvg18 { top:5.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADkSoi153WpzPBHel5mKO3RTNTmBMEfr { top:1.4375rem;left:17.125rem;width:13.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RNULJQFdALpLSQhxteBgsIxyrDHeCa { display:block; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwiULKryEfzOLCMbKbAsTbTJ81vUsXoM { top:4.3125rem;left:14.8125rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQt8uqbDHMo3zr9xXfrv0Ml5JN4l1dS { display:block; }
 }@media only screen and (max-width: 763px) { #TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 { display:block; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te860HSOG6bkdOss0JIXaxoydATz7V6e { top:1.375rem;left:17.125rem;width:13.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcAZG0BbFK9Uk6WBnxb3SawIWzVMJxt { top:5.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEX5LJ70lrLUsRFgw8PC8PsP6Ph97p39 { top:10.75rem;left:0rem;width:47.75rem;height:50.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUx8SypMyGM1URefWTP1d5PZ9iNWNgag { top:62.3125rem;left:0rem;width:16.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE { display:block; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLHBCDwmNosSdfbTcVkDMbKGeMHRoV1A { top:2.75rem;left:0rem;width:47.75rem;height:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 { display:block; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHUyLWT45KwW0vdOWehKuyHU8T2WPV6 { top:4.6875rem;left:0rem;width:24.625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzkfCs0u1xsDZzJZHrZlkPHQW1UAiNt { top:2.4375rem;left:12.4375rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OayOVE36SAMWXXCqmlGwE8yw2EIP10SV { top:14.0625rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhETrdZWlpzTyX8ePbJrZXWEG25N7zUk { display:block; }
 }@media only screen and (max-width: 763px) { #LVsqebDQeyfwhvDxUi8OskhKqKI5a0IP { top:8.625rem;left:0rem;width:20rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp { display:block; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTMB9OgFreBADDiHBFQNQlJBninxGi9 { top:22.25rem;left:21.53125rem;width:6.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb { display:block; }#DzmrntMCqhQMAHAIbwxHdRPb1rlEz9Pb > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4tETiFltxBTzpLKrnqp0I3NiLtH8eev { width:20rem;height:5.8496rem;top:2.28125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F { display:block; }#d7iZOGVgPMx7Tcl19GWlH1KXP04nu82F > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xthzZJHnacCGKVLKk78rdJ5yITmL8o6p { width:20rem;height:5.4375rem;top:0.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfsFqAqMVrpzkx4AyOmWDeoN8pxbnQm { width:12.5rem;height:1.29980625rem;top:9.69040625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 { display:block; }#hifBJuPsUdXCcqNLSQxqk8XJ8K6CxoT9 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq94lslkPaJ44uL3iG2nAk4hmnq6B72X { top:16.2255859375rem;left:1rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IipMCBvasBkaZievX0ETn0zQJkRPHCRA { display:block; }
 }@media only screen and (max-width: 763px) { #mATIBmHyqBHZPLw1El4ZHmERwV0gAZxa { width:6.9375rem;height:2.03125rem;top:13.65283203125rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtST6bTTD75TqrMZ65ulB0ePiRqDV0MC { width:6.9375rem;height:2.2749rem;top:13.513671875rem;left:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0ReNHPg87aUGOSR4p7QGoD2GSZ5tcG { width:19.5rem;height:10.9375rem;top:1.0380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pupHrdeyQou2BJd4alC8176Q4c7UiC4P { display:block; }#pupHrdeyQou2BJd4alC8176Q4c7UiC4P > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRzsztFeR9FAPLtyzhsAPTISzWWfrrVL { width:20rem;height:4.0625rem;top:4.12451171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXJLrLId7vDiiCITvMps5muICaa1zRR { top:48.1875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTOP5hTFxkM6UXbItRSaSXA5IK6kCcb { display:block; }
 }@media only screen and (max-width: 763px) { #ogNKKHCZGoVHtcVZii9CTkqNGLv5yQ40 { top:53.25rem;left:3.03125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whXxxRAWdN2cT3MgXAaTFn3oNPRsfhDU { display:block; }
 }@media only screen and (max-width: 763px) { #mh2mr6XEZohHvErS7pF2goCmACk0pDKa { top:58.5625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SetQT40IXSRXqps7UtCIzCUnhZTLrGBx { display:block; }
 }@media only screen and (max-width: 763px) { #iEg3Sw8fWIeAm1lxaPqGuVvcP2TFIqx5 { width:20rem;height:5.63671875rem;top:6.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwUfnrg2HBilO8DBSLKLUWDC6uUxuo27 { width:20rem;height:31.5rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb { display:block; }#qV0vg8NpUsAcc9ee25qKnuu9Rw45M6zb > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGQyqVu47mSFedXmrmnHiGiTtpo4T4rr { width:20rem;height:15rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsz54mVakBspCSOeiraW8IirJqbr83g { width:20rem;height:24rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVrfAqnJ8nUbBbKiZ7HQoceNrC6lWFM { width:20rem;height:11.625rem;top:38.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gfuw74dktIoLykP2wTM8P4LVPfS0QcrU { width:20rem;height:7.5rem;top:53.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZoeU4TOIWJQnTKTByqbn6zNwkrvBoh { width:20rem;height:6.875rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI { display:block; }#Llpg5oWeoclrE6v5Qa5xVnWDJyBg5lXI > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os4yrtg3O1Emf9zxcl4EUV0dTK6gnTrs { width:20rem;height:5.199225rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R274QdtpbmBQaH5ycf6EqXc7NI1twmw6 { width:20rem;height:11.0088125rem;top:17.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2kuI3PhOXKSWwsyHc1NoyLprhZZKvc { top:12.3955078125rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIArSkv7hbcPARTxxQayUiUkMlcs0NIh { display:block; }
 }@media only screen and (max-width: 763px) { #VIm4iFthDnMAZt58SKrRAaB2d6Sww39O { width:20rem;height:5.1875rem;top:6.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 { display:block; }#CtR9cru4dWi6DXBDuocSW7Z8bIc9i3s3 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT6vTGvrQDq1xkOSJaOVSaRsRMLiQera { width:20rem;height:3rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcpxAMKhul26WiSRAyxBc54U7zc8GrQ2 { width:13rem;height:4.125rem;top:0.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfqDb0JyfpXi03bOt7XKPfTNXiACg41r { width:20rem;height:6.499025rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS { display:block; }#X5r45K2ePWVuw1TTiLBq4LirLV6QWcTS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKh9pgCJSZ8XtB0NSqQtFIqReCzXTPcB { width:18.1875rem;height:2.4375rem;top:0.9375rem;left:0.90625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ { display:block; }#XDvcJzouZsnLzJ9KqOo1ZkbyzK4aUoOZ > .row .container { width:20rem;height:109.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCCWwva0XTRfi55ZTZV3UrW9fnrD8Tf4 { width:18.125rem;height:18.125rem;top:1.25rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JTWL6Pu5dZvfnU7DlIuvPsRp6zibvtmx { width:18.125rem;height:18.125rem;top:39.3125rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MBNMnVUltldP7K6TBKtd9CXBzO0tykp9 { width:18.125rem;height:18.125rem;top:74.21875rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sXavl2oOwTmLVkZ2skmf5HB9dg0pa61c { width:17.6875rem;height:2.4375rem;top:20.25rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTPuWlbyHMX2E01C99xOWXkcta9GrzMk { width:6.9375rem;height:2.03125rem;top:25rem;left:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puswwGybwwiHM0GOG1zo9ua910bt8fDw { width:6.9375rem;height:2.2749rem;top:24.9375rem;left:9.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSbrM0lKXTFBXlf9Cvfh7eoDPD67xGp { top:28.75rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T0mc1GbAKmKWE6cqheGUIwNKgpf5OG { display:block; }
 }@media only screen and (max-width: 763px) { #g2w6QGzvhiMbi91FI4MgZOTdfbGFEEu1 { width:17.6875rem;height:3.41161875rem;top:58.6875rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeXhcoeL01aJ5BGyp92qN0JiTWTlzc0 { top:66.3486328125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqGXmlpmW3myDoHcAxsqpzRZpN8p0vIl { display:block; }
 }@media only screen and (max-width: 763px) { #akud4w3J7ssqCXKuse0M2dLa0diZ7vI2 { width:6.9375rem;height:2.2749rem;top:63.0966796875rem;left:9.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4KW7G9chnwLy3bfdKIUqiyOdAoC9xr { width:6.9375rem;height:2.03125rem;top:63.21875rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi5xEoMz4BoMnKn8u1AGCgTXusbVKSL { width:17.6875rem;height:3.41161875rem;top:93.5244140625rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8UTZRMCAdRzik4JOStpTo7ecyuGyMOT { width:6.9375rem;height:2.03125rem;top:98.185546875rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veVsERXoS4ylFa0TBEuJAdbJxtFLWuub { width:6.9375rem;height:2.2749rem;top:98.0009765625rem;left:9.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbnD0K6JCyV6LFHinnGTil5SPxOAF285 { top:101.36572265625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupWZckIJT7TI6Sv0ALmC8eqHrfHyaaT { display:block; }
 }@media only screen and (max-width: 763px) { #tZFfvXCI7ISuZ1nMfAxf2O7vQ2PCe3Z7 { width:17.8125rem;height:2.5996125rem;top:35.61572265625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKxIfBGoAnc3tBTiXIrpdSI4Z6aon4yE { width:17.8125rem;height:2.5996125rem;top:105.52783203125rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF26sAoMrQ3xhHqwFIIsmcCWJUctJSl3 { width:17.8125rem;height:2.5996125rem;top:70.619140625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTzJkzXBs8gxgtDBVuELmfUT31U2seq { display:block; }#mDTzJkzXBs8gxgtDBVuELmfUT31U2seq > .row .container { width:20rem;height:123.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzXtTQxAwTdTdRsDWanqPCShtNPxEesd { width:13.9375rem;height:13.9375rem;top:0.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxdWcvUClguzqTbeFiQ2SD88tFof4c0W { width:14.9375rem;height:3.65625rem;top:16.0625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUTcwr1ApOfG6WgkU1ZH6uJlzMZ5Jo9 { width:13.9375rem;height:13.9375rem;top:30.96875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetTZEilJFqJFJbnDq72hQJGUWsDszeU { width:13.9375rem;height:13.9375rem;top:61.09375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPdHn8KEC2PUut9gpNfd7SO9pbDBTnIf { width:13.9375rem;height:13.9375rem;top:91.09375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COc56X24BUm9d7hDBT44MJG7trNdNAMd { width:14.9375rem;height:3.65625rem;top:45.921875rem;left:2.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKGusrkLbWvt6h4i1wBwDcW6ANkTfsGq { width:14.9375rem;height:3.65625rem;top:75.9619140625rem;left:2.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfTuhGuVV2NtvqsegnKlspwTeElmWhO { width:14.9375rem;height:4.875rem;top:105.9931640625rem;left:2.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKH8Nst5TH6AJmpCvR235TeTBPCWFUH { width:6.9375rem;height:2.03125rem;top:20.2177734375rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KszKyoHR2T2We5cuI1yrwT4fnMXpAvpQ { top:23.1826171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgtNPFSOOceiJtl8PlC5vOsXqL4ASzJv { display:block; }
 }@media only screen and (max-width: 763px) { #W5q6H9loZwWN14lvPWsKOeQspn02noW5 { top:53.1494140625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unI3xXS9VJfklDHzNLQRmAW0gFNI4L4D { display:block; }
 }@media only screen and (max-width: 763px) { #cHWJvFdLt9pILi7KOzMttgTZ4KBUSClV { top:82.8681640625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P64XpOlkreVQ7zAD1RWuCCx7lslkbsKx { display:block; }
 }@media only screen and (max-width: 763px) { #EcdNhWZIXpNBIcQrvCUzr4OMw9VghMIT { top:114.7119140625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqfAZ8hWXgbMv3VHTx0zTDkaSQIUaLK { display:block; }
 }@media only screen and (max-width: 763px) { #nPPTHF8a13KCDZ595xwl4RJC4ouZwSnw { width:6.9375rem;height:2.03125rem;top:50.49658203125rem;left:6.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBgmgbPScVL1TQsCE58T7ZuR1xw3gpBh { width:6.9375rem;height:2.2749rem;top:50.375rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw5133PevdZNVmkckKk3fmtMr44PAJ7v { width:6.9375rem;height:2.03125rem;top:80.25rem;left:4.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmATEPhpaBJ1lu8z4IlNJsSRpNItQPxz { width:6.9375rem;height:2.03125rem;top:111.46142578125rem;left:4.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMLC0QLKFufezXwg1tBXFT1ZfF2BUVU { width:6.9375rem;height:2.2749rem;top:111.33935546875rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq4hXgGSTlENb7ie3GiTlU3d18schhcw { width:6.9375rem;height:2.2749rem;top:20.220703125rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXCrAUIble7D1bFWhADPvc2i8rNKoIqN { width:6.9375rem;height:2.2749rem;top:80.1279296875rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFV923S4WLNILxE2FtOxbrVckbLapui { width:6.9375rem;height:2.2749rem;top:111.33935546875rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPRnprw72Zza7JJdKn3EcqbRRJrBMhVi { width:14.5625rem;height:2.4375rem;top:57.7119140625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPVp1VoapPonv00hh8LifFPWpWSTzEh { width:14.5625rem;height:2.4375rem;top:27.5244140625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6JTeyF7cHfvIIt8huPOh9FdPKniubw { width:14.5625rem;height:2.4375rem;top:87.6494140625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg4Fptd3lh2TUqUHFWfLXXNJBuRm3DPI { width:14.5625rem;height:2.4375rem;top:119.6494140625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v { display:block; }#yuCFGVmdNh8PMwlonx67iLcaAwGkFi2v > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4TVeuLFIHVAeH1n9WK51CC2UV3wrlFV { width:20rem;height:9.666rem;top:2.5595703125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 { display:block; }#iJyV7xnBwWdGu1ZOJTg2GxSwuDfoyPZ7 > .row .container { width:20rem;height:203.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtMFi4BkKNd1BtGdeTFcRePAxVopO5TP { width:13rem;height:4.125rem;top:0.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhGof800XL47rzIKUv2BwLNWxzoUDx9h { width:20rem;height:1.96875rem;top:4.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZbETJzMOLJlsyuqBTedFU0kMhkK3fK { width:20rem;height:15.75rem;top:6.96875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OGERPZOUFsEbFDPk9HNr5io9db6hZdaP { width:20rem;height:25.006729475101rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyxZyomc66HvIMZBSz0yhyPd6lkZi3OG { width:20rem;height:16.0625rem;top:23rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kENxiKmH3QM237rupMtQ4JOF7T2QeTDE { width:20rem;height:15.9375rem;top:39.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XR8Ib1WiRv5HOhybBg0lv1dB6TPfVay8 { width:20rem;height:15.625rem;top:137.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ze0etyosdS2TZzvi6mgTdbJzmmEHX4KF { width:20rem;height:15.8125rem;top:121.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTPXRclXL9T84mDu7hscDHE1kvdsJGr { width:20rem;height:15.875rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqyq2oPuzBEQ3n9UN0Ed70X6DtRBMtT { width:20rem;height:15.6875rem;top:152.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyH1KxTmPG37O1eXPslhcXhgLInZ8rv { width:20rem;height:16.5625rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gre4lyshpMmfNk19Xp7rNmwyXKmoMDU5 { width:20rem;height:15.75rem;top:168.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZvOF25wfTwLfqC5e0s3WSRlu1abTQa { width:20rem;height:15.9375rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCSXV5qwnZ7MgfCzH0pQsh9LWurm31z { width:20rem;height:15.125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPvNKqwqtBmiF56bnIBMSdblMb3lBbwa { width:20rem;height:16.625rem;top:184.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 { display:block; }#k2MHPTwvNfcTbRq6KlX14aDKpe2HVuo4 > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu0XuT0e4x4ftLVwIafIuzIHpQ3KrncI { width:20rem;height:1.29980625rem;top:11.47216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDoU87Z1nuqfHyaHDVMWWGTPZo2Hl5Z { width:20rem;height:90.9863rem;top:14.95703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQT9khF48R5HoAtIcOzZ7S7iz5RrdTrc { width:20rem;height:3rem;top:6.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNbkgdItyN6iStMDRqRfEQwzZrdAQ5r { width:13.5rem;height:4.4375rem;top:1.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ { display:block; }#mOXWFGO1UTtTSPOAdTkU241hWH0DfcvZ > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6MTxkSxvciVc7yJ6fC95JqHiSZ5oMqx { width:20rem;height:1.29980625rem;top:3.09716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgB8gzhv0lgaFDdoU7loc3S5TV5Hv8t { width:20rem;height:79.288025rem;top:5.93115234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT { display:block; }#F6uQXl7EX8y1nmvJu1zHg9mB5aFHlKsT > .row .container { width:20rem;height:125.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAyGuoCK66vzQmSQMON4ktze8Bgqfs72 { width:20rem;height:2.5996125rem;top:2.65966796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tum5TidzQd70woIctHBlVbZVVfZCEibe { width:20rem;height:116.98231875rem;top:7.01513671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzLnTO1NLBM6aKSLdiefzTHF1EOezkL { display:block; }#USzLnTO1NLBM6aKSLdiefzTHF1EOezkL > .row .container { width:20rem;height:124.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asA9xdE5NLlr0f4nZcDTv9tF1N8Tb6ve { width:20rem;height:2.5996125rem;top:3.09716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJihs2ipVuMLmCgN43etI0wX4WDdCnO2 { width:20rem;height:115.68255rem;top:7.70703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb { display:block; }#skT9u4PkdQEOEvcIswtJTuQ8BCXaCmWb > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWzdLwrLePw1xqTOfe4XfZfmPtvreRVE { width:20rem;height:2.5996125rem;top:2.65966796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW2RfnACIseTHWc3TGIQ9Pf4tzQl9ytT { width:20rem;height:79.288075rem;top:6.76513671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a { display:block; }#q9ztoreilScC0ctmkPMBeC7ZcpTJTp1a > .row .container { width:20rem;height:112.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPiQQSmf4dHiuck2VqlDmuw78Ei0u657 { width:20rem;height:2.5996125rem;top:2.09716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTw1mbVWlVwPzGr8dWZoXTTqwJQnAuq { width:20rem;height:103.984375rem;top:6.45703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu { display:block; }#DmKmwcUEVM13p0qDa9frdhiWxBtUsfKu > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAOmd56BUTwFH6CXGHhVqvnClczIVGFz { width:20rem;height:3.8994125rem;top:2.65966796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIm7JmkfVLdXZ3zghZgNfvHAL7Q899Th { width:20rem;height:77.9883rem;top:8.51513671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV { display:block; }#tNh0q8k3wMTWy8fT08UPpEyPyS8nmPnV > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMQWkUlMPP7BnQthwnoVTDli2WaSwDTi { width:20rem;height:3.8994125rem;top:2.09716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXM1dTigWovMw68TaPMoFHuDTrJgneWE { width:20rem;height:61.09083125rem;top:8.01953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytHTtyckhenAT6u00RRkxT8P2uzwMoDb { display:block; }#ytHTtyckhenAT6u00RRkxT8P2uzwMoDb > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVkbXG0Om0rrlNZTKaU53K6XOsEKQ2rJ { top:2rem;left:0.9375rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXghQcZsXbWp3uxzqiql4BprhfipNlv { display:block; }
 }@media only screen and (max-width: 763px) { #cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ { display:block; }#cGf1krXhVhi6CAkDzerzS72Llzz8lDKJ > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc1lu9K5WUublymFsDcKe8oVwk7hN8PW { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUrrQOyFKwFSR98ESEgBgszHrbJmnx7y { display:flex;width:3.125rem;height:3.125rem;top:5.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HgyQ7XWDAkPtboXCVIGTSALqlextzSir { width:15.25rem;height:2.9248rem;top:9.875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMivDPVe2QeGHow9wnRvu0Tec5xu8fIz { display:flex;width:3.125rem;height:3.125rem;top:14.32421875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kT5b47OKx8q3AQObNxNFzpFIo0odA9ed { width:15.25rem;height:2.9248rem;top:18.400390625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqbbTnCklfFBuQLQp4EHEPy7GF1lCvt { display:flex;width:3.25rem;height:3.25rem;top:22.57421875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #HTPO3hvNAdbimbooWHaMRAUP3URFXK5W { width:15.25rem;height:2.9248rem;top:26.7109375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAb8oxagF4n8TNxXhTQcSQVTrRdPEc6H { width:15.25rem;height:4.38720625rem;top:35.38525625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9HKco2nbJlyFRCRzLBvRPMwImGbvqo { display:flex;width:3.25rem;height:3.25rem;top:30.88525625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK { display:block; }#S6GgbZvgG24tDzyPyDSTgE3O6T9g0VIK > .row .container { width:20rem;height:197rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v26kh0Tda3PpaBlAC623aNrlSwA8069f { width:20rem;height:3rem;top:6.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbo3zOIkduKOdQpRO97RmVTq7XmZhP4H { width:13.5rem;height:4.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1Ug9aQqCK52coQkVrzgn9xWfszr2yw { width:20rem;height:3.4121125rem;top:11.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZgcRKUMXHUcI2JpZc1k8ByoHFz5lnqJ { width:20rem;height:35.191475rem;top:21.724609375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ly0ZfPMTb8dTOVTXzhMv1ta9iTyJw7XT { width:20rem;height:4.798825rem;top:16.98876953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpT3XW0hqOwoDTPEIssFS2bdS7R5fkKb { width:20rem;height:3.19921875rem;top:58.339325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6ewepJ2Aaee7Pf18ik0LTb5gNL4KkxW { width:20rem;height:41.58985rem;top:62.78854375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #htU6vged8yuaMhgIz5NPzNw4WThLl9DF { width:20rem;height:36.79105rem;top:111.67675625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o4gmnhdWfDUT1TTLZWvlT8LC7BUhBNWO { width:20rem;height:4.798825rem;top:105.62841875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZn1MxVybW83sgMd97po2HkmD10HCHaH { width:20rem;height:3.19921875rem;top:149.71775625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3fu63vtMCR63BEg7r0Qyx3E7BepNTBW { width:20rem;height:41.5898rem;top:154.166975rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR { display:block; }#pRnsgbvPnvxlymtZb5chmvHkeT2h8wuR > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kns8LacuwR6LUNWy2yktyITh7Af3sVFP { width:20rem;height:18.6875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pop7Dl2sBNawB3G8GyvTpnD6IvJRvg18 { width:20rem;height:3rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADkSoi153WpzPBHel5mKO3RTNTmBMEfr { width:13.5rem;height:4.4375rem;top:1.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RNULJQFdALpLSQhxteBgsIxyrDHeCa { display:block; }#C5RNULJQFdALpLSQhxteBgsIxyrDHeCa > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwiULKryEfzOLCMbKbAsTbTJ81vUsXoM { top:2rem;left:0.9375rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQt8uqbDHMo3zr9xXfrv0Ml5JN4l1dS { display:block; }
 }@media only screen and (max-width: 763px) { #TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 { display:block; }#TJmewB4EyBL2ZHNewwMpRgW6a0RBJSF4 > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te860HSOG6bkdOss0JIXaxoydATz7V6e { width:13.5rem;height:4.4375rem;top:2.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcAZG0BbFK9Uk6WBnxb3SawIWzVMJxt { width:20rem;height:3rem;top:6.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEX5LJ70lrLUsRFgw8PC8PsP6Ph97p39 { width:20rem;height:73.5819875rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUx8SypMyGM1URefWTP1d5PZ9iNWNgag { width:13.375rem;height:3.375rem;top:86.0185546875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE { display:block; }#izHJuLMPVzCvWzQ5cvM0EoR1ZvdoQ9wE > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLHBCDwmNosSdfbTcVkDMbKGeMHRoV1A { width:20rem;height:22.09664375rem;top:2.01318359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 { display:block; }#n2fkxFbHlETk9QpFfOeLSDWkwdwuKRx4 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHUyLWT45KwW0vdOWehKuyHU8T2WPV6 { width:20rem;height:5.199225rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzkfCs0u1xsDZzJZHrZlkPHQW1UAiNt { width:20rem;height:11.0088125rem;top:18.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OayOVE36SAMWXXCqmlGwE8yw2EIP10SV { top:13.4580078125rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhETrdZWlpzTyX8ePbJrZXWEG25N7zUk { display:block; }
 }@media only screen and (max-width: 763px) { #LVsqebDQeyfwhvDxUi8OskhKqKI5a0IP { width:20rem;height:5.1875rem;top:6.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp { display:block; }#nzQk7n0U0tzVSRWvo7lZ8HsOGE0pG3Mp > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTMB9OgFreBADDiHBFQNQlJBninxGi9 { width:1.8125rem;height:2rem;top:0.65625rem;left:9.09375rem;z-index:15017;display:none; }
 }