.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,226,239;--color-primary-1:255,158,202;--color-primary-2:255,60,148;--color-primary-3:128,30,74;--color-primary-4:38,9,22;--color-secondary-0:218,226,225;--color-secondary-1:131,157,157;--color-secondary-2:7,59,58;--color-secondary-3:4,30,29;--color-secondary-4:1,9,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Berkshire Swash";--paragraphs-font-family:"Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container { background-color: transparent; background-image: none; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container > .video-iframe-container { display: none; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row > .video-iframe-container { display: none; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .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); }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container { border-width: 0; border-radius: 0; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container { font-size:0.875rem;font-family:"open sans";height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#MqtoWovWnUc97fKr14BlVlvkItO7klP3 { 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:3.6875rem;width:5.9375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#DtEzcFkIy8ZHr4Div5ehcpOS7dN6aExQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:67.0625rem;display:block; }
#IAe37TGdk4rrt3kAS0P3hK6WVua8iM2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg8qlUnT0ai6I66WTyxT7aFEZaZKDKrd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:33.187498092651rem;display:block; }
#OUlFUL3Qg9ZzfpZ7mAgfiziThtgq60iQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzaTLRSWrWfeZIFCgOnHVFa9UJfKLqJK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:58.062501907349rem;display:block; }
#GAiS7no1xyrBT27ZzIVvScXBED6JUFPZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nz9uLium2RKpEtKrxqU64VN21XJiNKa9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:49.812501907349rem;display:block; }
#DmQ05PJL59KIgnNhLeCXvl9IuU376Tyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfxWyBzbboKMTD4xLUMEl1ONdtwIf8ma { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:41.156251907349rem;display:block; }
#B1VQgWhBuMZVLuFNvK7PrZK2rkpkN6WZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVCll1f3pBiahil7yh3BRZ8EITADvVZL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:25.406251907349rem;display:block; }
#Ll8si6oTMw6V92GN2DvQaohT5lo0pyhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ { 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; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container { background-color: transparent; background-image: none; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container > .video-iframe-container { display: none; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row > .video-iframe-container { display: none; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .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); }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container { border-width: 0; border-radius: 0; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:6.25rem;width:75rem;overflow:visible;position:relative;display:none; }#opWl4BQF1viI8t9yz2wfRQE7QN9R4hF2 { 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:3.6875rem;width:5.9375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#wyaQ4h4kTRzoSZxJkv66liV4kZxoPfli { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:67.0625rem;display:block; }
#XN0Ep8ygr7kfWF7LnSQ4KKJdLXleoeLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUIrE12bBlHpaumTxSZ3hEXS3ysDsGAz { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.53125rem;left:9.8992195129394rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/65Vkb2y2/main_section_bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.adaptive-delivery-prevent-bg, #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.lazyload, #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.lazyloading { background-image: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { background-color: transparent; background-image: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container > .video-iframe-container { display: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row > .video-iframe-container { display: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .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); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { border-width: 0; border-radius: 0; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:75rem;position:relative;display:block; }#rGvwtLzV6Qg16704My3Q4XbxMnD5BTZQ { color:#7cc095;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:39.9375rem;height:5.85rem;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; }
#qyy4d91yQZ3yJySCQOtACf8GWXgxXmgZ { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:20.38671875rem;left:39.9375rem;height:3.6rem;display:block; }
#lUzUr9sFHZzM7q5nZh31OsQubuPw6I7t { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:26.41015625rem;left:39.9375rem;height:3.6rem;display:block; }
#LSMw643Uqv0gs2HpFKMTJAUhwMLbpw4I { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.1875rem;left:40rem;display:block; }
#UwD3kWWzdWX6gFGI8e5Kr5uggVToU2nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhqHEs1ewcuuKiUGb3rrRIBGyqbeltvK { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);box-shadow: none;height:21.125rem;width:37.8125rem;top:43.8125rem;left:18.53125rem;display:block; }
#lDRRKilvEPrC7WvEAqmk9HfFWvSsHeIR { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.8125rem;left:39.9375rem;height:3.6rem;display:block; }
#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS { position:relative;display:block; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS { background-color: transparent; background-image: none; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container > .video-iframe-container { display: none; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row > .video-iframe-container { display: none; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .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); }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS { border-width: 0; border-radius: 0; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #f4eea8;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uAQZFEcvNpzHGQEKl8rgeXk9whOHwkAI { 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:25.75rem;width:30rem;top:4.6875rem;left:3.75rem;overflow:hidden;display:block; }
#uFi54RPsvFJEadvMlS4h27nDAOMA18eq { color:#7cc095;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:37.5rem;height:5.85rem;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; }
#xJI5mnk4pwcL8E6afaP3Xlyxh2bDKSUi { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:37.5rem;height:8.999rem;display:block; }
#srN9qcV49U6ndd5JPvB8LoXr3O6avMgC { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:37.5rem;height:9rem;display:none; }
#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 { position:relative;display:block; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 { background-color: transparent; background-image: none; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row .container > .video-iframe-container { display: none; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row > .video-iframe-container { display: none; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .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); }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 { border-width: 0; border-radius: 0; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .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; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .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:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lhdTXHQ0bAiXnnNZoez75o5JxuIO0UHF { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.9375rem;left:0rem;height:17.9980625rem;display:block; }
#XWXsIXks5TStfqLJZ4kkuJUIBaSLmnW8 { color:#7cc095;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:8.7744375rem;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; }
#KkseMrbPAPRryDWxX1GEogVllcFuXOU6 { 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: none;height:31.25rem;width:17.625rem;top:5.21875rem;left:47.4375rem;overflow:hidden;display:block; }
#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe8de;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; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container { background-color: transparent; background-image: none; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container > .video-iframe-container { display: none; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row > .video-iframe-container { display: none; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .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); }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container { border-width: 0; border-radius: 0; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:block; }#g4Xg6lurzhl4RvCQc6J4x3IfrNiyW9KD { color:#7cc095;display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.0625rem;height:5.85rem;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; }
#g0Cwg9yEfURW7J8AGhcR0n9yUeLKCeWf { position:absolute;display:block;z-index:15005;background-color:#f4eea8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:15rem;width:15rem;top:5rem;left:30rem;display:block; }
#f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2 { position:absolute;display:block;z-index:15006;background-color:#f4eea8;background-image:url("https://images.assets-landingi.com/QvgOUBlF/photo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11rem;width:11rem;top:8.1875rem;left:32rem;display:block; }#f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2.adaptive-delivery-prevent-bg, #f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2.lazyload, #f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2.lazyloading { background-image: none; }
#FSamRbWMxX1hZgQ4r6InXOPNmuhk9hfT { color:rgba(var(--color-tertiary-3),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:27.1875rem;left:8.8125rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#qO1gmcVETqeytJigFniglXefA5vymQU7 { color:#7cc095;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V6O9SE50zDvscwSRehTPfZ5DSTBA8v3Q { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:42.25rem;left:0rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#daL7fxgJ9dwdNLC9FbxWal6BioFVDG3c { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:42.25rem;left:25.3125rem;height:14.39645rem;text-align:center;text-align-last:center;display:block; }
#ipq7PuSiWuK1Ka5qfSyHWIBNx2TJhhma { color:#7cc095;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40rem;left:25.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWf4VSZdKNbJdNz1w0kW2L3Jh8QF57Ot { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:42.25rem;left:50.625rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#Z8mc4avWoBowQD1Md360euFC2TfXWsuC { color:#7cc095;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40rem;left:50.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WpqJcwWMpSntOTBP1UuzOJGTpfbh4xzh { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5rem;width:5rem;top:33.1875rem;left:10rem;display:block; }
#A4hf6209dZJnQITKpWNn5At0ViWRkA26 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5rem;width:5rem;top:33.1875rem;left:35rem;display:block; }
#O00KonE0HXTD8h3V6fmxL6c7TTFg85bM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5rem;width:5rem;top:33.1875rem;left:60rem;display:block; }
#kMHmaNy0DKy3R0V1Qn2xTNpwZNiTyWly { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.125rem;top:33.937500953674rem;left:8.25rem;overflow:hidden;display:block; }
#qfZ6mUNtzA9Vrqa6mFA5ySHGbutxrSDE { 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:5.5rem;width:6.875rem;top:32.875rem;left:34.062501907349rem;overflow:hidden;display:block; }
#K01aIHmqCMqEnI6QfWRLcHrD34RqWI1o { position:absolute;display:block;z-index:15017;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.875rem;width:9.8125rem;top:33.96875rem;left:58.281248092651rem;overflow:hidden;display:block; }
#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container { background-color: transparent; background-image: none; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container > .video-iframe-container { display: none; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row > .video-iframe-container { display: none; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .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); }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container { border-width: 0; border-radius: 0; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#mDwK2F4P0UCevyGISd87CntTw5fbtkJt { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DNcX0dRNMz1lo4zELfOUf8cG4giF8xTB { color:rgba(var(--color-tertiary-3),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:34.8125rem;left:7.875rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#EemQh54ymlW6QkhHBGX18enPAt1G3Z86 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.25rem;left:32.9375rem;display:block; }
#TkwKQScqqrAAMUhRKazmyPIU8uDgHaEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWx5Z7LEtFNDFeRkEnbLLhJi54Khqweq { 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:25rem;width:25rem;top:9.0087890625rem;left:25rem;overflow:hidden;display:block; }
#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW { position:relative;display:block; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW { background-color: transparent; background-image: none; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row .container > .video-iframe-container { display: none; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row > .video-iframe-container { display: none; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .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); }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW { border-width: 0; border-radius: 0; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .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; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .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:44rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CWk6uGbyFGRz6NAJ99x2ZhThHDkpbrDW { color:#7cc095;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:37.5rem;height:2.925rem;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; }
#eKV7KbQxfsNbt1Nefo3NBe9ONBGKrPMT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:8.8125rem;left:37.5rem;overflow:hidden;display:block; }
#ArlDdVelVu2Iyr4BbL00k4ol8ekdorSh { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.162109375rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#T5zc4IrZqAGrUDXiRKtJLdHcKIVkuqaw { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:12.9375rem;left:40.625rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#XXVwdMrTMCcHZtPWtf0G1ythxT4XI3GM { 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: none;height:2.5rem;width:2.5rem;top:12.5625rem;left:37.5rem;overflow:hidden;display:block; }
#C1caOvvUThTICPbR6mGIQZMIXVddgboN { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:17.5625rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#Sxx2tMg7eShOtoFm3QLyRHewbkT0Obf5 { 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:2.5rem;width:2.5rem;top:17.1875rem;left:37.5rem;overflow:hidden;display:block; }
#sg9cMafTO3mPULmbknvMZ9TXtEgJlr1F { 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:2.5rem;width:2.5rem;top:20.625rem;left:37.5rem;overflow:hidden;display:block; }
#ePLDX0SgmQ46MmzsSiuiKpZhix7UBhLI { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:21rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#mcH0vx61HVCC4aZHqOhdcKRBZk9r1iq1 { 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:2.5rem;width:2.5rem;top:24.375rem;left:37.5rem;overflow:hidden;display:block; }
#TGGyQRhTBysQtbD4W0xGdAZi1V5xxgGz { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:24.75rem;left:40.625rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#UL36L6QLvWECMhZhKLXqOUi8knpaRGGR { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:29.375rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#egCONJCJyVQkLATET1ZZDpIJXkrTz7Sa { 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:2.5rem;width:2.5rem;top:29rem;left:37.5rem;overflow:hidden;display:block; }
#BV41750y1vTTJCVTiclPh48lvmqr2dtE { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:33.0625rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#c9dc5oJWQ29X8IpSXlSyLHbpcPc0X91k { 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:2.5rem;width:2.5rem;top:32.6875rem;left:37.5rem;overflow:hidden;display:block; }
#L31QloaHobK3gegTaQCM9Xbq9gumnFD7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:36.4375rem;left:37.5rem;overflow:hidden;display:block; }
#KiGTawP3Zf5qDM0PVZlAd6M1X86af67U { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:36.8125rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#kWT70PMHuadyaGLgCTJAx8wSwyzE955v { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:36.25rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container { background-color: transparent; background-image: none; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container > .video-iframe-container { display: none; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row > .video-iframe-container { display: none; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .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); }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container { border-width: 0; border-radius: 0; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ZSlamkBAyTTVNsWmPOfDNGtJFVDmzOTo { color:#7cc095;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:18.75rem;height:2.925rem;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; }
#kke3CCXIk3QQNizRnsisn9C7L3580PfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container { background-color: transparent; background-image: none; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container > .video-iframe-container { display: none; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row > .video-iframe-container { display: none; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .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); }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container { border-width: 0; border-radius: 0; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#OJiHr3S5cx43V7IrOySJvM3fDUHrO16e { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#fcUCyvfGr5kTLsCgXZ3Qrs5F73kpX6hQ { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#D48dk4z1tq79rxZRfNgSnAmM0hm9k4pv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:26.25rem;top:0rem;left:24.343536376953rem;overflow:hidden;display:block; }
#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container { background-color: transparent; background-image: none; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container > .video-iframe-container { display: none; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row > .video-iframe-container { display: none; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .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); }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container { border-width: 0; border-radius: 0; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#iL4A8Uva8ZPlTTe5XiPkDtU9dq5ks3tB { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#Twp7KX93JJSXo0fFf4fW0nkAAeDqpGQz { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#gvqJrzg1acFktWfX0MsL6iMkwiprlfiZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:26.125rem;top:0rem;left:24.436851501465rem;overflow:hidden;display:block; }
#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container { background-color: transparent; background-image: none; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container > .video-iframe-container { display: none; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row > .video-iframe-container { display: none; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .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); }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container { border-width: 0; border-radius: 0; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Fi3kH4Oe6TgL8TPCwfqLIurkRhilNDoF { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#enL6mQsmnyyOO8f0eDmiCefcKuaSBzVe { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#WU9tCBvCA3F6asWHk8uKqduMcJKEUXcE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:26.125rem;top:0rem;left:24.436851501465rem;overflow:hidden;display:block; }
#becFBneTvd33X7nkgms4eCAW62Cq50ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container { background-color: transparent; background-image: none; }#becFBneTvd33X7nkgms4eCAW62Cq50ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container > .video-iframe-container { display: none; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row > .video-iframe-container { display: none; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .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); }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container { border-width: 0; border-radius: 0; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#gGlwR6OT3ETekVaAA677nfzdubAoJTHx { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#UpKSwLVgudxJLTknfFTkxP9I6A1fOn7N { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #fbfbfb;border-left:0.0625rem solid #fbfbfb;border-right:0.0625rem solid #fbfbfb;border-bottom:0.0625rem solid #fbfbfb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#oyti3x0kH48m2aJqC0Tw5aqcL3y0QRJy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:26.0625rem;top:0rem;left:24.436851501465rem;overflow:hidden;display:block; }
#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container { background-color: transparent; background-image: none; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container > .video-iframe-container { display: none; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row > .video-iframe-container { display: none; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .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); }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container { border-width: 0; border-radius: 0; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J { position:relative;display:block; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J { background-color: transparent; background-image: none; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row .container > .video-iframe-container { display: none; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row > .video-iframe-container { display: none; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .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); }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J { border-width: 0; border-radius: 0; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .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; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .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:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZTV8aqJMTLEI8nhnts2ZMSKg1eoMgMeu { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.925rem;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; }
#ZN0zEePQIh2Q0r5pSR8qEvzpAsXhfnvc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.125rem;left:0rem;overflow:hidden;display:block; }
#uyoq4o7PlwfHtEPPHw1FDa10m2lPcKdT { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.474609375rem;left:3.125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#eL3o20GhKNJWpP5cCyTJBFWLxeIZo5Wt { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:7.8125rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#lX0fOpuKoGsNprC1tFQOrT52QBLwmDWX { 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: none;height:2.5rem;width:2.5rem;top:10.125rem;left:37.5rem;overflow:hidden;display:block; }
#uP5ElpN87lTInt1kKFuMpzMKtuvtkqVu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:10.5rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#cFz813sFFBU5RfTdvXgSmep3XsdnpmVa { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:15.1875rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#n2GnbJ9xD5DshdaqWAwqbioxDvMUAtLJ { 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:2.5rem;width:2.5rem;top:14.8125rem;left:0rem;overflow:hidden;display:block; }
#xHAkGbIetWqc3vX58srnNRVDlQ8hkuPl { 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:2.5rem;width:2.5rem;top:14.8125rem;left:37.5rem;overflow:hidden;display:block; }
#UyOxI7OgQL3NtpxPB8PBfx9aOEdRd6PD { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:15.125rem;left:3.125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#lIxhiUmWCtktiCyEA6Ln09OWPBlFV5WX { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:19.6875rem;left:40.625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#yT0vT4dMgthTeryOl2QWD5PKTQU5x5tB { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:19.625rem;left:3.125rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#lXMJe7W44lyGy2AeZLzeupftiyBtRPWW { 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:2.5rem;width:2.5rem;top:19.3125rem;left:37.5rem;overflow:hidden;display:block; }
#TdeWOFg3XJx2HiIRhVK7DWAy5eZu2QAT { 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:2.5rem;width:2.5rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA > .row .container { border-width: 0; border-radius: 0; }#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#PpRCmXHilLnkGZ5h98nXIbu6xTANgfk0 { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.925rem;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; }
#UhQyxESWGA85FTxeD6RbJF7TbkQTXLIc { 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:20.4375rem;width:14.3125rem;top:13.25rem;left:17.5rem;overflow:hidden;display:block; }
#zJpIsT6CBxCTfTbhnumkHcLV4J78q5vd { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:43.5rem;top:10.75rem;left:15.75rem;display:block; }
#LtvvzGONvpSnNamlA5rz1BiVUGMZg5Z0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:16.4375rem;left:34.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcyPghOIbO6kVWFMIJPZkveH75nrKesb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:18.0625rem;left:36.125001907349rem;height:4.8rem;text-align:center;text-align-last:center;display:block; }
#hRUbRCrT4tDLghIsgPRTquiQ13F5K7EF { color:#7cc095;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:34.4375rem;height:1.95rem;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; }
#LqusfEnz2w5yhVfmzZWiXRrpsoygsvWv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.75rem;left:40.5rem;display:block; }
#snq58xIqTugevUoR5PUZDUzA386O4Vhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SasBUDQePivskGNzcyUAlATys6x9LR42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container { background-color: transparent; background-image: none; }#SasBUDQePivskGNzcyUAlATys6x9LR42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container > .video-iframe-container { display: none; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row > .video-iframe-container { display: none; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .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); }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container { border-width: 0; border-radius: 0; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#GfDOhstapitOevFUQdanoTnRGvmWp9Vn { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:35.9375rem;top:9.375rem;left:0.71875rem;display:block; }
#mruJc9PGXDfRzcLrncHETfyeETmF1Apb { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:35.9375rem;top:9.375rem;left:38.218751907349rem;display:block; }
#I9ke3JpGFfHLqMvG8TE0GyDTNDx4W2Dd { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.0625rem;left:15.6875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLWx7TMintFqhplfdaX12e5ASa8Dy0pz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:16.6875rem;left:17.375rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#KyR2xuVkUdrEhkuXTtUgE4v44v2MZxGn { color:#7cc095;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.875rem;left:15.6875rem;height:1.95rem;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; }
#R06puemKvkrT7bMbOC9CEuK0dBNai4ie { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.625rem;left:21.75rem;display:block; }
#qxBTaErPTpPxThqezHnelfLcfnOJOcnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ccmez5GlEbFzesOGRJq10KUTgTZ3ICKK { 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:20.4375rem;width:14.3125rem;top:11.875rem;left:1.25rem;overflow:hidden;display:block; }
#aZ8GWTmliiIqvdT61sVzgrxCDqmNbf3Q { 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:20.5625rem;width:17.3125rem;top:11.780468702316rem;left:39.4375rem;overflow:hidden;display:block; }
#DzfdGTkZhxzOZKkKqbOMTprN8FlUVE6S { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5625rem;left:53.125001907349rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JynAedABZSEFzHHrloFAdIaQAt6eW4Hd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:14.1875rem;left:54.812498092651rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#nBdovvrPyKRCn0nBmN04ib20ttxDZ2S2 { color:#7cc095;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.1875rem;left:53.125001907349rem;height:1.95rem;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; }
#rI56HQPcAmEcAfhVamAUN2lgSSIo65PC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:59.187498092651rem;display:block; }
#mS5sIf50JMwA8iAOblPNlsgd71ai6GZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmJl59WUKxXhcHUhH8Xuo45WBnhouBrh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.512501001358rem;left:56.968748092651rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#ChSFanMUVEvtcVgNfwEumkeoEPvmG7bT { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.925rem;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; }
#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container { background-color: transparent; background-image: none; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container > .video-iframe-container { display: none; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row > .video-iframe-container { display: none; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .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); }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container { border-width: 0; border-radius: 0; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#KAHv8HeJ1qgiLCgFt8m96ISbgn5XihCT { color:#7cc095;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:18.75rem;height:2.925rem;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; }
#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container { background-color: transparent; background-image: none; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container > .video-iframe-container { display: none; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row > .video-iframe-container { display: none; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .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); }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container { border-width: 0; border-radius: 0; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#umO3XsWvFWTDoqc8lwA2P4cqpapGcNnL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.5rem;height:16.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLOii8TKWClX50qQyBsemAlmWkiCZmg4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5wGTZRlWMI1Jz99rrTHshKk80OxXSS0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:38.125rem;overflow:hidden;display:block; }
#iOB4dFCZNf9LVMdhUTd4SlM90xoUoHhF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:34.375rem;overflow:hidden;display:block; }
#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container { background-color: transparent; background-image: none; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container > .video-iframe-container { display: none; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row > .video-iframe-container { display: none; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .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); }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container { border-width: 0; border-radius: 0; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#SBgmr9HdrKPFTvhHN7KrFiVeC2pLpAcl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.5rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqLteOlp2MWJhnxT3G6u991WI7UNAaP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uw8nMtTDaKwB6onHsgpcIr6CTb3m57xm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:38.125rem;overflow:hidden;display:block; }
#BGeW3RJXhIH1nCI0F8fzLEi4dXmJqdo6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:34.375rem;overflow:hidden;display:block; }
#I696rZzdGry6AdPXnt7biuIT7LcDq4As { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container { background-color: transparent; background-image: none; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container > .video-iframe-container { display: none; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row > .video-iframe-container { display: none; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .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); }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container { border-width: 0; border-radius: 0; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#Ln3sapHM5iXUIfRLoGy8TUnv3NbTsm1l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.5rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG27CHi6QFVdFcweWhSLR45B3aV1516Q { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXttWCG5Q3IH8OTiUFUlMa7TVLT4z1wW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:38.125rem;overflow:hidden;display:block; }
#buFWBCuaIwqnNcQcithzSnCngMIPJda9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:34.375rem;overflow:hidden;display:block; }
#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container { background-color: transparent; background-image: none; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container > .video-iframe-container { display: none; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row > .video-iframe-container { display: none; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .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); }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container { border-width: 0; border-radius: 0; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#TDTQXikN4INAL9nrBXRfziHbXMqr8EuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.5rem;height:14.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsbkBpf7is3WWrUNv4Sp3mgyHMVn8y4p { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbGgSLZ1oI4vZUrUbBybFx2Pub8V3ICf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:38.125rem;overflow:hidden;display:block; }
#k4BTnVgz31ymElT5b76S0k1ieEpD157a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:34.375rem;overflow:hidden;display:block; }
#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container { background-color: transparent; background-image: none; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container > .video-iframe-container { display: none; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row > .video-iframe-container { display: none; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .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); }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container { border-width: 0; border-radius: 0; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#xsoKN6xmIEBpLi7VxavRMKO8MSgLMhr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.5rem;height:14.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJzcQiOlGLkQhOVTT1bWHqPDGFxcoLdS { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaToTQHgBACkJEWM8AnkTLGtncCXcpaq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:38.125rem;overflow:hidden;display:block; }
#C2dS1qu5oO6kl9BXZNToNkbf2ARfMGtT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:34.375rem;overflow:hidden;display:block; }
#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container { background-color: transparent; background-image: none; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container > .video-iframe-container { display: none; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row > .video-iframe-container { display: none; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .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); }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container { border-width: 0; border-radius: 0; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH { position:relative;display:block; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH { background-color: transparent; background-image: none; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row .container > .video-iframe-container { display: none; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row > .video-iframe-container { display: none; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .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); }#N17VqICq1tuUyphooN6NIR7DeA14XAoH { border-width: 0; border-radius: 0; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .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; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#un63xDyKfnXZWpwSeeR90TlwW1m3yyxs { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z1mvP6LOyNlpSalvI1OxSUKKmQgetKrA { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.125rem;left:12.125rem;height:8.99903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn { 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; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container { background-color: transparent; background-image: none; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container > .video-iframe-container { display: none; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row > .video-iframe-container { display: none; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .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); }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container { border-width: 0; border-radius: 0; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#l27NMHQG2JOV1rw80HOvpQw21JlEzFcu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:58.5625rem;top:5.0742191672325rem;left:8.21875rem;display:block; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-form-header {  }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-regular-label { height:auto;display:block;font-family:"commuters sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:53.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:53.4375rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:53.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:53.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"commuters sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.6875rem;margin-bottom:0.25rem;margin-left:10.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:32.0625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:52.1875rem;overflow:hidden;font-style:normal;float:none; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"commuters sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-container:first-of-type{padding-top:0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-container:last-of-type{padding-bottom:0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:9.53125rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:53.4375rem;display:block;vertical-align:top; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 {display:block;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:9.53125rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #xlhQM7T29JDZdszNMcdQx3F2uu5K5mEN { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #HxwZSqItgQJTSpfitHu1MgKook8PW4qM { position:relative;display:none; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #x7vcefUnd0zwxPIbZTRJ23knCQIXsvMt { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #zKr3490xN5lrdLV4JhnuSl1kNei1NafI { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #k7WTKzBN5wZpWL84SXqV0gkR2xQ3HAIg { position:relative;display:none; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #NwuUtAsWKA5Ti4R00lZR0SIuELtLJT2M { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #AkuwqvBAvhVkWWiZNwtRJR4rJrqI47qr { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #ofT1WM16EnNxOTuccUqoLXfgvIpLIgXi { position:relative;z-index:2; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #w8OlnVZSuhIx8Vxet60cwi6i6JZUe9o2 { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #kbdteTJZHFg5D8vwnyiEJmTs444xFEIU { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #tSRmTmGFtecVNwVFsWkCe9FK0RWtHuKu { position:relative; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #hxA74hlunO1MVEzsTLXHkp07Ew6aQbiU { position:relative;display:block;z-index:15000; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #RwlQMCVo5OyDxwTzK1TPofpRRIONppED { position:relative;display:block;z-index:15000; }
#Cu7QLHuJ678J0X5wyWDK508mlu7cy14B { color:#7cc095;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:23.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm { position:relative;display:block; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm { background-color: transparent; background-image: none; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row .container > .video-iframe-container { display: none; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row > .video-iframe-container { display: none; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .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); }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm { border-width: 0; border-radius: 0; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .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; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yu7I5oSq8fFiKlW49XMpRQJB1Vb1IDn5 { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.925rem;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; }
#LGhEZfvgFmrUIuC6e9BV4kcyRdtISMUA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:19.5rem;top:8.8623046875rem;left:27.75rem;overflow:hidden;display:block; }
#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;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; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container { background-color: transparent; background-image: none; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container > .video-iframe-container { display: none; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row > .video-iframe-container { display: none; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .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); }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container { border-width: 0; border-radius: 0; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#h5FaTEt0a6SPZLlN8Fri9LWWZLAVdxyh { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.925rem;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; }
#MG4OocxGqs57Zxp1sUWfJ4vrORIrpnZF { 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: none;height:6.25rem;width:10.125rem;top:5rem;left:32.4375rem;overflow:hidden;display:block; }
#C4o1hv2xhbNpiHBPPc33H9wtmsV4XbBh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:16rem;left:12.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI { position:relative;display:block; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI { background-color: transparent; background-image: none; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row .container > .video-iframe-container { display: none; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row > .video-iframe-container { display: none; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .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); }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI { border-width: 0; border-radius: 0; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .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; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LCtX4u11mHG1QnVQ2R5JTTsV32pWLn4u { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.925rem;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; }
#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw { 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; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container { background-color: transparent; background-image: none; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container > .video-iframe-container { display: none; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row > .video-iframe-container { display: none; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .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); }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container { border-width: 0; border-radius: 0; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#oPcRom8yDodKgOXyyZtxdKxL4A2TcCK9 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#EGfMRutUKey6242U9KwxE9ai15hL50od { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#WyFGK2EgNqgogX3qMSeuAVWUtnFBvEhu { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t { 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; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container { background-color: transparent; background-image: none; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container > .video-iframe-container { display: none; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row > .video-iframe-container { display: none; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .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); }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container { border-width: 0; border-radius: 0; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#i6dN4qXv6UhAs0E29SXUfiBT69Hf39HW { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH { 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; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container { background-color: transparent; background-image: none; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container > .video-iframe-container { display: none; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row > .video-iframe-container { display: none; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .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); }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container { border-width: 0; border-radius: 0; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#T0LrBlL1x4IioGIun5pDqag0Bm2J2TdB { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#C6zUcd8DMpuZ3sFlGZKSEJw4e384VLPf { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#S2PzCA0IQ7FpldHHFKdSw16J19Rc2v9z { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP { 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; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container { background-color: transparent; background-image: none; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container > .video-iframe-container { display: none; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row > .video-iframe-container { display: none; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .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); }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container { border-width: 0; border-radius: 0; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#X4qQTMdDTZFwswI9XPn5mc2WJ0l6SBX1 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;display:block; }
#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ { 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; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container { background-color: transparent; background-image: none; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container > .video-iframe-container { display: none; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row > .video-iframe-container { display: none; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .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); }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container { border-width: 0; border-radius: 0; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#EfpVTWD6eeh6M51JAClx5tNaAEhTl7u2 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#xte0QbDtotdBJzMu6IZTU1ZHTs9h4Z6J { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#txXkicZ505aGXuyGaXJPfxqTzEpzUy8Q { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk { 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; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container { background-color: transparent; background-image: none; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container > .video-iframe-container { display: none; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row > .video-iframe-container { display: none; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .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); }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container { border-width: 0; border-radius: 0; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#BrhP27g69RLpGG3JXHppGPAxZv49VeMQ { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZmHfSmobcIya9798fs7pCfp7HwR21Ja { 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; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container { background-color: transparent; background-image: none; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container > .video-iframe-container { display: none; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row > .video-iframe-container { display: none; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .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); }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container { border-width: 0; border-radius: 0; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#nSMBt84sKiE4lZiaWJ9eT4MvnLlO9pd3 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#DtEgmV7wLKtx6mAT7voxeXTbTthT8k7a { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#Hh7T1CSXrnHtR9qFx4LTTPKJfyUw229X { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu { 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; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container { background-color: transparent; background-image: none; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container > .video-iframe-container { display: none; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row > .video-iframe-container { display: none; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .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); }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container { border-width: 0; border-radius: 0; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#AleCcAAQZBDeRZXmZFSSlXSphkANNH2Z { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L { 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; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container { background-color: transparent; background-image: none; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container > .video-iframe-container { display: none; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row > .video-iframe-container { display: none; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .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); }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container { border-width: 0; border-radius: 0; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#brD0KablT075pffLBo6Rlmw3TcTVTnRs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#MM0oG1OVndVm3bHRJS2Xo9EbDo5DlE9e { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#qUAG66DTbSdLg8duEG9IofeDvG0CclKo { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#GmWObG3ShbAKoc6RdohFaGqFiywZekub { 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; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container { background-color: transparent; background-image: none; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container > .video-iframe-container { display: none; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row > .video-iframe-container { display: none; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .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); }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container { border-width: 0; border-radius: 0; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#FkuLh9QqhtfkUIku2rfi1iTsBXWh8FAw { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 { 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; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container { background-color: transparent; background-image: none; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container > .video-iframe-container { display: none; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row > .video-iframe-container { display: none; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .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); }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container { border-width: 0; border-radius: 0; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#AMrXem4Dy6idC4aT78X1DPWAFqCR5CXm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#idneGxxeGXbqUt4eZ5p821UpcWoO8Z0H { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#o5tsAK1mXTepIaC6vKsfzB5cuTOPmARV { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#faqxMUJTeic4JJsalChVnHVSLKa4BHzz { 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; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container { background-color: transparent; background-image: none; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container > .video-iframe-container { display: none; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row > .video-iframe-container { display: none; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .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); }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container { border-width: 0; border-radius: 0; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#SlcUPtKEDiTCrFRLR2qMpGrgk3szmu9s { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOTATzd2o89V2OGKagmxlQVPhlf765Dt { 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; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container { background-color: transparent; background-image: none; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container > .video-iframe-container { display: none; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row > .video-iframe-container { display: none; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .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); }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container { border-width: 0; border-radius: 0; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#fQLTmTSO9TLD5Sw1Ue9BZyRTe2ISTzS2 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#llnaHtBtQceDpEfpBQ9BtEwn1QpRHf3O { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#WHODPLdMqDaItKtqEbciwccX4vQJSW6V { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP { 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; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container { background-color: transparent; background-image: none; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container > .video-iframe-container { display: none; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row > .video-iframe-container { display: none; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .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); }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container { border-width: 0; border-radius: 0; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#FHbicW0xmSLix9AqVcIQykSrms5ONRiZ { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv { 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; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container { background-color: transparent; background-image: none; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container > .video-iframe-container { display: none; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row > .video-iframe-container { display: none; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .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); }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container { border-width: 0; border-radius: 0; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#KUI9TbbZSuhyXMPLqNKws9K8DRMcvmEy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#nh88LBz9bh1GNDPVwh6MQyXLQoiokFlp { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#GsiJypbkMGrDWsyLAXwTT5fMgzaWbnnA { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo { 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; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container { background-color: transparent; background-image: none; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container > .video-iframe-container { display: none; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row > .video-iframe-container { display: none; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .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); }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container { border-width: 0; border-radius: 0; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#Fkv4wRhgiXOiGTToumc9B1T8CHs0PutH { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT { 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; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container { background-color: transparent; background-image: none; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container > .video-iframe-container { display: none; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row > .video-iframe-container { display: none; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .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); }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container { border-width: 0; border-radius: 0; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#EHfuWNlsDcLfgkWJ16PZnMbnmVLSMpcc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#W088gUq0SzC7RnFRh0KZnqoEHXcF3Z1q { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#xL0bc3EMVs85riVCqmiqZ1lFdCHRG8Kq { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#C30Div98lhKndK84BbgFtyal48kz5Tk1 { 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; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container { background-color: transparent; background-image: none; }#C30Div98lhKndK84BbgFtyal48kz5Tk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container > .video-iframe-container { display: none; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row > .video-iframe-container { display: none; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .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); }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container { border-width: 0; border-radius: 0; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#nmUsNwINgawrPVCohsTHI1BXX6tOc4hP { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m { 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; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container { background-color: transparent; background-image: none; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container > .video-iframe-container { display: none; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row > .video-iframe-container { display: none; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .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); }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container { border-width: 0; border-radius: 0; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#cJMIsstTRTtoztuJ4iPLRfH8KQ9ZDTyd { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#Ayi8bVv8Pk6QdTBqgDb5u2yFGhMVPhwF { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#opDfsPZ5d4cLaHAqkgcOxN8XHvr1m0ws { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#oTaewb60GL1RfR6xv9uLrJZJJuxFilER { 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; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container { background-color: transparent; background-image: none; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container > .video-iframe-container { display: none; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row > .video-iframe-container { display: none; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .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); }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container { border-width: 0; border-radius: 0; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#WlGyyh5nAlTmkgCJ9Tcwxdwtb9WsR7xK { color:rgba(var(--color-tertiary-3),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv { 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; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container { background-color: transparent; background-image: none; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container > .video-iframe-container { display: none; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row > .video-iframe-container { display: none; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .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); }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container { border-width: 0; border-radius: 0; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#tEITdaS1pUb47EgpAuvdZJ1UVHtwPiTn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#XoSebX381pm8hR8ALCP7KaIpe3rv5TeI { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#Hln9ZBrrXSs96TBNa2wD58Nb7FuxzD2w { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv { 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; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container { background-color: transparent; background-image: none; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container > .video-iframe-container { display: none; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row > .video-iframe-container { display: none; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .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); }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container { border-width: 0; border-radius: 0; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#UdCnhEETH8TkrBNVrEgtHTZAJoDH8T56 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB { 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; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container { background-color: transparent; background-image: none; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container > .video-iframe-container { display: none; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row > .video-iframe-container { display: none; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .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); }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container { border-width: 0; border-radius: 0; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#WoRLcy4hmbhu2dEVyVXwZIyupJRF5u69 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#l8TDr4MdvhAPqU02Dvs4gTw6nTIWl6C1 { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#gkiw1hvff86FztsO9ZmBMaxhypZxrLy9 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 { 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; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container { background-color: transparent; background-image: none; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container > .video-iframe-container { display: none; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row > .video-iframe-container { display: none; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .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); }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container { border-width: 0; border-radius: 0; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#HXKq1VPN039IXknfThlh4KxwOMK52KiS { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P { 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; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container { background-color: transparent; background-image: none; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container > .video-iframe-container { display: none; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row > .video-iframe-container { display: none; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .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); }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container { border-width: 0; border-radius: 0; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#NVbpSAz7Iwg4igyoJPZfLcc2Bm7n5ip6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#ttSBZqyInJCLJMJZ1KTCwlTFVzr9dzEK { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#DM0pFbbWEBvRxca7BXW0SoSt2uN9zidg { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag { 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; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container { background-color: transparent; background-image: none; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container > .video-iframe-container { display: none; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row > .video-iframe-container { display: none; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .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); }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container { border-width: 0; border-radius: 0; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#QyTgAB3DuiHyMoG1WNDeIcKgMWT2OOif { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 { 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; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container { background-color: transparent; background-image: none; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container > .video-iframe-container { display: none; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row > .video-iframe-container { display: none; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .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); }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container { border-width: 0; border-radius: 0; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#qGVy3ZnL9xhi1T5nlIT6cyml0LARzkeE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#c1InlhfibyCrTpuc6tyFFpDf4gBm5TId { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#oGaJF1OV6tMbZqmnnxZQmETmEAxbaan0 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 { 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; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container { background-color: transparent; background-image: none; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container > .video-iframe-container { display: none; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row > .video-iframe-container { display: none; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .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); }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container { border-width: 0; border-radius: 0; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#LzLSu5tl8gBCm8BEfmKIVO0hSAgDSTSk { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:7.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez { 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; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container { background-color: transparent; background-image: none; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container > .video-iframe-container { display: none; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row > .video-iframe-container { display: none; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .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); }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container { border-width: 0; border-radius: 0; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#QQ9NX1vPIeh29WoBGXtnTIqTkeNbP3XL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#McNuahWSTowotd5EreFEALeuQvTWSXSg { color:rgba(var(--color-secondary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.0625rem;height:2.6rem;font-style:normal;display:block; }
#p7FTbBu75AT2ymmUSyB8tZ1wwKy6QeT2 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 { 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; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container { background-color: transparent; background-image: none; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container > .video-iframe-container { display: none; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row > .video-iframe-container { display: none; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .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); }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container { border-width: 0; border-radius: 0; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#BLMDhDlZ2zvAJWtGlmaIvSifmHCqXyai { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:7.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btJoA2lz7X77wwKdCyDeK55XvMgI04eM { 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; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container { background-color: transparent; background-image: none; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container > .video-iframe-container { display: none; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row > .video-iframe-container { display: none; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .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); }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container { border-width: 0; border-radius: 0; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#oao6VT76NB3TFSxd5F2lHpysv4z9LIDU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#pD4WgudZyZ1i7vn9xbDLFa7syt6g2aD9 { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#tLc87EdCFnaRetseu5Td5oyWKIws6UbD { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp { 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; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container { background-color: transparent; background-image: none; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container > .video-iframe-container { display: none; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row > .video-iframe-container { display: none; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .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); }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container { border-width: 0; border-radius: 0; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#k6M62KNIiEuhf1XpgkgTIFciMD2tbiNZ { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu { 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; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container { background-color: transparent; background-image: none; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container > .video-iframe-container { display: none; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row > .video-iframe-container { display: none; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .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); }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container { border-width: 0; border-radius: 0; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#bVTLVOHfaKSfSE3x7c2lp5LL4CU3HU1J { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#d2p2XBerPo4oGuZf0xVcmClwoTKqhlK6 { color:rgba(var(--color-secondary-2),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#z9TvvvR3aPsSWPUbgRoC1u7W2fTxkcwA { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE { 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; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container { background-color: transparent; background-image: none; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container > .video-iframe-container { display: none; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row > .video-iframe-container { display: none; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .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); }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container { border-width: 0; border-radius: 0; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#QvxtvOrzRngsHyBW5pdFlNeCWGNdbJAU { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu { 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; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container { background-color: transparent; background-image: none; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container > .video-iframe-container { display: none; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row > .video-iframe-container { display: none; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .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); }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container { border-width: 0; border-radius: 0; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#ZMy6Tm6tJ71Hzx9Gbzn0tF3st7PNwglw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#UHMymtb7IByGN1OK56U9i9RiUMU5HKL6 { color:rgba(var(--color-secondary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.0625rem;height:1.3rem;font-style:normal;display:block; }
#WtFPSqkJn0H7Qh2rpAD6a8NtEHFGWQPO { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 { 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; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container { background-color: transparent; background-image: none; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container > .video-iframe-container { display: none; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row > .video-iframe-container { display: none; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .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); }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container { border-width: 0; border-radius: 0; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#pDmMRgHTepg06K5tv0lwXb4q9TMVaQts { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp { 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; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container { background-color: transparent; background-image: none; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container > .video-iframe-container { display: none; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row > .video-iframe-container { display: none; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .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); }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container { border-width: 0; border-radius: 0; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#rBEkOByWKGOtcp5QAABryKpmlHAnkPb0 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #c6d2d1;border-left:0.0625rem solid #c6d2d1;border-right:0.0625rem solid #c6d2d1;border-bottom:0.0625rem solid #c6d2d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:60rem;top:0rem;left:7.4375rem;display:block; }
#axD8hvtsSGBoMavcA2C5Dged1V2ePACG { color:rgba(var(--color-secondary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.0625rem;height:2.6rem;font-style:normal;display:block; }
#SDtsh2kggrprCILFxZGTv8yMfwcwxXuf { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.6875rem;left:65.125rem;display:block; }
#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu { 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; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container { background-color: transparent; background-image: none; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container > .video-iframe-container { display: none; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row > .video-iframe-container { display: none; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .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); }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container { border-width: 0; border-radius: 0; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#V3b3KhWefRWiVRvq596CoPRbzbrEDel8 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.125rem;height:19.4970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P { position:relative;display:block; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P { background-color: transparent; background-image: none; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row .container > .video-iframe-container { display: none; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row > .video-iframe-container { display: none; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .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); }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P { border-width: 0; border-radius: 0; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .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; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .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:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x2HIoRVfiTd3v7xTGUsg9zCwOX7fxPhF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5rem;left:32.9375rem;display:block; }
#ufXnKpOTIC6TFDotiTZ2IDkQQ1kJdT9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKFOm704FazqpkfEnSrE5CuSLokh6bQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0ede2;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; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container { background-color: transparent; background-image: none; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container > .video-iframe-container { display: none; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row > .video-iframe-container { display: none; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .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); }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container { border-width: 0; border-radius: 0; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#QCSnM1A1Ki8GKSq5KzwloBspnP5dBcdV { color:#7cc095;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.925rem;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; }
#dxTF2NZryPacueqZxPunk3zu004M9mVF { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:8.5rem;left:12.125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PO89Kv0Z21ldlegA5ftvCqoPifDnMdxz { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:11rem;left:12.125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeRDIX8ZmId3wwl3WLt4recOa4M4z0K6 { position:absolute;display:block;z-index:15011;height:3.8125rem;width:3.8125rem;top:3.875rem;left:4.78125rem;display:block; }
#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container { background-color: transparent; background-image: none; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container > .video-iframe-container { display: none; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row > .video-iframe-container { display: none; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .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); }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container { border-width: 0; border-radius: 0; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TMksom1U7ZAwPm6a2sqq3ln7fFok9CMO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:1.25rem;left:0rem;height:4.1997rem;font-style:normal;display:block; }
#doTqXuUAbJwUbwaNMRNwSo8B2F2chTPD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.8125rem;left:31.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eo2HZaKxGXRKxWOCneXO6grQEMJZiUwk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.8125rem;left:59.0625rem;height:2.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK { display:block; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqtoWovWnUc97fKr14BlVlvkItO7klP3 { width:5.9375rem;height:3.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEzcFkIy8ZHr4Div5ehcpOS7dN6aExQ { width:7.9375rem;height:3.125rem;top:1.5625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAe37TGdk4rrt3kAS0P3hK6WVua8iM2e { display:block; }
 }@media only screen and (max-width: 763px) { #lg8qlUnT0ai6I66WTyxT7aFEZaZKDKrd { width:8.9375rem;height:3.125rem;top:1.5625rem;left:19.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUlFUL3Qg9ZzfpZ7mAgfiziThtgq60iQ { display:block; }
 }@media only screen and (max-width: 763px) { #NzaTLRSWrWfeZIFCgOnHVFa9UJfKLqJK { width:8.9375rem;height:3.125rem;top:1.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAiS7no1xyrBT27ZzIVvScXBED6JUFPZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nz9uLium2RKpEtKrxqU64VN21XJiNKa9 { width:8.9375rem;height:3.125rem;top:1.5625rem;left:36.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmQ05PJL59KIgnNhLeCXvl9IuU376Tyw { display:block; }
 }@media only screen and (max-width: 763px) { #DfxWyBzbboKMTD4xLUMEl1ONdtwIf8ma { width:8.9375rem;height:3.125rem;top:1.5625rem;left:27.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1VQgWhBuMZVLuFNvK7PrZK2rkpkN6WZ { display:block; }
 }@media only screen and (max-width: 763px) { #vVCll1f3pBiahil7yh3BRZ8EITADvVZL { width:8.9375rem;height:3.125rem;top:1.5625rem;left:11.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll8si6oTMw6V92GN2DvQaohT5lo0pyhC { display:block; }
 }@media only screen and (max-width: 763px) { #KID0NZC8av7CCnx8IW21gOsGPKAESMXZ { display:block; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opWl4BQF1viI8t9yz2wfRQE7QN9R4hF2 { width:5.9375rem;height:3.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyaQ4h4kTRzoSZxJkv66liV4kZxoPfli { width:7.9375rem;height:3.125rem;top:1.5625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0Ep8ygr7kfWF7LnSQ4KKJdLXleoeLR { display:block; }
 }@media only screen and (max-width: 763px) { #RUIrE12bBlHpaumTxSZ3hEXS3ysDsGAz { width:35.125rem;height:3.1875rem;top:1.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L { display:block; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGvwtLzV6Qg16704My3Q4XbxMnD5BTZQ { width:35.0625rem;height:5.8125rem;top:5.3125rem;left:12.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyy4d91yQZ3yJySCQOtACf8GWXgxXmgZ { width:35.0625rem;height:5.375rem;top:20.375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUzUr9sFHZzM7q5nZh31OsQubuPw6I7t { width:35.0625rem;height:5.375rem;top:26.375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSMw643Uqv0gs2HpFKMTJAUhwMLbpw4I { width:9.125rem;height:3.75rem;top:33.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwD3kWWzdWX6gFGI8e5Kr5uggVToU2nT { display:block; }
 }@media only screen and (max-width: 763px) { #BhqHEs1ewcuuKiUGb3rrRIBGyqbeltvK { width:37.8125rem;height:21.125rem;top:43.8125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDRRKilvEPrC7WvEAqmk9HfFWvSsHeIR { width:35.0625rem;height:3.5625rem;top:14.8125rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS { display:block; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAQZFEcvNpzHGQEKl8rgeXk9whOHwkAI { width:30rem;height:25.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFi54RPsvFJEadvMlS4h27nDAOMA18eq { width:37.5rem;height:5.8125rem;top:9.4375rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJI5mnk4pwcL8E6afaP3Xlyxh2bDKSUi { width:37.5rem;height:8.9375rem;top:16.8125rem;left:10.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #srN9qcV49U6ndd5JPvB8LoXr3O6avMgC { width:20rem;height:11.1875rem;top:25.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 { display:block; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhdTXHQ0bAiXnnNZoez75o5JxuIO0UHF { width:37.5rem;height:21.5625rem;top:14.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWXsIXks5TStfqLJZ4kkuJUIBaSLmnW8 { width:37.5rem;height:8.75rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkseMrbPAPRryDWxX1GEogVllcFuXOU6 { width:17.625rem;height:31.25rem;top:5.1875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV { display:block; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4Xg6lurzhl4RvCQc6J4x3IfrNiyW9KD { width:47.75rem;height:;top:20.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Cwg9yEfURW7J8AGhcR0n9yUeLKCeWf { width:15rem;height:15rem;top:5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2 { width:11rem;height:11rem;top:8.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSamRbWMxX1hZgQ4r6InXOPNmuhk9hfT { width:47.75rem;height:1.75rem;top:27.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1gmcVETqeytJigFniglXefA5vymQU7 { width:24.375rem;height:1.4375rem;top:40rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6O9SE50zDvscwSRehTPfZ5DSTBA8v3Q { width:24.375rem;height:12.75rem;top:42.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daL7fxgJ9dwdNLC9FbxWal6BioFVDG3c { width:24.375rem;height:19.1875rem;top:42.25rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipq7PuSiWuK1Ka5qfSyHWIBNx2TJhhma { width:24.375rem;height:1.4375rem;top:40rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWf4VSZdKNbJdNz1w0kW2L3Jh8QF57Ot { width:24.375rem;height:11.1875rem;top:42.25rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8mc4avWoBowQD1Md360euFC2TfXWsuC { width:24.375rem;height:1.4375rem;top:40rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpqJcwWMpSntOTBP1UuzOJGTpfbh4xzh { width:5rem;height:5rem;top:33.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4hf6209dZJnQITKpWNn5At0ViWRkA26 { width:5rem;height:5rem;top:33.1875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O00KonE0HXTD8h3V6fmxL6c7TTFg85bM { width:5rem;height:5rem;top:33.1875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHmaNy0DKy3R0V1Qn2xTNpwZNiTyWly { width:8.125rem;height:3.875rem;top:33.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfZ6mUNtzA9Vrqa6mFA5ySHGbutxrSDE { width:6.875rem;height:5.5rem;top:32.875rem;left:20.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #K01aIHmqCMqEnI6QfWRLcHrD34RqWI1o { width:9.8125rem;height:4.875rem;top:33.9375rem;left:35.468748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs { display:block; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDwK2F4P0UCevyGISd87CntTw5fbtkJt { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNcX0dRNMz1lo4zELfOUf8cG4giF8xTB { width:47.75rem;height:5.375rem;top:34.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EemQh54ymlW6QkhHBGX18enPAt1G3Z86 { width:9.125rem;height:3.75rem;top:42.25rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwKQScqqrAAMUhRKazmyPIU8uDgHaEF { display:block; }
 }@media only screen and (max-width: 763px) { #bWx5Z7LEtFNDFeRkEnbLLhJi54Khqweq { width:25rem;height:25rem;top:9rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW { display:block; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWk6uGbyFGRz6NAJ99x2ZhThHDkpbrDW { width:37.5rem;height:2.875rem;top:5rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKV7KbQxfsNbt1Nefo3NBe9ONBGKrPMT { width:2.5rem;height:2.5rem;top:8.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlDdVelVu2Iyr4BbL00k4ol8ekdorSh { width:34.375rem;height:1.8125rem;top:9.125rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zc4IrZqAGrUDXiRKtJLdHcKIVkuqaw { width:34.375rem;height:3.5625rem;top:12.9375rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXVwdMrTMCcHZtPWtf0G1ythxT4XI3GM { width:2.5rem;height:2.5rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1caOvvUThTICPbR6mGIQZMIXVddgboN { width:34.375rem;height:1.75rem;top:17.5625rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxx2tMg7eShOtoFm3QLyRHewbkT0Obf5 { width:2.5rem;height:2.5rem;top:17.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9cMafTO3mPULmbknvMZ9TXtEgJlr1F { width:2.5rem;height:2.5rem;top:20.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLDX0SgmQ46MmzsSiuiKpZhix7UBhLI { width:34.375rem;height:1.75rem;top:21rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcH0vx61HVCC4aZHqOhdcKRBZk9r1iq1 { width:2.5rem;height:2.5rem;top:24.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGGyQRhTBysQtbD4W0xGdAZi1V5xxgGz { width:34.375rem;height:3.5625rem;top:24.75rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL36L6QLvWECMhZhKLXqOUi8knpaRGGR { width:34.375rem;height:1.75rem;top:29.375rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egCONJCJyVQkLATET1ZZDpIJXkrTz7Sa { width:2.5rem;height:2.5rem;top:29rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV41750y1vTTJCVTiclPh48lvmqr2dtE { width:34.375rem;height:1.75rem;top:33.0625rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dc5oJWQ29X8IpSXlSyLHbpcPc0X91k { width:2.5rem;height:2.5rem;top:32.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L31QloaHobK3gegTaQCM9Xbq9gumnFD7 { width:2.5rem;height:2.5rem;top:36.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiGTawP3Zf5qDM0PVZlAd6M1X86af67U { width:34.375rem;height:1.75rem;top:36.75rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWT70PMHuadyaGLgCTJAx8wSwyzE955v { width:36.25rem;height:28.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw { display:block; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSlamkBAyTTVNsWmPOfDNGtJFVDmzOTo { width:37.5rem;height:;top:5rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kke3CCXIk3QQNizRnsisn9C7L3580PfV { display:block; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJiHr3S5cx43V7IrOySJvM3fDUHrO16e { width:2.5rem;height:2.5rem;top:33.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUCyvfGr5kTLsCgXZ3Qrs5F73kpX6hQ { width:2.5rem;height:2.5rem;top:33.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D48dk4z1tq79rxZRfNgSnAmM0hm9k4pv { width:26.25rem;height:37.5rem;top:0rem;left:10.718536376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH { display:block; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4A8Uva8ZPlTTe5XiPkDtU9dq5ks3tB { width:2.5rem;height:2.5rem;top:33.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twp7KX93JJSXo0fFf4fW0nkAAeDqpGQz { width:2.5rem;height:2.5rem;top:33.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvqJrzg1acFktWfX0MsL6iMkwiprlfiZ { width:26.125rem;height:37.375rem;top:0rem;left:10.811851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ { display:block; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi3kH4Oe6TgL8TPCwfqLIurkRhilNDoF { width:2.5rem;height:2.5rem;top:33.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enL6mQsmnyyOO8f0eDmiCefcKuaSBzVe { width:2.5rem;height:2.5rem;top:33.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9tCBvCA3F6asWHk8uKqduMcJKEUXcE { width:26.125rem;height:37.3125rem;top:0rem;left:10.811851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #becFBneTvd33X7nkgms4eCAW62Cq50ce { display:block; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGlwR6OT3ETekVaAA677nfzdubAoJTHx { width:2.5rem;height:2.5rem;top:33.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpKSwLVgudxJLTknfFTkxP9I6A1fOn7N { width:2.5rem;height:2.5rem;top:33.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyti3x0kH48m2aJqC0Tw5aqcL3y0QRJy { width:26.0625rem;height:37.25rem;top:0rem;left:10.811851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcObXFn88knmlHhBGBS5GKxn8dRVNQQz { display:block; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J { display:block; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTV8aqJMTLEI8nhnts2ZMSKg1eoMgMeu { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0zEePQIh2Q0r5pSR8qEvzpAsXhfnvc { width:2.5rem;height:2.5rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoq4o7PlwfHtEPPHw1FDa10m2lPcKdT { width:33.125rem;height:1.75rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3o20GhKNJWpP5cCyTJBFWLxeIZo5Wt { width:32.5rem;height:1.6875rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0fOpuKoGsNprC1tFQOrT52QBLwmDWX { width:2.5rem;height:2.5rem;top:10.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP5ElpN87lTInt1kKFuMpzMKtuvtkqVu { width:33.125rem;height:3.5625rem;top:10.5rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFz813sFFBU5RfTdvXgSmep3XsdnpmVa { width:33.125rem;height:3.5625rem;top:15.1875rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2GnbJ9xD5DshdaqWAwqbioxDvMUAtLJ { width:2.5rem;height:2.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHAkGbIetWqc3vX58srnNRVDlQ8hkuPl { width:2.5rem;height:2.5rem;top:14.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyOxI7OgQL3NtpxPB8PBfx9aOEdRd6PD { width:33.125rem;height:3.5625rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIxhiUmWCtktiCyEA6Ln09OWPBlFV5WX { width:33.125rem;height:1.75rem;top:19.6875rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0vT4dMgthTeryOl2QWD5PKTQU5x5tB { width:33.125rem;height:5.375rem;top:19.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXMJe7W44lyGy2AeZLzeupftiyBtRPWW { width:2.5rem;height:2.5rem;top:19.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeWOFg3XJx2HiIRhVK7DWAy5eZu2QAT { width:2.5rem;height:2.5rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA { display:none; }#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PpRCmXHilLnkGZ5h98nXIbu6xTANgfk0 { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQyxESWGA85FTxeD6RbJF7TbkQTXLIc { width:14.3125rem;height:20.4375rem;top:13.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpIsT6CBxCTfTbhnumkHcLV4J78q5vd { width:43.5rem;height:25.25rem;top:10.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvvzGONvpSnNamlA5rz1BiVUGMZg5Z0 { width:21.25rem;height:1.6875rem;top:16.4375rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcyPghOIbO6kVWFMIJPZkveH75nrKesb { width:17.875rem;height:4.8125rem;top:18.0625rem;left:22.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRUbRCrT4tDLghIsgPRTquiQ13F5K7EF { width:21.25rem;height:1.9375rem;top:23.5625rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqusfEnz2w5yhVfmzZWiXRrpsoygsvWv { width:9.125rem;height:3.75rem;top:26.75rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq58xIqTugevUoR5PUZDUzA386O4Vhg { display:block; }
 }@media only screen and (max-width: 763px) { #SasBUDQePivskGNzcyUAlATys6x9LR42 { display:block; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfDOhstapitOevFUQdanoTnRGvmWp9Vn { width:35.9375rem;height:25.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mruJc9PGXDfRzcLrncHETfyeETmF1Apb { width:35.9375rem;height:25.25rem;top:9.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ke3JpGFfHLqMvG8TE0GyDTNDx4W2Dd { width:21.25rem;height:1.6875rem;top:15.0625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLWx7TMintFqhplfdaX12e5ASa8Dy0pz { width:17.875rem;height:4.75rem;top:16.6875rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyR2xuVkUdrEhkuXTtUgE4v44v2MZxGn { width:21.25rem;height:;top:22.875rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06puemKvkrT7bMbOC9CEuK0dBNai4ie { width:9.125rem;height:3.75rem;top:26.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxBTaErPTpPxThqezHnelfLcfnOJOcnu { display:block; }
 }@media only screen and (max-width: 763px) { #Ccmez5GlEbFzesOGRJq10KUTgTZ3ICKK { width:14.3125rem;height:20.4375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8GWTmliiIqvdT61sVzgrxCDqmNbf3Q { width:17.3125rem;height:20.5625rem;top:11.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfdGTkZhxzOZKkKqbOMTprN8FlUVE6S { width:21.25rem;height:1.6875rem;top:12.5625rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynAedABZSEFzHHrloFAdIaQAt6eW4Hd { width:17.875rem;height:6.375rem;top:14.1875rem;left:29.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBdovvrPyKRCn0nBmN04ib20ttxDZ2S2 { width:21.25rem;height:;top:22.1875rem;left:26.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI56HQPcAmEcAfhVamAUN2lgSSIo65PC { width:9.125rem;height:3.75rem;top:26.25rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5sIf50JMwA8iAOblPNlsgd71ai6GZk { display:block; }
 }@media only screen and (max-width: 763px) { #rmJl59WUKxXhcHUhH8Xuo45WBnhouBrh { width:13.5625rem;height:2.0625rem;top:31.5rem;left:34.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChSFanMUVEvtcVgNfwEumkeoEPvmG7bT { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB { display:block; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAHv8HeJ1qgiLCgFt8m96ISbgn5XihCT { width:37.5rem;height:2.875rem;top:5rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZsSCpb6cMPRB7csucgn3voWWhPnpdvc { display:block; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umO3XsWvFWTDoqc8lwA2P4cqpapGcNnL { width:47.75rem;height:17.9375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLOii8TKWClX50qQyBsemAlmWkiCZmg4 { width:20.8125rem;height:1.4375rem;top:20.6875rem;left:13.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5wGTZRlWMI1Jz99rrTHshKk80OxXSS0 { width:2.5rem;height:2.5rem;top:24.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOB4dFCZNf9LVMdhUTd4SlM90xoUoHhF { width:2.5rem;height:2.5rem;top:24.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb { display:block; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBgmr9HdrKPFTvhHN7KrFiVeC2pLpAcl { width:47.75rem;height:8.9375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLteOlp2MWJhnxT3G6u991WI7UNAaP5 { width:20.8125rem;height:1.4375rem;top:20.6875rem;left:13.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw8nMtTDaKwB6onHsgpcIr6CTb3m57xm { width:2.5rem;height:2.5rem;top:24.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGeW3RJXhIH1nCI0F8fzLEi4dXmJqdo6 { width:2.5rem;height:2.5rem;top:24.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I696rZzdGry6AdPXnt7biuIT7LcDq4As { display:block; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ln3sapHM5iXUIfRLoGy8TUnv3NbTsm1l { width:47.75rem;height:14.375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG27CHi6QFVdFcweWhSLR45B3aV1516Q { width:20.8125rem;height:1.4375rem;top:20.6875rem;left:13.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXttWCG5Q3IH8OTiUFUlMa7TVLT4z1wW { width:2.5rem;height:2.5rem;top:24.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFWBCuaIwqnNcQcithzSnCngMIPJda9 { width:2.5rem;height:2.5rem;top:24.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTePH9i9zDAT22zy3XW3gxCSagNEvvBF { display:block; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDTQXikN4INAL9nrBXRfziHbXMqr8EuQ { width:47.75rem;height:17.9375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsbkBpf7is3WWrUNv4Sp3mgyHMVn8y4p { width:20.8125rem;height:2.875rem;top:20.6875rem;left:13.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbGgSLZ1oI4vZUrUbBybFx2Pub8V3ICf { width:2.5rem;height:2.5rem;top:24.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4BTnVgz31ymElT5b76S0k1ieEpD157a { width:2.5rem;height:2.5rem;top:24.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI { display:block; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsoKN6xmIEBpLi7VxavRMKO8MSgLMhr7 { width:47.75rem;height:17.9375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJzcQiOlGLkQhOVTT1bWHqPDGFxcoLdS { width:20.8125rem;height:1.4375rem;top:20.6875rem;left:13.468751907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaToTQHgBACkJEWM8AnkTLGtncCXcpaq { width:2.5rem;height:2.5rem;top:24.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2dS1qu5oO6kl9BXZNToNkbf2ARfMGtT { width:2.5rem;height:2.5rem;top:24.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn { display:block; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N17VqICq1tuUyphooN6NIR7DeA14XAoH { display:block; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un63xDyKfnXZWpwSeeR90TlwW1m3yyxs { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mvP6LOyNlpSalvI1OxSUKKmQgetKrA { width:47.75rem;height:10.75rem;top:9.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn { display:block; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l27NMHQG2JOV1rw80HOvpQw21JlEzFcu { width:47.75rem;height:43.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0  { width:22.6875rem;height:auto;top:13.3125rem;left:11.281251907349rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 {display:block;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 { width:22.6875rem;height:auto;top:13.3125rem;left:11.281251907349rem; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #xlhQM7T29JDZdszNMcdQx3F2uu5K5mEN {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #HxwZSqItgQJTSpfitHu1MgKook8PW4qM { display:none; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #x7vcefUnd0zwxPIbZTRJ23knCQIXsvMt {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #zKr3490xN5lrdLV4JhnuSl1kNei1NafI {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #k7WTKzBN5wZpWL84SXqV0gkR2xQ3HAIg { display:none; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #NwuUtAsWKA5Ti4R00lZR0SIuELtLJT2M {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #AkuwqvBAvhVkWWiZNwtRJR4rJrqI47qr {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #ofT1WM16EnNxOTuccUqoLXfgvIpLIgXi {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #w8OlnVZSuhIx8Vxet60cwi6i6JZUe9o2 {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #kbdteTJZHFg5D8vwnyiEJmTs444xFEIU {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #tSRmTmGFtecVNwVFsWkCe9FK0RWtHuKu {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #hxA74hlunO1MVEzsTLXHkp07Ew6aQbiU {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #RwlQMCVo5OyDxwTzK1TPofpRRIONppED {  }
 }@media only screen and (max-width: 763px) { #Cu7QLHuJ678J0X5wyWDK508mlu7cy14B { width:27.75rem;height:;top:7.5rem;left:10.000001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm { display:block; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu7I5oSq8fFiKlW49XMpRQJB1Vb1IDn5 { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhEZfvgFmrUIuC6e9BV4kcyRdtISMUA { width:19.5rem;height:8.3125rem;top:8.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqmPJiaK2xEVCpoU65EBgEzGbB56tezV { display:block; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5FaTEt0a6SPZLlN8Fri9LWWZLAVdxyh { width:47.75rem;height:;top:12.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG4OocxGqs57Zxp1sUWfJ4vrORIrpnZF { width:10.125rem;height:6.25rem;top:5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o1hv2xhbNpiHBPPc33H9wtmsV4XbBh { width:47.75rem;height:10.75rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI { display:block; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCtX4u11mHG1QnVQ2R5JTTsV32pWLn4u { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw { display:block; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPcRom8yDodKgOXyyZtxdKxL4A2TcCK9 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGfMRutUKey6242U9KwxE9ai15hL50od { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyFGK2EgNqgogX3qMSeuAVWUtnFBvEhu { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t { display:block; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6dN4qXv6UhAs0E29SXUfiBT69Hf39HW { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH { display:block; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0LrBlL1x4IioGIun5pDqag0Bm2J2TdB { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zUcd8DMpuZ3sFlGZKSEJw4e384VLPf { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2PzCA0IQ7FpldHHFKdSw16J19Rc2v9z { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXwnXBUMThRcQDkPnIoHN67PoAoETP { display:block; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4qQTMdDTZFwswI9XPn5mc2WJ0l6SBX1 { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ { display:block; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfpVTWD6eeh6M51JAClx5tNaAEhTl7u2 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xte0QbDtotdBJzMu6IZTU1ZHTs9h4Z6J { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXkicZ505aGXuyGaXJPfxqTzEpzUy8Q { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk { display:block; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrhP27g69RLpGG3JXHppGPAxZv49VeMQ { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmHfSmobcIya9798fs7pCfp7HwR21Ja { display:block; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSMBt84sKiE4lZiaWJ9eT4MvnLlO9pd3 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEgmV7wLKtx6mAT7voxeXTbTthT8k7a { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7T1CSXrnHtR9qFx4LTTPKJfyUw229X { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu { display:block; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AleCcAAQZBDeRZXmZFSSlXSphkANNH2Z { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L { display:block; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brD0KablT075pffLBo6Rlmw3TcTVTnRs { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0oG1OVndVm3bHRJS2Xo9EbDo5DlE9e { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAG66DTbSdLg8duEG9IofeDvG0CclKo { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmWObG3ShbAKoc6RdohFaGqFiywZekub { display:block; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkuLh9QqhtfkUIku2rfi1iTsBXWh8FAw { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 { display:block; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMrXem4Dy6idC4aT78X1DPWAFqCR5CXm { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idneGxxeGXbqUt4eZ5p821UpcWoO8Z0H { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tsAK1mXTepIaC6vKsfzB5cuTOPmARV { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqxMUJTeic4JJsalChVnHVSLKa4BHzz { display:block; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlcUPtKEDiTCrFRLR2qMpGrgk3szmu9s { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTATzd2o89V2OGKagmxlQVPhlf765Dt { display:block; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQLTmTSO9TLD5Sw1Ue9BZyRTe2ISTzS2 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llnaHtBtQceDpEfpBQ9BtEwn1QpRHf3O { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHODPLdMqDaItKtqEbciwccX4vQJSW6V { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP { display:block; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHbicW0xmSLix9AqVcIQykSrms5ONRiZ { width:47.75rem;height:3.875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv { display:block; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUI9TbbZSuhyXMPLqNKws9K8DRMcvmEy { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh88LBz9bh1GNDPVwh6MQyXLQoiokFlp { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsiJypbkMGrDWsyLAXwTT5fMgzaWbnnA { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo { display:block; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkv4wRhgiXOiGTToumc9B1T8CHs0PutH { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT { display:block; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHfuWNlsDcLfgkWJ16PZnMbnmVLSMpcc { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W088gUq0SzC7RnFRh0KZnqoEHXcF3Z1q { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL0bc3EMVs85riVCqmiqZ1lFdCHRG8Kq { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C30Div98lhKndK84BbgFtyal48kz5Tk1 { display:block; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmUsNwINgawrPVCohsTHI1BXX6tOc4hP { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m { display:block; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJMIsstTRTtoztuJ4iPLRfH8KQ9ZDTyd { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayi8bVv8Pk6QdTBqgDb5u2yFGhMVPhwF { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDfsPZ5d4cLaHAqkgcOxN8XHvr1m0ws { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaewb60GL1RfR6xv9uLrJZJJuxFilER { display:block; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlGyyh5nAlTmkgCJ9Tcwxdwtb9WsR7xK { width:47.75rem;height:2.625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv { display:block; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEITdaS1pUb47EgpAuvdZJ1UVHtwPiTn { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoSebX381pm8hR8ALCP7KaIpe3rv5TeI { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hln9ZBrrXSs96TBNa2wD58Nb7FuxzD2w { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avKupPk6AhFVBmy1OK06GoUXA8ESAQOv { display:block; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdCnhEETH8TkrBNVrEgtHTZAJoDH8T56 { width:47.75rem;height:3.875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB { display:block; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoRLcy4hmbhu2dEVyVXwZIyupJRF5u69 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8TDr4MdvhAPqU02Dvs4gTw6nTIWl6C1 { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkiw1hvff86FztsO9ZmBMaxhypZxrLy9 { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 { display:block; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXKq1VPN039IXknfThlh4KxwOMK52KiS { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P { display:block; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVbpSAz7Iwg4igyoJPZfLcc2Bm7n5ip6 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttSBZqyInJCLJMJZ1KTCwlTFVzr9dzEK { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM0pFbbWEBvRxca7BXW0SoSt2uN9zidg { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag { display:block; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyTgAB3DuiHyMoG1WNDeIcKgMWT2OOif { width:47.75rem;height:3.875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 { display:block; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGVy3ZnL9xhi1T5nlIT6cyml0LARzkeE { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1InlhfibyCrTpuc6tyFFpDf4gBm5TId { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaJF1OV6tMbZqmnnxZQmETmEAxbaan0 { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 { display:block; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzLSu5tl8gBCm8BEfmKIVO0hSAgDSTSk { width:47.75rem;height:10.375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf52G0ebdASyN2hhqJESNsLfAp5Zxkez { display:block; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ9NX1vPIeh29WoBGXtnTIqTkeNbP3XL { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNuahWSTowotd5EreFEALeuQvTWSXSg { width:47.75rem;height:2.5625rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FTbBu75AT2ymmUSyB8tZ1wwKy6QeT2 { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZb0tAQtaaX984frfkhJb2anTyhvRN7 { display:block; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLMDhDlZ2zvAJWtGlmaIvSifmHCqXyai { width:47.75rem;height:10.375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJoA2lz7X77wwKdCyDeK55XvMgI04eM { display:block; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oao6VT76NB3TFSxd5F2lHpysv4z9LIDU { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4WgudZyZ1i7vn9xbDLFa7syt6g2aD9 { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLc87EdCFnaRetseu5Td5oyWKIws6UbD { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp { display:block; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6M62KNIiEuhf1XpgkgTIFciMD2tbiNZ { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu { display:block; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVTLVOHfaKSfSE3x7c2lp5LL4CU3HU1J { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2p2XBerPo4oGuZf0xVcmClwoTKqhlK6 { width:47.75rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9TvvvR3aPsSWPUbgRoC1u7W2fTxkcwA { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE { display:block; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvxtvOrzRngsHyBW5pdFlNeCWGNdbJAU { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu { display:block; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMy6Tm6tJ71Hzx9Gbzn0tF3st7PNwglw { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHMymtb7IByGN1OK56U9i9RiUMU5HKL6 { width:47.75rem;height:2.5625rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtFPSqkJn0H7Qh2rpAD6a8NtEHFGWQPO { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 { display:block; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDmMRgHTepg06K5tv0lwXb4q9TMVaQts { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp { display:block; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBEkOByWKGOtcp5QAABryKpmlHAnkPb0 { width:47.625rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axD8hvtsSGBoMavcA2C5Dged1V2ePACG { width:47.75rem;height:2.5625rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtsh2kggrprCILFxZGTv8yMfwcwxXuf { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu { display:block; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3b3KhWefRWiVRvq596CoPRbzbrEDel8 { width:47.75rem;height:24.6875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P { display:block; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2HIoRVfiTd3v7xTGUsg9zCwOX7fxPhF { width:9.125rem;height:3.75rem;top:2.5rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXnKpOTIC6TFDotiTZ2IDkQQ1kJdT9a { display:block; }
 }@media only screen and (max-width: 763px) { #GKFOm704FazqpkfEnSrE5CuSLokh6bQB { display:block; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCSnM1A1Ki8GKSq5KzwloBspnP5dBcdV { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxTF2NZryPacueqZxPunk3zu004M9mVF { width:47.75rem;height:1.75rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO89Kv0Z21ldlegA5ftvCqoPifDnMdxz { width:47.75rem;height:1.75rem;top:11rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRDIX8ZmId3wwl3WLt4recOa4M4z0K6 { width:3.8125rem;height:3.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA { display:block; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMksom1U7ZAwPm6a2sqq3ln7fFok9CMO { width:12.5rem;height:4.1875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doTqXuUAbJwUbwaNMRNwSo8B2F2chTPD { width:12.5rem;height:2.625rem;top:1.8125rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2HZaKxGXRKxWOCneXO6grQEMJZiUwk { width:15.9375rem;height:2.625rem;top:1.8125rem;left:31.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#M9Ix1kJTRmO4gEGeO7LxtF7zPKlGlCFK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqtoWovWnUc97fKr14BlVlvkItO7klP3 { width:4rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEzcFkIy8ZHr4Div5ehcpOS7dN6aExQ { width:5.9375rem;height:2.5rem;top:0.625rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAe37TGdk4rrt3kAS0P3hK6WVua8iM2e { display:block; }
 }@media only screen and (max-width: 763px) { #lg8qlUnT0ai6I66WTyxT7aFEZaZKDKrd { width:8.9375rem;height:3.125rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUlFUL3Qg9ZzfpZ7mAgfiziThtgq60iQ { display:block; }
 }@media only screen and (max-width: 763px) { #NzaTLRSWrWfeZIFCgOnHVFa9UJfKLqJK { width:8.9375rem;height:3.125rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAiS7no1xyrBT27ZzIVvScXBED6JUFPZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nz9uLium2RKpEtKrxqU64VN21XJiNKa9 { width:8.9375rem;height:3.125rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmQ05PJL59KIgnNhLeCXvl9IuU376Tyw { display:block; }
 }@media only screen and (max-width: 763px) { #DfxWyBzbboKMTD4xLUMEl1ONdtwIf8ma { width:8.9375rem;height:3.125rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1VQgWhBuMZVLuFNvK7PrZK2rkpkN6WZ { display:block; }
 }@media only screen and (max-width: 763px) { #vVCll1f3pBiahil7yh3BRZ8EITADvVZL { width:8.9375rem;height:3.125rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll8si6oTMw6V92GN2DvQaohT5lo0pyhC { display:block; }
 }@media only screen and (max-width: 763px) { #KID0NZC8av7CCnx8IW21gOsGPKAESMXZ { display:block; }#KID0NZC8av7CCnx8IW21gOsGPKAESMXZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opWl4BQF1viI8t9yz2wfRQE7QN9R4hF2 { width:4rem;height:2.5rem;top:3.4375rem;left:6.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyaQ4h4kTRzoSZxJkv66liV4kZxoPfli { width:5.9375rem;height:2.5rem;top:0.625rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0Ep8ygr7kfWF7LnSQ4KKJdLXleoeLR { display:block; }
 }@media only screen and (max-width: 763px) { #RUIrE12bBlHpaumTxSZ3hEXS3ysDsGAz { width:13.625rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/m3tsUVUc/top_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.adaptive-delivery-prevent-bg, #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.lazyload, #ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L.lazyloading { background-image: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { background-color: transparent; background-image: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container > .video-iframe-container { display: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row > .video-iframe-container { display: none; }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .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); }#ERnX57O9mW1o5Tw0oRO5qd8NsGpLC33L > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGvwtLzV6Qg16704My3Q4XbxMnD5BTZQ { width:20rem;height:3.9rem;top:19.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyy4d91yQZ3yJySCQOtACf8GWXgxXmgZ { width:20rem;height:5.6rem;top:30.83984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUzUr9sFHZzM7q5nZh31OsQubuPw6I7t { width:20rem;height:5.6rem;top:37.01953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSMw643Uqv0gs2HpFKMTJAUhwMLbpw4I { width:7rem;height:3.125rem;top:42.7421875rem;left:6.4999998807906rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwD3kWWzdWX6gFGI8e5Kr5uggVToU2nT { display:block; }
 }@media only screen and (max-width: 763px) { #BhqHEs1ewcuuKiUGb3rrRIBGyqbeltvK { height:11.103719008264rem;width:19.875rem;top:47.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDRRKilvEPrC7WvEAqmk9HfFWvSsHeIR { width:20rem;height:4.2rem;top:24.969532012939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS { display:block; }#fA3HX3hHlW1S32CD1adhqyS1GXhKyzZS > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAQZFEcvNpzHGQEKl8rgeXk9whOHwkAI { width:18.75rem;height:16.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFi54RPsvFJEadvMlS4h27nDAOMA18eq { width:20rem;height:5.85rem;top:18.2900390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJI5mnk4pwcL8E6afaP3Xlyxh2bDKSUi { width:20rem;height:0;top:25.3876953125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #srN9qcV49U6ndd5JPvB8LoXr3O6avMgC { width:20rem;height:11.2rem;top:25.375rem;left:0rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 { display:block; }#Anbwk3rFDI6207ylilPKDbs7Gem5lgh0 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhdTXHQ0bAiXnnNZoez75o5JxuIO0UHF { width:20rem;height:21rem;top:35.4091796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWXsIXks5TStfqLJZ4kkuJUIBaSLmnW8 { width:20rem;height:7.8rem;top:26.3623046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkseMrbPAPRryDWxX1GEogVllcFuXOU6 { width:14.0625rem;height:25rem;top:1.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV { display:block; }#uIkOTKDCNVkUC3nsJsRzCuOPlCdxqEMV > .row .container { width:20rem;height:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4Xg6lurzhl4RvCQc6J4x3IfrNiyW9KD { width:20rem;height:9.75rem;top:18.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Cwg9yEfURW7J8AGhcR0n9yUeLKCeWf { width:15rem;height:15rem;top:2.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4yEcWiRLcEz72HZ1bR3e1XQoaTaiqv2 { width:11rem;height:11rem;top:5.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSamRbWMxX1hZgQ4r6InXOPNmuhk9hfT { width:20rem;height:7.2rem;top:29.12109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1gmcVETqeytJigFniglXefA5vymQU7 { width:20rem;height:1.4625rem;top:42.707812309265rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6O9SE50zDvscwSRehTPfZ5DSTBA8v3Q { width:20rem;height:11.2rem;top:44.793746948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daL7fxgJ9dwdNLC9FbxWal6BioFVDG3c { width:18.3125rem;height:18.2rem;top:65.025000572206rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipq7PuSiWuK1Ka5qfSyHWIBNx2TJhhma { width:20rem;height:1.4625rem;top:62.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWf4VSZdKNbJdNz1w0kW2L3Jh8QF57Ot { width:20rem;height:11.2rem;top:92.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8mc4avWoBowQD1Md360euFC2TfXWsuC { width:20rem;height:1.4625rem;top:90.100002288819rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpqJcwWMpSntOTBP1UuzOJGTpfbh4xzh { width:5rem;height:5rem;top:37.0830625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4hf6209dZJnQITKpWNn5At0ViWRkA26 { width:5rem;height:5rem;top:57.312499046326rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #O00KonE0HXTD8h3V6fmxL6c7TTFg85bM { width:5rem;height:5rem;top:84.475000381469rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHmaNy0DKy3R0V1Qn2xTNpwZNiTyWly { width:6.875rem;height:3.375rem;top:37.770309448243rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfZ6mUNtzA9Vrqa6mFA5ySHGbutxrSDE { width:6.875rem;height:5.5rem;top:56.992969512939rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #K01aIHmqCMqEnI6QfWRLcHrD34RqWI1o { width:9.125rem;height:4.5rem;top:85rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs { display:block; }#LPQGzf6zV3ACRFmGcHr3JTPD1LpAWdBs > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDwK2F4P0UCevyGISd87CntTw5fbtkJt { width:20rem;height:3.9rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNcX0dRNMz1lo4zELfOUf8cG4giF8xTB { width:20rem;height:11.2rem;top:25.5234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EemQh54ymlW6QkhHBGX18enPAt1G3Z86 { width:7rem;height:3.125rem;top:36.71875rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwKQScqqrAAMUhRKazmyPIU8uDgHaEF { display:block; }
 }@media only screen and (max-width: 763px) { #bWx5Z7LEtFNDFeRkEnbLLhJi54Khqweq { width:20rem;height:20rem;top:5.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW { display:block; }#yyzBaAMvEq9gvRr8g8AkJSftzdNPnAcW > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWk6uGbyFGRz6NAJ99x2ZhThHDkpbrDW { width:20rem;height:3.9rem;top:19.439018249512rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKV7KbQxfsNbt1Nefo3NBe9ONBGKrPMT { width:1.875rem;height:1.875rem;top:24.012588500976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlDdVelVu2Iyr4BbL00k4ol8ekdorSh { width:17.5rem;height:2.8rem;top:24.187286376953rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zc4IrZqAGrUDXiRKtJLdHcKIVkuqaw { width:17.5rem;height:4.2rem;top:27.8125rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXVwdMrTMCcHZtPWtf0G1ythxT4XI3GM { width:1.875rem;height:1.875rem;top:27.612854003906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1caOvvUThTICPbR6mGIQZMIXVddgboN { width:17.5rem;height:2.8rem;top:32.936851501465rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxx2tMg7eShOtoFm3QLyRHewbkT0Obf5 { width:1.875rem;height:1.875rem;top:32.761070251465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9cMafTO3mPULmbknvMZ9TXtEgJlr1F { width:1.875rem;height:1.875rem;top:36.360244750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLDX0SgmQ46MmzsSiuiKpZhix7UBhLI { width:17.5rem;height:2.8rem;top:36.562072753906rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcH0vx61HVCC4aZHqOhdcKRBZk9r1iq1 { width:1.875rem;height:1.875rem;top:39.960510253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGGyQRhTBysQtbD4W0xGdAZi1V5xxgGz { width:17.5rem;height:4.2rem;top:40.187286376953rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL36L6QLvWECMhZhKLXqOUi8knpaRGGR { width:17.5rem;height:1.4rem;top:45.624572753906rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egCONJCJyVQkLATET1ZZDpIJXkrTz7Sa { width:1.875rem;height:1.875rem;top:45.358726501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV41750y1vTTJCVTiclPh48lvmqr2dtE { width:17.5rem;height:2.8rem;top:48.811851501465rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dc5oJWQ29X8IpSXlSyLHbpcPc0X91k { width:1.875rem;height:1.875rem;top:48.582908630371rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L31QloaHobK3gegTaQCM9Xbq9gumnFD7 { width:1.875rem;height:1.875rem;top:52.183158874512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiGTawP3Zf5qDM0PVZlAd6M1X86af67U { width:17.5rem;height:2.8rem;top:52.437065124512rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWT70PMHuadyaGLgCTJAx8wSwyzE955v { width:20rem;height:15.689655172414rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw { display:block; }#wKxQ0XmV1QdIvmEBx9Ms3IaWERfM9Rfw > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSlamkBAyTTVNsWmPOfDNGtJFVDmzOTo { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kke3CCXIk3QQNizRnsisn9C7L3580PfV { display:block; }#kke3CCXIk3QQNizRnsisn9C7L3580PfV > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJiHr3S5cx43V7IrOySJvM3fDUHrO16e { width:1.875rem;height:1.875rem;top:15.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUCyvfGr5kTLsCgXZ3Qrs5F73kpX6hQ { width:1.875rem;height:1.875rem;top:15.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D48dk4z1tq79rxZRfNgSnAmM0hm9k4pv { width:9.3120625rem;height:13.2498125rem;top:1.25rem;left:5.3428822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH { display:block; }#T1wBL0U7MqPEy4vtm8MfOLNtVlENioeH > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4A8Uva8ZPlTTe5XiPkDtU9dq5ks3tB { width:1.875rem;height:1.875rem;top:15.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twp7KX93JJSXo0fFf4fW0nkAAeDqpGQz { width:1.875rem;height:1.875rem;top:15.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvqJrzg1acFktWfX0MsL6iMkwiprlfiZ { width:9.1873125rem;height:13.125rem;top:1.25rem;left:5.4058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ { display:block; }#cMl9w3vKJQe8BuLGVcSQThcoCK0HP5dZ > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi3kH4Oe6TgL8TPCwfqLIurkRhilNDoF { width:1.875rem;height:1.875rem;top:15.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enL6mQsmnyyOO8f0eDmiCefcKuaSBzVe { width:1.875rem;height:1.875rem;top:15.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9tCBvCA3F6asWHk8uKqduMcJKEUXcE { width:9.1873125rem;height:13.125rem;top:1.25rem;left:5.4058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #becFBneTvd33X7nkgms4eCAW62Cq50ce { display:block; }#becFBneTvd33X7nkgms4eCAW62Cq50ce > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGlwR6OT3ETekVaAA677nfzdubAoJTHx { width:1.875rem;height:1.875rem;top:15.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpKSwLVgudxJLTknfFTkxP9I6A1fOn7N { width:1.875rem;height:1.875rem;top:15.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyti3x0kH48m2aJqC0Tw5aqcL3y0QRJy { width:9.1873125rem;height:13.125rem;top:1.25rem;left:5.4058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcObXFn88knmlHhBGBS5GKxn8dRVNQQz { display:block; }#pcObXFn88knmlHhBGBS5GKxn8dRVNQQz > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J { display:block; }#mHtnk5UeXkg7u8703E56qrZO5Tbw5Z7J > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTV8aqJMTLEI8nhnts2ZMSKg1eoMgMeu { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0zEePQIh2Q0r5pSR8qEvzpAsXhfnvc { width:1.875rem;height:1.875rem;top:8.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoq4o7PlwfHtEPPHw1FDa10m2lPcKdT { width:17.5rem;height:2.8rem;top:8.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3o20GhKNJWpP5cCyTJBFWLxeIZo5Wt { width:20rem;height:2.625rem;top:5.07421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0fOpuKoGsNprC1tFQOrT52QBLwmDWX { width:1.875rem;height:1.875rem;top:23.033225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP5ElpN87lTInt1kKFuMpzMKtuvtkqVu { width:17.5rem;height:2.8rem;top:23.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFz813sFFBU5RfTdvXgSmep3XsdnpmVa { width:17.5rem;height:4.2rem;top:27rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2GnbJ9xD5DshdaqWAwqbioxDvMUAtLJ { width:1.875rem;height:1.875rem;top:12.699225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHAkGbIetWqc3vX58srnNRVDlQ8hkuPl { width:1.875rem;height:1.875rem;top:26.8203375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyOxI7OgQL3NtpxPB8PBfx9aOEdRd6PD { width:17.5rem;height:2.8rem;top:12.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIxhiUmWCtktiCyEA6Ln09OWPBlFV5WX { width:17.5rem;height:2.8rem;top:32.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0vT4dMgthTeryOl2QWD5PKTQU5x5tB { width:17.5rem;height:5.6rem;top:16.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXMJe7W44lyGy2AeZLzeupftiyBtRPWW { width:1.875rem;height:1.875rem;top:32.093775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeWOFg3XJx2HiIRhVK7DWAy5eZu2QAT { width:1.875rem;height:1.875rem;top:16.2851625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA { display:none; }#HcJWTGwNKT2NaTqa5arydcTfR5tM6vDA > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PpRCmXHilLnkGZ5h98nXIbu6xTANgfk0 { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQyxESWGA85FTxeD6RbJF7TbkQTXLIc { width:10.25rem;height:14.625rem;top:7.6606123447419rem;left:4.8741322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpIsT6CBxCTfTbhnumkHcLV4J78q5vd { width:16.6875rem;height:25.2485rem;top:14.924046039581rem;left:1.5852864384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvvzGONvpSnNamlA5rz1BiVUGMZg5Z0 { width:20rem;height:1.6875rem;top:23.284073352814rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcyPghOIbO6kVWFMIJPZkveH75nrKesb { width:14.9370625rem;height:5.6rem;top:25.319880008697rem;left:2.5303819775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRUbRCrT4tDLghIsgPRTquiQ13F5K7EF { width:20rem;height:1.95rem;top:31.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqusfEnz2w5yhVfmzZWiXRrpsoygsvWv { width:9.124375rem;height:3.75rem;top:34.093100070953rem;left:5.4372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq58xIqTugevUoR5PUZDUzA386O4Vhg { display:block; }
 }@media only screen and (max-width: 763px) { #SasBUDQePivskGNzcyUAlATys6x9LR42 { display:block; }#SasBUDQePivskGNzcyUAlATys6x9LR42 > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfDOhstapitOevFUQdanoTnRGvmWp9Vn { width:16.75rem;height:25.875rem;top:15.87734413147rem;left:1.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mruJc9PGXDfRzcLrncHETfyeETmF1Apb { width:16.75rem;height:32rem;top:53.979688644409rem;left:1.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ke3JpGFfHLqMvG8TE0GyDTNDx4W2Dd { width:20rem;height:1.6875rem;top:7.5335578918456rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLWx7TMintFqhplfdaX12e5ASa8Dy0pz { width:14.9370625rem;height:5.6rem;top:26.569519042969rem;left:2.5296875238419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyR2xuVkUdrEhkuXTtUgE4v44v2MZxGn { width:20rem;height:1.95rem;top:33.187500953674rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06puemKvkrT7bMbOC9CEuK0dBNai4ie { width:9.124375rem;height:3.75rem;top:36.654688835144rem;left:5.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxBTaErPTpPxThqezHnelfLcfnOJOcnu { display:block; }
 }@media only screen and (max-width: 763px) { #Ccmez5GlEbFzesOGRJq10KUTgTZ3ICKK { width:10.25rem;height:14.625rem;top:10.78515625rem;left:4.8734377622604rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8GWTmliiIqvdT61sVzgrxCDqmNbf3Q { width:12.3125rem;height:14.6875rem;top:48.91015625rem;left:4.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfdGTkZhxzOZKkKqbOMTprN8FlUVE6S { width:20rem;height:1.6875rem;top:45.604688644409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynAedABZSEFzHHrloFAdIaQAt6eW4Hd { width:14.9375rem;height:7rem;top:64.917186737062rem;left:2.5312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBdovvrPyKRCn0nBmN04ib20ttxDZ2S2 { width:20rem;height:1.95rem;top:73.292190551756rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI56HQPcAmEcAfhVamAUN2lgSSIo65PC { width:9.125rem;height:3.75rem;top:77.115627288819rem;left:5.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5sIf50JMwA8iAOblPNlsgd71ai6GZk { display:block; }
 }@media only screen and (max-width: 763px) { #rmJl59WUKxXhcHUhH8Xuo45WBnhouBrh { width:13.5625rem;height:2.1125rem;top:82.3046875rem;left:3.2187501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChSFanMUVEvtcVgNfwEumkeoEPvmG7bT { width:20rem;height:1.95rem;top:2.4046688079834rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB { display:block; }#Mb049eIEFTt7gFUZmg3Sc3Bb4Kc75yBB > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAHv8HeJ1qgiLCgFt8m96ISbgn5XihCT { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZsSCpb6cMPRB7csucgn3voWWhPnpdvc { display:block; }#cZsSCpb6cMPRB7csucgn3voWWhPnpdvc > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umO3XsWvFWTDoqc8lwA2P4cqpapGcNnL { width:20rem;height:36.4rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLOii8TKWClX50qQyBsemAlmWkiCZmg4 { width:20rem;height:1.3rem;top:36.37890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5wGTZRlWMI1Jz99rrTHshKk80OxXSS0 { width:1.875rem;height:1.875rem;top:38rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOB4dFCZNf9LVMdhUTd4SlM90xoUoHhF { width:1.875rem;height:1.875rem;top:38rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb { display:block; }#qd9JXe1fTn9bTpTWiTlLaCeyrptawGlb > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBgmr9HdrKPFTvhHN7KrFiVeC2pLpAcl { width:20rem;height:19.6rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqLteOlp2MWJhnxT3G6u991WI7UNAaP5 { width:20rem;height:1.3rem;top:20.368774414062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uw8nMtTDaKwB6onHsgpcIr6CTb3m57xm { width:1.875rem;height:1.875rem;top:22.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGeW3RJXhIH1nCI0F8fzLEi4dXmJqdo6 { width:1.875rem;height:1.875rem;top:22.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I696rZzdGry6AdPXnt7biuIT7LcDq4As { display:block; }#I696rZzdGry6AdPXnt7biuIT7LcDq4As > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ln3sapHM5iXUIfRLoGy8TUnv3NbTsm1l { width:20rem;height:26.6rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PG27CHi6QFVdFcweWhSLR45B3aV1516Q { width:20rem;height:1.3rem;top:29.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXttWCG5Q3IH8OTiUFUlMa7TVLT4z1wW { width:1.875rem;height:1.875rem;top:31rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFWBCuaIwqnNcQcithzSnCngMIPJda9 { width:1.875rem;height:1.875rem;top:31rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTePH9i9zDAT22zy3XW3gxCSagNEvvBF { display:block; }#eTePH9i9zDAT22zy3XW3gxCSagNEvvBF > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDTQXikN4INAL9nrBXRfziHbXMqr8EuQ { width:20rem;height:33.6rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsbkBpf7is3WWrUNv4Sp3mgyHMVn8y4p { width:20rem;height:2.6rem;top:35.441591262817rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbGgSLZ1oI4vZUrUbBybFx2Pub8V3ICf { width:1.875rem;height:1.875rem;top:38rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4BTnVgz31ymElT5b76S0k1ieEpD157a { width:1.875rem;height:1.875rem;top:38rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI { display:block; }#rFASaFymPHnUTD4T0Qd3RWBBxgTdwRaI > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsoKN6xmIEBpLi7VxavRMKO8MSgLMhr7 { width:20rem;height:33.6rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJzcQiOlGLkQhOVTT1bWHqPDGFxcoLdS { width:20rem;height:1.3rem;top:35.56640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaToTQHgBACkJEWM8AnkTLGtncCXcpaq { width:1.875rem;height:1.875rem;top:38rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2dS1qu5oO6kl9BXZNToNkbf2ARfMGtT { width:1.875rem;height:1.875rem;top:38rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn { display:block; }#TSmoRuakJPQ28ADweMNK1PFdT4gLzBKn > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N17VqICq1tuUyphooN6NIR7DeA14XAoH { display:block; }#N17VqICq1tuUyphooN6NIR7DeA14XAoH > .row .container { width:20rem;height:21.646087646484rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un63xDyKfnXZWpwSeeR90TlwW1m3yyxs { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mvP6LOyNlpSalvI1OxSUKKmQgetKrA { width:20rem;height:14rem;top:7.646484375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn { display:block; }#KRhi7t2nFyZTeWhO7LCRmPBq3lVsQUsn > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l27NMHQG2JOV1rw80HOvpQw21JlEzFcu { width:20rem;height:57.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;font-size:0.875rem;overflow:hidden;height:3.8125rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0  { width:17.5rem;height:auto;top:6.8125rem;left:0rem; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 {display:block;}#Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 { width:17.5rem;height:auto;top:6.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #xlhQM7T29JDZdszNMcdQx3F2uu5K5mEN {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #HxwZSqItgQJTSpfitHu1MgKook8PW4qM { display:none; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #x7vcefUnd0zwxPIbZTRJ23knCQIXsvMt {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #zKr3490xN5lrdLV4JhnuSl1kNei1NafI {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #k7WTKzBN5wZpWL84SXqV0gkR2xQ3HAIg { display:none; }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #NwuUtAsWKA5Ti4R00lZR0SIuELtLJT2M {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #AkuwqvBAvhVkWWiZNwtRJR4rJrqI47qr {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #ofT1WM16EnNxOTuccUqoLXfgvIpLIgXi {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #w8OlnVZSuhIx8Vxet60cwi6i6JZUe9o2 {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #kbdteTJZHFg5D8vwnyiEJmTs444xFEIU {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #tSRmTmGFtecVNwVFsWkCe9FK0RWtHuKu {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #hxA74hlunO1MVEzsTLXHkp07Ew6aQbiU {  }
 }@media only screen and (max-width: 763px) { #Oc2OvZQHtf2c7spMJAmInVNIulmm3Mv0 #RwlQMCVo5OyDxwTzK1TPofpRRIONppED {  }
 }@media only screen and (max-width: 763px) { #Cu7QLHuJ678J0X5wyWDK508mlu7cy14B { width:20rem;height:1.95rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm { display:block; }#WZiTD8HLtMdGwIC1AneAFgHa1LETH6Dm > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu7I5oSq8fFiKlW49XMpRQJB1Vb1IDn5 { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhEZfvgFmrUIuC6e9BV4kcyRdtISMUA { width:12.875rem;height:5.4375rem;top:5.073787689209rem;left:3.5622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqmPJiaK2xEVCpoU65EBgEzGbB56tezV { display:block; }#KqmPJiaK2xEVCpoU65EBgEzGbB56tezV > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5FaTEt0a6SPZLlN8Fri9LWWZLAVdxyh { width:20rem;height:1.95rem;top:3.1184921264649rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MG4OocxGqs57Zxp1sUWfJ4vrORIrpnZF { width:5.25rem;height:3.1875rem;top:2.5rem;left:14.749349653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o1hv2xhbNpiHBPPc33H9wtmsV4XbBh { width:20rem;height:15.4rem;top:6.3487701416012rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI { display:block; }#T7FsVWHb0zyK8Pq0ikTq0iTB9CwLHQTI > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCtX4u11mHG1QnVQ2R5JTTsV32pWLn4u { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw { display:block; }#ZcGguvGu8ls5fBGIQUX4gclAss3xGkGw > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPcRom8yDodKgOXyyZtxdKxL4A2TcCK9 { width:19.875rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGfMRutUKey6242U9KwxE9ai15hL50od { width:18.75rem;height:2.275rem;top:1.8743591308594rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyFGK2EgNqgogX3qMSeuAVWUtnFBvEhu { width:2.5rem;height:2.5rem;top:1.6927070617676rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t { display:block; }#N5uOwlF9uAh09Bm7AiX0ZmpxrkoTfx4t > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6dN4qXv6UhAs0E29SXUfiBT69Hf39HW { width:20rem;height:5.6875rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH { display:block; }#n8c0oq19Rlnd7X2Q9UoW5l2LNpGCI5fH > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0LrBlL1x4IioGIun5pDqag0Bm2J2TdB { width:19.875rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zUcd8DMpuZ3sFlGZKSEJw4e384VLPf { width:18.75rem;height:1.1375rem;top:0.99935913085938rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2PzCA0IQ7FpldHHFKdSw16J19Rc2v9z { width:2.5rem;height:2.5rem;top:0.37435913085938rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXwnXBUMThRcQDkPnIoHN67PoAoETP { display:block; }#R1TXwnXBUMThRcQDkPnIoHN67PoAoETP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4qQTMdDTZFwswI9XPn5mc2WJ0l6SBX1 { width:20rem;height:3.4125rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ { display:block; }#TyCnTscoubhCCFLyuUQzsy1T1TDm1wbJ > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfpVTWD6eeh6M51JAClx5tNaAEhTl7u2 { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xte0QbDtotdBJzMu6IZTU1ZHTs9h4Z6J { width:18.75rem;height:2.275rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXkicZ505aGXuyGaXJPfxqTzEpzUy8Q { width:2.5rem;height:2.5rem;top:0.37435913085938rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk { display:block; }#S7h4JH3zgOkpEH795uCTFL38ZNBL7sRk > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrhP27g69RLpGG3JXHppGPAxZv49VeMQ { width:20rem;height:2.275rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmHfSmobcIya9798fs7pCfp7HwR21Ja { display:block; }#gZmHfSmobcIya9798fs7pCfp7HwR21Ja > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSMBt84sKiE4lZiaWJ9eT4MvnLlO9pd3 { width:19.875rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEgmV7wLKtx6mAT7voxeXTbTthT8k7a { width:16.9375rem;height:3.4125rem;top:0.62435913085938rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7T1CSXrnHtR9qFx4LTTPKJfyUw229X { width:2.5rem;height:2.5rem;top:1.09375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu { display:block; }#RXKXGcN8WyCDHgpLs5Hov4BG8GJk72bu > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AleCcAAQZBDeRZXmZFSSlXSphkANNH2Z { width:20rem;height:3.4125rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L { display:block; }#MkydyTQZ6dhvorIBEdOuJ0W2Xnr4i59L > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brD0KablT075pffLBo6Rlmw3TcTVTnRs { width:19.875rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0oG1OVndVm3bHRJS2Xo9EbDo5DlE9e { width:18.75rem;height:1.1375rem;top:0.99932861328125rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAG66DTbSdLg8duEG9IofeDvG0CclKo { width:2.5rem;height:2.5rem;top:0.25583076477051rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmWObG3ShbAKoc6RdohFaGqFiywZekub { display:block; }#GmWObG3ShbAKoc6RdohFaGqFiywZekub > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkuLh9QqhtfkUIku2rfi1iTsBXWh8FAw { width:20rem;height:2.275rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 { display:block; }#gZcsdUBpBgofM0rHoIVC8NbwlKaNZX22 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMrXem4Dy6idC4aT78X1DPWAFqCR5CXm { width:19.875rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idneGxxeGXbqUt4eZ5p821UpcWoO8Z0H { width:18.75rem;height:1.1375rem;top:0.9993896484375rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tsAK1mXTepIaC6vKsfzB5cuTOPmARV { width:2.5rem;height:2.5rem;top:0.3743896484375rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqxMUJTeic4JJsalChVnHVSLKa4BHzz { display:block; }#faqxMUJTeic4JJsalChVnHVSLKa4BHzz > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlcUPtKEDiTCrFRLR2qMpGrgk3szmu9s { width:20rem;height:2.275rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTATzd2o89V2OGKagmxlQVPhlf765Dt { display:block; }#EOTATzd2o89V2OGKagmxlQVPhlf765Dt > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQLTmTSO9TLD5Sw1Ue9BZyRTe2ISTzS2 { width:19.875rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llnaHtBtQceDpEfpBQ9BtEwn1QpRHf3O { width:17.375rem;height:3.4125rem;top:0.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHODPLdMqDaItKtqEbciwccX4vQJSW6V { width:2.5rem;height:2.5rem;top:1.0687942504882rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP { display:block; }#KncqkWz9CUWiZqBHQEfq1CoBMGOC2EpP > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHbicW0xmSLix9AqVcIQykSrms5ONRiZ { width:20rem;height:7.9625rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv { display:block; }#Sy7sTxIGMkSMHkylXXRXqkOmfTLh7DTv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUI9TbbZSuhyXMPLqNKws9K8DRMcvmEy { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh88LBz9bh1GNDPVwh6MQyXLQoiokFlp { width:18.75rem;height:2.275rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsiJypbkMGrDWsyLAXwTT5fMgzaWbnnA { width:2.5rem;height:2.5rem;top:0.46809959411621rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo { display:block; }#rxSMf6R5ZyQZmpQZoW9fd3OTax59ZCvo > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkv4wRhgiXOiGTToumc9B1T8CHs0PutH { width:20rem;height:2.275rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT { display:block; }#SMRrBmIn78pMkD8WFSrvMtBrNWp5GNAT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHfuWNlsDcLfgkWJ16PZnMbnmVLSMpcc { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W088gUq0SzC7RnFRh0KZnqoEHXcF3Z1q { width:18.75rem;height:2.275rem;top:0.61957168579101rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL0bc3EMVs85riVCqmiqZ1lFdCHRG8Kq { width:2.5rem;height:2.5rem;top:0.50564193725586rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C30Div98lhKndK84BbgFtyal48kz5Tk1 { display:block; }#C30Div98lhKndK84BbgFtyal48kz5Tk1 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmUsNwINgawrPVCohsTHI1BXX6tOc4hP { width:20rem;height:2.275rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m { display:block; }#dVbt1C5JaSD6lZa7pytUNCo2sxqddU2m > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJMIsstTRTtoztuJ4iPLRfH8KQ9ZDTyd { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayi8bVv8Pk6QdTBqgDb5u2yFGhMVPhwF { width:16.936875rem;height:2.275rem;top:0.625rem;left:0.63151043653488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDfsPZ5d4cLaHAqkgcOxN8XHvr1m0ws { width:2.5rem;height:2.5rem;top:0.49932861328125rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaewb60GL1RfR6xv9uLrJZJJuxFilER { display:block; }#oTaewb60GL1RfR6xv9uLrJZJJuxFilER > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlGyyh5nAlTmkgCJ9Tcwxdwtb9WsR7xK { width:20rem;height:4.55rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv { display:block; }#T0RSeGQ4XtqLu0S3Nxoy0MdafK3E7ENv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEITdaS1pUb47EgpAuvdZJ1UVHtwPiTn { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoSebX381pm8hR8ALCP7KaIpe3rv5TeI { width:16.25rem;height:2.275rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hln9ZBrrXSs96TBNa2wD58Nb7FuxzD2w { width:2.5rem;height:2.5rem;top:0.49932861328125rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avKupPk6AhFVBmy1OK06GoUXA8ESAQOv { display:block; }#avKupPk6AhFVBmy1OK06GoUXA8ESAQOv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdCnhEETH8TkrBNVrEgtHTZAJoDH8T56 { width:20rem;height:6.825rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB { display:block; }#pP1KyHp8aDt6TmKMSqolMRbJ2gMbXuoB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoRLcy4hmbhu2dEVyVXwZIyupJRF5u69 { width:19.875rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8TDr4MdvhAPqU02Dvs4gTw6nTIWl6C1 { width:17rem;height:3.4125rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkiw1hvff86FztsO9ZmBMaxhypZxrLy9 { width:2.5rem;height:2.5rem;top:1.0677070617676rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 { display:block; }#R5QlGcqapx7dwkUCS6MninuaGCyJbKl9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXKq1VPN039IXknfThlh4KxwOMK52KiS { width:20rem;height:5.6875rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P { display:block; }#RMriNF6WVBOPq1e3GgdRPuppfTzTCI4P > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVbpSAz7Iwg4igyoJPZfLcc2Bm7n5ip6 { width:19.875rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttSBZqyInJCLJMJZ1KTCwlTFVzr9dzEK { width:17.3125rem;height:3.4125rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM0pFbbWEBvRxca7BXW0SoSt2uN9zidg { width:2.5rem;height:2.5rem;top:1.0687942504882rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag { display:block; }#rtPkFeD8h6icW8A8D9BaEWA9PLXNOnag > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyTgAB3DuiHyMoG1WNDeIcKgMWT2OOif { width:20rem;height:9.1rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 { display:block; }#rs74bGTgGM2Ho1tKl33ti5Wk8R9ErvA9 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGVy3ZnL9xhi1T5nlIT6cyml0LARzkeE { width:19.875rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1InlhfibyCrTpuc6tyFFpDf4gBm5TId { width:15.875rem;height:3.4125rem;top:0.62502670288088rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaJF1OV6tMbZqmnnxZQmETmEAxbaan0 { width:2.5rem;height:2.5rem;top:1.0687942504882rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 { display:block; }#WC0ea7BwAo1QmOm8VqUVrJSEloTW70J0 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzLSu5tl8gBCm8BEfmKIVO0hSAgDSTSk { width:20rem;height:21.6125rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf52G0ebdASyN2hhqJESNsLfAp5Zxkez { display:block; }#yf52G0ebdASyN2hhqJESNsLfAp5Zxkez > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ9NX1vPIeh29WoBGXtnTIqTkeNbP3XL { width:19.875rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNuahWSTowotd5EreFEALeuQvTWSXSg { width:17.3125rem;height:5.6875rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FTbBu75AT2ymmUSyB8tZ1wwKy6QeT2 { width:2.5rem;height:2.5rem;top:2.1625442504883rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZb0tAQtaaX984frfkhJb2anTyhvRN7 { display:block; }#wtZb0tAQtaaX984frfkhJb2anTyhvRN7 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLMDhDlZ2zvAJWtGlmaIvSifmHCqXyai { width:20rem;height:21.6125rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJoA2lz7X77wwKdCyDeK55XvMgI04eM { display:block; }#btJoA2lz7X77wwKdCyDeK55XvMgI04eM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oao6VT76NB3TFSxd5F2lHpysv4z9LIDU { width:19.875rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4WgudZyZ1i7vn9xbDLFa7syt6g2aD9 { width:17.5625rem;height:3.4125rem;top:0.61959838867188rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLc87EdCFnaRetseu5Td5oyWKIws6UbD { width:2.5rem;height:2.5rem;top:1.0937614440918rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp { display:block; }#FNVoEwMV2bWuVyvB1X8koy4zIZ1FSWGp > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6M62KNIiEuhf1XpgkgTIFciMD2tbiNZ { width:20rem;height:4.55rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu { display:block; }#Aa4uoPJJW6KiKfqQTIhvvymN4qghUEOu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVTLVOHfaKSfSE3x7c2lp5LL4CU3HU1J { width:19.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2p2XBerPo4oGuZf0xVcmClwoTKqhlK6 { width:18.75rem;height:2.275rem;top:0.625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9TvvvR3aPsSWPUbgRoC1u7W2fTxkcwA { width:2.5rem;height:2.5rem;top:0.4993896484375rem;left:17.500001013279rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE { display:block; }#LlGHbJThfFy4N4IovAxh0CGs5CP6MSiE > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvxtvOrzRngsHyBW5pdFlNeCWGNdbJAU { width:20rem;height:6.825rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu { display:block; }#nDvtGQHaZQZQ28myqyVcBOSbBXohH9Bu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMy6Tm6tJ71Hzx9Gbzn0tF3st7PNwglw { width:19.875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHMymtb7IByGN1OK56U9i9RiUMU5HKL6 { width:17.0625rem;height:4.55rem;top:0.63822555541994rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtFPSqkJn0H7Qh2rpAD6a8NtEHFGWQPO { width:2.5rem;height:2.5rem;top:1.6623268127441rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 { display:block; }#JHkGlSpmUHt5sWlRJQviUFLs1IAJhU85 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDmMRgHTepg06K5tv0lwXb4q9TMVaQts { width:20rem;height:6.825rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp { display:block; }#sywnSHmcgbqHSwwqRLilpLKOCnyMQcTp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBEkOByWKGOtcp5QAABryKpmlHAnkPb0 { width:19.875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axD8hvtsSGBoMavcA2C5Dged1V2ePACG { width:17.0625rem;height:4.55rem;top:0.63822555541994rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtsh2kggrprCILFxZGTv8yMfwcwxXuf { width:2.5rem;height:2.5rem;top:1.6623268127441rem;left:17.498915731907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu { display:block; }#gb88n3Q2qWi3OPFTtg3cJOfaiKdJG3Zu > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3b3KhWefRWiVRvq596CoPRbzbrEDel8 { width:20rem;height:58.0125rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P { display:block; }#Vw2nMduzD6HD7oqXhVtT3XIfTp4FHN8P > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2HIoRVfiTd3v7xTGUsg9zCwOX7fxPhF { width:7rem;height:3.125rem;top:1.25rem;left:6.4995661377906rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXnKpOTIC6TFDotiTZ2IDkQQ1kJdT9a { display:block; }
 }@media only screen and (max-width: 763px) { #GKFOm704FazqpkfEnSrE5CuSLokh6bQB { display:block; }#GKFOm704FazqpkfEnSrE5CuSLokh6bQB > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCSnM1A1Ki8GKSq5KzwloBspnP5dBcdV { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxTF2NZryPacueqZxPunk3zu004M9mVF { width:17.249375rem;height:2.8rem;top:5.0737857818604rem;left:1.3747830986977rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PO89Kv0Z21ldlegA5ftvCqoPifDnMdxz { width:20rem;height:1.4rem;top:8.4950103759762rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeRDIX8ZmId3wwl3WLt4recOa4M4z0K6 { width:3.8125rem;height:3.8125rem;top:0.69921875rem;left:14.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA { display:block; }#b1mU8K4ueTmIm7nKmdDWToNdauuEpQmA > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMksom1U7ZAwPm6a2sqq3ln7fFok9CMO { width:12.5rem;height:3.6rem;top:1.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #doTqXuUAbJwUbwaNMRNwSo8B2F2chTPD { width:20rem;height:1.125rem;top:5.9999923706055rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2HZaKxGXRKxWOCneXO6grQEMJZiUwk { width:15.5rem;height:2.25rem;top:8.3734359741213rem;left:2.2500001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }