.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:232,251,251;--color-primary-1:139,199,206;--color-primary-2:61,161,173;--color-primary-3:13,138,153;--color-primary-4:12,32,35;--color-secondary-0:255,255,255;--color-secondary-1:229,229,229;--color-secondary-2:227,227,227;--color-secondary-3:185,185,185;--color-secondary-4:23,23,23;--color-tertiary-0:219,222,226;--color-tertiary-1:135,145,160;--color-tertiary-2:15,34,64;--color-tertiary-3:8,17,32;--color-tertiary-4:2,5,10;--headlines-font-family:"Roboto";--paragraphs-font-family:"Raleway"; }@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-secondary-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); }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA { position:relative;display:block; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA { background-color: transparent; background-image: none; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row .container > .video-iframe-container { display: none; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row > .video-iframe-container { display: none; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .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); }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA { border-width: 0; border-radius: 0; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .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; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#HesvJlvezPsHZMISn9fHSc3n5cl4TGrI { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.717449188233rem;left:4.1236991882324rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#ep1AyMXM3Wo4sRBXt7fTOJWU7sKPwRep { color:rgba(var(--color-tertiary-2),1);display:block;width:50.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.4577550888063rem;left:4.1239876747131rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOLztLvDrnJfou0H1OQx6JTKJP3CPBXr { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.12425rem;height:3.749275rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2475407123566rem;left:52.186778545379rem;display:block; }
#Fb1dGnQILMG1AHmEn4pQ58ewtICa5Fkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRhQVK0yWim615e8k0thf8Iyl6OcEsDZ { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.9994375rem;width:30.3746875rem;top:12.86386013031rem;left:36.599395275116rem;display:block; }
#I75cRUOgGOXQSoNRbTb104pHdwtEuHI2 { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1235625rem;height:3.74855625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.372685432434rem;left:4.1239876747131rem;display:block; }
#J4y8gVOCzVTXLgs8Pf1KxTO2RrCeFrko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alMswc99xNTgo2QM56AG3lZMyvEEpdws { box-sizing:content-box;height:8.375rem;width:63.625rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:33.5625rem;left:5.6875rem;display:block; }
#MtoVKdaiQiryvUJ8QoeeEv7hIiiamQaC { position:absolute;display:block;z-index:15040;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.749875rem;width:10.3746875rem;top:0.74797457456588rem;left:4.1239876747131rem;overflow:hidden;display:block; }
#VpL5nV9CZtl7zwlM646GlBlDA6lZqx1O { box-sizing:content-box;height:8.375rem;width:0.062210625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:33.560476303101rem;left:27.123843669891rem;display:block; }
#EEuatSmgrO7aTC4iNPlJAy0p1rOHfiaD { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:35.774742126465rem;left:9.5299491882325rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#DZkZiF9uTnBIv2e3gUfGvS1wqoH2B6WA { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:38.654949188233rem;left:9.875rem;height:1.29980625rem;display:block; }
#CmQJQyW5dqLkRod2wpq3LRvGogTTkANs { color:#000000;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:35.774742126465rem;left:27.8125rem;height:2.2747375rem;display:block; }
#KJV3ATawd7SuLWPkvw8wENvprDiHcxuE { color:#000000;display:block;width:12.49925rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:38.655239105224rem;left:33.524306774139rem;height:1.29980625rem;display:block; }
#NrCOuwaHmTGhrFoSGdxuXX4S6J60ddu0 { color:#000000;display:block;width:14.0611875rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:35.774742126465rem;left:51.121097564698rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#enprvXgMisXzql2OSfWdFqSXBoJmkeax { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:38.654949188233rem;left:50rem;height:1.29980625rem;display:block; }
#S025TZkRnqZzNLkk9ciKJpuLwSBPEcWJ { box-sizing:content-box;height:8.3745625rem;width:0.06148725rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:33.559753417969rem;left:49.024886608124rem;display:block; }
#WQqa619woO2DbsBFDkcHOqV5HBVHEwpI { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.12425rem;height:3.749275rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2475407123566rem;left:52.186778545379rem;display:none; }
#HRkWrrsV08bmiBeJF9R1hcdFT77lrftM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#px0F9gZC1QNaVz0DGNCTTgwPNN2TpwBi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#VAwxwOR5phKygKz9v4I3kSEsuVTpS2VD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr { position:relative;display:block; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr { background-color: transparent; background-image: none; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row .container > .video-iframe-container { display: none; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row > .video-iframe-container { display: none; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .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); }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr { border-width: 0; border-radius: 0; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .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; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;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; }#Ae9MxpCu9ZCMTFXatWa8g0uDroez3Cdr { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.995227813721rem;left:17.749566555023rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#o5psLssHwo4wr7D9QR1ETgVWJWWIrplb { color:rgba(var(--color-tertiary-2),1);display:block;width:39.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.792388916016rem;left:17.623698711395rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uFrB3f2FDif080gFBhNPnE3JWpf6Cz1s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.904522895813rem;left:15.1875rem; }
#Wa3NVtpDBt9Cn4XAzV0AwenSy9ETnxmP { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.9457435607913rem;left:17.781396389008rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Zu0cTO3yhNTBgPdID0SBMu7nqvaA6oIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.371526718139rem;left:15.5rem; }
#QBOy6Fbfw3D1npx5v47PqnmI2ikOoky1 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.7595481872559rem;left:17.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#llGGz0c0PpA52kKS8uNxWW3wvHIsEbGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.7439231872559rem;left:15rem; }
#bXTvMxSr4gKaTRRlHpge0GUOhWdCBAKN { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.3736991882324rem;left:13.968461513519rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#lhf0998EwkxgHZfmcFeBpEKqwCP852zf { position:relative;display:block; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf { background-color: transparent; background-image: none; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row .container > .video-iframe-container { display: none; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row > .video-iframe-container { display: none; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .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); }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf { border-width: 0; border-radius: 0; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .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; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#ynXdt0Wo3xTiqTwoVz9cOivITxEQfozE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4372125rem;width:14.249875rem;top:27.5rem;left:50.75rem;overflow:hidden;display:block; }
#yuD2XOIm7lx9xnWl3WCrCa3QPnu5dOmb { 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:5.4375rem;width:9.6875rem;top:12.9375rem;left:11.125rem;overflow:hidden;display:block; }
#y8XfTp8i2eAT6tg6punBB7fFwaFQiWMX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18691875rem;width:12.3119375rem;top:13.625rem;left:38.1875rem;overflow:hidden;display:block; }
#V9dR39LdoEkiDWJVUwRkVTl5BQ5nvBNO { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4370625rem;width:7.4370625rem;top:11.5rem;left:54.1875rem;overflow:hidden;display:block; }
#AWqrvLNkOgSQD8gtAslbK9FfQoVAnFlB { color:rgba(var(--color-tertiary-2),1);display:block;width:33.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4810466766358rem;left:20.781251430511rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#sV8aQPwtV9ZN7up5IcsyLag5trklXAiq { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8713817596436rem;left:19.500146389008rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#CuQ2KkPMuNDRwZTSyG6ulvHsmvuWlh5S { position:absolute;display:block;z-index:15042;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.625rem;width:13.875rem;top:14.125rem;left:22.4375rem;overflow:hidden;display:block; }
#Fhm63P9cm7lMim8TXq9NXcz18IqTo3Iq { position:absolute;display:block;z-index:15043;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.81191875rem;width:12.999875rem;top:20.625rem;left:9.4375rem;overflow:hidden;display:block; }
#uwExeHTXlQ5Gt0nqnyZsJTIkA7K1kLQr { position:absolute;display:block;z-index:15044;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.311775rem;width:12.49925rem;top:27.125rem;left:9.6875rem;overflow:hidden;display:block; }
#IZQi4nl9pAnp0J9AoDwx61XwewlmMT59 { position:absolute;display:block;z-index:15045;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.12441875rem;width:12.49925rem;top:20.3125rem;left:23.875rem;overflow:hidden;display:block; }
#OinSC6AbWAe14mO91sHeCgdXaeeMQT9T { position:absolute;display:block;z-index:15046;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.93706875rem;width:12.249rem;top:20.5rem;left:38.1875rem;overflow:hidden;display:block; }
#xvimBAFAbkf5pmdXgCS2TxCZ5lFuyy1Q { position:absolute;display:block;z-index:15047;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.686775rem;width:14.37425rem;top:27.625rem;left:22.9375rem;overflow:hidden;display:block; }
#QelOw7OUNLbzgUDiOcfrDRuMoSVpChaG { position:absolute;display:block;z-index:15048;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.249275rem;width:11.8120625rem;top:19.4375rem;left:52rem;overflow:hidden;display:block; }
#BpelDyGZTX3A6VogTCqXzNBSnvNV2tZf { position:absolute;display:block;z-index:15049;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.06191875rem;width:9.99925rem;top:26.75rem;left:39.375rem;overflow:hidden;display:block; }
#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD { position:relative;display:block; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD { background-color: transparent; background-image: none; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row .container > .video-iframe-container { display: none; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row > .video-iframe-container { display: none; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .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); }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD { border-width: 0; border-radius: 0; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .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; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#GRTcfxiigfZOHpiOppSVXd6qC5RGq1kK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.7744541168213rem;left:30.279948711395rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VGHOtRaAD5dbuLIO3cThzKT434qKuvCE { position:absolute;display:block;z-index:15044;height:18.875rem;width:24rem;top:9.92361164093rem;left:11.3125rem;display:block; }
#suiRsICSML7lMH2hTJTfbdWk8EtGRePp { position:absolute;display:block;z-index:15045;height:18.875rem;width:24rem;top:9.9375rem;left:39.8125rem;display:block; }
#SDSATISvTUffoJGDQehImBy2kis6s6Ea { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:6.2222232818604rem;left:14.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TgR1vWRD5aLuKw3tMdOK5t61bEQ4NaXk { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:6.2222223281861rem;left:43.125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VTfkA8TGpxMzqhWo1oMO1AlHTWdDZGaw { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1235625rem;height:3.74855625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.486256599426rem;left:28.436778545379rem;display:block; }
#ffda36DmDbw3TyLQMAxy9K4omEcVqMTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAFc9Gi2Pni7ktHTZzeH6zuwOTrzJ0XT { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.12425rem;height:3.749275rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2475407123566rem;left:52.186778545379rem;display:none; }
#S5rbCZWczSCuveMD3NqiMAlstvSsaFLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edTruWQveHMTEDQ3FcC27uMiH7XppkSF { position:relative;display:block; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF { background-color: transparent; background-image: none; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row .container > .video-iframe-container { display: none; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row > .video-iframe-container { display: none; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .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); }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF { border-width: 0; border-radius: 0; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .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; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#aQLcOlWidas1qFUw4Ip4hnAfaXQsgrRW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.184875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.893230438233rem;left:11.3046875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#rT4HbMtsMyIkOiMqw53OozLkAfsegSn9 { color:rgba(var(--color-primary-3),1);display:block;width:17.4361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.779949188233rem;left:11.177082061767rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QqbthQmiwMsR4TAmfGSDQMxJoGHEZiUT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21rem;left:11.807292938233rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#xOo3K1ZHGWPB7vQv82SZAHsXNWAvL0ud { color:rgba(var(--color-primary-3),0.98);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17rem;left:11.46484375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vrF4QMtn3TbN9Oo3qpZP7taCv4ehzxFW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.311488628387rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#houEsynwRuFKDxAsBdtKOOlFPTAl9ebS { color:rgba(var(--color-primary-3),1);display:block;width:18.2486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.776042938233rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fR21Q7gLFS9I3XrakS5qT9XR1T5TSKz0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.999875rem;width:9.06175rem;top:1.4742479324341rem;left:37.463832378388rem;overflow:hidden;display:block; }
#XfPzzunPqCrSuTZcXxdrbzaKwPDIlcSN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:9.6875rem;top:1.3491034507751rem;left:54.214412212372rem;overflow:hidden;display:block; }
#q8KTboJBvOlFWILNBgIcXxaLxCBwJsDt { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:14.875rem;top:16.24059677124rem;left:51.62109708786rem;overflow:hidden;display:block; }
#rMOsvILQr1old4QT31QRbXyScOIDBTSF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9371875rem;width:16.4995625rem;top:16.303531646729rem;left:33.744937419891rem;overflow:hidden;display:block; }
#aV7QNrfyhUUZt4b4bQ6WmiyFLqTTKtRy { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.81175rem;width:25.6871875rem;top:29.75rem;left:38.259551525116rem;overflow:hidden;display:block; }
#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL { position:relative;display:block; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL { background-color: transparent; background-image: none; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row .container > .video-iframe-container { display: none; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row > .video-iframe-container { display: none; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .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); }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL { border-width: 0; border-radius: 0; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .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; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GqPqpfJVGKZRTXKvUTdbzMETDgcKzCsE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:22.90625rem;left:56.5rem; }
#mtdsr7vZeIUouG0ZW09lAk0tNyDDFB5Z { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.25rem;left:7.4375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#PauEdDx4ZcuENssKTM8hzr20uzqHVVil { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:30.6630859375rem;left:9.375rem;height:3.8994125rem;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; }
#hRCdhQv82gXL6lTNkIT7liF1OJr5tTl7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:26.564453125rem;left:8.9375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#KCNXX7QJDeenMtk6f5DuXEOHJT0PfkGv { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.498046875rem;left:7.4375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#sUJ00Oa7vvaTNoTGdzybATimW64RP1lo { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:15.212890625rem;left:9.1875rem;height:3.8994125rem;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; }
#dru7Lb4nevu8HrRqLtEdRSV23ET9GkKI { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:10.9287109375rem;left:8.53125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#XR6UZ1bsGAEtlIbEkXQQBtpcsTPdN2b2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:7.650390625rem;left:15.78125rem; }
#qt5OwK5Onir47wPTgI8TJIiukI8EEvyp { color:rgba(var(--color-tertiary-2),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.623046875rem;left:6.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#O4COAlHmhIZJbeTOgrTfoTTKwzrl8st5 { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.25rem;left:27.9375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#MtxGwJB75ZPTXVq5GTIXkME9M1GxJ7Rl { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.25rem;left:48.375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#hLhvGeAzsiOqMul6RT10U5M1zfTeXq6h { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.498046875rem;left:27.9375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#npTDuf6yGAl9TNtmelkf4FCBpcLiBqe8 { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.498046875rem;left:48.375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#H2k9VtnwK120CQnzET4Nng4eJDVGkoLC { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:30.6630859375rem;left:29.8125rem;height:3.8994125rem;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; }
#kuikL3WKXPxhvVRwSQc6olfabxXrTIq7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:26.5634765625rem;left:29.4375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#JllhRvQa3vH2a2fdBBpPTLKV4X6OkFQv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:22.9375rem;left:36.09375rem; }
#L6ZK9MrM4nCEPlTQWtVCBehdrvDgDbkT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:30.0126953125rem;left:50.15625rem;height:5.19921875rem;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; }
#BS6vFpandhxBgVQGSn2VIStDup2TcOTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:27.294921875rem;left:49.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#nHidVw6dmQWEqdt6vLZ42CyMMtli00RN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:23.23046875rem;left:15.6875rem; }
#H4uMcvmq04x3ua5Jnel9mIX97Rl3bX5z { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:14.5625rem;left:29.46875rem;height:5.19921875rem;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; }
#crCvTvg1gUVGEoQb5vc0VPgPwykkMeTe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:10.9296875rem;left:28.90625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#Tdp8VrTrQHd2aCAgaVZNcST6zh9raxpg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:7.869140625rem;left:36.5rem; }
#dsaSx3ELet0UO28zWXZ3h3ND9fLkZhTm { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:14.5625rem;left:50rem;height:3.8994125rem;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; }
#S1SzTrReVB2mQ5pZMfNyN0SRDkIUkM3h { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:11.6611328125rem;left:49.25rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#gtKEXL5rBDee7pG9zmqy483xh4pA0r9H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:7.712890625rem;left:56.78125rem; }
#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU { position:relative;display:block; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU { background-color: transparent; background-image: none; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row .container > .video-iframe-container { display: none; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row > .video-iframe-container { display: none; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .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); }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU { border-width: 0; border-radius: 0; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .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; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-0),1);background-image:none;vertical-align:top; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);height:auto; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#000000; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-trigger.adaptive-delivery-prevent-bg, #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-trigger.lazyload, #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-trigger.lazyloading { background-image: none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM { box-sizing:content-box;height:auto;width:51.6865rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15064;background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.0625rem;padding-right:1.0625rem;padding-bottom:1.0625rem;padding-left:1.0625rem;top:5.1103515625rem;left:10.28125rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #IKnE5nP9fkRJRskDAxaf9xynPXwS3IHT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PFOJsP2z1maiQ3pumkAqb71JxQAmH6FQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #SSvWZmilJW3uq2ZxJl2fSLZJHCG7geCK { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #q6QF0UtqHO14pX8fgOTePoTPHdMFquLV {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hfZmfDlDTRPTMm2700ZxJWsmq7AlPdNe {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hvemNdmZbCI1EKs7zkKO92Q9DIDAHlFc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DzpElTMBNuhVcycPo5B25MSHPiqtNbSC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DcyQ8fwiNLsJy537Gk1tfJyaCTZNNztV { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #egV71TtvDG87n4GZx1X83BJlVBi97J0W {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #G1qJNuFhuqelkFHqHW8LEMueSPqpk8TQ { display:none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BTAdttDCTy5EWiKMbGtNGMObsg6Hd5Tx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #piRgeBhdoRPR5akLOHJ1lbXwfdGgsb5f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Sk1VK93rtm31wJeiBzEXD6UtuVRIK3PK { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #nTLCH9gbDXt2rzIcglhBqM4t5IN0p69z {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #g2RBRTatBORla2W1xoO2nTsdoN3naa3V { display:none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #W9bKXMZ33GUNrUvq7MNoI2D7ZJzNVqTl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #TRHg7QbEdqfXHBTZQd3kwTsXzByKbIbe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #v9x0EOF59c2Z8ODMwxusUlKpG9kWQTq5 { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BlzMJQxLeU4rFtWiFuUAilFIphPEya6K {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #wpNWb3RxfD1cIkdlen1sDUcDMBDqdWSi { display:none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #CQ4xdbtGzBOxQr4sZIKrARSub63AfFx7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Kw2dyilPxJ5drLDl9DE043dRulPp24RD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #ZFfgNpd1GKR536OHCuaPMeqVuOuT9dtk { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JT6kfd0mXzqPitUhsZpGmNW6VJcKT4fP {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #R7an6pOCalDzHKykgRc65n3dIJZzn4Br { display:none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #rstvaV1OZo36VhCVLIA4Gn1ULT6XRQO1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #LbCcTsImSeC1bF1hkfKnqQDf3JIt2iCr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JGzLXdnqcgzKGJPEu2mIPann4AoFtTe8 { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #r3xJPQlfuC13rSIQfA7wlgVibT1kTcqB {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Fh7NoEr3z8iru3z4BRezbgNnLeAo5DQ6 { display:none; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #OZA0owWJOe19IgRHF6u1gH5rZVR7QQFT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #X7ae4NV1wDuMOB2tdq4Eav2OAnHt2riT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PV9IJmxSoiEl3Kzg0ZolB5OQOqGIcF3z { display:block;position:relative; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #tiuXRdMwcsnKWVo38NGSPTOn34ZJOlBc {  }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #D6FGEFROHGZ21xQw15lsTK5PdEF1oVbo { display:none; }
#KTAsOBMZWsE0rXqMlFxNPdqRGKQgcRDN { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.2767639160156rem;left:22.217883586884rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#RSilgLH77e5g7QoraPG4LQWwwUr6PBb2 { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1230625rem;height:3.74805rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.8359375rem;left:28.4375rem;display:block; }
#rzV7UiOVmAR6tuM4TxZsAFvZOi1uCVT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVQTcHZE0ouHp5LTyegytS6CUaQt8SGk { background-color:rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.12425rem;height:3.749275rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2475407123566rem;left:52.186778545379rem;display:none; }
#QJ6bUT0dTlE8EVth4hqLapzT18knpQ4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { background-color: transparent; background-image: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container > .video-iframe-container { display: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row > .video-iframe-container { display: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .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); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { border-width: 0; border-radius: 0; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#rc7gvgyPFwpdMRVe6d0pzNwM3WH07Bls { color:rgba(var(--color-secondary-0),1);display:block;width:19.624rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:3.9423828125rem;left:6.8125rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#Txtf2uMhSS7I8JstocurWbOsQneNKEep { color:rgba(var(--color-secondary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:5.2517356872559rem;left:44.4375rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#TugX992ms2s09o6RkN9MQXCfvp5yvzkt { position:absolute;display:block;z-index:15040;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.3121875rem;width:9.7496875rem;top:0.74942207336425rem;left:32.5625rem;overflow:hidden;display:block; }
#OQC3XHWUnUWSuLCHwBR8FlszUzXAzMOM { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:7.9501953125rem;left:30.96875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA { display:block; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HesvJlvezPsHZMISn9fHSc3n5cl4TGrI { top:16.6875rem;left:0rem;width:26.25rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1AyMXM3Wo4sRBXt7fTOJWU7sKPwRep { top:8.4375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLztLvDrnJfou0H1OQx6JTKJP3CPBXr { width:18.0625rem;height:3.6875rem;top:2.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1dGnQILMG1AHmEn4pQ58ewtICa5Fkt { display:block; }
 }@media only screen and (max-width: 763px) { #yRhQVK0yWim615e8k0thf8Iyl6OcEsDZ { top:12.8125rem;left:17.375rem;width:30.3125rem;height:16.964633766808rem;display:block; }
 }@media only screen and (max-width: 763px) { #I75cRUOgGOXQSoNRbTb104pHdwtEuHI2 { width:18.0625rem;height:3.6875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4y8gVOCzVTXLgs8Pf1KxTO2RrCeFrko { display:block; }
 }@media only screen and (max-width: 763px) { #alMswc99xNTgo2QM56AG3lZMyvEEpdws { top:33.5625rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtoVKdaiQiryvUJ8QoeeEv7hIiiamQaC { top:0.6875rem;left:0rem;width:10.3125rem;height:6.7094151932287rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpL5nV9CZtl7zwlM646GlBlDA6lZqx1O { top:33.5rem;left:13.498843669891rem;width:0.0625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuatSmgrO7aTC4iNPlJAy0p1rOHfiaD { top:35.75rem;left:0rem;width:15.4375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkZiF9uTnBIv2e3gUfGvS1wqoH2B6WA { top:38.625rem;left:0rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQJQyW5dqLkRod2wpq3LRvGogTTkANs { top:35.75rem;left:14.1875rem;width:20.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJV3ATawd7SuLWPkvw8wENvprDiHcxuE { top:38.625rem;left:19.899306774139rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrCOuwaHmTGhrFoSGdxuXX4S6J60ddu0 { top:35.75rem;left:33.75rem;width:14rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enprvXgMisXzql2OSfWdFqSXBoJmkeax { top:38.625rem;left:30.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S025TZkRnqZzNLkk9ciKJpuLwSBPEcWJ { top:33.5rem;left:35.399886608124rem;width:0;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqa619woO2DbsBFDkcHOqV5HBVHEwpI { width:18.0625rem;height:3.6875rem;top:2.1875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRkWrrsV08bmiBeJF9R1hcdFT77lrftM { display:block; }
 }@media only screen and (max-width: 763px) { #px0F9gZC1QNaVz0DGNCTTgwPNN2TpwBi { display:none; }
 }@media only screen and (max-width: 763px) { #VAwxwOR5phKygKz9v4I3kSEsuVTpS2VD { display:none; }
 }@media only screen and (max-width: 763px) { #Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr { display:block; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae9MxpCu9ZCMTFXatWa8g0uDroez3Cdr { top:18.9375rem;left:4.1245665550232rem;width:39.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5psLssHwo4wr7D9QR1ETgVWJWWIrplb { top:14.75rem;left:3.9986987113952rem;width:39.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFrB3f2FDif080gFBhNPnE3JWpf6Cz1s { top:14.875rem;left:1.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa3NVtpDBt9Cn4XAzV0AwenSy9ETnxmP { top:9.9375rem;left:4.1563963890076rem;width:39.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0cTO3yhNTBgPdID0SBMu7nqvaA6oIp { top:10.3125rem;left:1.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBOy6Fbfw3D1npx5v47PqnmI2ikOoky1 { top:5.75rem;left:4.125rem;width:39.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGGz0c0PpA52kKS8uNxWW3wvHIsEbGe { top:5.6875rem;left:1.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTvMxSr4gKaTRRlHpge0GUOhWdCBAKN { top:1.3125rem;left:0.34346151351929rem;width:47rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhf0998EwkxgHZfmcFeBpEKqwCP852zf { display:block; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXdt0Wo3xTiqTwoVz9cOivITxEQfozE { top:27.5rem;left:33.5625rem;width:14.1875rem;height:4.4171498252032rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuD2XOIm7lx9xnWl3WCrCa3QPnu5dOmb { top:12.9375rem;left:0rem;width:9.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8XfTp8i2eAT6tg6punBB7fFwaFQiWMX { top:13.625rem;left:24.5625rem;width:12.25rem;height:4.1653942806086rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dR39LdoEkiDWJVUwRkVTl5BQ5nvBNO { top:11.5rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWqrvLNkOgSQD8gtAslbK9FfQoVAnFlB { top:5.4375rem;left:7.15625rem;width:33.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8aQPwtV9ZN7up5IcsyLag5trklXAiq { top:1.8125rem;left:5.875rem;width:35.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQ2KkPMuNDRwZTSyG6ulvHsmvuWlh5S { top:14.125rem;left:8.8125rem;width:13.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhm63P9cm7lMim8TXq9NXcz18IqTo3Iq { top:20.625rem;left:0rem;width:12.9375rem;height:4.7885526904159rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwExeHTXlQ5Gt0nqnyZsJTIkA7K1kLQr { top:27.125rem;left:0rem;width:12.4375rem;height:5.2851989458893rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZQi4nl9pAnp0J9AoDwx61XwewlmMT59 { top:20.3125rem;left:10.25rem;width:12.4375rem;height:5.0986168547698rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinSC6AbWAe14mO91sHeCgdXaeeMQT9T { top:20.5rem;left:24.5625rem;width:12.1875rem;height:4.9115415427163rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvimBAFAbkf5pmdXgCS2TxCZ5lFuyy1Q { top:27.625rem;left:9.3125rem;width:14.3125rem;height:4.66625126642rem;display:block; }
 }@media only screen and (max-width: 763px) { #QelOw7OUNLbzgUDiOcfrDRuMoSVpChaG { top:19.4375rem;left:36rem;width:11.75rem;height:6.2163287984379rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpelDyGZTX3A6VogTCqXzNBSnvNV2tZf { top:26.75rem;left:25.75rem;width:9.9375rem;height:6.0241081641966rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD { display:block; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRTcfxiigfZOHpiOppSVXd6qC5RGq1kK { top:1.75rem;left:16.654948711395rem;width:14.375rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHOtRaAD5dbuLIO3cThzKT434qKuvCE { top:9.875rem;left:0rem;width:24rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suiRsICSML7lMH2hTJTfbdWk8EtGRePp { top:9.9375rem;left:23.75rem;width:24rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSATISvTUffoJGDQehImBy2kis6s6Ea { top:6.1875rem;left:1rem;width:18.6875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgR1vWRD5aLuKw3tMdOK5t61bEQ4NaXk { top:6.1875rem;left:29.5rem;width:17.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfkA8TGpxMzqhWo1oMO1AlHTWdDZGaw { width:18.0625rem;height:3.6875rem;top:27.4375rem;left:14.811778545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffda36DmDbw3TyLQMAxy9K4omEcVqMTT { display:block; }
 }@media only screen and (max-width: 763px) { #fAFc9Gi2Pni7ktHTZzeH6zuwOTrzJ0XT { width:18.0625rem;height:3.6875rem;top:2.1875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5rbCZWczSCuveMD3NqiMAlstvSsaFLI { display:block; }
 }@media only screen and (max-width: 763px) { #edTruWQveHMTEDQ3FcC27uMiH7XppkSF { display:block; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQLcOlWidas1qFUw4Ip4hnAfaXQsgrRW { top:36.875rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT4HbMtsMyIkOiMqw53OozLkAfsegSn9 { top:32.75rem;left:0rem;width:17.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqbthQmiwMsR4TAmfGSDQMxJoGHEZiUT { top:21rem;left:0rem;width:16.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOo3K1ZHGWPB7vQv82SZAHsXNWAvL0ud { top:17rem;left:0rem;width:16.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrF4QMtn3TbN9Oo3qpZP7taCv4ehzxFW { top:6.875rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #houEsynwRuFKDxAsBdtKOOlFPTAl9ebS { top:2.8125rem;left:0rem;width:18.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR21Q7gLFS9I3XrakS5qT9XR1T5TSKz0 { top:1.4375rem;left:23.838832378388rem;width:9rem;height:12.911289210142rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfPzzunPqCrSuTZcXxdrbzaKwPDIlcSN { top:1.3125rem;left:38.0625rem;width:9.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8KTboJBvOlFWILNBgIcXxaLxCBwJsDt { top:16.1875rem;left:32.875rem;width:14.875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMOsvILQr1old4QT31QRbXyScOIDBTSF { top:16.25rem;left:20.119937419891rem;width:16.4375rem;height:11.892286206452rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7QNrfyhUUZt4b4bQ6WmiyFLqTTKtRy { top:29.75rem;left:22.125rem;width:25.625rem;height:17.768628572124rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL { display:block; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqPqpfJVGKZRTXKvUTdbzMETDgcKzCsE { top:22.875rem;left:42.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtdsr7vZeIUouG0ZW09lAk0tNyDDFB5Z { top:22.25rem;left:0rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauEdDx4ZcuENssKTM8hzr20uzqHVVil { top:30.625rem;left:0rem;width:15.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCdhQv82gXL6lTNkIT7liF1OJr5tTl7 { top:26.5625rem;left:0rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCNXX7QJDeenMtk6f5DuXEOHJT0PfkGv { top:6.4375rem;left:0rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUJ00Oa7vvaTNoTGdzybATimW64RP1lo { top:15.1875rem;left:0rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dru7Lb4nevu8HrRqLtEdRSV23ET9GkKI { top:10.875rem;left:0rem;width:16.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6UZ1bsGAEtlIbEkXQQBtpcsTPdN2b2 { top:7.625rem;left:2.15625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt5OwK5Onir47wPTgI8TJIiukI8EEvyp { top:1.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4COAlHmhIZJbeTOgrTfoTTKwzrl8st5 { top:22.25rem;left:14.3125rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtxGwJB75ZPTXVq5GTIXkME9M1GxJ7Rl { top:22.25rem;left:28.625rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhvGeAzsiOqMul6RT10U5M1zfTeXq6h { top:6.4375rem;left:14.3125rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTDuf6yGAl9TNtmelkf4FCBpcLiBqe8 { top:6.4375rem;left:28.625rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k9VtnwK120CQnzET4Nng4eJDVGkoLC { top:30.625rem;left:16.1875rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuikL3WKXPxhvVRwSQc6olfabxXrTIq7 { top:26.5625rem;left:15.8125rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JllhRvQa3vH2a2fdBBpPTLKV4X6OkFQv { top:22.9375rem;left:22.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZK9MrM4nCEPlTQWtVCBehdrvDgDbkT { top:30rem;left:32.1875rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6vFpandhxBgVQGSn2VIStDup2TcOTJ { top:27.25rem;left:29.9375rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHidVw6dmQWEqdt6vLZ42CyMMtli00RN { top:23.1875rem;left:2.0625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4uMcvmq04x3ua5Jnel9mIX97Rl3bX5z { top:14.5625rem;left:15.84375rem;width:16.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCvTvg1gUVGEoQb5vc0VPgPwykkMeTe { top:10.875rem;left:15.28125rem;width:17.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdp8VrTrQHd2aCAgaVZNcST6zh9raxpg { top:7.8125rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsaSx3ELet0UO28zWXZ3h3ND9fLkZhTm { top:14.5625rem;left:31.875rem;width:15.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1SzTrReVB2mQ5pZMfNyN0SRDkIUkM3h { top:11.625rem;left:30.375rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKEXL5rBDee7pG9zmqy483xh4pA0r9H { top:7.6875rem;left:43.15625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg692dCVTpT1VoV8TFIPv3urbxDFxflU { display:block; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM { display:flex;height:auto;width:27.8125rem;top:315.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #IKnE5nP9fkRJRskDAxaf9xynPXwS3IHT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PFOJsP2z1maiQ3pumkAqb71JxQAmH6FQ {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #SSvWZmilJW3uq2ZxJl2fSLZJHCG7geCK {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #q6QF0UtqHO14pX8fgOTePoTPHdMFquLV {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hfZmfDlDTRPTMm2700ZxJWsmq7AlPdNe {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hvemNdmZbCI1EKs7zkKO92Q9DIDAHlFc {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DzpElTMBNuhVcycPo5B25MSHPiqtNbSC {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DcyQ8fwiNLsJy537Gk1tfJyaCTZNNztV {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #egV71TtvDG87n4GZx1X83BJlVBi97J0W {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #G1qJNuFhuqelkFHqHW8LEMueSPqpk8TQ {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BTAdttDCTy5EWiKMbGtNGMObsg6Hd5Tx {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #piRgeBhdoRPR5akLOHJ1lbXwfdGgsb5f {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Sk1VK93rtm31wJeiBzEXD6UtuVRIK3PK {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #nTLCH9gbDXt2rzIcglhBqM4t5IN0p69z {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #g2RBRTatBORla2W1xoO2nTsdoN3naa3V {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #W9bKXMZ33GUNrUvq7MNoI2D7ZJzNVqTl {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #TRHg7QbEdqfXHBTZQd3kwTsXzByKbIbe {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #v9x0EOF59c2Z8ODMwxusUlKpG9kWQTq5 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BlzMJQxLeU4rFtWiFuUAilFIphPEya6K {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #wpNWb3RxfD1cIkdlen1sDUcDMBDqdWSi {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #CQ4xdbtGzBOxQr4sZIKrARSub63AfFx7 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Kw2dyilPxJ5drLDl9DE043dRulPp24RD {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #ZFfgNpd1GKR536OHCuaPMeqVuOuT9dtk {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JT6kfd0mXzqPitUhsZpGmNW6VJcKT4fP {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #R7an6pOCalDzHKykgRc65n3dIJZzn4Br {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #rstvaV1OZo36VhCVLIA4Gn1ULT6XRQO1 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #LbCcTsImSeC1bF1hkfKnqQDf3JIt2iCr {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JGzLXdnqcgzKGJPEu2mIPann4AoFtTe8 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #r3xJPQlfuC13rSIQfA7wlgVibT1kTcqB {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Fh7NoEr3z8iru3z4BRezbgNnLeAo5DQ6 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #OZA0owWJOe19IgRHF6u1gH5rZVR7QQFT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #X7ae4NV1wDuMOB2tdq4Eav2OAnHt2riT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PV9IJmxSoiEl3Kzg0ZolB5OQOqGIcF3z {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #tiuXRdMwcsnKWVo38NGSPTOn34ZJOlBc {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #D6FGEFROHGZ21xQw15lsTK5PdEF1oVbo {  }
 }@media only screen and (max-width: 763px) { #KTAsOBMZWsE0rXqMlFxNPdqRGKQgcRDN { top:1.25rem;left:8.5928835868837rem;width:30.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSilgLH77e5g7QoraPG4LQWwwUr6PBb2 { width:18.0625rem;height:3.6875rem;top:36.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzV7UiOVmAR6tuM4TxZsAFvZOi1uCVT4 { display:block; }
 }@media only screen and (max-width: 763px) { #kVQTcHZE0ouHp5LTyegytS6CUaQt8SGk { width:18.0625rem;height:3.6875rem;top:2.1875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJ6bUT0dTlE8EVth4hqLapzT18knpQ4p { display:block; }
 }@media only screen and (max-width: 763px) { #wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF { display:block; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc7gvgyPFwpdMRVe6d0pzNwM3WH07Bls { top:3.9375rem;left:0rem;width:19.5625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txtf2uMhSS7I8JstocurWbOsQneNKEep { top:5.25rem;left:24.6875rem;width:23.0625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TugX992ms2s09o6RkN9MQXCfvp5yvzkt { top:0.6875rem;left:18.9375rem;width:9.6875rem;height:6.2716849164017rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQC3XHWUnUWSuLCHwBR8FlszUzXAzMOM { top:7.9375rem;left:17.34375rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA { display:block; }#kcwApcZkbcGJGIaRTpxtR6wMKI6M4TNA > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HesvJlvezPsHZMISn9fHSc3n5cl4TGrI { width:19.562375rem;height:5.19921875rem;top:23.057725906372rem;left:0.21701395511627rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep1AyMXM3Wo4sRBXt7fTOJWU7sKPwRep { width:19.1869375rem;height:7.3125rem;top:14.812644958496rem;left:0.40436923503876rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOLztLvDrnJfou0H1OQx6JTKJP3CPBXr { width:16.0625rem;height:4.25rem;top:9.8726854324344rem;left:1.9675928354263rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1dGnQILMG1AHmEn4pQ58ewtICa5Fkt { display:block; }
 }@media only screen and (max-width: 763px) { #yRhQVK0yWim615e8k0thf8Iyl6OcEsDZ { height:11.24925rem;width:19.99925rem;top:29.507380008697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I75cRUOgGOXQSoNRbTb104pHdwtEuHI2 { width:18.0625rem;height:3.6875rem;top:41.591435909271rem;left:0.96643531322481rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4y8gVOCzVTXLgs8Pf1KxTO2RrCeFrko { display:block; }
 }@media only screen and (max-width: 763px) { #alMswc99xNTgo2QM56AG3lZMyvEEpdws { width:20rem;height:18.75rem;top:47.448642730713rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtoVKdaiQiryvUJ8QoeeEv7hIiiamQaC { width:10.3125rem;height:6.7094151932287rem;top:2.068865776062rem;left:4.8415800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpL5nV9CZtl7zwlM646GlBlDA6lZqx1O { width:0.062210625rem;height:8.3745625rem;top:58.250148773193rem;left:18.012876152993rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEuatSmgrO7aTC4iNPlJAy0p1rOHfiaD { width:15rem;height:2.11230625rem;top:48.1142578125rem;left:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkZiF9uTnBIv2e3gUfGvS1wqoH2B6WA { width:13.8125rem;height:1.29980625rem;top:51.064453125rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmQJQyW5dqLkRod2wpq3LRvGogTTkANs { width:18.5625rem;height:2.11230625rem;top:54.2392578125rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJV3ATawd7SuLWPkvw8wENvprDiHcxuE { width:12.435625rem;height:1.29980625rem;top:57.432004928589rem;left:3.7803822755814rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrCOuwaHmTGhrFoSGdxuXX4S6J60ddu0 { width:13.9980625rem;height:2.11230625rem;top:60.50390625rem;left:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enprvXgMisXzql2OSfWdFqSXBoJmkeax { width:19.125rem;height:1.29980625rem;top:63.619140625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S025TZkRnqZzNLkk9ciKJpuLwSBPEcWJ { width:0;height:8.3125rem;top:58.026480834961rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqa619woO2DbsBFDkcHOqV5HBVHEwpI { width:16.0619375rem;height:4.24985625rem;top:41.683305263519rem;left:1.9675928354263rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HRkWrrsV08bmiBeJF9R1hcdFT77lrftM { display:block; }
 }@media only screen and (max-width: 763px) { #px0F9gZC1QNaVz0DGNCTTgwPNN2TpwBi { top:53.290657043457rem;left:-0.0625rem;width:20rem;height:0.0625rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #VAwxwOR5phKygKz9v4I3kSEsuVTpS2VD { top:59.540657043457rem;left:0rem;width:19.99925rem;height:0.062210625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr { display:block; }#Jk1wTfsGC40scNx2nqB5qHFJebMqEHEr > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae9MxpCu9ZCMTFXatWa8g0uDroez3Cdr { width:19.99925rem;height:6.499rem;top:34.029951095581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #o5psLssHwo4wr7D9QR1ETgVWJWWIrplb { width:19.99925rem;height:3.8994125rem;top:28.145256042481rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #uFrB3f2FDif080gFBhNPnE3JWpf6Cz1s { display:flex;width:2.37485625rem;height:2.37485625rem;top:24.582609176636rem;left:8.8100410699844rem; }
 }@media only screen and (max-width: 763px) { #Wa3NVtpDBt9Cn4XAzV0AwenSy9ETnxmP { width:19.99925rem;height:5.19921875rem;top:17.927518844604rem;left:0rem;font-size:1rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0cTO3yhNTBgPdID0SBMu7nqvaA6oIp { display:flex;width:1.561775rem;height:1.561775rem;top:15.32262802124rem;left:9.2165800333025rem; }
 }@media only screen and (max-width: 763px) { #QBOy6Fbfw3D1npx5v47PqnmI2ikOoky1 { width:19.99925rem;height:5.19921875rem;top:8.2971668243406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #llGGz0c0PpA52kKS8uNxWW3wvHIsEbGe { display:flex;width:2.62441875rem;height:2.62441875rem;top:4.7960071563721rem;left:8.6856199502944rem; }
 }@media only screen and (max-width: 763px) { #bXTvMxSr4gKaTRRlHpge0GUOhWdCBAKN { width:19.99925rem;height:3.57421875rem;top:0.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhf0998EwkxgHZfmcFeBpEKqwCP852zf { display:block; }#lhf0998EwkxgHZfmcFeBpEKqwCP852zf > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXdt0Wo3xTiqTwoVz9cOivITxEQfozE { width:9.3125rem;height:2.8125rem;top:24.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuD2XOIm7lx9xnWl3WCrCa3QPnu5dOmb { width:7.0625rem;height:3.9375rem;top:12.810546875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8XfTp8i2eAT6tg6punBB7fFwaFQiWMX { width:8.625rem;height:2.8125rem;top:13.373046875rem;left:10.3544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dR39LdoEkiDWJVUwRkVTl5BQ5nvBNO { width:5.061525rem;height:5.061525rem;top:33.72265625rem;left:12.1357421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWqrvLNkOgSQD8gtAslbK9FfQoVAnFlB { width:19.999rem;height:5.19921875rem;top:6.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sV8aQPwtV9ZN7up5IcsyLag5trklXAiq { width:18.4355625rem;height:3.8984375rem;top:1.2822265625rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuQ2KkPMuNDRwZTSyG6ulvHsmvuWlh5S { width:8.75rem;height:2.25rem;top:29.724609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhm63P9cm7lMim8TXq9NXcz18IqTo3Iq { width:8.6875rem;height:3.125rem;top:18.2783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwExeHTXlQ5Gt0nqnyZsJTIkA7K1kLQr { width:8.625rem;height:3.6875rem;top:29.005859375rem;left:10.3544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZQi4nl9pAnp0J9AoDwx61XwewlmMT59 { width:9.875rem;height:4rem;top:17.8408203125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinSC6AbWAe14mO91sHeCgdXaeeMQT9T { width:8.499rem;height:3.374025rem;top:24.0576171875rem;left:10.416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvimBAFAbkf5pmdXgCS2TxCZ5lFuyy1Q { width:10.3115rem;height:3.311525rem;top:34.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QelOw7OUNLbzgUDiOcfrDRuMoSVpChaG { width:8.5615rem;height:4.499025rem;top:39.505859375rem;left:0.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpelDyGZTX3A6VogTCqXzNBSnvNV2tZf { width:7.499rem;height:4.499025rem;top:39.505859375rem;left:10.916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD { display:block; }#DeEgwNstJSJoJEHuJk1QqWRBeXhpCaBD > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRTcfxiigfZOHpiOppSVXd6qC5RGq1kK { width:12.5rem;height:2.4375rem;top:0.9462890625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHOtRaAD5dbuLIO3cThzKT434qKuvCE { width:20rem;height:13.75rem;top:6.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suiRsICSML7lMH2hTJTfbdWk8EtGRePp { width:20rem;height:13.3125rem;top:22.402995109558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSATISvTUffoJGDQehImBy2kis6s6Ea { width:17.375rem;height:1.94921875rem;top:4.301212310791rem;left:1.3116319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgR1vWRD5aLuKw3tMdOK5t61bEQ4NaXk { width:17.375rem;height:1.94921875rem;top:20.453125834465rem;left:1.3116319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfkA8TGpxMzqhWo1oMO1AlHTWdDZGaw { width:18.0625rem;height:3.6875rem;top:36.96471875rem;left:0.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffda36DmDbw3TyLQMAxy9K4omEcVqMTT { display:block; }
 }@media only screen and (max-width: 763px) { #fAFc9Gi2Pni7ktHTZzeH6zuwOTrzJ0XT { width:16.0619375rem;height:4.24985625rem;top:35.183017730713rem;left:1.9675928354263rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #S5rbCZWczSCuveMD3NqiMAlstvSsaFLI { display:block; }
 }@media only screen and (max-width: 763px) { #edTruWQveHMTEDQ3FcC27uMiH7XppkSF { display:block; }#edTruWQveHMTEDQ3FcC27uMiH7XppkSF > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQLcOlWidas1qFUw4Ip4hnAfaXQsgrRW { width:17.1855625rem;height:5.19921875rem;top:67rem;left:1.40625rem;font-size:1rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT4HbMtsMyIkOiMqw53OozLkAfsegSn9 { width:17.4355625rem;height:3.25rem;top:62.537109375rem;left:1.28125rem;font-size:1.25rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqbthQmiwMsR4TAmfGSDQMxJoGHEZiUT { width:17.5rem;height:6.499rem;top:28.7890625rem;left:1.25rem;font-size:1rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOo3K1ZHGWPB7vQv82SZAHsXNWAvL0ud { width:14.5rem;height:3.25rem;top:24.2880859375rem;left:2.75rem;font-size:1.25rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrF4QMtn3TbN9Oo3qpZP7taCv4ehzxFW { width:17.1855625rem;height:5.19921875rem;top:5.6650390625rem;left:1.4052734375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #houEsynwRuFKDxAsBdtKOOlFPTAl9ebS { width:18.249rem;height:3.25rem;top:1.2265625rem;left:0.8740234375rem;font-size:1.25rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fR21Q7gLFS9I3XrakS5qT9XR1T5TSKz0 { width:7.374875rem;height:10.6871875rem;top:11.969044364989rem;left:1.4033566713333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfPzzunPqCrSuTZcXxdrbzaKwPDIlcSN { width:7.6244375rem;height:10.499875rem;top:12.0625rem;left:11.010561585426rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8KTboJBvOlFWILNBgIcXxaLxCBwJsDt { width:14.874rem;height:12.0615rem;top:36.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMOsvILQr1old4QT31QRbXyScOIDBTSF { width:14.999rem;height:10.8115rem;top:49.7880859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7QNrfyhUUZt4b4bQ6WmiyFLqTTKtRy { width:18.624rem;height:12.9365rem;top:73.224609375rem;left:0.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL { display:block; }#WW8HIDJb0eCtlTzCLBC0s0tsqdXAw8KL > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqPqpfJVGKZRTXKvUTdbzMETDgcKzCsE { display:flex;width:2.874025rem;height:2.874025rem;top:80.2783203125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #mtdsr7vZeIUouG0ZW09lAk0tNyDDFB5Z { width:18.875rem;height:11.5625rem;top:51.388671875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauEdDx4ZcuENssKTM8hzr20uzqHVVil { width:15.249rem;height:3.8994125rem;top:57.755859375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCdhQv82gXL6lTNkIT7liF1OJr5tTl7 { width:17.1875rem;height:1.4619125rem;top:55.3125rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCNXX7QJDeenMtk6f5DuXEOHJT0PfkGv { width:18.875rem;height:11.5625rem;top:10.138671875rem;left:0.4560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUJ00Oa7vvaTNoTGdzybATimW64RP1lo { width:15.624rem;height:3.8994125rem;top:16.8837890625rem;left:2.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dru7Lb4nevu8HrRqLtEdRSV23ET9GkKI { width:16.9371875rem;height:2.923825rem;top:13.156829833984rem;left:1.5292247533798rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6UZ1bsGAEtlIbEkXQQBtpcsTPdN2b2 { display:flex;width:2.43706875rem;height:2.43706875rem;top:10.720485687256rem;left:8.7796589136125rem; }
 }@media only screen and (max-width: 763px) { #qt5OwK5Onir47wPTgI8TJIiukI8EEvyp { width:19.3730625rem;height:7.3125rem;top:1.267578125rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4COAlHmhIZJbeTOgrTfoTTKwzrl8st5 { width:18.9375rem;height:11.5625rem;top:65.3837890625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtxGwJB75ZPTXVq5GTIXkME9M1GxJ7Rl { width:18.9375rem;height:11.5625rem;top:79.3408203125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhvGeAzsiOqMul6RT10U5M1zfTeXq6h { width:18.9375rem;height:11.5625rem;top:23.8466796875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTDuf6yGAl9TNtmelkf4FCBpcLiBqe8 { width:18.9375rem;height:11.5625rem;top:37.4931640625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k9VtnwK120CQnzET4Nng4eJDVGkoLC { width:15.374rem;height:3.8994125rem;top:72.0634765625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuikL3WKXPxhvVRwSQc6olfabxXrTIq7 { width:19.4375rem;height:1.4619125rem;top:69.765625rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JllhRvQa3vH2a2fdBBpPTLKV4X6OkFQv { display:flex;width:2.811525rem;height:2.811525rem;top:66.33984375rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #L6ZK9MrM4nCEPlTQWtVCBehdrvDgDbkT { width:18.4375rem;height:3.8994125rem;top:86.0791015625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6vFpandhxBgVQGSn2VIStDup2TcOTJ { width:17.8115rem;height:1.4619125rem;top:83.72265625rem;left:1.0927734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHidVw6dmQWEqdt6vLZ42CyMMtli00RN { display:flex;width:2.624025rem;height:2.624025rem;top:52.1416015625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #H4uMcvmq04x3ua5Jnel9mIX97Rl3bX5z { width:18.75rem;height:3.8994125rem;top:30.8349609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCvTvg1gUVGEoQb5vc0VPgPwykkMeTe { width:18.6875rem;height:2.923825rem;top:27.0595703125rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdp8VrTrQHd2aCAgaVZNcST6zh9raxpg { display:flex;width:1.999025rem;height:1.999025rem;top:24.435546875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #dsaSx3ELet0UO28zWXZ3h3ND9fLkZhTm { width:15.874rem;height:3.8994125rem;top:43.5849609375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1SzTrReVB2mQ5pZMfNyN0SRDkIUkM3h { width:17.374rem;height:1.4619125rem;top:41.375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKEXL5rBDee7pG9zmqy483xh4pA0r9H { display:flex;width:2.311525rem;height:2.311525rem;top:38.2685546875rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #Kg692dCVTpT1VoV8TFIPv3urbxDFxflU { display:block; }#Kg692dCVTpT1VoV8TFIPv3urbxDFxflU > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM { display:flex;height:auto;width:17.497375rem;top:7.6883678436281rem;left:-0.33854168653488rem; }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #IKnE5nP9fkRJRskDAxaf9xynPXwS3IHT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PFOJsP2z1maiQ3pumkAqb71JxQAmH6FQ {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #SSvWZmilJW3uq2ZxJl2fSLZJHCG7geCK {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #q6QF0UtqHO14pX8fgOTePoTPHdMFquLV {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hfZmfDlDTRPTMm2700ZxJWsmq7AlPdNe {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #hvemNdmZbCI1EKs7zkKO92Q9DIDAHlFc {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DzpElTMBNuhVcycPo5B25MSHPiqtNbSC {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #DcyQ8fwiNLsJy537Gk1tfJyaCTZNNztV {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #egV71TtvDG87n4GZx1X83BJlVBi97J0W {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #G1qJNuFhuqelkFHqHW8LEMueSPqpk8TQ {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BTAdttDCTy5EWiKMbGtNGMObsg6Hd5Tx {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #piRgeBhdoRPR5akLOHJ1lbXwfdGgsb5f {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Sk1VK93rtm31wJeiBzEXD6UtuVRIK3PK {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #nTLCH9gbDXt2rzIcglhBqM4t5IN0p69z {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #g2RBRTatBORla2W1xoO2nTsdoN3naa3V {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #W9bKXMZ33GUNrUvq7MNoI2D7ZJzNVqTl {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #TRHg7QbEdqfXHBTZQd3kwTsXzByKbIbe {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #v9x0EOF59c2Z8ODMwxusUlKpG9kWQTq5 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #BlzMJQxLeU4rFtWiFuUAilFIphPEya6K {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #wpNWb3RxfD1cIkdlen1sDUcDMBDqdWSi {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #CQ4xdbtGzBOxQr4sZIKrARSub63AfFx7 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Kw2dyilPxJ5drLDl9DE043dRulPp24RD {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #ZFfgNpd1GKR536OHCuaPMeqVuOuT9dtk {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JT6kfd0mXzqPitUhsZpGmNW6VJcKT4fP {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #R7an6pOCalDzHKykgRc65n3dIJZzn4Br {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #rstvaV1OZo36VhCVLIA4Gn1ULT6XRQO1 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #LbCcTsImSeC1bF1hkfKnqQDf3JIt2iCr {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #JGzLXdnqcgzKGJPEu2mIPann4AoFtTe8 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #r3xJPQlfuC13rSIQfA7wlgVibT1kTcqB {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #Fh7NoEr3z8iru3z4BRezbgNnLeAo5DQ6 {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #OZA0owWJOe19IgRHF6u1gH5rZVR7QQFT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #X7ae4NV1wDuMOB2tdq4Eav2OAnHt2riT {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #PV9IJmxSoiEl3Kzg0ZolB5OQOqGIcF3z {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #tiuXRdMwcsnKWVo38NGSPTOn34ZJOlBc {  }
 }@media only screen and (max-width: 763px) { #sAsa4Hlyywz5c2GKSOhPdRQ4KuG9bJTM #D6FGEFROHGZ21xQw15lsTK5PdEF1oVbo {  }
 }@media only screen and (max-width: 763px) { #KTAsOBMZWsE0rXqMlFxNPdqRGKQgcRDN { width:19.999rem;height:5.19921875rem;top:0.873046875rem;left:0.0009765625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSilgLH77e5g7QoraPG4LQWwwUr6PBb2 { width:18.0625rem;height:3.6875rem;top:55.978040351562rem;left:0.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzV7UiOVmAR6tuM4TxZsAFvZOi1uCVT4 { display:block; }
 }@media only screen and (max-width: 763px) { #kVQTcHZE0ouHp5LTyegytS6CUaQt8SGk { width:16.0605625rem;height:4.249025rem;top:50.556640625rem;left:1.96875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6bUT0dTlE8EVth4hqLapzT18knpQ4p { display:block; }
 }@media only screen and (max-width: 763px) { #wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { background-color: transparent; background-image: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container > .video-iframe-container { display: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row > .video-iframe-container { display: none; }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .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); }#wpr0kOehpENyqBaGwiVAOiDh8Oxh0MBF > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc7gvgyPFwpdMRVe6d0pzNwM3WH07Bls { width:19.624rem;height:7.99805rem;top:8.84375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txtf2uMhSS7I8JstocurWbOsQneNKEep { width:17.3125rem;height:7.9980625rem;top:14.1240234375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TugX992ms2s09o6RkN9MQXCfvp5yvzkt { width:9.874875rem;height:6.3744375rem;top:1.209490776062rem;left:5.0600405931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQC3XHWUnUWSuLCHwBR8FlszUzXAzMOM { width:13.0625rem;height:2.5996125rem;top:19.583984375rem;left:3.46875rem;font-size:1rem;display:block; }
 }