.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:221,243,219;--color-primary-1:152,219,148;--color-primary-2:83,195,77;--color-primary-3:14,175,55;--color-primary-4:17,39,15;--color-secondary-0:219,225,240;--color-secondary-1:148,166,211;--color-secondary-2:77,106,181;--color-secondary-3:19,67,191;--color-secondary-4:15,21,36;--color-tertiary-0:255,255,255;--color-tertiary-1:183,183,183;--color-tertiary-2:135,135,135;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Spartan Main";--paragraphs-font-family:"spartan main"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ { position:relative;display:none; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ { border-width: 0; border-radius: 0; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .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; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.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:none; }#pP3R26nDmR52WTqTtr43ueDQqNdWlvFh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.25rem;left:6.5rem;display:none; }
#HtWLTAMcqrXbdiwXIbVkdR3ihpFTL70T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:32.0625rem;display:none; }
#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh { position:relative;display:none; }#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh { border-width: 0; border-radius: 0; }#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh > .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; }#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Txce9WhTx7dFk38R2XTGKIfuGitS6V7B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:19.375rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#xOFI0z2BrvvMDsznI0TemqtA1TAWKrSr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.3125rem;left:21.21875rem;overflow:hidden;display:block; }
#fNBGfITtIn3MLPsGrp5P8wASkHyRnGvs { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:47.4375rem;height:2.92535rem;display:block; }
#Q85NGH4O6Sg61kE9QQTAJnktCTSpluc7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.5625rem;top:1.875rem;left:40.5rem;overflow:hidden;display:block; }
#X8E84K7tPMTCRMgJaBT7Lp3FBh9fUDCl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1875rem;left:62.5rem;height:1.625rem;font-style:normal;display:block; }
#iGOD6h7LabR5VDvDxG4TciZP0rINQXtN { color:rgba(var(--color-primary-3),1);display:block;width:16.8125rem;position:absolute;font-family:"league spartan";font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:58.1875rem;height:3.24978125rem;font-style:normal;display:block; }
#W04fKo4ToX42SceOEaLDsrCWJKUJH75A { position:absolute;display:block;z-index:15052;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:2rem;width:9rem;top:1.974609375rem;left:25.90625rem;overflow:hidden;display:block; }
#nZ2mGmA6m2tI09NOSMnSGfSf2u05cleF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.822265625rem;left:26.34375rem;height:1.13606875rem;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:left;text-align-last:left;display:block; }
#RmJJiXxLf0McypoqkClSEmFggW1zDMMG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.624999761581rem;left:58.125001907349rem;display:none; }
#bBtHvCNKT0dBWG0WkeRoaLBQma5A9c3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbKtXVaWFdNgvCv4TE7kNG0G1RwAevoa { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.305556297303rem;left:49.256944656372rem;display:none; }
#EH92RrNFSKLutx1uOtLSviw1WUl84Kkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fa239c73-6d19-45e8-86f6-eff4f0a8a6f3/Frame2147225669.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.adaptive-delivery-prevent-bg, #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.lazyload, #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.lazyloading { background-image: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { background-color: transparent; background-image: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container > .video-iframe-container { display: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row > .video-iframe-container { display: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .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); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { border-width: 0; border-radius: 0; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#Gt4cfamS76Hz4v2XUWEbvE3EgCB5hshR { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:22.747375rem;font-style:normal;display:block; }
#TE1vh5mUm0G7VwymsEax1Q0X5Hkp2fdi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#e5ekA2Qw7SivTRhmsdxDsNg37P9PqcEm { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:3.875rem;height:2.11263125rem;font-style:normal;display:block; }
#hc5nJ5IqzM8LdOr7xl9cb1ZSUHwouW50 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0rem;height:3.0013rem;display:block; }
#t9uEd8epxWCqz8VAdAG4aA8u6gVFp5S5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.375rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#hiKiaWxQT3suM6oTTF7v5rRZRRnUVTkl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.380859375rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#OZ8JemfJCSdDBLVHEegztt5hTWzO9Lb3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.375rem;top:31.3125rem;left:0rem;overflow:hidden;display:block; }
#iEn0fPhWvT9Onm2iB7OkVG1agcsaZcKm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#DQpqw73EdexZ00Mtb204JVtUfX96HcZs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.625rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#WuqTIMiJTCVn92TitqgrlwIBVvkRtyS5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.375rem;top:34.4375rem;left:0rem;overflow:hidden;display:block; }
#L9MvLacN9XxZveybsB5MhumP7pXQR1ho { box-sizing:content-box;height:20.625rem;width:31.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.25);background-image:none;top:5rem;left:43.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Kh8DRyfiuwTG9mU9l1RqLkmnfmeCxeIm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:7.25rem;left:44.8125rem;overflow:hidden;display:block; }
#LOUVUP2ISHUVKRNfKrfUK4UTV2G7tMyb { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.51953125rem;left:44.8125rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngFizOONn9Ns5XlBxym22OMAgTOOx4dE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4619140625rem;left:53rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKTKgwJNv2Nf3RfB24nNh73ehbZD1oJu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:53rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/54094d94-b585-41f6-80c7-b72b24562451/whatsapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:6.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.749999523163rem;left:68.75000190735rem;display:none; }#ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK.adaptive-delivery-prevent-bg, #ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK.lazyload, #ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK.lazyloading { background-image: none; }
#Dwx3AHIDKL50yTipkhWsVi6Bm7FGT6Jn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHQUq1RbCSK4b3Ry3zZancDZ2fN8vqeF { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.305556297303rem;left:49.256944656372rem;display:block; }
#g1TZUTLWUJQgXDlriVIJK9r1Ehp7Qilw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnoakwqSGX9olVyDOWiJ4uXEzxsmQ2es { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.625rem;left:43.625001907349rem;display:block; }
#TfQJTb1V9XiaGAUOXTeJM4z6HTDwJTVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWmtbHfHxCaTsJ560WTm3qL3yCuIPeQv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.624999761581rem;left:58.125001907349rem;display:block; }
#U1NtLywzEoPyT0SETcKO7CJ31St4SKD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW { position:relative;display:block; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW { background-color: transparent; background-image: none; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row .container > .video-iframe-container { display: none; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row > .video-iframe-container { display: none; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .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); }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW { border-width: 0; border-radius: 0; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .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; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.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; }#misHlZqtke8aPRQeUhz53pwQBH1CedBf { position:absolute;display:block;z-index:15000;height:37rem;width:73.125rem;top:0rem;left:1.96875rem;display:block; }
#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC { position:relative;display:block; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC { background-color: transparent; background-image: none; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row .container > .video-iframe-container { display: none; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row > .video-iframe-container { display: none; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .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); }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC { border-width: 0; border-radius: 0; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .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; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:92.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kaut0EcTDvkBIHtMs9T9lUCoR39El67b { box-sizing:content-box;height:32rem;width:36.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5234375rem;left:0rem;box-shadow: 0rem 0.25rem 3.125rem rgba(var(--color-tertiary-4),0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cv1VK6HMxAoTa4tWsknxmgZyOGKNOeL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.1875rem;left:2.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awKddM65iV23I22feIkzNuH6fdmiWZ8u { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#512da8;background-image:none;top:31.625rem;left:1.5rem;display:block; }
#g8wzToP4Btq53KEEbbNxSpL9tmLfRF04 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6rem;left:1.5rem;height:1.462675rem;font-style:normal;display:block; }
#Efk0lh36H5yPKwGGGFAhNwLiqsx7qeIw { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:8.7734375rem;left:1.75rem;height:15.3960625rem;display:block; }
#ikgoGZF6q2zVFoTTRiyXldQZE8POTVCU { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15029;background-color:#e4e4e4;background-image:none;top:30.1875rem;left:1.5rem;display:block; }
#eQHD4RKPNVbJS6t92Mfq1oyDl1XFt3tQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:31.287109375rem;left:31.375rem;overflow:hidden;display:block; }
#QsDLNXudrMNeVHVxT9NP3lP0nAlVTyae { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:33.375rem;left:5.75rem;overflow:hidden;display:block; }
#zgShy8fnBiqzxqzyOfPTbaZS2CDT57Lr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:31.4375rem;left:5.75rem;height:1.462675rem;font-style:normal;display:block; }
#bzRQ6hCcqH0UQG0M0V8iyfiZIHc1wOXJ { box-sizing:content-box;height:32rem;width:36.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:38.4375rem;box-shadow: 0rem 0.25rem 3.125rem rgba(var(--color-tertiary-4),0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fWNwUVTbm1ds5DaXHsoZV9QPFAUcTdmv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:6rem;left:39.9375rem;height:1.462675rem;font-style:normal;display:block; }
#REnzeL3FsAGfCVIXfAslJRJrSVVG45fK { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:8.75rem;left:40.1875rem;height:15.3960625rem;display:block; }
#UqDet7TOpJwBGONBLvvTfO6Nh1AorQhT { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15038;background-color:#e4e4e4;background-image:none;top:30.1875rem;left:39.9375rem;display:block; }
#pNz6HMJkIlqN3fJdJVk9RO2C1XyZsEDM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.1875rem;left:40.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acw2NWxkqABnb5HarXUW0XDyzzEHAlcJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#1cdedc;background-image:none;top:31.625rem;left:39.9375rem;display:block; }
#c38d15dwV7ibaCJSTmuOkPSkVu4VGsBp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.4375rem;left:44.1875rem;height:1.462675rem;font-style:normal;display:block; }
#GZia0z3KzDkOTNy28w9CebuDHn0B9J6J { 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:1rem;width:6rem;top:33.375rem;left:44.1875rem;overflow:hidden;display:block; }
#xdWqlDb0cx1uQ5PoIgo6EzBBoyyooTTw { position:absolute;display:block;z-index:15039;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.75rem;width:3.75rem;top:31.3125rem;left:69.8125rem;overflow:hidden;display:block; }
#sTqdCA7skm2kiuD0123TfZRQdMNKLXwc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41.125rem;left:1.5rem;height:1.462675rem;font-style:normal;display:block; }
#IXxRIvXg8DciqbEUNJ1sgt2VJIiO4FXt { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:43.875rem;left:1.75rem;height:19.7949375rem;display:block; }
#M6rmxR4WKdqJGLrN7UhFDna3wqBlCShz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:69.625rem;left:2.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkNdX3B1C0kvTnSkuQlI9DPvEwro1S3z { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#fe8208;background-image:none;top:69.0625rem;left:1.5rem;display:block; }
#gU7cDXO9XvbKn6BP6XZfpkFVBBuEqQkz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:68.875rem;left:5.75rem;height:1.462675rem;font-style:normal;display:block; }
#Psp0TwlvX9R2ufhIUuxWutxgRpq4Lshz { 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:1.25rem;width:5.8125rem;top:70.8125rem;left:5.75rem;overflow:hidden;display:block; }
#HTUAgcHpibkyr75FgtTAm47y4aNckKaR { position:absolute;display:block;z-index:15039;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.75rem;width:3.75rem;top:68.75rem;left:31.375rem;overflow:hidden;display:block; }
#TNlO1lOTfoD6c5pQuKWfdsBXuoTTe7nR { box-sizing:content-box;height:33.75rem;width:36.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.625rem;left:0rem;box-shadow: 0rem 0.25rem 3.125rem rgba(var(--color-tertiary-4),0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oeNFKntWiFgTckXLQm4vvMCmzsJcJaJI { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15038;background-color:#e4e4e4;background-image:none;top:67.625rem;left:1.5rem;display:block; }
#X7ilSfSSKrHpqm29kTo814Qox0Kxtn00 { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15047;background-color:#e4e4e4;background-image:none;top:67.625rem;left:39.9375rem;display:block; }
#Z8h9wC7yeOQ4HTIqLmZqhdN87cgGs2Gq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:69.25rem;left:44.1875rem;height:1.462675rem;font-style:normal;display:block; }
#fX4KBH72AVxfoGtEZV4uHg9sDKDnE1RA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:69.625rem;left:40.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxpay9NmJyrVTLhL2WpHfa5rDrVTDKUq { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:69.0625rem;left:39.9375rem;display:block; }
#T3R9vGyE3H5V6gCKVUtFfE8EoM38RROr { 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:3.75rem;width:3.75rem;top:68.75rem;left:69.8125rem;overflow:hidden;display:block; }
#mzMlQt6irW6TSl7Q2hP0UeL0z84fOa23 { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:43.875rem;left:40.1875rem;height:15.3960625rem;display:block; }
#rL2WFccsHEFibKvQwvglka9NHB4p7DRM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:41.125rem;left:39.9375rem;height:1.462675rem;font-style:normal;display:block; }
#ceOrCL4WlxsRW8TOcxhfe5aEN07EEnUv { box-sizing:content-box;height:33.75rem;width:36.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.625rem;left:38.4375rem;box-shadow: 0rem 0.25rem 3.125rem rgba(var(--color-tertiary-4),0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bdWFkRN8P8oSeBbyCDKuFBfMgRfPk6go { color:#061000;display:block;width:12.5rem;position:absolute;font-family:"league spartan";font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:70.875rem;left:44.1875rem;height:1.13715rem;display:block; }
#zhgC6GUr4HCMyBRHeLVrZBVGTqe29m9W { 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:1.6875rem;width:5rem;top:76.75rem;left:14.5625rem;overflow:hidden;display:block; }
#WlaZWJLgakWTDkqWu8z50ORP7yD7s0pC { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:79rem;left:12.9375rem;height:1.462675rem;font-style:normal;display:block; }
#woNH2ngADhdVBt0h1x7KTJoOz6ZSZvz6 { 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:1rem;width:6rem;top:79.25rem;left:15.1875rem;overflow:hidden;display:block; }
#CpRwsFwkhF4kM4JEw7Oe7EtoMHCPPvWd { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;top:81.25rem;left:2.4375rem;display:block; }
#yRepZlNS3e9uHxn6M8xFu8BR6KJEP7xg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:82.125rem;left:12.0625rem;height:3.2487rem;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; }
#Ze7Wup2xrFtxIGkXp3Em9b83SKNntTTn { box-sizing:content-box;height:10.875rem;width:36.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: -0.125rem 0rem 0.4375rem rgba(var(--color-secondary-3),0.32) ;display:block; }
#TVQTAOTLLw8SABXyvbpoQhdPrPUeJ3Ae { position:absolute;display:block;z-index:15050;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.25rem;width:14.625rem;top:77.2734375rem;left:49.40625rem;overflow:hidden;display:block; }
#JQzg1v2lhkJ4O3TFOfdtrOh8bEzo6AmS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:82.125rem;left:50.5625rem;height:3.2487rem;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; }
#Owt8vS94l5wCHE89KoZtOOqeR8ZC1leM { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;top:81.25rem;left:40.9375rem;display:block; }
#z0xR9WSPOrSbpnl8mi6PyRndQGVeneSL { box-sizing:content-box;height:10.875rem;width:36.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75.875rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: -0.125rem 0rem 0.4375rem rgba(var(--color-secondary-3),0.32) ;display:block; }
#oCZi9qoufPzlF04l5reHUwhkVlaMakIz { position:relative;display:block; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz { background-color: transparent; background-image: none; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row .container > .video-iframe-container { display: none; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row > .video-iframe-container { display: none; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .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); }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz { border-width: 0; border-radius: 0; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .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; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WX6t5DycDkanWU9IgH3cB0hrJaFhBpMt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#STThaQZu1vzvo1zh3JTHV5KZWOZXalTB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:12.1875rem;font-style:normal;display:block; }
#eTJptrpDR0haHk8wUBBIoi4tREbz9CxE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#sQ1902tL30cWxqBvSrlQAbf3HoMTZrgK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.7373046875rem;left:3.125rem;height:2.599825rem;font-style:normal;display:block; }
#LHoWqk9OI4Nqk4G3J8iI36up0Knivu2E { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:40.625rem;height:12.1875rem;font-style:normal;display:block; }
#aAOPdSQAduzRELxltIcHchhB9qrPMvzq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.625rem;height:1.3rem;font-style:normal;display:block; }
#IJaiTPl91u9quu0PylmZRO93FeIbNeJO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:40.625rem;height:2.599825rem;font-style:normal;display:block; }
#LwlcUNHyc0H6m08wJXll0cL6JfZOWVlt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#FXtx1mzexkBsr09lPcnqw4KVxot8Qb9D { 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:29.25rem;width:37.5rem;top:29.125rem;left:0rem;overflow:hidden;display:block; }
#RgcrEJzTZAHhSIOtyaZMSNUeTEONkST5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.875rem;left:3.125rem;height:2.599825rem;font-style:normal;display:block; }
#Je5DbWgO9PRgeJaXDLLU0FGTTq2JVigU { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.6875rem;left:3.125rem;height:1.2999125rem;font-style:normal;display:block; }
#gsq6Hfw9lenKwg6wTZe4zTB8cPmCyHLq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.25rem;left:3.125rem;height:8.125rem;font-style:normal;display:block; }
#AyqMcy0hts1v2oX9uVvuHQ06VpPCydlr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:37.5rem;top:29.125rem;left:37.5rem;overflow:hidden;display:block; }
#iOGtikZ95t5b7lJWLS1M0RwI1C4338Qe { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.25rem;left:40.625rem;height:12.1875rem;font-style:normal;display:block; }
#mfkogE5Jhq9moNduo6hP20T8usxsrTon { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:45.6875rem;left:40.625rem;height:1.3rem;font-style:normal;display:block; }
#rX2Lw81VK1qTBlFnqQCzZnBxBzkGlJpv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.875rem;left:40.625rem;height:2.599825rem;font-style:normal;display:block; }
#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N { position:relative;display:block; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N { background-color: transparent; background-image: none; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row .container > .video-iframe-container { display: none; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row > .video-iframe-container { display: none; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .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); }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N { border-width: 0; border-radius: 0; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .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; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#thZFKKJz5Pvlh1BMkcR3F0TwJr653wZN { color:rgba(var(--color-secondary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#zaAENKSkZMaTM9oJJ9rvpu829Keq9xk6 { color:rgba(var(--color-secondary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:3.8997375rem;font-style:normal;display:block; }
#vkh8G7ruk9I9Qpr8s2cooihoFZeQIWWa { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.8125rem;height:1.3rem;font-style:normal;display:block; }
#Tw4IZTZBvAlIxhGuhalRCoTm1avxyuIM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:28.875rem;left:0rem;overflow:hidden;display:block; }
#tpInrTRLqsQohnCUNwgWBWqDfLk4gPt8 { color:rgba(var(--color-secondary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.6875rem;left:13.0625rem;height:1.3rem;font-style:normal;display:block; }
#s4x1hRBEGnJfUJ4PffTclIiEKs4bXupS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:28.875rem;left:11.25rem;overflow:hidden;display:block; }
#wkFZUucAkxeU36hfo4sM4ml9WexN8xF4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:30.875rem;left:0rem;overflow:hidden;display:block; }
#Cx0WDkpXKw177zeyT12X7iWqf8r4MXW8 { color:rgba(var(--color-secondary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.8125rem;height:1.3rem;font-style:normal;display:block; }
#ME6EZ5DISsKIEJeOA65IzMDysn6RzmM8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:30.875rem;left:11.3125rem;overflow:hidden;display:block; }
#CBiEDBLPp01Ba5RffSOyKI8qRUy2AbBC { color:rgba(var(--color-secondary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.6875rem;left:13.125rem;height:1.3rem;font-style:normal;display:block; }
#FythuzvRB6zFupEN1PXgDrhKJJ7VVboi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:30.875rem;left:18.3125rem;overflow:hidden;display:block; }
#g9EJvpsKbTI5ZzeSoQzGm7hIgIhVhcQ8 { color:rgba(var(--color-secondary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.125rem;height:1.3rem;font-style:normal;display:block; }
#cgfuzT17ozEpp3idhRtvvaSDcMFnuoTE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:32.9375rem;left:0rem;overflow:hidden;display:block; }
#vmST71edfcPR8QEwiv8leK58NOhwWkMu { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.75rem;left:1.8125rem;height:1.3rem;font-style:normal;display:block; }
#l4VTwiT7ty5uzpH76uSJhcC30CXsLDRZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:32.9375rem;left:11.25rem;overflow:hidden;display:block; }
#HPQTHrRPJkixKvqBA28E0eK6tzVPTBXS { color:rgba(var(--color-secondary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:32.75rem;left:13.0625rem;height:1.3rem;font-style:normal;display:block; }
#hVPTTT25TrZwP3PwLrU7sAON73gQA2o8 { 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:36.0625rem;width:75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#eVGvd3whcF36fdFUPurPOmI0PbAt4bkQ { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.125rem;left:1.8125rem;height:1.3rem;font-style:normal;display:block; }
#Skomf4bKtTPDklECzBHXew7zIQOCGxpq { 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:0.875rem;width:1.125rem;top:35.3125rem;left:11.25rem;overflow:hidden;display:block; }
#RGp4vI8HOv3RQ2XXlmcqxVi0ZVFqlQIP { color:rgba(var(--color-secondary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:35.125rem;left:13.0625rem;height:1.3rem;font-style:normal;display:block; }
#C0FBdq0x0PK6rFckDo4Q16E6ktoTi6iz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:35.3125rem;left:0rem;overflow:hidden;display:block; }
#Mzil7px249S5XlVl9NfUnV6RAwvyvdm0 { 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:35.9375rem;width:35.625rem;top:3.6875rem;left:39.375rem;overflow:hidden;display:block; }
#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT { position:relative;display:block; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT { background-color: transparent; background-image: none; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row .container > .video-iframe-container { display: none; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row > .video-iframe-container { display: none; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .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); }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT { border-width: 0; border-radius: 0; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .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; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L99x0kUnNlmgm0FyM80ZLRuvm0sscfZC { box-sizing:content-box;height:23.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:0rem;display:block; }
#dcwGx0ue8tzqTW896o0O9HdBbwGZ9pTq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.75rem;top:2rem;left:2rem;overflow:hidden;display:block; }
#LcpqWn9bIn7UVikI9mF9V0Lu9iM3HEJb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.09375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhAgQQTBgVhPuEK3Z2sZCxTrbFoKibyo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:12.4609375rem;left:2.09375rem;height:5.1009125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZV13O8ncX7ICkV0Rvk1FimN7iOxBdXo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.75rem;top:2rem;left:20rem;overflow:hidden;display:block; }
#NN3AqropcwDKuz3W9NeZLPaa23M5pTWK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:20.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsdVKG7TWpTIH9Tc7ZlO6Ew0dlzLIxgS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.4609375rem;left:20rem;height:5.1009125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLq7qTo0LEg556WEq7uxTS58fLku1skQ { box-sizing:content-box;height:23.3125rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0rem;left:18.75rem;display:block; }
#x1yATz8DwDLT9dUtF7TRywr7kWR0sTEF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.75rem;top:2rem;left:39.5rem;overflow:hidden;display:block; }
#U4PpTADUAC4H8WALk1T8ZaXWHnyvlTVt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyhISKKD4ydTvFmQI5JVk5FTLJlTEOyg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.4375rem;left:39.625rem;height:5.1009125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyuswRsTxG95ZBEmTxVIexOkvcSzZNWn { box-sizing:content-box;height:23.3125rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#DRrs3yTsOAmOZxHXcvuNmhfHIXEUlCUJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.25rem;top:2rem;left:59.53125rem;overflow:hidden;display:block; }
#gnFF0taImRITtygpJy0CNA9KvSHUbIrV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmQ2BJ9c90IsLTgbTowETNTAogmylD17 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:12.4375rem;left:57.5rem;height:5.1009125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gc3dTalvF9LClhwi2WkVwTiN9qf57JAU { box-sizing:content-box;height:23.3125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0rem;left:56.25rem;display:block; }
#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd { position:relative;display:block; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd { background-color: transparent; background-image: none; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row .container > .video-iframe-container { display: none; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row > .video-iframe-container { display: none; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .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); }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd { border-width: 0; border-radius: 0; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .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; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33rem;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; }#Ay911x2JEM6rswPCCtbEavikWMiC6MpW { box-sizing:content-box;height:27.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:0rem;display:block; }
#hKrh4qZg51dKiekDVTp1ew9M9wnQU6SS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:20.40625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2BLZZCdGGTUTPkGmgTHDQ8MHgVcvwTF { color:rgba(var(--color-tertiary-0),1);display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.875rem;left:9.15625rem;height:6.00260625rem;text-align:center;text-align-last:center;display:block; }
#G65HC3BD6kxTftZREtEoirwGr7HBBokN { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.8125rem;left:2.9375rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LtnToMXWEORSTMJfWQJKUIBnkSKUpmbR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:5.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#phbyc7EQ1wxFfkVL68NBbmqT1RZDko9E { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:29rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#mQyvIAWeUkdEL2Ll8xCRkn1tMfufshxT { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.8125rem;left:26.9375rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#c6yPAQlBNLEJcWrFIV16nCMG3pOQ1SQb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:5.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T0A4ZOJSa8c6vOZXXi6OSwpQAULcwlpC { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.6875rem;left:3rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hL6SakTPOagJXLzkTIZsb0Mn5wH7x3Eh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.5rem;left:29rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PcdPzSN2oZowgdmylfWHhTvk4QlzqCEo { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.8125rem;left:26.9375rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ksTKMR0B55k6VxehivhO8ZPiR7W7h2si { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.8125rem;left:50.9375rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dHAF3rsemuosf1M823guEuX74Ivybwfk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.390625rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#mNNxZmpiVP71NXbFovEORccRPAxZgpIR { box-sizing:content-box;height:2.375rem;width:21.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.8125rem;left:50.9375rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EV97LXf3rrTbeSXmpSaQF4n6RATWW2b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5rem;left:53rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB { position:relative;display:block; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB { background-color: transparent; background-image: none; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row .container > .video-iframe-container { display: none; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row > .video-iframe-container { display: none; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .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); }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB { border-width: 0; border-radius: 0; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .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; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EE9pbhEpvR8Ms8NtkTxltRpz5XdX2BeJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gwDMeWvTso7bEhDMnsGun5PhPrr6BGTI { color:rgba(var(--color-secondary-3),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2rem;height:3.412325rem;font-style:normal;display:block; }
#xUC2aheQtUnW27yHMPK9oBAAoOH2zuAB { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.75rem;left:2rem;height:3.0013rem;display:block; }
#T1awdX2p6reBwwpW6znPBgGPz2tBCQ41 { background-color:rgba(var(--color-secondary-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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.874132156372rem;left:2rem;display:block; }
#FZFTmgIHtagEM08lSynoXlcTmPAUOeL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSlWnMx1gCy83QOOIVvWir0PkZS7lmk1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:26.1875rem;display:none; }
#q0ppyyueqhkTliZGk6BXTfkZelp7G7os { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.874132156372rem;left:19.930555343628rem;display:block; }
#CQ79L6AGeZ6MbUzkTGSWTwZH1CHqH8i1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWmRzyL7FWuVliVk16BlVagMtg4TT2f2 { position:absolute;display:block;z-index:15007;height:4.1875rem;width:38.75rem;top:18.625000655651rem;left:24.131944656372rem;display:block; }
#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6801ba9-89e6-432c-8b3c-56ed1f6cdb55/Groupbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08.adaptive-delivery-prevent-bg, #Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08.lazyload, #Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08.lazyloading { background-image: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { background-color: transparent; background-image: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container > .video-iframe-container { display: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row > .video-iframe-container { display: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .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); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { border-width: 0; border-radius: 0; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#vud76WB4yMgSlZ2nRxdqpFO20UrwfdPC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.3rem;display:block; }
#WneexnNvC0SqebrKhJTvEH7r2A1ad3bh { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6806640625rem;left:64.75rem;display:block; }
#WqdTUXIGEq8NFUXQOvlBAQK0kyKMdi0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2WB0CXgPMlWdPoozgZkinyXUlCAX3Sr { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.6875rem;left:24.5rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#IWOkRMfZZlpIhPTUl0y4V4ptkoekVPgC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#g4WtrIdHxe1g9JHkEQQvWCLlBUnnVNFB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5rem;left:0rem;height:9.592rem;display:block; }
#TmPI3JiLh91IyAE6dDccP1NvAvUPiNov { 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:0.8125rem;width:0.5625rem;top:8.625rem;left:18.3125rem;overflow:hidden;display:block; }
#lPuG88Vb2htHWWht0D6T1tuwa4dcCfiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.3125rem;height:1.3rem;font-style:normal;display:block; }
#fKTQ8Ax7u2nrLDTpgDpiF8GCJnfLSq7q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.5rem;left:19.6875rem;height:1.2rem;display:block; }
#ZrhtaLnkeZLZpQ8xwPW5rp9ND5VBfdZe { 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:0.8125rem;width:0.5625rem;top:10.5rem;left:18.3125rem;overflow:hidden;display:block; }
#hmWlzVmZRhiXmqlSWTn7mXQTdskfWS9e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:10.375rem;left:19.6875rem;height:1.2rem;display:block; }
#sTqRZpBciULkKFqklER41Pnsmq7iFBPv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:12.25rem;left:18.3125rem;overflow:hidden;display:block; }
#NN7IyOt5Pl9eUwTR5cFe9afHm0dff1O7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:12.125rem;left:19.6875rem;height:1.2rem;display:block; }
#xIl0iL7ilgBR0V4O8d7FEKVp8IMJhBNt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:14rem;left:18.3125rem;overflow:hidden;display:block; }
#SbEfQM1TSxWpI0OcPzcDnplfBOklK7Oi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:13.875rem;left:19.6875rem;height:1.2rem;display:block; }
#ZvnqXuWGoDXmFifRyXlNQA1p5U3snTZx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:15.8125rem;left:18.3125rem;overflow:hidden;display:block; }
#fiw8hDbg9ds2tRdsT7iF2npTZg9Oi54f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:15.6875rem;left:19.6875rem;height:1.2rem;display:block; }
#LLufNRL8PuR1rkJSZaXThfJheAGcGyKu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:17.6875rem;left:18.3125rem;overflow:hidden;display:block; }
#y7bUOsfS3agi7FZ49TNbCmwAUJlDZFDh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:17.5625rem;left:19.6875rem;height:1.2rem;display:block; }
#xrFPEug6yL7eQrHPBnsdca69y1WVKNfu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.6875rem;left:37.3125rem;height:1.3rem;font-style:normal;display:block; }
#wMho16fuTAAcBXMQ4U4GdzGZrSwQwirq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:8.5rem;left:38.6875rem;height:1.2rem;display:block; }
#sigPwemHmHcd6fqcxriEuyoIKwWHC2WJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:8.625rem;left:37.3125rem;overflow:hidden;display:block; }
#zgZgLfK6Av5qdfLAQvScunWziLTxHGmo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:10.5rem;left:37.3125rem;overflow:hidden;display:block; }
#l3757HhLEfFwE2ym8XgrOk4hHsTIRQyQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:10.375rem;left:38.6875rem;height:1.2rem;display:block; }
#FPbDgfy6z8nXX7Ib5NZLJCoETTb5ieTF { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:12.25rem;left:37.3125rem;overflow:hidden;display:block; }
#uPRwwdOIsgXfnOrwTpQR2JMPTKC28vfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:12.125rem;left:38.6875rem;height:1.2rem;display:block; }
#XCyRKixpFotEwgolnCHC73CfRETKBCZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:13.875rem;left:38.6875rem;height:1.2rem;display:block; }
#ZzQ7qkdXzFb09lSds2GIgLWZpL65GMbW { 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:0.8125rem;width:0.5625rem;top:14rem;left:37.3125rem;overflow:hidden;display:block; }
#P0FhiO9tnSuxoi03dMaJcuHzV5EA0WZK { 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:0.8125rem;width:0.5625rem;top:15.8125rem;left:37.3125rem;overflow:hidden;display:block; }
#NCyb8LISwuuouVcmTCkeUAGRZiNAUfuO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:15.6875rem;left:38.6875rem;height:1.2rem;display:block; }
#otWgz1J9fJ73O25VNsT3TQ6f0QMeDZfM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:17.5625rem;left:38.6875rem;height:1.2rem;display:block; }
#QqNNRaQ3Fh4zzmJrRVGCv9HtHTRX9KC4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:17.6875rem;left:37.3125rem;overflow:hidden;display:block; }
#l92PpgW1Ff9OwLHlJ9OSyU7finN2DyJ9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:21.375rem;left:37.3125rem;overflow:hidden;display:block; }
#T71GZbIlnsonqUyINk1GUJhlrFZqVqVp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:21.25rem;left:38.6875rem;height:1.2rem;display:block; }
#SOQnr3tUmV87vBiQosm8BTx9o0Ow8cTL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.5625rem;top:19.5rem;left:37.3125rem;overflow:hidden;display:block; }
#exUR8w4u3lgPHXkhcT315rRT51Li1lTn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:19.375rem;left:38.6875rem;height:1.19921875rem;display:block; }
#GT8BJ2ElW9taE7yUe4Mm3ZbCT6V4kbbc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60.8125rem;height:1.3rem;font-style:normal;display:block; }
#Qf1p1KGzFVo2JIITgmmV40ruNpzQTqCh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:11.3125rem;left:63.1875rem;height:1.19921875rem;display:block; }
#X7CLQDCdshPc9q5lwa2hntbv9zh6kWVt { 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:1.25rem;width:1.25rem;top:8.625rem;left:60.8125rem;overflow:hidden;display:block; }
#HlqMp16NpUKq3vthwrEVXeIIizoqwFIG { 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:1.25rem;width:1.625rem;top:11.5rem;left:60.8125rem;overflow:hidden;display:block; }
#mFlvwRDxDZ14HQEULkML7e6QqpRNPMpa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RieNHUTzlg9ursIg5T0LyZhZTxCGwcdt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.625rem;left:63.25rem;height:0.97439375rem;display:block; }
#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs { position:relative;display:none; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs { border-width: 0; border-radius: 0; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .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; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DvDlMAhWpM6DKxwXzd80ateUlqgnDkMq { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.6875rem;left:24.5rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ { display:none; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pP3R26nDmR52WTqTtr43ueDQqNdWlvFh { top:6.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtWLTAMcqrXbdiwXIbVkdR3ihpFTL70T { width:32.0625rem;height:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh { display:none; }#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txce9WhTx7dFk38R2XTGKIfuGitS6V7B { top:1rem;left:0rem;width:19.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOFI0z2BrvvMDsznI0TemqtA1TAWKrSr { top:1.3125rem;left:7.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNBGfITtIn3MLPsGrp5P8wASkHyRnGvs { top:1.9375rem;left:33.8125rem;width:7.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q85NGH4O6Sg61kE9QQTAJnktCTSpluc7 { top:1.875rem;left:26.875rem;width:5.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8E84K7tPMTCRMgJaBT7Lp3FBh9fUDCl { top:1.1875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGOD6h7LabR5VDvDxG4TciZP0rINQXtN { top:2.5rem;left:30.9375rem;width:16.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W04fKo4ToX42SceOEaLDsrCWJKUJH75A { top:1.9375rem;left:12.28125rem;width:9rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ2mGmA6m2tI09NOSMnSGfSf2u05cleF { top:3.8125rem;left:12.71875rem;width:11.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmJJiXxLf0McypoqkClSEmFggW1zDMMG { width:16.9375rem;height:3rem;top:27.5625rem;left:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBtHvCNKT0dBWG0WkeRoaLBQma5A9c3E { display:block; }
 }@media only screen and (max-width: 763px) { #tbKtXVaWFdNgvCv4TE7kNG0G1RwAevoa { width:16.8125rem;height:2.8125rem;top:32.25rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EH92RrNFSKLutx1uOtLSviw1WUl84Kkt { display:block; }
 }@media only screen and (max-width: 763px) { #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 { display:block; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gt4cfamS76Hz4v2XUWEbvE3EgCB5hshR { top:2.25rem;left:0rem;width:43.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1vh5mUm0G7VwymsEax1Q0X5Hkp2fdi { top:19.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ekA2Qw7SivTRhmsdxDsNg37P9PqcEm { top:19.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc5nJ5IqzM8LdOr7xl9cb1ZSUHwouW50 { top:23.4375rem;left:0rem;width:40.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9uEd8epxWCqz8VAdAG4aA8u6gVFp5S5 { top:28.1875rem;left:0rem;width:2.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiKiaWxQT3suM6oTTF7v5rRZRRnUVTkl { top:28.375rem;left:0rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ8JemfJCSdDBLVHEegztt5hTWzO9Lb3 { top:31.3125rem;left:0rem;width:2.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEn0fPhWvT9Onm2iB7OkVG1agcsaZcKm { top:31.5rem;left:0rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQpqw73EdexZ00Mtb204JVtUfX96HcZs { top:34.625rem;left:0rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuqTIMiJTCVn92TitqgrlwIBVvkRtyS5 { top:34.4375rem;left:0rem;width:2.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MvLacN9XxZveybsB5MhumP7pXQR1ho { top:5rem;left:16.375rem;width:31.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh8DRyfiuwTG9mU9l1RqLkmnfmeCxeIm { top:7.25rem;left:31.1875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOUVUP2ISHUVKRNfKrfUK4UTV2G7tMyb { top:16.5rem;left:18.75rem;width:29rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngFizOONn9Ns5XlBxym22OMAgTOOx4dE { top:8.4375rem;left:26.375rem;width:21.375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTKgwJNv2Nf3RfB24nNh73ehbZD1oJu { top:11.8125rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK { width:6.25rem;height:6.25rem;top:33.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwx3AHIDKL50yTipkhWsVi6Bm7FGT6Jn { display:block; }
 }@media only screen and (max-width: 763px) { #KHQUq1RbCSK4b3Ry3zZancDZ2fN8vqeF { width:16.8125rem;height:2.8125rem;top:32.25rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TZUTLWUJQgXDlriVIJK9r1Ehp7Qilw { display:block; }
 }@media only screen and (max-width: 763px) { #xnoakwqSGX9olVyDOWiJ4uXEzxsmQ2es { width:13.5rem;height:3rem;top:27.625rem;left:30.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQJTb1V9XiaGAUOXTeJM4z6HTDwJTVt { display:block; }
 }@media only screen and (max-width: 763px) { #eWmtbHfHxCaTsJ560WTm3qL3yCuIPeQv { width:16.9375rem;height:3rem;top:27.5625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NtLywzEoPyT0SETcKO7CJ31St4SKD8 { display:block; }
 }@media only screen and (max-width: 763px) { #OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW { display:block; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misHlZqtke8aPRQeUhz53pwQBH1CedBf { top:0rem;left:0rem;width:47.75rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuPZa6Z62eqLczxsX0wpkFIvMeehNiC { display:block; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kaut0EcTDvkBIHtMs9T9lUCoR39El67b { top:4.5rem;left:0rem;width:36.5625rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1VK6HMxAoTa4tWsknxmgZyOGKNOeL4 { top:32.1875rem;left:0rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awKddM65iV23I22feIkzNuH6fdmiWZ8u { top:31.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wzToP4Btq53KEEbbNxSpL9tmLfRF04 { top:6rem;left:0rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efk0lh36H5yPKwGGGFAhNwLiqsx7qeIw { top:8.75rem;left:0rem;width:30.5625rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikgoGZF6q2zVFoTTRiyXldQZE8POTVCU { top:30.1875rem;left:0rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQHD4RKPNVbJS6t92Mfq1oyDl1XFt3tQ { top:31.25rem;left:17.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsDLNXudrMNeVHVxT9NP3lP0nAlVTyae { top:33.375rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgShy8fnBiqzxqzyOfPTbaZS2CDT57Lr { top:31.4375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRQ6hCcqH0UQG0M0V8iyfiZIHc1wOXJ { top:4.5rem;left:11.1875rem;width:36.5625rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNwUVTbm1ds5DaXHsoZV9QPFAUcTdmv { top:6rem;left:26.3125rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnzeL3FsAGfCVIXfAslJRJrSVVG45fK { top:8.75rem;left:17.1875rem;width:30.5625rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqDet7TOpJwBGONBLvvTfO6Nh1AorQhT { top:30.1875rem;left:14.1875rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNz6HMJkIlqN3fJdJVk9RO2C1XyZsEDM { top:32.1875rem;left:27.25rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acw2NWxkqABnb5HarXUW0XDyzzEHAlcJ { top:31.625rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c38d15dwV7ibaCJSTmuOkPSkVu4VGsBp { top:31.4375rem;left:30.5625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZia0z3KzDkOTNy28w9CebuDHn0B9J6J { top:33.375rem;left:30.5625rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdWqlDb0cx1uQ5PoIgo6EzBBoyyooTTw { top:31.3125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTqdCA7skm2kiuD0123TfZRQdMNKLXwc { top:41.125rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxRIvXg8DciqbEUNJ1sgt2VJIiO4FXt { top:43.875rem;left:0rem;width:30.5625rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6rmxR4WKdqJGLrN7UhFDna3wqBlCShz { top:69.625rem;left:0rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNdX3B1C0kvTnSkuQlI9DPvEwro1S3z { top:69.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU7cDXO9XvbKn6BP6XZfpkFVBBuEqQkz { top:68.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0TwlvX9R2ufhIUuxWutxgRpq4Lshz { top:70.8125rem;left:0rem;width:5.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUAgcHpibkyr75FgtTAm47y4aNckKaR { top:68.75rem;left:17.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlO1lOTfoD6c5pQuKWfdsBXuoTTe7nR { top:39.625rem;left:0rem;width:36.5625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeNFKntWiFgTckXLQm4vvMCmzsJcJaJI { top:67.625rem;left:0rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ilSfSSKrHpqm29kTo814Qox0Kxtn00 { top:67.625rem;left:14.1875rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8h9wC7yeOQ4HTIqLmZqhdN87cgGs2Gq { top:69.25rem;left:30.5625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4KBH72AVxfoGtEZV4uHg9sDKDnE1RA { top:69.625rem;left:27.25rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxpay9NmJyrVTLhL2WpHfa5rDrVTDKUq { top:69.0625rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3R9vGyE3H5V6gCKVUtFfE8EoM38RROr { top:68.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMlQt6irW6TSl7Q2hP0UeL0z84fOa23 { top:43.875rem;left:17.1875rem;width:30.5625rem;height:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2WFccsHEFibKvQwvglka9NHB4p7DRM { top:41.125rem;left:26.3125rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOrCL4WlxsRW8TOcxhfe5aEN07EEnUv { top:39.625rem;left:11.1875rem;width:36.5625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWFkRN8P8oSeBbyCDKuFBfMgRfPk6go { top:70.875rem;left:30.5625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhgC6GUr4HCMyBRHeLVrZBVGTqe29m9W { top:76.75rem;left:0.9375rem;width:5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaZWJLgakWTDkqWu8z50ORP7yD7s0pC { top:79rem;left:0rem;width:2.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woNH2ngADhdVBt0h1x7KTJoOz6ZSZvz6 { top:79.25rem;left:1.5625rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpRwsFwkhF4kM4JEw7Oe7EtoMHCPPvWd { top:81.25rem;left:0rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRepZlNS3e9uHxn6M8xFu8BR6KJEP7xg { top:82.125rem;left:0rem;width:10.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze7Wup2xrFtxIGkXp3Em9b83SKNntTTn { top:75.875rem;left:0rem;width:36.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQTAOTLLw8SABXyvbpoQhdPrPUeJ3Ae { top:77.25rem;left:33.125rem;width:14.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQzg1v2lhkJ4O3TFOfdtrOh8bEzo6AmS { top:82.125rem;left:36.9375rem;width:10.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owt8vS94l5wCHE89KoZtOOqeR8ZC1leM { top:81.25rem;left:16.5rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xR9WSPOrSbpnl8mi6PyRndQGVeneSL { top:75.875rem;left:11.25rem;width:36.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZi9qoufPzlF04l5reHUwhkVlaMakIz { display:block; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX6t5DycDkanWU9IgH3cB0hrJaFhBpMt { top:0rem;left:0rem;width:37.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STThaQZu1vzvo1zh3JTHV5KZWOZXalTB { top:3.125rem;left:0rem;width:23.75rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJptrpDR0haHk8wUBBIoi4tREbz9CxE { top:16.5625rem;left:0rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1902tL30cWxqBvSrlQAbf3HoMTZrgK { top:19.6875rem;left:0rem;width:28.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHoWqk9OI4Nqk4G3J8iI36up0Knivu2E { top:3.125rem;left:17.5625rem;width:30.1875rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOPdSQAduzRELxltIcHchhB9qrPMvzq { top:16.5625rem;left:20.8125rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJaiTPl91u9quu0PylmZRO93FeIbNeJO { top:19.75rem;left:15.9375rem;width:31.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwlcUNHyc0H6m08wJXll0cL6JfZOWVlt { top:0rem;left:10.25rem;width:37.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXtx1mzexkBsr09lPcnqw4KVxot8Qb9D { top:29.125rem;left:0rem;width:37.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgcrEJzTZAHhSIOtyaZMSNUeTEONkST5 { top:48.875rem;left:0rem;width:27.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5DbWgO9PRgeJaXDLLU0FGTTq2JVigU { top:45.6875rem;left:0rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsq6Hfw9lenKwg6wTZe4zTB8cPmCyHLq { top:32.25rem;left:0rem;width:30.1875rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyqMcy0hts1v2oX9uVvuHQ06VpPCydlr { top:29.125rem;left:10.25rem;width:37.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGtikZ95t5b7lJWLS1M0RwI1C4338Qe { top:32.25rem;left:17.4375rem;width:30.3125rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkogE5Jhq9moNduo6hP20T8usxsrTon { top:45.6875rem;left:20.8125rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2Lw81VK1qTBlFnqQCzZnBxBzkGlJpv { top:48.875rem;left:19.0625rem;width:28.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44FbTy1q7ZJSoNICFurg1UHTniT2C5N { display:block; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thZFKKJz5Pvlh1BMkcR3F0TwJr653wZN { top:9.4375rem;left:0rem;width:30.0625rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAENKSkZMaTM9oJJ9rvpu829Keq9xk6 { top:22.9375rem;left:0rem;width:27.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkh8G7ruk9I9Qpr8s2cooihoFZeQIWWa { top:28.6875rem;left:0rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4IZTZBvAlIxhGuhalRCoTm1avxyuIM { top:28.875rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpInrTRLqsQohnCUNwgWBWqDfLk4gPt8 { top:28.6875rem;left:0rem;width:10.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4x1hRBEGnJfUJ4PffTclIiEKs4bXupS { top:28.875rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFZUucAkxeU36hfo4sM4ml9WexN8xF4 { top:30.875rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx0WDkpXKw177zeyT12X7iWqf8r4MXW8 { top:30.6875rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME6EZ5DISsKIEJeOA65IzMDysn6RzmM8 { top:30.875rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBiEDBLPp01Ba5RffSOyKI8qRUy2AbBC { top:30.6875rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FythuzvRB6zFupEN1PXgDrhKJJ7VVboi { top:30.875rem;left:4.6875rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EJvpsKbTI5ZzeSoQzGm7hIgIhVhcQ8 { top:30.6875rem;left:6.5rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfuzT17ozEpp3idhRtvvaSDcMFnuoTE { top:32.9375rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmST71edfcPR8QEwiv8leK58NOhwWkMu { top:32.75rem;left:0rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VTwiT7ty5uzpH76uSJhcC30CXsLDRZ { top:32.9375rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQTHrRPJkixKvqBA28E0eK6tzVPTBXS { top:32.75rem;left:0rem;width:13.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVPTTT25TrZwP3PwLrU7sAON73gQA2o8 { top:4.375rem;left:0rem;width:47.75rem;height:22.959791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVGvd3whcF36fdFUPurPOmI0PbAt4bkQ { top:35.125rem;left:0rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skomf4bKtTPDklECzBHXew7zIQOCGxpq { top:35.3125rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGp4vI8HOv3RQ2XXlmcqxVi0ZVFqlQIP { top:35.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0FBdq0x0PK6rFckDo4Q16E6ktoTi6iz { top:35.3125rem;left:0rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzil7px249S5XlVl9NfUnV6RAwvyvdm0 { top:3.6875rem;left:12.125rem;width:35.625rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT { display:block; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L99x0kUnNlmgm0FyM80ZLRuvm0sscfZC { top:0rem;left:0rem;width:18.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcwGx0ue8tzqTW896o0O9HdBbwGZ9pTq { top:2rem;left:0rem;width:14.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcpqWn9bIn7UVikI9mF9V0Lu9iM3HEJb { top:9.75rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhAgQQTBgVhPuEK3Z2sZCxTrbFoKibyo { top:12.4375rem;left:0rem;width:14.5625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZV13O8ncX7ICkV0Rvk1FimN7iOxBdXo { top:2rem;left:6.375rem;width:14.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN3AqropcwDKuz3W9NeZLPaa23M5pTWK { top:9.75rem;left:7.25rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsdVKG7TWpTIH9Tc7ZlO6Ew0dlzLIxgS { top:12.4375rem;left:6.375rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLq7qTo0LEg556WEq7uxTS58fLku1skQ { top:0rem;left:5.125rem;width:18.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yATz8DwDLT9dUtF7TRywr7kWR0sTEF { top:2rem;left:25.875rem;width:14.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PpTADUAC4H8WALk1T8ZaXWHnyvlTVt { top:9.75rem;left:26rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhISKKD4ydTvFmQI5JVk5FTLJlTEOyg { top:12.4375rem;left:26rem;width:14.5625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyuswRsTxG95ZBEmTxVIexOkvcSzZNWn { top:0rem;left:23.875rem;width:18.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRrs3yTsOAmOZxHXcvuNmhfHIXEUlCUJ { top:2rem;left:35.5rem;width:12.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnFF0taImRITtygpJy0CNA9KvSHUbIrV { top:9.75rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQ2BJ9c90IsLTgbTowETNTAogmylD17 { top:12.4375rem;left:31.5rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3dTalvF9LClhwi2WkVwTiN9qf57JAU { top:0rem;left:29rem;width:18.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUG6d3EtkcCELaTFkAtgMefogoxvKTd { display:block; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ay911x2JEM6rswPCCtbEavikWMiC6MpW { top:0rem;left:0rem;width:47.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKrh4qZg51dKiekDVTp1ew9M9wnQU6SS { top:2rem;left:6.78125rem;width:34.1875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2BLZZCdGGTUTPkGmgTHDQ8MHgVcvwTF { top:6.875rem;left:0rem;width:47.75rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65HC3BD6kxTftZREtEoirwGr7HBBokN { top:18.8125rem;left:0rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtnToMXWEORSTMJfWQJKUIBnkSKUpmbR { top:19.5rem;left:0rem;width:16.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phbyc7EQ1wxFfkVL68NBbmqT1RZDko9E { top:19.5rem;left:15.375rem;width:16.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyvIAWeUkdEL2Ll8xCRkn1tMfufshxT { top:18.8125rem;left:13.3125rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6yPAQlBNLEJcWrFIV16nCMG3pOQ1SQb { top:23.375rem;left:0rem;width:16.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0A4ZOJSa8c6vOZXXi6OSwpQAULcwlpC { top:22.6875rem;left:0rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL6SakTPOagJXLzkTIZsb0Mn5wH7x3Eh { top:23.5rem;left:15.375rem;width:16.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcdPzSN2oZowgdmylfWHhTvk4QlzqCEo { top:22.8125rem;left:13.3125rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTKMR0B55k6VxehivhO8ZPiR7W7h2si { top:18.8125rem;left:26.625rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHAF3rsemuosf1M823guEuX74Ivybwfk { top:19.375rem;left:30.125rem;width:17.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNxZmpiVP71NXbFovEORccRPAxZgpIR { top:22.8125rem;left:26.625rem;width:21.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV97LXf3rrTbeSXmpSaQF4n6RATWW2b5 { top:23.5rem;left:30.8125rem;width:16.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB { display:block; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EE9pbhEpvR8Ms8NtkTxltRpz5XdX2BeJ { top:0rem;left:0rem;width:47.75rem;height:11.857916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwDMeWvTso7bEhDMnsGun5PhPrr6BGTI { top:3.4375rem;left:0rem;width:34.6875rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUC2aheQtUnW27yHMPK9oBAAoOH2zuAB { top:7.75rem;left:0rem;width:39.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1awdX2p6reBwwpW6znPBgGPz2tBCQ41 { width:16.9375rem;height:2.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZFTmgIHtagEM08lSynoXlcTmPAUOeL6 { display:block; }
 }@media only screen and (max-width: 763px) { #dSlWnMx1gCy83QOOIVvWir0PkZS7lmk1 { width:26.1875rem;height:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0ppyyueqhkTliZGk6BXTfkZelp7G7os { width:16.8125rem;height:2.4375rem;top:13.8125rem;left:6.3055553436281rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ79L6AGeZ6MbUzkTGSWTwZH1CHqH8i1 { display:block; }
 }@media only screen and (max-width: 763px) { #FWmRzyL7FWuVliVk16BlVagMtg4TT2f2 { top:18.625rem;left:9rem;width:38.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 { display:block; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vud76WB4yMgSlZ2nRxdqpFO20UrwfdPC { top:1.375rem;left:0rem;width:20.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WneexnNvC0SqebrKhJTvEH7r2A1ad3bh { width:10.25rem;height:2.4375rem;top:0.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdTUXIGEq8NFUXQOvlBAQK0kyKMdi0e { display:block; }
 }@media only screen and (max-width: 763px) { #w2WB0CXgPMlWdPoozgZkinyXUlCAX3Sr { top:26.6875rem;left:10.875rem;width:26rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOkRMfZZlpIhPTUl0y4V4ptkoekVPgC { top:5.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4WtrIdHxe1g9JHkEQQvWCLlBUnnVNFB { top:8.5rem;left:0rem;width:12.8125rem;height:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPI3JiLh91IyAE6dDccP1NvAvUPiNov { top:8.625rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuG88Vb2htHWWht0D6T1tuwa4dcCfiQ { top:5.6875rem;left:4.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTQ8Ax7u2nrLDTpgDpiF8GCJnfLSq7q { top:8.5rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhtaLnkeZLZpQ8xwPW5rp9ND5VBfdZe { top:10.5rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmWlzVmZRhiXmqlSWTn7mXQTdskfWS9e { top:10.375rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTqRZpBciULkKFqklER41Pnsmq7iFBPv { top:12.25rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7IyOt5Pl9eUwTR5cFe9afHm0dff1O7 { top:12.125rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIl0iL7ilgBR0V4O8d7FEKVp8IMJhBNt { top:14rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbEfQM1TSxWpI0OcPzcDnplfBOklK7Oi { top:13.875rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvnqXuWGoDXmFifRyXlNQA1p5U3snTZx { top:15.8125rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiw8hDbg9ds2tRdsT7iF2npTZg9Oi54f { top:15.6875rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLufNRL8PuR1rkJSZaXThfJheAGcGyKu { top:17.6875rem;left:4.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7bUOsfS3agi7FZ49TNbCmwAUJlDZFDh { top:17.5625rem;left:6.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFPEug6yL7eQrHPBnsdca69y1WVKNfu { top:5.6875rem;left:23.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMho16fuTAAcBXMQ4U4GdzGZrSwQwirq { top:8.5rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigPwemHmHcd6fqcxriEuyoIKwWHC2WJ { top:8.625rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZgLfK6Av5qdfLAQvScunWziLTxHGmo { top:10.5rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3757HhLEfFwE2ym8XgrOk4hHsTIRQyQ { top:10.375rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPbDgfy6z8nXX7Ib5NZLJCoETTb5ieTF { top:12.25rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPRwwdOIsgXfnOrwTpQR2JMPTKC28vfZ { top:12.125rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCyRKixpFotEwgolnCHC73CfRETKBCZ9 { top:13.875rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQ7qkdXzFb09lSds2GIgLWZpL65GMbW { top:14rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0FhiO9tnSuxoi03dMaJcuHzV5EA0WZK { top:15.8125rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCyb8LISwuuouVcmTCkeUAGRZiNAUfuO { top:15.6875rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWgz1J9fJ73O25VNsT3TQ6f0QMeDZfM { top:17.5625rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNNRaQ3Fh4zzmJrRVGCv9HtHTRX9KC4 { top:17.6875rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92PpgW1Ff9OwLHlJ9OSyU7finN2DyJ9 { top:21.375rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71GZbIlnsonqUyINk1GUJhlrFZqVqVp { top:21.25rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOQnr3tUmV87vBiQosm8BTx9o0Ow8cTL { top:19.5rem;left:23.6875rem;width:0.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUR8w4u3lgPHXkhcT315rRT51Li1lTn { top:19.375rem;left:25.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8BJ2ElW9taE7yUe4Mm3ZbCT6V4kbbc { top:5.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1p1KGzFVo2JIITgmmV40ruNpzQTqCh { top:11.3125rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7CLQDCdshPc9q5lwa2hntbv9zh6kWVt { top:8.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlqMp16NpUKq3vthwrEVXeIIizoqwFIG { top:11.5rem;left:46.125rem;width:1.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFlvwRDxDZ14HQEULkML7e6QqpRNPMpa { display:none; }
 }@media only screen and (max-width: 763px) { #RieNHUTzlg9ursIg5T0LyZhZTxCGwcdt { top:8.625rem;left:36rem;width:11.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs { display:none; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DvDlMAhWpM6DKxwXzd80ateUlqgnDkMq { top:26.6875rem;left:10.875rem;width:26rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ { background-color:#2bb84f;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container { background-color: transparent; background-image: none; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container > .video-iframe-container { display: none; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row > .video-iframe-container { display: none; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .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); }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container { border-width: 0; border-radius: 0; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tL2Tlqs3dTUQU7717FBTDQZ1Zkr4hafZ > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP3R26nDmR52WTqTtr43ueDQqNdWlvFh { top:1.125rem;left:3.375rem;width:16.25rem;height:1.3rem;z-index:15000;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HtWLTAMcqrXbdiwXIbVkdR3ihpFTL70T { top:0.625rem;left:1.5rem;width:2.25rem;height:2.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh { display:block; }#lm5ey6w2KfRWo8VRIbalDhSoBfv5qNwh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txce9WhTx7dFk38R2XTGKIfuGitS6V7B { width:20rem;height:4.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOFI0z2BrvvMDsznI0TemqtA1TAWKrSr { width:5.5rem;height:5.5rem;top:5.5rem;left:12.055555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNBGfITtIn3MLPsGrp5P8wASkHyRnGvs { width:9.6875rem;height:2.923825rem;top:11.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q85NGH4O6Sg61kE9QQTAJnktCTSpluc7 { width:9.1875rem;height:4.5rem;top:6.1796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8E84K7tPMTCRMgJaBT7Lp3FBh9fUDCl { width:8.875rem;height:0.974825rem;top:9.1875rem;left:8.6875rem;font-size:0.75rem;font-family:"spartan main";display:none; }
 }@media only screen and (max-width: 763px) { #iGOD6h7LabR5VDvDxG4TciZP0rINQXtN { width:8.6875rem;height:1.625rem;top:10.1875rem;left:8.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W04fKo4ToX42SceOEaLDsrCWJKUJH75A { width:9rem;height:2rem;top:6.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ2mGmA6m2tI09NOSMnSGfSf2u05cleF { width:8.625rem;height:2.923825rem;top:11.625rem;left:10.493055462837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmJJiXxLf0McypoqkClSEmFggW1zDMMG { width:20rem;height:2.375rem;top:16rem;left:0rem;z-index:15015;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtHvCNKT0dBWG0WkeRoaLBQma5A9c3E { display:block; }
 }@media only screen and (max-width: 763px) { #tbKtXVaWFdNgvCv4TE7kNG0G1RwAevoa { width:20rem;height:2.1875rem;top:18.9375rem;left:0rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EH92RrNFSKLutx1uOtLSviw1WUl84Kkt { display:block; }
 }@media only screen and (max-width: 763px) { #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa239c73-6d19-45e8-86f6-eff4f0a8a6f3/Frame2147225669.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.adaptive-delivery-prevent-bg, #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.lazyload, #JU3g7wQxrK4UVpPomUyTssgZV5bLnw95.lazyloading { background-image: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { background-color: transparent; background-image: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container > .video-iframe-container { display: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row > .video-iframe-container { display: none; }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .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); }#JU3g7wQxrK4UVpPomUyTssgZV5bLnw95 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gt4cfamS76Hz4v2XUWEbvE3EgCB5hshR { width:19.8125rem;height:9.097625rem;top:0.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TE1vh5mUm0G7VwymsEax1Q0X5Hkp2fdi { width:2.1875rem;height:2.1875rem;top:7.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ekA2Qw7SivTRhmsdxDsNg37P9PqcEm { width:16.3125rem;height:1.4625rem;top:7.6875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc5nJ5IqzM8LdOr7xl9cb1ZSUHwouW50 { width:20rem;height:6rem;top:10.8349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9uEd8epxWCqz8VAdAG4aA8u6gVFp5S5 { width:2.375rem;height:1.875rem;top:17.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiKiaWxQT3suM6oTTF7v5rRZRRnUVTkl { width:15.0625rem;height:1.625rem;top:18.0625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ8JemfJCSdDBLVHEegztt5hTWzO9Lb3 { width:2.375rem;height:1.875rem;top:20.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEn0fPhWvT9Onm2iB7OkVG1agcsaZcKm { width:14.3125rem;height:1.625rem;top:20.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQpqw73EdexZ00Mtb204JVtUfX96HcZs { width:11rem;height:1.625rem;top:23.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuqTIMiJTCVn92TitqgrlwIBVvkRtyS5 { width:2.375rem;height:1.875rem;top:23rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MvLacN9XxZveybsB5MhumP7pXQR1ho { width:19.75rem;height:12.625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh8DRyfiuwTG9mU9l1RqLkmnfmeCxeIm { width:4.375rem;height:4.375rem;top:32.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOUVUP2ISHUVKRNfKrfUK4UTV2G7tMyb { width:17.9375rem;height:3.8994125rem;top:38.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngFizOONn9Ns5XlBxym22OMAgTOOx4dE { width:13.8125rem;height:2.2744125rem;top:33.3125rem;left:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTKgwJNv2Nf3RfB24nNh73ehbZD1oJu { width:10.8125rem;height:1.4619125rem;top:35.5625rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClN3FCiQSBGlXQ6mkA7Xt6oewf8IhFkK { width:6.25rem;height:6.25rem;top:48.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dwx3AHIDKL50yTipkhWsVi6Bm7FGT6Jn { display:block; }
 }@media only screen and (max-width: 763px) { #KHQUq1RbCSK4b3Ry3zZancDZ2fN8vqeF { width:15.5625rem;height:2.8125rem;top:33.874130249024rem;left:2.2187501192093rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1TZUTLWUJQgXDlriVIJK9r1Ehp7Qilw { display:block; }
 }@media only screen and (max-width: 763px) { #xnoakwqSGX9olVyDOWiJ4uXEzxsmQ2es { width:17.8125rem;height:2.5625rem;top:26.610244750976rem;left:0.96875011920931rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQJTb1V9XiaGAUOXTeJM4z6HTDwJTVt { display:block; }
 }@media only screen and (max-width: 763px) { #eWmtbHfHxCaTsJ560WTm3qL3yCuIPeQv { width:15.4375rem;height:3rem;top:30.234375953674rem;left:2.2812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1NtLywzEoPyT0SETcKO7CJ31St4SKD8 { display:block; }
 }@media only screen and (max-width: 763px) { #OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW { display:block; }#OQ9NMA8UF54PN3HWLWfGH8xCAVf4gUgW > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misHlZqtke8aPRQeUhz53pwQBH1CedBf { width:20rem;height:37rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuPZa6Z62eqLczxsX0wpkFIvMeehNiC { display:block; }#htuPZa6Z62eqLczxsX0wpkFIvMeehNiC > .row .container { width:20rem;height:141.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kaut0EcTDvkBIHtMs9T9lUCoR39El67b { width:20rem;height:26.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1VK6HMxAoTa4tWsknxmgZyOGKNOeL4 { width:1.25rem;height:1.625rem;top:22.75rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awKddM65iV23I22feIkzNuH6fdmiWZ8u { width:3.125rem;height:3.125rem;top:22.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wzToP4Btq53KEEbbNxSpL9tmLfRF04 { width:16.375rem;height:1.4619125rem;top:1.2021484375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efk0lh36H5yPKwGGGFAhNwLiqsx7qeIw { width:17.375rem;height:15.996125rem;top:3.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikgoGZF6q2zVFoTTRiyXldQZE8POTVCU { width:17.5rem;height:0.0625rem;top:21.537109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQHD4RKPNVbJS6t92Mfq1oyDl1XFt3tQ { width:3.75rem;height:3.75rem;top:22.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsDLNXudrMNeVHVxT9NP3lP0nAlVTyae { width:6rem;height:1rem;top:24rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgShy8fnBiqzxqzyOfPTbaZS2CDT57Lr { width:12.5rem;height:1.4619125rem;top:22.1875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRQ6hCcqH0UQG0M0V8iyfiZIHc1wOXJ { width:20rem;height:26.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNwUVTbm1ds5DaXHsoZV9QPFAUcTdmv { width:15.1875rem;height:1.4625rem;top:28.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnzeL3FsAGfCVIXfAslJRJrSVVG45fK { width:17.5rem;height:15.996125rem;top:31.5859375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqDet7TOpJwBGONBLvvTfO6Nh1AorQhT { width:17.5rem;height:0.0625rem;top:48.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNz6HMJkIlqN3fJdJVk9RO2C1XyZsEDM { width:1.25rem;height:1.625rem;top:50.0625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acw2NWxkqABnb5HarXUW0XDyzzEHAlcJ { width:3.125rem;height:3.125rem;top:49.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c38d15dwV7ibaCJSTmuOkPSkVu4VGsBp { width:12.5rem;height:1.3rem;top:49.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZia0z3KzDkOTNy28w9CebuDHn0B9J6J { width:6rem;height:1rem;top:51.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdWqlDb0cx1uQ5PoIgo6EzBBoyyooTTw { width:3.75rem;height:3.75rem;top:49.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTqdCA7skm2kiuD0123TfZRQdMNKLXwc { width:16.25rem;height:1.4625rem;top:56.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxRIvXg8DciqbEUNJ1sgt2VJIiO4FXt { width:17.125rem;height:20.7949375rem;top:59.3984375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6rmxR4WKdqJGLrN7UhFDna3wqBlCShz { width:1.25rem;height:1.625rem;top:83.125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNdX3B1C0kvTnSkuQlI9DPvEwro1S3z { width:3.125rem;height:3.125rem;top:82.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU7cDXO9XvbKn6BP6XZfpkFVBBuEqQkz { width:12.5rem;height:1.3rem;top:82.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0TwlvX9R2ufhIUuxWutxgRpq4Lshz { width:5.8125rem;height:1.25rem;top:84.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUAgcHpibkyr75FgtTAm47y4aNckKaR { width:3.75rem;height:3.75rem;top:82.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlO1lOTfoD6c5pQuKWfdsBXuoTTe7nR { width:20rem;height:32rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeNFKntWiFgTckXLQm4vvMCmzsJcJaJI { width:17.5rem;height:0.0625rem;top:81.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ilSfSSKrHpqm29kTo814Qox0Kxtn00 { width:17.5rem;height:0.0625rem;top:110.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8h9wC7yeOQ4HTIqLmZqhdN87cgGs2Gq { width:12.5rem;height:1.3rem;top:111.25rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4KBH72AVxfoGtEZV4uHg9sDKDnE1RA { width:1.25rem;height:1.625rem;top:111.9375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxpay9NmJyrVTLhL2WpHfa5rDrVTDKUq { width:3.125rem;height:3.125rem;top:111.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3R9vGyE3H5V6gCKVUtFfE8EoM38RROr { width:3.75rem;height:3.75rem;top:111.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMlQt6irW6TSl7Q2hP0UeL0z84fOa23 { width:17.5rem;height:16.9921875rem;top:92.4375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2WFccsHEFibKvQwvglka9NHB4p7DRM { width:14.5rem;height:2.923825rem;top:89.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOrCL4WlxsRW8TOcxhfe5aEN07EEnUv { width:20rem;height:27.875rem;top:88.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWFkRN8P8oSeBbyCDKuFBfMgRfPk6go { width:12.5rem;height:1.13715rem;top:112.5498046875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhgC6GUr4HCMyBRHeLVrZBVGTqe29m9W { width:5rem;height:1.6875rem;top:118.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaZWJLgakWTDkqWu8z50ORP7yD7s0pC { width:2.125rem;height:1.4625rem;top:120.875rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woNH2ngADhdVBt0h1x7KTJoOz6ZSZvz6 { width:6rem;height:1rem;top:121.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpRwsFwkhF4kM4JEw7Oe7EtoMHCPPvWd { width:20rem;height:0.0625rem;top:123.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRepZlNS3e9uHxn6M8xFu8BR6KJEP7xg { width:10.0625rem;height:2.923825rem;top:124rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze7Wup2xrFtxIGkXp3Em9b83SKNntTTn { width:20rem;height:10.4375rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQTAOTLLw8SABXyvbpoQhdPrPUeJ3Ae { width:14.625rem;height:3.25rem;top:130.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQzg1v2lhkJ4O3TFOfdtrOh8bEzo6AmS { width:14.1875rem;height:2.923825rem;top:135.4375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owt8vS94l5wCHE89KoZtOOqeR8ZC1leM { width:20rem;height:0.0625rem;top:134.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xR9WSPOrSbpnl8mi6PyRndQGVeneSL { width:20rem;height:9.8125rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZi9qoufPzlF04l5reHUwhkVlaMakIz { display:block; }#oCZi9qoufPzlF04l5reHUwhkVlaMakIz > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX6t5DycDkanWU9IgH3cB0hrJaFhBpMt { width:20rem;height:19.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STThaQZu1vzvo1zh3JTHV5KZWOZXalTB { width:18.25rem;height:6.82325rem;top:1.875rem;left:1.25rem;font-size:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eTJptrpDR0haHk8wUBBIoi4tREbz9CxE { width:17.75rem;height:2.5996125rem;top:9.17578125rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1902tL30cWxqBvSrlQAbf3HoMTZrgK { width:17.5rem;height:4.546875rem;top:12.6748046875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHoWqk9OI4Nqk4G3J8iI36up0Knivu2E { width:17.5rem;height:6.82325rem;top:58.9375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOPdSQAduzRELxltIcHchhB9qrPMvzq { width:14.75rem;height:2.5996125rem;top:66.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJaiTPl91u9quu0PylmZRO93FeIbNeJO { width:17rem;height:5.68359375rem;top:69.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwlcUNHyc0H6m08wJXll0cL6JfZOWVlt { width:20rem;height:20.3125rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXtx1mzexkBsr09lPcnqw4KVxot8Qb9D { width:20rem;height:18.875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgcrEJzTZAHhSIOtyaZMSNUeTEONkST5 { width:17.375rem;height:4.546875rem;top:31.8115234375rem;left:1.375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Je5DbWgO9PRgeJaXDLLU0FGTTq2JVigU { width:16.0625rem;height:2.5996125rem;top:28.44921875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsq6Hfw9lenKwg6wTZe4zTB8cPmCyHLq { width:16.3125rem;height:6.82325rem;top:21.0625rem;left:1.25rem;font-size:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AyqMcy0hts1v2oX9uVvuHQ06VpPCydlr { width:20rem;height:19.1875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGtikZ95t5b7lJWLS1M0RwI1C4338Qe { width:17rem;height:6.82325rem;top:39.875rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkogE5Jhq9moNduo6hP20T8usxsrTon { width:17.1875rem;height:2.5996125rem;top:47.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2Lw81VK1qTBlFnqQCzZnBxBzkGlJpv { width:16.75rem;height:4.546875rem;top:50.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44FbTy1q7ZJSoNICFurg1UHTniT2C5N { display:block; }#T44FbTy1q7ZJSoNICFurg1UHTniT2C5N > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thZFKKJz5Pvlh1BMkcR3F0TwJr653wZN { width:20rem;height:4.548825rem;top:21.201171875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAENKSkZMaTM9oJJ9rvpu829Keq9xk6 { width:20rem;height:5.19921875rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkh8G7ruk9I9Qpr8s2cooihoFZeQIWWa { width:8.6875rem;height:1.3rem;top:32.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4IZTZBvAlIxhGuhalRCoTm1avxyuIM { width:1.125rem;height:0.875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpInrTRLqsQohnCUNwgWBWqDfLk4gPt8 { width:10.125rem;height:1.3rem;top:34.912109375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4x1hRBEGnJfUJ4PffTclIiEKs4bXupS { width:1.125rem;height:0.875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFZUucAkxeU36hfo4sM4ml9WexN8xF4 { width:1.125rem;height:0.875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx0WDkpXKw177zeyT12X7iWqf8r4MXW8 { width:10.125rem;height:1.3rem;top:36.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME6EZ5DISsKIEJeOA65IzMDysn6RzmM8 { width:1.125rem;height:0.875rem;top:36.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBiEDBLPp01Ba5RffSOyKI8qRUy2AbBC { width:5.6875rem;height:1.3rem;top:36.724609375rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FythuzvRB6zFupEN1PXgDrhKJJ7VVboi { width:1.125rem;height:0.875rem;top:33.1494140625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EJvpsKbTI5ZzeSoQzGm7hIgIhVhcQ8 { width:10.125rem;height:1.3rem;top:38.474609375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfuzT17ozEpp3idhRtvvaSDcMFnuoTE { width:1.125rem;height:0.875rem;top:35.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmST71edfcPR8QEwiv8leK58NOhwWkMu { width:5rem;height:1.3rem;top:34.9375rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VTwiT7ty5uzpH76uSJhcC30CXsLDRZ { width:1.125rem;height:0.875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQTHrRPJkixKvqBA28E0eK6tzVPTBXS { width:13.1875rem;height:1.3rem;top:40.412109375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVPTTT25TrZwP3PwLrU7sAON73gQA2o8 { width:20rem;height:41.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVGvd3whcF36fdFUPurPOmI0PbAt4bkQ { width:8.6875rem;height:1.3rem;top:42.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skomf4bKtTPDklECzBHXew7zIQOCGxpq { width:1.125rem;height:0.875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGp4vI8HOv3RQ2XXlmcqxVi0ZVFqlQIP { width:5.75rem;height:1.3rem;top:32.9375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0FBdq0x0PK6rFckDo4Q16E6ktoTi6iz { width:1.125rem;height:0.875rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzil7px249S5XlVl9NfUnV6RAwvyvdm0 { width:20rem;height:20.1748125rem;top:1.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT { display:block; }#ozVBqb5awi9qzP39Rp4SopTT0mgDmNTT > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L99x0kUnNlmgm0FyM80ZLRuvm0sscfZC { width:18.75rem;height:20.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcwGx0ue8tzqTW896o0O9HdBbwGZ9pTq { width:14.75rem;height:6.25rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcpqWn9bIn7UVikI9mF9V0Lu9iM3HEJb { width:14.5625rem;height:1.4625rem;top:9rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhAgQQTBgVhPuEK3Z2sZCxTrbFoKibyo { width:14.5625rem;height:8.496125rem;top:11.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZV13O8ncX7ICkV0Rvk1FimN7iOxBdXo { width:14.75rem;height:6.25rem;top:21.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN3AqropcwDKuz3W9NeZLPaa23M5pTWK { width:14.5625rem;height:1.4625rem;top:29.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsdVKG7TWpTIH9Tc7ZlO6Ew0dlzLIxgS { width:16.25rem;height:6.796875rem;top:31.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLq7qTo0LEg556WEq7uxTS58fLku1skQ { width:18.75rem;height:19.125rem;top:20.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yATz8DwDLT9dUtF7TRywr7kWR0sTEF { width:14.75rem;height:6.25rem;top:41.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PpTADUAC4H8WALk1T8ZaXWHnyvlTVt { width:14.5625rem;height:1.4625rem;top:48.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhISKKD4ydTvFmQI5JVk5FTLJlTEOyg { width:14.5625rem;height:6.796875rem;top:50.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyuswRsTxG95ZBEmTxVIexOkvcSzZNWn { width:18.75rem;height:19.3125rem;top:39.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRrs3yTsOAmOZxHXcvuNmhfHIXEUlCUJ { width:12.25rem;height:6.25rem;top:60.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnFF0taImRITtygpJy0CNA9KvSHUbIrV { width:14.5625rem;height:1.4625rem;top:66.8125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQ2BJ9c90IsLTgbTowETNTAogmylD17 { width:16.25rem;height:6.796875rem;top:68.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3dTalvF9LClhwi2WkVwTiN9qf57JAU { width:18.75rem;height:18rem;top:59.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUG6d3EtkcCELaTFkAtgMefogoxvKTd { display:block; }#LWUG6d3EtkcCELaTFkAtgMefogoxvKTd > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ay911x2JEM6rswPCCtbEavikWMiC6MpW { width:20rem;height:47rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKrh4qZg51dKiekDVTp1ew9M9wnQU6SS { width:20rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2BLZZCdGGTUTPkGmgTHDQ8MHgVcvwTF { width:17.0625rem;height:21rem;top:6.625rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65HC3BD6kxTftZREtEoirwGr7HBBokN { width:18.75rem;height:2.375rem;top:28.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtnToMXWEORSTMJfWQJKUIBnkSKUpmbR { width:16.9375rem;height:1.21875rem;top:29.25rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phbyc7EQ1wxFfkVL68NBbmqT1RZDko9E { width:16.9375rem;height:1.21875rem;top:35.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyvIAWeUkdEL2Ll8xCRkn1tMfufshxT { width:18.75rem;height:2.375rem;top:34.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6yPAQlBNLEJcWrFIV16nCMG3pOQ1SQb { width:16.9375rem;height:1.21875rem;top:32.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0A4ZOJSa8c6vOZXXi6OSwpQAULcwlpC { width:18.75rem;height:2.375rem;top:31.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL6SakTPOagJXLzkTIZsb0Mn5wH7x3Eh { width:16.9375rem;height:1.21875rem;top:38.5625rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcdPzSN2oZowgdmylfWHhTvk4QlzqCEo { width:18.75rem;height:2.375rem;top:37.984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTKMR0B55k6VxehivhO8ZPiR7W7h2si { width:18.75rem;height:2.375rem;top:43.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHAF3rsemuosf1M823guEuX74Ivybwfk { width:17.625rem;height:1.21875rem;top:44.453125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNxZmpiVP71NXbFovEORccRPAxZgpIR { width:18.75rem;height:2.375rem;top:40.984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV97LXf3rrTbeSXmpSaQF4n6RATWW2b5 { width:16.9375rem;height:1.21875rem;top:41.5625rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB { display:block; }#KOW3KmUraQXTa0J61yGcn8Si5bQ4PXlB > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EE9pbhEpvR8Ms8NtkTxltRpz5XdX2BeJ { width:20rem;height:7.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwDMeWvTso7bEhDMnsGun5PhPrr6BGTI { width:20rem;height:4rem;top:16rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xUC2aheQtUnW27yHMPK9oBAAoOH2zuAB { width:18.8125rem;height:9rem;top:21.1875rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T1awdX2p6reBwwpW6znPBgGPz2tBCQ41 { width:16.9375rem;height:2.4375rem;top:31.25rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZFTmgIHtagEM08lSynoXlcTmPAUOeL6 { display:block; }
 }@media only screen and (max-width: 763px) { #dSlWnMx1gCy83QOOIVvWir0PkZS7lmk1 { top:0.5625rem;left:0rem;width:20rem;height:14.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q0ppyyueqhkTliZGk6BXTfkZelp7G7os { width:16.8125rem;height:2.4375rem;top:34.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ79L6AGeZ6MbUzkTGSWTwZH1CHqH8i1 { display:block; }
 }@media only screen and (max-width: 763px) { #FWmRzyL7FWuVliVk16BlVagMtg4TT2f2 { width:20rem;height:4.1875rem;top:21.187500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 { background-color:#1343bf;background-image:none;display:block; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { background-color: transparent; background-image: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container > .video-iframe-container { display: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row > .video-iframe-container { display: none; }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .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); }#Xbvv2yNSQJR0okk2fWNVb7LfTdiROd08 > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vud76WB4yMgSlZ2nRxdqpFO20UrwfdPC { width:9.75rem;height:2.27430625rem;top:1.63671875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WneexnNvC0SqebrKhJTvEH7r2A1ad3bh { width:8.6875rem;height:2.4375rem;top:1.5546875rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdTUXIGEq8NFUXQOvlBAQK0kyKMdi0e { display:block; }
 }@media only screen and (max-width: 763px) { #w2WB0CXgPMlWdPoozgZkinyXUlCAX3Sr { width:20rem;height:0;top:59.5625rem;left:0rem;font-size:0.625rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #IWOkRMfZZlpIhPTUl0y4V4ptkoekVPgC { width:12.5rem;height:1.3rem;top:7.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g4WtrIdHxe1g9JHkEQQvWCLlBUnnVNFB { width:17.875rem;height:8.3945rem;top:9.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmPI3JiLh91IyAE6dDccP1NvAvUPiNov { width:0.5625rem;height:0.8125rem;top:21.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuG88Vb2htHWWht0D6T1tuwa4dcCfiQ { width:12.5rem;height:1.3rem;top:19.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKTQ8Ax7u2nrLDTpgDpiF8GCJnfLSq7q { width:15.75rem;height:1.4rem;top:21.4443359375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhtaLnkeZLZpQ8xwPW5rp9ND5VBfdZe { width:0.5625rem;height:0.8125rem;top:25.1513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmWlzVmZRhiXmqlSWTn7mXQTdskfWS9e { width:12.8125rem;height:1.4rem;top:23.1748046875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTqRZpBciULkKFqklER41Pnsmq7iFBPv { width:0.5625rem;height:0.8125rem;top:37.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7IyOt5Pl9eUwTR5cFe9afHm0dff1O7 { width:12.8125rem;height:1.4rem;top:24.8583984375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIl0iL7ilgBR0V4O8d7FEKVp8IMJhBNt { width:0.5625rem;height:0.8125rem;top:26.8818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbEfQM1TSxWpI0OcPzcDnplfBOklK7Oi { width:12.8125rem;height:1.4rem;top:26.5888671875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvnqXuWGoDXmFifRyXlNQA1p5U3snTZx { width:0.5625rem;height:0.8125rem;top:28.6123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiw8hDbg9ds2tRdsT7iF2npTZg9Oi54f { width:12.8125rem;height:1.4rem;top:28.4189453125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLufNRL8PuR1rkJSZaXThfJheAGcGyKu { width:0.5625rem;height:0.8125rem;top:30.4423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7bUOsfS3agi7FZ49TNbCmwAUJlDZFDh { width:16.375rem;height:1.4rem;top:30.2490234375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFPEug6yL7eQrHPBnsdca69y1WVKNfu { width:12.5rem;height:1.3rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMho16fuTAAcBXMQ4U4GdzGZrSwQwirq { width:12.8125rem;height:1.4rem;top:35.5576171875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigPwemHmHcd6fqcxriEuyoIKwWHC2WJ { width:0.5625rem;height:0.8125rem;top:23.4677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZgLfK6Av5qdfLAQvScunWziLTxHGmo { width:0.5625rem;height:0.8125rem;top:35.8505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3757HhLEfFwE2ym8XgrOk4hHsTIRQyQ { width:12.8125rem;height:1.4rem;top:37.3876953125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPbDgfy6z8nXX7Ib5NZLJCoETTb5ieTF { width:0.5625rem;height:0.8125rem;top:39.4111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPRwwdOIsgXfnOrwTpQR2JMPTKC28vfZ { width:12.8125rem;height:1.4rem;top:39.2177734375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCyRKixpFotEwgolnCHC73CfRETKBCZ9 { width:12.8125rem;height:1.4rem;top:40.9482421875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQ7qkdXzFb09lSds2GIgLWZpL65GMbW { width:0.5625rem;height:0.8125rem;top:41.2412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0FhiO9tnSuxoi03dMaJcuHzV5EA0WZK { width:0.5625rem;height:0.8125rem;top:42.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCyb8LISwuuouVcmTCkeUAGRZiNAUfuO { width:12.8125rem;height:1.4rem;top:42.7783203125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWgz1J9fJ73O25VNsT3TQ6f0QMeDZfM { width:12.8125rem;height:1.4rem;top:44.6083984375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNNRaQ3Fh4zzmJrRVGCv9HtHTRX9KC4 { width:0.5625rem;height:0.8125rem;top:44.8017578125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92PpgW1Ff9OwLHlJ9OSyU7finN2DyJ9 { width:0.5625rem;height:0.8125rem;top:48.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71GZbIlnsonqUyINk1GUJhlrFZqVqVp { width:12.8125rem;height:1.4rem;top:48.1689453125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOQnr3tUmV87vBiQosm8BTx9o0Ow8cTL { width:0.5625rem;height:0.8125rem;top:46.6318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUR8w4u3lgPHXkhcT315rRT51Li1lTn { width:12.8125rem;height:1.4rem;top:46.4384765625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8BJ2ElW9taE7yUe4Mm3ZbCT6V4kbbc { width:12.5rem;height:1.3rem;top:51.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1p1KGzFVo2JIITgmmV40ruNpzQTqCh { width:11.8125rem;height:1.4rem;top:55.86328125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7CLQDCdshPc9q5lwa2hntbv9zh6kWVt { width:1.25rem;height:1.25rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlqMp16NpUKq3vthwrEVXeIIizoqwFIG { width:1.625rem;height:1.25rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFlvwRDxDZ14HQEULkML7e6QqpRNPMpa { top:5.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:#dddddd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RieNHUTzlg9ursIg5T0LyZhZTxCGwcdt { width:11.75rem;height:0.9746125rem;top:53.4501953125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs { background-color:#0935a8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container { background-color: transparent; background-image: none; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container > .video-iframe-container { display: none; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row > .video-iframe-container { display: none; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .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); }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container { border-width: 0; border-radius: 0; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7WvzGKALUvqUxszKw6BbfvG1alqp2Vs > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvDlMAhWpM6DKxwXzd80ateUlqgnDkMq { width:20rem;height:0.8125rem;top:0.9375rem;left:0rem;font-size:0.625rem;z-index:15039;display:block; }
 }