.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:242,220,224;--color-primary-1:211,140,151;--color-primary-2:167,24,46;--color-primary-3:84,12,23;--color-primary-4:25,4,7;--color-secondary-0:255,249,239;--color-secondary-1:255,215,155;--color-secondary-2:255,189,89;--color-secondary-3:153,113,53;--color-secondary-4:51,38,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#SqxBPutRJUAHd9QHP6bZM7faZfb4RzXG { color:rgba(var(--color-tertiary-0),1);display:block;width:61.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:10.625rem;left:6.6875rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axpqyMszUi3XJerTy1yLFk8oxAzER1UK { color:rgba(var(--color-tertiary-0),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:25.3125rem;left:7.625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUSOsnvXrySdGio23JSCDyCatAI4lpuk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.875rem;left:11.3125rem;display:block; }
#tngJddfvm3RNt7G59bWVPTTZbpR9c5eq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbaNVTUckGF6ha8oIupRlE14VQ56NsNo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#b800a6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.298610687256rem;left:11.249566078186rem;display:none; }
#DCTzVu393mx8NHh0pzcdtgyNWoAeikWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEr215rTt5J0qa4HkBOpLATuyCRmePa8 { 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:6.9998125rem;width:75rem;top:2.937283039093rem;left:0rem;overflow:hidden;display:block; }
#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container { background-color: transparent; background-image: none; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container > .video-iframe-container { display: none; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row > .video-iframe-container { display: none; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .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); }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container { border-width: 0; border-radius: 0; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#JHBSMRlRtKHlZZNE9TdDCwIP41sO6LDU { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.4375rem;left:3.7009553909302rem;height:5.625rem;display:block; }
#XouTTg92Ty5IaOEtSlwJ19tG4f1Rkd2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.4375rem;left:0rem; }
#mBE9Cx8Dxz8VJ6DazvxbTK1yGmwBGFxi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.2352447509766rem;left:50.638453483581rem; }
#ytVMfl2tBce4gb7WCsMWX2ARMWvcUTEJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.2352447509766rem;left:24.999564170837rem; }
#kNwzuKhTX8hzM8o3z1DOigOu79DtQVL1 { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4375rem;left:28.700953483581rem;height:5.625rem;display:block; }
#JL1vNBK3XDN12p8TePUZQfNuZuuhJTWF { color:rgba(var(--color-primary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.4375rem;left:54.875002861023rem;height:5.625rem;display:block; }
#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container { background-color: transparent; background-image: none; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container > .video-iframe-container { display: none; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row > .video-iframe-container { display: none; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .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); }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container { border-width: 0; border-radius: 0; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NReQTXBpF5owiyWpulgTq6wswutfUJ32 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.6875rem;left:6.8120660781863rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POFC9DRiSuvBwrO5GcCQ7mBQ2UTk86EB { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:61.5625rem;top:3.5625rem;left:6.7183160781863rem;display:block; }
#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container { background-color: transparent; background-image: none; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container > .video-iframe-container { display: none; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row > .video-iframe-container { display: none; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .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); }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container { border-width: 0; border-radius: 0; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#LoFBlksDD4MrpzasiAgzuM6tARATmRvz { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4444446563721rem;left:18.312064170837rem;height:4.38743125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCdRweOlSWCIi6p1Tz3KPwnUi5kOKrWf { color:rgba(var(--color-tertiary-0),1);display:block;width:69.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.8819446563719rem;left:2.5933160781861rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container { background-color: transparent; background-image: none; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container > .video-iframe-container { display: none; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row > .video-iframe-container { display: none; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .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); }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container { border-width: 0; border-radius: 0; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#ROccDMdgZThTdvvg9mp7SiTcqFqketvF { color:rgba(var(--color-primary-2),1);display:block;width:67.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8676204681396rem;left:1.7009553909302rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container { background-color: transparent; background-image: none; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container > .video-iframe-container { display: none; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row > .video-iframe-container { display: none; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .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); }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container { border-width: 0; border-radius: 0; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#RLo7P2cN4egtwLytRvZNH09cAPMqynRB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:3.015625rem;left:5.6384553909302rem;height:2.15625rem;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; }
#mFvcd5Cf25kXrBSIehgbIS5ZFk6VoEJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.75rem;left:2.4440107345581rem; }
#TTwXtIBd33FDoL0TCGUkQnIwiCXBqPvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.875rem;left:2.4440107345581rem; }
#bDTHOganK2KKXwUhPxnxcyRQTib5g3qd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.140625rem;left:5.6384553909302rem;height:2.15625rem;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; }
#DJOme2TEleRP95ftHvyGs6kW7ala8Gag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.914930343628rem;left:2.4440107345581rem; }
#CVrK9sfaLfoQ9qT0thxV1FmMyRx40g99 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.390625rem;left:5.6384553909302rem;height:2.15625rem;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; }
#Cuz9pfAqDOm0TexUVPBIBkBkzKOdP7HF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:14.727432250976rem;left:2.4440107345581rem; }
#MWbb137TIky8fRkkxJ3rN2umTIdhA2oT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.993057250976rem;left:5.6384553909302rem;height:2.15625rem;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; }
#TQ1b3uq7AsM6fzasfuGWmVlITmRAzaxr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.477432250976rem;left:2.4440107345581rem; }
#LgUQ0TVhnVQniq2JQNUHbHIMlG2TOOZr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.743057250976rem;left:5.6384553909302rem;height:2.15625rem;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; }
#zm7B5GMGeIWAb8h7l9PoHH2Q0h9TQ2S9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.75rem;left:39.944010734558rem; }
#E1VdlCFVppfZXmzbFB7xle0TkJffMkux { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.015625rem;left:43.700953483581rem;height:2.15625rem;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; }
#S0sppNvP3gQ3yCvgwy0ZM60a1rQr0lT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.875rem;left:39.944010734558rem; }
#aTzyvGzh1s7JqGIWy6wZR4fwBwTCd2ED { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.140625rem;left:43.700953483581rem;height:2.15625rem;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; }
#CpEKezG6qCPZnyxOw1JXdm3tSo456NP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.914930343628rem;left:39.944010734558rem; }
#acBkHQN2Vo8lFdByCySfy80l6KsiKVFO { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.180555343628rem;left:43.700953483581rem;height:2.15625rem;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; }
#AyO5RytvngOEMkv9rZiZGJ8IiZzqzL60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.727432250976rem;left:39.944010734558rem; }
#gfNky3gHvVQCsowVmFOy0g9TNgFEOp9t { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.993057250976rem;left:43.700953483581rem;height:2.15625rem;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; }
#kHQCk8urVO7fQFrlSvTdTQ4xdPXHZTzH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:18.477432250976rem;left:39.944010734558rem; }
#PkByklTaVxw71O7Cs01tt41Z4wLDv5Mq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.743057250976rem;left:43.700953483581rem;height:2.15625rem;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; }
#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container { background-color: transparent; background-image: none; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container > .video-iframe-container { display: none; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row > .video-iframe-container { display: none; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .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); }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container { border-width: 0; border-radius: 0; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#thJTubIVcKSGPZmpN0gfgMdSsv0qLuid { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:3rem;left:8.7183160781863rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#fH5aZ2wKFQa14sRAeqoGnpLBUZr8matd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.5rem;left:7.5620660781863rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#XRnHmlivJqKzBozOAix4mcCnnysvcfrM { color:rgba(var(--color-primary-2),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.062501907349rem;left:8.6870660781863rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ { 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/bb019b92-8c88-49ca-839e-aee3458420ff/thischallenge.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ.adaptive-delivery-prevent-bg, #LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ.lazyload, #LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ.lazyloading { background-image: none; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container { background-color: transparent; background-image: none; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container > .video-iframe-container { display: none; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row > .video-iframe-container { display: none; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .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); }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container { border-width: 0; border-radius: 0; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c { 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/0fbd3673-f1f0-4fc1-be3b-08b7dc61f2f6/the28daywomenmacrochallengebg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c.adaptive-delivery-prevent-bg, #qAEv96O82pJzpgkP9s66NLkx7zVDB02c.lazyload, #qAEv96O82pJzpgkP9s66NLkx7zVDB02c.lazyloading { background-image: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { background-color: transparent; background-image: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container > .video-iframe-container { display: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row > .video-iframe-container { display: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .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); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { border-width: 0; border-radius: 0; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#TVHtEX2kJUCmTcq8ngJiW1p8xAMbe1lM { color:rgba(var(--color-primary-2),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2213544845581rem;left:11.687066078186rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfZhoArbJHW1thMvOWWCkZCI0a9RPGhz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:64.1241312027rem;left:11.687066078186rem;display:block; }
#yOTGeQJpNz0a4TMZTNrLvOfMdFwc3evi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOFXnfHBfxzXaDmnomxPvDRmrtxAdxRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:20.685319900512rem;left:33.069010734558rem; }
#SKiC3cv5r0oA9IPaALhz5UKpAdrbV4pr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:20.685756683349rem;left:37.51388835907rem;height:8.625rem;display:block; }
#b2zJat1UsE5yE2wT2aTCfEaazVJkUvpV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:33.374122619629rem;left:33.069010734558rem; }
#QbQtfh4RnUoUSdzTFpTLdCXkEy4t0fHu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:33.374135971069rem;left:37.51388835907rem;height:10.78125rem;display:block; }
#LJLw5cgRLhKUnESvGhdUsVcXFITJV9BA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:48.059886932373rem;left:33.069010734558rem; }
#cb2oeQN1Ile6kAwfHJ65lNshS9lT0T79 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:48.059461593628rem;left:37.51388835907rem;height:10.78125rem;display:block; }
#Cl2JxIVaqt6a7IKuArDg0ygbdLbyQEhb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#b800a6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:64.1241312027rem;left:11.687066078186rem;display:none; }
#mfslP2VBCEJ84SSagskOO5oqubcJbRgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container { background-color: transparent; background-image: none; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container > .video-iframe-container { display: none; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row > .video-iframe-container { display: none; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .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); }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container { border-width: 0; border-radius: 0; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#qim2064H0ImCTeRWc5F4eyUbnf1B702R { color:rgba(var(--color-tertiary-0),1);display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:3.1801223754883rem;left:13.312066078186rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7oiCTcf6kdXN4KmgEzI0pUKnO2mbKeJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:51.5625rem;top:1.8519973754882rem;left:11.718316078186rem;display:block; }
#AaPeFHveSnQZ5Ztxf9QLSrEMMUnbJ0fR { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.568577766419rem;left:15.398871421814rem;height:3.736325rem;display:block; }
#Nirs8rUSrIBdCc93MO9huqulqe7qgxwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.875000953674rem;left:11.718316078186rem; }
#zWuTTPXbrdDyHrnWPuNDdc3dVU4hoLsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.860243797302rem;left:11.718316078186rem; }
#uk2TDSAJhDRT9oFX0TuWeWaKP6qRBQgs { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.554686546326rem;left:15.398871421814rem;height:3.736325rem;display:block; }
#ynApcwImUfOTfO5eJeimn3fxi7Tc9QqZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.103733301162rem;left:11.718316078186rem; }
#x4AmxHM5ARF5JWWC2u0NGJqvyZgcQnRn { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.797743082046rem;left:15.398871421814rem;height:3.736325rem;display:block; }
#sFhfl348D4J0rTduD30f6NqVAalDlgoK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.985243082046rem;left:11.718316078186rem; }
#wJTgnvGphsqR4ST7sl2DonuzBVlTBPq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.679254770279rem;left:15.398871421814rem;height:3.736325rem;display:block; }
#m2MVQnoy1aJZid8ZMDE1RJyEw0wCpIXm { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.554254055023rem;left:11.718316078186rem;height:3.736325rem;display:block; }
#gnk3zUxuwST9bNas6xxWEVRlAaiaBwnf { color:rgba(var(--color-primary-2),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.304255485534rem;left:11.468316078186rem;height:5.60449375rem;font-style:normal;display:block; }
#zlrTfo3vEDRoP45HgJkHO1MBR5ROdQOC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:57.241755485534rem;left:11.468316078186rem;height:1.86865rem;display:block; }
#T85uFHmooiMbVa5EQSpLoFtiwDe5TwoU { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:61.638887405396rem;left:11.468316078186rem;height:3.736325rem;display:block; }
#oOg5WuTUcNCGxT8fzZ4og2iIfLzFoTxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:67.388021469119rem;left:11.468316078186rem;height:1.86865rem;display:block; }
#o4PuU0OiMiOcIulTlAFvqCTyK0EiGxvc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:72.700521469119rem;left:11.468316078186rem;height:3.736325rem;display:block; }
#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container { background-color: transparent; background-image: none; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container > .video-iframe-container { display: none; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row > .video-iframe-container { display: none; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .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); }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container { border-width: 0; border-radius: 0; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#kJ8g0Kn0mosUUsJvHTERsvQcMAggs7hi { color:rgba(var(--color-primary-2),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.905816078186rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPMq0Hi0TNMDMHSETTU7bitXhTBKSetb { color:rgba(var(--color-primary-2),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.3120670318606rem;left:4.8363714218139rem;height:4.3125rem;display:block; }
#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container { background-color: transparent; background-image: none; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container > .video-iframe-container { display: none; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row > .video-iframe-container { display: none; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .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); }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container { border-width: 0; border-radius: 0; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#Fn5Te7W3I6JF8Mqk2ExhcnRdZxylRinr { color:rgba(var(--color-tertiary-0),1);display:block;width:62.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0vuO4ItnHPeJfAt8D4Tss32vLWTbDVv { 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.9375rem;width:75rem;top:6.125rem;left:0rem;overflow:hidden;display:block; }
#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container { background-color: transparent; background-image: none; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container > .video-iframe-container { display: none; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row > .video-iframe-container { display: none; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .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); }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container { border-width: 0; border-radius: 0; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#oS61hFRQ6IJx2oaawQIGTWNLKq0IdfAD { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#CStSKS4xzfONe8bdpDMoJ2GLcsFVcNwy { 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:25rem;width:19.3125rem;top:3.4079866409302rem;left:6.3745660781863rem;overflow:hidden;display:block; }
#rwuVbyGe9gMEOdolMWyqiNnTJGvMyi4b { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:39.0625rem;top:3.4075112342834rem;left:28.63888835907rem;display:block; }
#JvBtmwBm0TZIrSR9lmDewnnlznG8ZiKl { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:6.5rem;font-style:normal;display:block; }
#htMBzyo3yDn7vKgz9uOWuFgymSgk23VU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.64101934433rem;left:28.63888835907rem;height:14.94528125rem;display:block; }
#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container { background-color: transparent; background-image: none; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container > .video-iframe-container { display: none; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row > .video-iframe-container { display: none; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .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); }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container { border-width: 0; border-radius: 0; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#fBLK8h2gDkRhTRF8Ud6TyIXavl67gCZ8 { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#LTT8x5wU4znFCMCmHMQw4e2TxCqRmytq { 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:24.9375rem;width:19.25rem;top:3.4079866409302rem;left:6.3745660781863rem;overflow:hidden;display:block; }
#gUxd5NauutiT6lKycogUuld6JBL6KdO6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:39.0625rem;top:3.4075112342834rem;left:28.63888835907rem;display:block; }
#k958Wf1dg1KuF8iHez0hKEet3oQAm2tt { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:6.5rem;font-style:normal;display:block; }
#dVATuxxdd3kE1aN8EaMwIixiLtZd5esd { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.64101934433rem;left:28.63888835907rem;height:11.20898125rem;display:block; }
#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container { background-color: transparent; background-image: none; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container > .video-iframe-container { display: none; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row > .video-iframe-container { display: none; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .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); }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container { border-width: 0; border-radius: 0; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#L62hAbfrm9IZc2fusZ3S69ThNJvyVhIz { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#QDFsTVUmm4FUfLVvxOF3KLGV9hJ9rGaf { 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:24.875rem;width:19.25rem;top:3.4079866409302rem;left:6.3745660781863rem;overflow:hidden;display:block; }
#tGH43Fl7syAiS756pgFEaMglTbTqawkc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:39.0625rem;top:3.4071197509766rem;left:28.63888835907rem;display:block; }
#pLpT5hl0xLTiyV53TIvAZCJzokKaNoaV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:3.25rem;font-style:normal;display:block; }
#pES8M37xrg8AHJp3FGiiscTmVtnWTOMo { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.390625rem;left:28.63888835907rem;height:16.8134875rem;display:block; }
#PXyzED36SPBguh500tSzCqonGKzwmxCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container { background-color: transparent; background-image: none; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container > .video-iframe-container { display: none; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row > .video-iframe-container { display: none; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .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); }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container { border-width: 0; border-radius: 0; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#prbBA9O2ng1aarCUwTmTshhu19GFQ6rV { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#MF3dNdmGUmnikzEi6ncb12cieoa0e2SP { 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:24.8125rem;width:19.1875rem;top:3.4079866409302rem;left:6.3745660781863rem;overflow:hidden;display:block; }
#yTJKhXgRRd535l6fR2IHBQK3hWiT0nAW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:39.0625rem;top:3.4071159362793rem;left:28.63888835907rem;display:block; }
#WOWdTpEQgLPZ7ZH37mbI0ffUd5RCWTEo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:3.25rem;font-style:normal;display:block; }
#XTnIrm4dBVTBNmKHInPyrpCDfbxp8CNx { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.703125rem;left:28.63888835907rem;height:11.20898125rem;display:block; }
#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container { background-color: transparent; background-image: none; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container > .video-iframe-container { display: none; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row > .video-iframe-container { display: none; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .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); }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container { border-width: 0; border-radius: 0; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#KHwOgthQMK3EGmS6JPN5keKZySCFVrP7 { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#xtewdTWOCmC00B5nMpmMcKF2iyop0XZ6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:39.0625rem;top:3.4071197509766rem;left:28.63888835907rem;display:block; }
#STJx3F9KnAFg0QLJtZimgyxco0Eqh5FA { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:3.25rem;font-style:normal;display:block; }
#GhItCvOSpNzx1apMz0tNvMFx7EWmVifo { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.793403625488rem;left:28.63888835907rem;height:7.472625rem;display:block; }
#iuNKpnnafxfovoiFWyav5H8yeZgVLBHR { 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:24.8125rem;width:19.1875rem;top:3.4713554382324rem;left:5.8745660781861rem;overflow:hidden;display:block; }
#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container { background-color: transparent; background-image: none; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container > .video-iframe-container { display: none; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row > .video-iframe-container { display: none; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .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); }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container { border-width: 0; border-radius: 0; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#fkw5b3w58vyeWeeih9QwFCtSVOXqbeUO { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:65.9375rem;top:1.7842478752136rem;left:3.9995660781861rem;display:block; }
#w0MPM7hf95wLcXQoBfnBGXtLBCGWWVWG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:39.0625rem;top:3.4071197509766rem;left:28.63888835907rem;display:block; }
#ZHM0B2ENSHfu2I1ylkEV6V99lK1zTSix { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4092478752136rem;left:30.04513835907rem;height:3.25rem;font-style:normal;display:block; }
#qcz6P6PEJTk49qMyPbhISktWI1kzQGTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.793403625488rem;left:28.63888835907rem;height:13.077125rem;display:block; }
#rJIvOH23eu7T6GrvUSXyzPQS74zpXE9E { 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:24.5625rem;width:18.9375rem;top:3.6591796875rem;left:5.5615234375rem;overflow:hidden;display:block; }
#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { background-color: transparent; background-image: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container > .video-iframe-container { display: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row > .video-iframe-container { display: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .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); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { border-width: 0; border-radius: 0; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#EpkqJTcf8ncIVr6tEToH1TA915D7Kk6n { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.999565958977rem;left:4.3884553909302rem;height:21.9375rem;display:block; }
#cRUbErgpaBGZqZsIRRGTogyblou1NmD4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:14.312120437622rem;left:44.086371421814rem;overflow:hidden;display:block; }
#xd4cFMOFQbBvVhZX52sTuyCioboO3qLB { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:9.125rem;height:6.9863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh { position:relative;display:block; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh { background-color: transparent; background-image: none; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row .container > .video-iframe-container { display: none; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row > .video-iframe-container { display: none; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .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); }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh { border-width: 0; border-radius: 0; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .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; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .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:43.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; }#MiwGyoxTLXUqfHFRzPV578g12UGLsgHR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:21.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTSCNA1UKt5GBFkuIaUsCUZBJcMqZ7N2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:52.375rem;top:2.5625rem;left:11.3125rem;display:block; }
#xyTKfioWSKC2WdVQESOPaBd6e1FRrFO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:18.3125rem;height:3.736325rem;display:block; }
#smQpbXhq5Hehhan9TMJRhIZvhX38TbAl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.125rem;left:13.625rem; }
#xI1LfDlPaNpLOqLQEa9KnP6oBNxS0g0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.875rem;left:13.625rem; }
#WL9LghI3sbiNNnqPr2hJy42081Zb6AQk { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.875rem;left:18.3125rem;height:5.60449375rem;display:block; }
#aUDbopaPgMSDNU6v1q8CUxsTyFZ03gTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:21.75rem;left:13.625rem; }
#VUC3dpIqbBV23yUT9w5s5fTMRE27bP5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.25rem;left:18.3125rem;height:3.736325rem;display:block; }
#LUOI42ewK6uR80qczkNTCiI6bpc4nvBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.5rem;left:13.625rem; }
#vTymk7ryzi8egWTNZD8bZwLnGIC4IBrR { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.625rem;left:18.3125rem;height:1.86865rem;display:block; }
#eJ0K3MKXLoAW63eB9qJGqPXtARm4RTxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:34.9375rem;left:13.625rem; }
#fFkQM4atMXpJ6efLJ5PgS1HRUb7amLuq { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.9375rem;left:18.3125rem;height:5.60449375rem;display:block; }
#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb { position:relative;display:block; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb { background-color: transparent; background-image: none; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row .container > .video-iframe-container { display: none; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row > .video-iframe-container { display: none; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .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); }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb { border-width: 0; border-radius: 0; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .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; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .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:38rem;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; }#wIm9Em6MGqaNeXdm0rnn35z8l0QMWMe7 { color:rgba(var(--color-primary-2),1);display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWUStKeQd9xXqu9egHBpI70kcQpsNG3i { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:26.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQq9Hrh5dhRgxI3Bipu4SvzwKmzcsFm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.6875rem;left:15.5rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#zfhblrK8pbeAN15m5mNuZVRuhZKrhO19 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.0625rem;left:9.1875rem;display:block; }
#iX8gvL0Z8Bl4VsHvS28im8MWbEltrGec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amqePSyGx7bi9ncB0cd2gWTbLTITpTTy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#b800a6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.5rem;height:5.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.936634063721rem;left:9.1861982345581rem;display:none; }
#po9Acs5EgppWGG89xaupol6Olk6fRWVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { background-color: transparent; background-image: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container > .video-iframe-container { display: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row > .video-iframe-container { display: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .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); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { border-width: 0; border-radius: 0; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:block; }#fpB2dpFDhUoLDL67a9FXk3Qf2Ha0Tcbs { color:rgba(var(--color-secondary-2),1);display:block;width:61.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:1.4072265625rem;left:5.5615234375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXRUuyXRNcFoSN4z5scA1EWefrF8OVKO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:32.6875rem;top:12.1875rem;left:2.40625rem;overflow:hidden;display:block; }
#SW88OrcEOHdaSGSooMKAk7MDldCm8bSB { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.311998367309rem;left:38.436633110046rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#xBgJW9HDXf04p3ArNmxgZKcFQNGoB4P8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17rem;left:38.4365234375rem;height:46.78128125rem;display:block; }
#apU7J0V3KI8y6O3PdzxQu0czqHPz1OKv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.8125rem;left:2.40625rem;height:1.94970625rem;display:block; }
#gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:50.8125rem;left:2.40625rem;height:17.959rem;display:block; }#gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun li:before{  }
#UappqmaPv0SLMymeTcaCpU55DmHFx5ct { position:relative;display:block; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct { background-color: transparent; background-image: none; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row .container > .video-iframe-container { display: none; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row > .video-iframe-container { display: none; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .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); }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct { border-width: 0; border-radius: 0; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .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; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SeIeFBUSTOOBJwppGGnzZPHzwqTLInDS { color:rgba(var(--color-primary-2),1);display:block;width:64.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.875rem;left:6.125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7ihoBF9op61pXqyyuteUU2DTW5B3yH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:27.75rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iERuVd7c96LFOD77QNyVmqazeU6lOKnp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.37435rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5625rem;left:21.875rem;display:block; }
#CDWOrCsxg7zFUXbGHfM4PFk6LbEEWOCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfbdzlcbdXTSDnFTnOupwTcO3Bf8GeQN { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#hVddVhxHcRn9pXvafmdPfdkSP6tqThDr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#b800a6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.748657226562rem;left:21.874564170837rem;display:none; }
#quUcxVToQaUpQm3FirnD4JGKn0yRqboN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzFmIbK264tcTt5kHGbyVbnSoWZQ9arg { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21rem;left:17.5rem;height:10.5625rem;text-align:center;text-align-last:center;display:block; }
#CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container { background-color: transparent; background-image: none; }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container > .video-iframe-container { display: none; }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row > .video-iframe-container { display: none; }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .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); }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container { border-width: 0; border-radius: 0; }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqxBPutRJUAHd9QHP6bZM7faZfb4RzXG { top:10.625rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axpqyMszUi3XJerTy1yLFk8oxAzER1UK { top:25.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUSOsnvXrySdGio23JSCDyCatAI4lpuk { width:46.75rem;height:5.3125rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tngJddfvm3RNt7G59bWVPTTZbpR9c5eq { display:block; }
 }@media only screen and (max-width: 763px) { #qbaNVTUckGF6ha8oIupRlE14VQ56NsNo { width:46.75rem;height:5.375rem;top:38.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCTzVu393mx8NHh0pzcdtgyNWoAeikWJ { display:block; }
 }@media only screen and (max-width: 763px) { #hEr215rTt5J0qa4HkBOpLATuyCRmePa8 { top:2.875rem;left:0rem;width:47.75rem;height:4.4565472916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu { display:block; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHBSMRlRtKHlZZNE9TdDCwIP41sO6LDU { top:1.4375rem;left:0rem;width:20.625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XouTTg92Ty5IaOEtSlwJ19tG4f1Rkd2s { top:1.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBE9Cx8Dxz8VJ6DazvxbTK1yGmwBGFxi { top:1.1875rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVMfl2tBce4gb7WCsMWX2ARMWvcUTEJ { top:1.1875rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwzuKhTX8hzM8o3z1DOigOu79DtQVL1 { top:1.4375rem;left:11.125rem;width:20.625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL1vNBK3XDN12p8TePUZQfNuZuuhJTWF { top:1.4375rem;left:27.5rem;width:20.125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 { display:block; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NReQTXBpF5owiyWpulgTq6wswutfUJ32 { top:4.6875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POFC9DRiSuvBwrO5GcCQ7mBQ2UTk86EB { top:3.5625rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTmT7f3aMJ572znGXbyDZygBlmnv1vTv { display:block; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoFBlksDD4MrpzasiAgzuM6tARATmRvz { top:4.4375rem;left:4.6870641708374rem;width:38.375rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCdRweOlSWCIi6p1Tz3KPwnUi5kOKrWf { top:9.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q { display:block; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROccDMdgZThTdvvg9mp7SiTcqFqketvF { top:4.8125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge { display:block; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLo7P2cN4egtwLytRvZNH09cAPMqynRB { top:3rem;left:0rem;width:10.625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFvcd5Cf25kXrBSIehgbIS5ZFk6VoEJZ { top:2.75rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwXtIBd33FDoL0TCGUkQnIwiCXBqPvb { top:6.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTHOganK2KKXwUhPxnxcyRQTib5g3qd { top:7.125rem;left:0rem;width:15.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJOme2TEleRP95ftHvyGs6kW7ala8Gag { top:10.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVrK9sfaLfoQ9qT0thxV1FmMyRx40g99 { top:11.375rem;left:0rem;width:15.5rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuz9pfAqDOm0TexUVPBIBkBkzKOdP7HF { top:14.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbb137TIky8fRkkxJ3rN2umTIdhA2oT { top:14.9375rem;left:0rem;width:20.9375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1b3uq7AsM6fzasfuGWmVlITmRAzaxr { top:18.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUQ0TVhnVQniq2JQNUHbHIMlG2TOOZr { top:18.6875rem;left:0rem;width:20.9375rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm7B5GMGeIWAb8h7l9PoHH2Q0h9TQ2S9 { top:2.75rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VdlCFVppfZXmzbFB7xle0TkJffMkux { top:3rem;left:19rem;width:28.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0sppNvP3gQ3yCvgwy0ZM60a1rQr0lT8 { top:6.875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzyvGzh1s7JqGIWy6wZR4fwBwTCd2ED { top:7.125rem;left:19rem;width:28.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpEKezG6qCPZnyxOw1JXdm3tSo456NP7 { top:10.875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBkHQN2Vo8lFdByCySfy80l6KsiKVFO { top:11.125rem;left:19rem;width:28.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyO5RytvngOEMkv9rZiZGJ8IiZzqzL60 { top:14.6875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfNky3gHvVQCsowVmFOy0g9TNgFEOp9t { top:14.9375rem;left:19rem;width:28.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHQCk8urVO7fQFrlSvTdTQ4xdPXHZTzH { top:18.4375rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkByklTaVxw71O7Cs01tt41Z4wLDv5Mq { top:18.6875rem;left:19rem;width:28.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt { display:block; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thJTubIVcKSGPZmpN0gfgMdSsv0qLuid { top:3rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH5aZ2wKFQa14sRAeqoGnpLBUZr8matd { top:9.5rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRnHmlivJqKzBozOAix4mcCnnysvcfrM { top:17.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ { display:block; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAEv96O82pJzpgkP9s66NLkx7zVDB02c { display:block; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVHtEX2kJUCmTcq8ngJiW1p8xAMbe1lM { top:3.1875rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfZhoArbJHW1thMvOWWCkZCI0a9RPGhz { width:46.75rem;height:5.375rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOTGeQJpNz0a4TMZTNrLvOfMdFwc3evi { display:block; }
 }@media only screen and (max-width: 763px) { #OOFXnfHBfxzXaDmnomxPvDRmrtxAdxRP { top:20.625rem;left:19.444010734558rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKiC3cv5r0oA9IPaALhz5UKpAdrbV4pr { top:20.625rem;left:12.4375rem;width:35.3125rem;height:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2zJat1UsE5yE2wT2aTCfEaazVJkUvpV { top:33.3125rem;left:19.444010734558rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbQtfh4RnUoUSdzTFpTLdCXkEy4t0fHu { top:33.3125rem;left:12.4375rem;width:35.3125rem;height:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJLw5cgRLhKUnESvGhdUsVcXFITJV9BA { top:48rem;left:19.444010734558rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2oeQN1Ile6kAwfHJ65lNshS9lT0T79 { top:48rem;left:12.4375rem;width:35.3125rem;height:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl2JxIVaqt6a7IKuArDg0ygbdLbyQEhb { width:46.75rem;height:5.375rem;top:64.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfslP2VBCEJ84SSagskOO5oqubcJbRgR { display:block; }
 }@media only screen and (max-width: 763px) { #AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M { display:block; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qim2064H0ImCTeRWc5F4eyUbnf1B702R { top:3.125rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7oiCTcf6kdXN4KmgEzI0pUKnO2mbKeJ { top:1.8125rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaPeFHveSnQZ5Ztxf9QLSrEMMUnbJ0fR { top:17.5625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nirs8rUSrIBdCc93MO9huqulqe7qgxwk { top:17.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWuTTPXbrdDyHrnWPuNDdc3dVU4hoLsZ { top:23.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk2TDSAJhDRT9oFX0TuWeWaKP6qRBQgs { top:23.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynApcwImUfOTfO5eJeimn3fxi7Tc9QqZ { top:30.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AmxHM5ARF5JWWC2u0NGJqvyZgcQnRn { top:29.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFhfl348D4J0rTduD30f6NqVAalDlgoK { top:35.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTgnvGphsqR4ST7sl2DonuzBVlTBPq2 { top:35.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MVQnoy1aJZid8ZMDE1RJyEw0wCpIXm { top:42.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnk3zUxuwST9bNas6xxWEVRlAaiaBwnf { top:49.25rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrTfo3vEDRoP45HgJkHO1MBR5ROdQOC { top:57.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T85uFHmooiMbVa5EQSpLoFtiwDe5TwoU { top:61.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOg5WuTUcNCGxT8fzZ4og2iIfLzFoTxZ { top:67.375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PuU0OiMiOcIulTlAFvqCTyK0EiGxvc { top:72.6875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRlNW7tiaaM7zECya9c2gVVxJoJtn56G { display:block; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ8g0Kn0mosUUsJvHTERsvQcMAggs7hi { top:3.125rem;left:1.2808160781861rem;width:45.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPMq0Hi0TNMDMHSETTU7bitXhTBKSetb { top:9.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp { display:block; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn5Te7W3I6JF8Mqk2ExhcnRdZxylRinr { top:2.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0vuO4ItnHPeJfAt8D4Tss32vLWTbDVv { top:6.125rem;left:0rem;width:47.75rem;height:4.4164770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE { display:block; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS61hFRQ6IJx2oaawQIGTWNLKq0IdfAD { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CStSKS4xzfONe8bdpDMoJ2GLcsFVcNwy { top:3.375rem;left:0rem;width:19.3125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwuVbyGe9gMEOdolMWyqiNnTJGvMyi4b { top:3.375rem;left:8.6875rem;width:39.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBtmwBm0TZIrSR9lmDewnnlznG8ZiKl { top:4.375rem;left:11.5rem;width:36.25rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htMBzyo3yDn7vKgz9uOWuFgymSgk23VU { top:13.625rem;left:8.6875rem;width:39.0625rem;height:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa { display:block; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBLK8h2gDkRhTRF8Ud6TyIXavl67gCZ8 { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTT8x5wU4znFCMCmHMQw4e2TxCqRmytq { top:3.375rem;left:0rem;width:19.25rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUxd5NauutiT6lKycogUuld6JBL6KdO6 { top:3.375rem;left:8.6875rem;width:39.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k958Wf1dg1KuF8iHez0hKEet3oQAm2tt { top:4.375rem;left:11.5rem;width:36.25rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVATuxxdd3kE1aN8EaMwIixiLtZd5esd { top:13.625rem;left:8.6875rem;width:39.0625rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFve7M1NJrShL10CdkHqoUnSBDm3FVQV { display:block; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L62hAbfrm9IZc2fusZ3S69ThNJvyVhIz { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDFsTVUmm4FUfLVvxOF3KLGV9hJ9rGaf { top:3.375rem;left:0rem;width:19.25rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGH43Fl7syAiS756pgFEaMglTbTqawkc { top:3.375rem;left:8.6875rem;width:39.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLpT5hl0xLTiyV53TIvAZCJzokKaNoaV { top:4.375rem;left:11.5rem;width:36.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pES8M37xrg8AHJp3FGiiscTmVtnWTOMo { top:10.375rem;left:8.6875rem;width:39.0625rem;height:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyzED36SPBguh500tSzCqonGKzwmxCQ { display:block; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prbBA9O2ng1aarCUwTmTshhu19GFQ6rV { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3dNdmGUmnikzEi6ncb12cieoa0e2SP { top:3.375rem;left:0rem;width:19.1875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJKhXgRRd535l6fR2IHBQK3hWiT0nAW { top:3.375rem;left:8.6875rem;width:39.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOWdTpEQgLPZ7ZH37mbI0ffUd5RCWTEo { top:4.375rem;left:11.5rem;width:36.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTnIrm4dBVTBNmKHInPyrpCDfbxp8CNx { top:10.6875rem;left:8.6875rem;width:39.0625rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8kvzXHB7S01lPU6Kw92huqDRNuCfziR { display:block; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHwOgthQMK3EGmS6JPN5keKZySCFVrP7 { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtewdTWOCmC00B5nMpmMcKF2iyop0XZ6 { top:3.375rem;left:8.6875rem;width:39.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJx3F9KnAFg0QLJtZimgyxco0Eqh5FA { top:4.375rem;left:11.5rem;width:36.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhItCvOSpNzx1apMz0tNvMFx7EWmVifo { top:11.75rem;left:8.6875rem;width:39.0625rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuNKpnnafxfovoiFWyav5H8yeZgVLBHR { top:3.4375rem;left:0rem;width:19.1875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3xcsTfMdb04SXrqupMpdldUEspSg2S9 { display:block; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkw5b3w58vyeWeeih9QwFCtSVOXqbeUO { top:1.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MPM7hf95wLcXQoBfnBGXtLBCGWWVWG { top:3.375rem;left:8.6875rem;width:39.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHM0B2ENSHfu2I1ylkEV6V99lK1zTSix { top:4.375rem;left:11.5rem;width:36.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcz6P6PEJTk49qMyPbhISktWI1kzQGTJ { top:11.75rem;left:8.6875rem;width:39.0625rem;height:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIvOH23eu7T6GrvUSXyzPQS74zpXE9E { top:3.625rem;left:0rem;width:18.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL { display:block; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpkqJTcf8ncIVr6tEToH1TA915D7Kk6n { top:14.9375rem;left:0rem;width:38.9375rem;height:21.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRUbErgpaBGZqZsIRRGTogyblou1NmD4 { top:14.25rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd4cFMOFQbBvVhZX52sTuyCioboO3qLB { top:3.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh { display:block; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiwGyoxTLXUqfHFRzPV578g12UGLsgHR { top:3.0625rem;left:8.25rem;width:31.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSCNA1UKt5GBFkuIaUsCUZBJcMqZ7N2 { top:2.5625rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKfioWSKC2WdVQESOPaBd6e1FRrFO4 { top:8.125rem;left:4.6875rem;width:42.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQpbXhq5Hehhan9TMJRhIZvhX38TbAl { top:8.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI1LfDlPaNpLOqLQEa9KnP6oBNxS0g0D { top:14.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9LghI3sbiNNnqPr2hJy42081Zb6AQk { top:14.875rem;left:4.6875rem;width:42.9375rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDbopaPgMSDNU6v1q8CUxsTyFZ03gTh { top:21.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUC3dpIqbBV23yUT9w5s5fTMRE27bP5Z { top:22.25rem;left:4.6875rem;width:42.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUOI42ewK6uR80qczkNTCiI6bpc4nvBV { top:28.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTymk7ryzi8egWTNZD8bZwLnGIC4IBrR { top:29.625rem;left:4.6875rem;width:42.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0K3MKXLoAW63eB9qJGqPXtARm4RTxs { top:34.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFkQM4atMXpJ6efLJ5PgS1HRUb7amLuq { top:34.9375rem;left:4.6875rem;width:42.9375rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPkb96PqVwNV7HC09LmTDEhCklWZPoEb { display:block; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIm9Em6MGqaNeXdm0rnn35z8l0QMWMe7 { top:2.125rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUStKeQd9xXqu9egHBpI70kcQpsNG3i { top:15rem;left:12.625rem;width:19.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQq9Hrh5dhRgxI3Bipu4SvzwKmzcsFm4 { top:18.6875rem;left:1.875rem;width:39.875rem;height:7.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfhblrK8pbeAN15m5mNuZVRuhZKrhO19 { width:46.75rem;height:5.3125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX8gvL0Z8Bl4VsHvS28im8MWbEltrGec { display:block; }
 }@media only screen and (max-width: 763px) { #amqePSyGx7bi9ncB0cd2gWTbLTITpTTy { width:46.75rem;height:5.375rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #po9Acs5EgppWGG89xaupol6Olk6fRWVh { display:block; }
 }@media only screen and (max-width: 763px) { #oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 { display:block; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpB2dpFDhUoLDL67a9FXk3Qf2Ha0Tcbs { top:1.375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRUuyXRNcFoSN4z5scA1EWefrF8OVKO { top:12.1875rem;left:0rem;width:32.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW88OrcEOHdaSGSooMKAk7MDldCm8bSB { top:11.25rem;left:13.75rem;width:34rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBgJW9HDXf04p3ArNmxgZKcFQNGoB4P8 { top:17rem;left:21.25rem;width:26.5rem;height:46.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apU7J0V3KI8y6O3PdzxQu0czqHPz1OKv { top:46.8125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun { top:50.8125rem;left:0rem;width:27.5rem;height:17.9375rem;font-size:1.375rem;display:block; }#gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun li:before{  }
 }@media only screen and (max-width: 763px) { #UappqmaPv0SLMymeTcaCpU55DmHFx5ct { display:block; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeIeFBUSTOOBJwppGGnzZPHzwqTLInDS { top:7.875rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ihoBF9op61pXqyyuteUU2DTW5B3yH2 { top:18.6875rem;left:14.125rem;width:19.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iERuVd7c96LFOD77QNyVmqazeU6lOKnp { width:31.25rem;height:5.3125rem;top:31.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWOrCsxg7zFUXbGHfM4PFk6LbEEWOCq { display:block; }
 }@media only screen and (max-width: 763px) { #DfbdzlcbdXTSDnFTnOupwTcO3Bf8GeQN { top:4.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVddVhxHcRn9pXvafmdPfdkSP6tqThDr { width:31.25rem;height:5.375rem;top:34.6875rem;left:8.2495641708375rem;display:none; }
 }@media only screen and (max-width: 763px) { #quUcxVToQaUpQm3FirnD4JGKn0yRqboN { display:block; }
 }@media only screen and (max-width: 763px) { #AzFmIbK264tcTt5kHGbyVbnSoWZQ9arg { top:21rem;left:3.875rem;width:39.875rem;height:10.5rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { display:block; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqxBPutRJUAHd9QHP6bZM7faZfb4RzXG { width:20rem;height:3.65625rem;top:4.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axpqyMszUi3XJerTy1yLFk8oxAzER1UK { width:20rem;height:6.5625rem;top:9.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUSOsnvXrySdGio23JSCDyCatAI4lpuk { width:19rem;height:5.375rem;top:38.761284828186rem;left:0.49956601858139rem;display:none; }
 }@media only screen and (max-width: 763px) { #tngJddfvm3RNt7G59bWVPTTZbpR9c5eq { display:block; }
 }@media only screen and (max-width: 763px) { #qbaNVTUckGF6ha8oIupRlE14VQ56NsNo { width:18rem;height:2.625rem;top:16.875rem;left:1rem;z-index:15004;font-size:0.875rem;color:#a7182e;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DCTzVu393mx8NHh0pzcdtgyNWoAeikWJ { display:block; }
 }@media only screen and (max-width: 763px) { #hEr215rTt5J0qa4HkBOpLATuyCRmePa8 { width:20rem;height:1.8662125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu { display:block; }#MP1C0cbLFJSJ94hOCZP8WMOrQiHR1cwu > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHBSMRlRtKHlZZNE9TdDCwIP41sO6LDU { width:17.75rem;height:3rem;top:2rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XouTTg92Ty5IaOEtSlwJ19tG4f1Rkd2s { display:flex;width:1.5625rem;height:1.5625rem;top:2rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mBE9Cx8Dxz8VJ6DazvxbTK1yGmwBGFxi { display:flex;width:1.5625rem;height:1.5625rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ytVMfl2tBce4gb7WCsMWX2ARMWvcUTEJ { display:flex;width:1.5625rem;height:1.5625rem;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNwzuKhTX8hzM8o3z1DOigOu79DtQVL1 { width:17.6875rem;height:3rem;top:6.0625rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JL1vNBK3XDN12p8TePUZQfNuZuuhJTWF { width:17.5625rem;height:3rem;top:10.0625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 { display:block; }#nKITpqGSl7XSy23RrM1Ze8F1HfTdlfL3 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NReQTXBpF5owiyWpulgTq6wswutfUJ32 { width:17.9375rem;height:3.1875rem;top:2.15625rem;left:1.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POFC9DRiSuvBwrO5GcCQ7mBQ2UTk86EB { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTmT7f3aMJ572znGXbyDZygBlmnv1vTv { display:block; }#lTmT7f3aMJ572znGXbyDZygBlmnv1vTv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoFBlksDD4MrpzasiAgzuM6tARATmRvz { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCdRweOlSWCIi6p1Tz3KPwnUi5kOKrWf { width:19rem;height:5.25rem;top:4rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q { display:block; }#PoSU9kEpIlshSoQaQT3Bm2c5MUeQMG4Q > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROccDMdgZThTdvvg9mp7SiTcqFqketvF { width:20rem;height:4.142575rem;top:1.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge { display:block; }#JpzMxo3uoDUCrZQwZpBKAw2DeK9Qr6Ge > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLo7P2cN4egtwLytRvZNH09cAPMqynRB { width:10.625rem;height:1.5rem;top:1.4375rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFvcd5Cf25kXrBSIehgbIS5ZFk6VoEJZ { display:flex;width:1.375rem;height:1.375rem;top:1.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TTwXtIBd33FDoL0TCGUkQnIwiCXBqPvb { display:flex;width:1.375rem;height:1.375rem;top:3.5625rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #bDTHOganK2KKXwUhPxnxcyRQTib5g3qd { width:15.5rem;height:1.5rem;top:3.5rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJOme2TEleRP95ftHvyGs6kW7ala8Gag { display:flex;width:1.375rem;height:1.375rem;top:5.5625rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CVrK9sfaLfoQ9qT0thxV1FmMyRx40g99 { width:15.5rem;height:1.5rem;top:5.5rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cuz9pfAqDOm0TexUVPBIBkBkzKOdP7HF { display:flex;width:1.375rem;height:1.375rem;top:7.5625rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MWbb137TIky8fRkkxJ3rN2umTIdhA2oT { width:14.8125rem;height:1.5rem;top:7.5rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1b3uq7AsM6fzasfuGWmVlITmRAzaxr { display:flex;width:1.375rem;height:1.375rem;top:9.625rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #LgUQ0TVhnVQniq2JQNUHbHIMlG2TOOZr { width:15.9375rem;height:1.5rem;top:9.5625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zm7B5GMGeIWAb8h7l9PoHH2Q0h9TQ2S9 { display:flex;width:1.375rem;height:1.375rem;top:11.6875rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #E1VdlCFVppfZXmzbFB7xle0TkJffMkux { width:16.9375rem;height:1.5rem;top:11.625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0sppNvP3gQ3yCvgwy0ZM60a1rQr0lT8 { display:flex;width:1.375rem;height:1.375rem;top:13.75rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aTzyvGzh1s7JqGIWy6wZR4fwBwTCd2ED { width:15.75rem;height:1.5rem;top:13.6875rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CpEKezG6qCPZnyxOw1JXdm3tSo456NP7 { display:flex;width:1.375rem;height:1.375rem;top:15.8125rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #acBkHQN2Vo8lFdByCySfy80l6KsiKVFO { width:17.3125rem;height:1.5rem;top:15.75rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyO5RytvngOEMkv9rZiZGJ8IiZzqzL60 { display:flex;width:1.375rem;height:1.375rem;top:19.9375rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #gfNky3gHvVQCsowVmFOy0g9TNgFEOp9t { width:15.25rem;height:1.5rem;top:17.8125rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHQCk8urVO7fQFrlSvTdTQ4xdPXHZTzH { display:flex;width:1.375rem;height:1.375rem;top:17.875rem;left:0.6875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #PkByklTaVxw71O7Cs01tt41Z4wLDv5Mq { width:15.625rem;height:1.5rem;top:19.875rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt { display:block; }#zw40ilrdv7us5eG9ZTP1CGoiK7TQ2SJt > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thJTubIVcKSGPZmpN0gfgMdSsv0qLuid { width:20rem;height:6rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH5aZ2wKFQa14sRAeqoGnpLBUZr8matd { width:20rem;height:4.5rem;top:8.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRnHmlivJqKzBozOAix4mcCnnysvcfrM { width:20rem;height:5.361325rem;top:15.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ { display:block; }#LsRv5q6Nvlb5GCyX769c8OsXO2qDWqFJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAEv96O82pJzpgkP9s66NLkx7zVDB02c { background-color:#ab1545;background-image:url("https://images.assets-landingi.com/uc/0fbd3673-f1f0-4fc1-be3b-08b7dc61f2f6/the28daywomenmacrochallengebg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c.adaptive-delivery-prevent-bg, #qAEv96O82pJzpgkP9s66NLkx7zVDB02c.lazyload, #qAEv96O82pJzpgkP9s66NLkx7zVDB02c.lazyloading { background-image: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { background-color: transparent; background-image: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container > .video-iframe-container { display: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row > .video-iframe-container { display: none; }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .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); }#qAEv96O82pJzpgkP9s66NLkx7zVDB02c > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVHtEX2kJUCmTcq8ngJiW1p8xAMbe1lM { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfZhoArbJHW1thMvOWWCkZCI0a9RPGhz { width:19rem;height:5.375rem;top:91.036rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOTGeQJpNz0a4TMZTNrLvOfMdFwc3evi { display:block; }
 }@media only screen and (max-width: 763px) { #OOFXnfHBfxzXaDmnomxPvDRmrtxAdxRP { display:flex;width:3.125rem;height:3.125rem;top:20.535590648651rem;left:0.49956601858139rem; }
 }@media only screen and (max-width: 763px) { #SKiC3cv5r0oA9IPaALhz5UKpAdrbV4pr { width:15.875rem;height:15rem;top:20.535590648651rem;left:4.1245658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2zJat1UsE5yE2wT2aTCfEaazVJkUvpV { display:flex;width:3.125rem;height:3.125rem;top:38.910146713257rem;left:0.49956601858139rem; }
 }@media only screen and (max-width: 763px) { #QbQtfh4RnUoUSdzTFpTLdCXkEy4t0fHu { width:15.625rem;height:18.75rem;top:38.909721374512rem;left:3.9301217198372rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJLw5cgRLhKUnESvGhdUsVcXFITJV9BA { display:flex;width:3.125rem;height:3.125rem;top:59.566835403442rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cb2oeQN1Ile6kAwfHJ65lNshS9lT0T79 { width:15.75rem;height:18.75rem;top:59.566850662231rem;left:3.6241319775581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cl2JxIVaqt6a7IKuArDg0ygbdLbyQEhb { width:19rem;height:5.125rem;top:80.410153388975rem;left:0.99956601858137rem;z-index:15005;font-size:1.25rem;color:#a7182e;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mfslP2VBCEJ84SSagskOO5oqubcJbRgR { display:block; }
 }@media only screen and (max-width: 763px) { #AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M { display:block; }#AKx73rsnkbIzXgmc9Q2xTALxDfxuhW3M > .row .container { width:20rem;height:125.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qim2064H0ImCTeRWc5F4eyUbnf1B702R { width:20rem;height:14.0625rem;top:2.578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7oiCTcf6kdXN4KmgEzI0pUKnO2mbKeJ { width:20rem;height:16.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaPeFHveSnQZ5Ztxf9QLSrEMMUnbJ0fR { width:16.8125rem;height:8.125rem;top:20.828125476837rem;left:3.1870658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nirs8rUSrIBdCc93MO9huqulqe7qgxwk { display:flex;width:3.125rem;height:3.125rem;top:20.828125953674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zWuTTPXbrdDyHrnWPuNDdc3dVU4hoLsZ { display:flex;width:3.125rem;height:3.125rem;top:32.107204914093rem;left:0.1171875rem; }
 }@media only screen and (max-width: 763px) { #uk2TDSAJhDRT9oFX0TuWeWaKP6qRBQgs { width:16.375rem;height:9.75rem;top:32.107204914093rem;left:3.4995658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynApcwImUfOTfO5eJeimn3fxi7Tc9QqZ { display:flex;width:3.125rem;height:3.125rem;top:45.255641937256rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4AmxHM5ARF5JWWC2u0NGJqvyZgcQnRn { width:16.1875rem;height:8.125rem;top:45.255641937256rem;left:3.8120658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFhfl348D4J0rTduD30f6NqVAalDlgoK { display:flex;width:3.125rem;height:3.125rem;top:56.785137176514rem;left:0.1171875rem; }
 }@media only screen and (max-width: 763px) { #wJTgnvGphsqR4ST7sl2DonuzBVlTBPq2 { width:16rem;height:4.875rem;top:56.784723281861rem;left:3.9995658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2MVQnoy1aJZid8ZMDE1RJyEw0wCpIXm { width:20rem;height:7.1493125rem;top:64.391033172606rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnk3zUxuwST9bNas6xxWEVRlAaiaBwnf { width:20rem;height:11.209rem;top:74.2326669693rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlrTfo3vEDRoP45HgJkHO1MBR5ROdQOC { width:20rem;height:5.60449375rem;top:87.693557739256rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T85uFHmooiMbVa5EQSpLoFtiwDe5TwoU { width:20rem;height:7.472625rem;top:97.299031257631rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOg5WuTUcNCGxT8fzZ4og2iIfLzFoTxZ { width:20rem;height:3.736325rem;top:110.21007156372rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4PuU0OiMiOcIulTlAFvqCTyK0EiGxvc { width:20rem;height:7.472625rem;top:115.9470705986rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRlNW7tiaaM7zECya9c2gVVxJoJtn56G { display:block; }#pRlNW7tiaaM7zECya9c2gVVxJoJtn56G > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ8g0Kn0mosUUsJvHTERsvQcMAggs7hi { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPMq0Hi0TNMDMHSETTU7bitXhTBKSetb { width:20rem;height:17.25rem;top:7.69921875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp { display:block; }#xP6bW9yZH70moFe5QfZyaQ0GhCo1MfHp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn5Te7W3I6JF8Mqk2ExhcnRdZxylRinr { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0vuO4ItnHPeJfAt8D4Tss32vLWTbDVv { width:20rem;height:1.875rem;top:10.2995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE { display:block; }#ziTmzMOCLvGZPTxI7zt7Xo6hdtCCsAUE > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS61hFRQ6IJx2oaawQIGTWNLKq0IdfAD { width:20rem;height:55.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CStSKS4xzfONe8bdpDMoJ2GLcsFVcNwy { width:19.3125rem;height:25rem;top:3.4357643127441rem;left:0.34331601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwuVbyGe9gMEOdolMWyqiNnTJGvMyi4b { width:20rem;height:5.6875rem;top:29.747789382934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBtmwBm0TZIrSR9lmDewnnlznG8ZiKl { width:20rem;height:3.57465rem;top:30.763048171997rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htMBzyo3yDn7vKgz9uOWuFgymSgk23VU { width:20rem;height:19.5rem;top:36.309896469116rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa { display:block; }#PUuqh1EnbGkift4QMLmXfJXAmTnaLFWa > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBLK8h2gDkRhTRF8Ud6TyIXavl67gCZ8 { width:20rem;height:50.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTT8x5wU4znFCMCmHMQw4e2TxCqRmytq { width:19.25rem;height:24.9375rem;top:2.4362182617188rem;left:0.37456601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUxd5NauutiT6lKycogUuld6JBL6KdO6 { width:20rem;height:4.875rem;top:28.723958969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k958Wf1dg1KuF8iHez0hKEet3oQAm2tt { width:20rem;height:3.57465rem;top:29.374132156372rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVATuxxdd3kE1aN8EaMwIixiLtZd5esd { width:20rem;height:16.25rem;top:34.418403148651rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFve7M1NJrShL10CdkHqoUnSBDm3FVQV { display:block; }#tFve7M1NJrShL10CdkHqoUnSBDm3FVQV > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L62hAbfrm9IZc2fusZ3S69ThNJvyVhIz { width:20rem;height:57.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDFsTVUmm4FUfLVvxOF3KLGV9hJ9rGaf { width:19.25rem;height:24.875rem;top:2.3750002384186rem;left:0.37456601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGH43Fl7syAiS756pgFEaMglTbTqawkc { width:20rem;height:4rem;top:28.000000238419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLpT5hl0xLTiyV53TIvAZCJzokKaNoaV { width:20rem;height:1.787325rem;top:29.231269836426rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pES8M37xrg8AHJp3FGiiscTmVtnWTOMo { width:20rem;height:24.375rem;top:32.993042230606rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXyzED36SPBguh500tSzCqonGKzwmxCQ { display:block; }#PXyzED36SPBguh500tSzCqonGKzwmxCQ > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prbBA9O2ng1aarCUwTmTshhu19GFQ6rV { width:20rem;height:46.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3dNdmGUmnikzEi6ncb12cieoa0e2SP { width:19.1875rem;height:24.8125rem;top:2.2499593496322rem;left:0.40581601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJKhXgRRd535l6fR2IHBQK3hWiT0nAW { width:20rem;height:4rem;top:28.036893248558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOWdTpEQgLPZ7ZH37mbI0ffUd5RCWTEo { width:20rem;height:1.787325rem;top:29.143229842186rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTnIrm4dBVTBNmKHInPyrpCDfbxp8CNx { width:19.5625rem;height:14.625rem;top:32.60633790493rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8kvzXHB7S01lPU6Kw92huqDRNuCfziR { display:block; }#f8kvzXHB7S01lPU6Kw92huqDRNuCfziR > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHwOgthQMK3EGmS6JPN5keKZySCFVrP7 { width:20rem;height:43.9375rem;top:1.1875002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtewdTWOCmC00B5nMpmMcKF2iyop0XZ6 { width:20rem;height:4.25rem;top:27.799480021rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJx3F9KnAFg0QLJtZimgyxco0Eqh5FA { width:20rem;height:1.787325rem;top:29.030816614628rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhItCvOSpNzx1apMz0tNvMFx7EWmVifo { width:20rem;height:11.375rem;top:32.687499582768rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuNKpnnafxfovoiFWyav5H8yeZgVLBHR { width:19.1875rem;height:24.8125rem;top:2.0625rem;left:0.40581601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3xcsTfMdb04SXrqupMpdldUEspSg2S9 { display:block; }#u3xcsTfMdb04SXrqupMpdldUEspSg2S9 > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkw5b3w58vyeWeeih9QwFCtSVOXqbeUO { width:20rem;height:51.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MPM7hf95wLcXQoBfnBGXtLBCGWWVWG { width:20rem;height:3.8125rem;top:27.111545801162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHM0B2ENSHfu2I1ylkEV6V99lK1zTSix { width:20rem;height:1.787325rem;top:28.12455201149rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcz6P6PEJTk49qMyPbhISktWI1kzQGTJ { width:20rem;height:19.5rem;top:32.321181297303rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJIvOH23eu7T6GrvUSXyzPQS74zpXE9E { width:9.5rem;height:12.375rem;top:1.7500002384186rem;left:0.40581601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL { background-color:#ffffff;background-image:none;display:block; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { background-color: transparent; background-image: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container > .video-iframe-container { display: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row > .video-iframe-container { display: none; }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .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); }#BlpgHBLT0ZFCIpwcIJT7PbdBvPeKT6ZL > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpkqJTcf8ncIVr6tEToH1TA915D7Kk6n { width:20rem;height:28.4375rem;top:2.410569190979rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#a7182e;display:block; }
 }@media only screen and (max-width: 763px) { #cRUbErgpaBGZqZsIRRGTogyblou1NmD4 { width:20rem;height:20rem;top:30.848130941391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd4cFMOFQbBvVhZX52sTuyCioboO3qLB { width:20rem;height:12.9980625rem;top:52.285591125488rem;left:0rem;font-size:2rem;color:#a51138;display:block; }
 }@media only screen and (max-width: 763px) { #zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh { display:block; }#zuqsdkN5t0JfTJiTs4QJrUIqNNQourxh > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiwGyoxTLXUqfHFRzPV578g12UGLsgHR { width:20rem;height:5.19965rem;top:1.765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTSCNA1UKt5GBFkuIaUsCUZBJcMqZ7N2 { width:20rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKfioWSKC2WdVQESOPaBd6e1FRrFO4 { width:15.75rem;height:6.5rem;top:9.5203990936281rem;left:4.1245658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smQpbXhq5Hehhan9TMJRhIZvhX38TbAl { display:flex;width:4.1875rem;height:4.1875rem;top:9.5203990936281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xI1LfDlPaNpLOqLQEa9KnP6oBNxS0g0D { display:flex;width:4.1875rem;height:4.1875rem;top:17.5703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WL9LghI3sbiNNnqPr2hJy42081Zb6AQk { width:15.25rem;height:9.75rem;top:18.1328125rem;left:4.7495658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUDbopaPgMSDNU6v1q8CUxsTyFZ03gTh { display:flex;width:4.1875rem;height:4.1875rem;top:30.78125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VUC3dpIqbBV23yUT9w5s5fTMRE27bP5Z { width:15.1875rem;height:6.5rem;top:30.78125rem;left:4.8120658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUOI42ewK6uR80qczkNTCiI6bpc4nvBV { display:flex;width:4.1875rem;height:4.1875rem;top:39.716146469116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vTymk7ryzi8egWTNZD8bZwLnGIC4IBrR { width:15.3125rem;height:3.25rem;top:40.184896469116rem;left:4.6870658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0K3MKXLoAW63eB9qJGqPXtARm4RTxs { display:flex;width:4.1875rem;height:4.1875rem;top:47.116239547729rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fFkQM4atMXpJ6efLJ5PgS1HRUb7amLuq { width:15.375rem;height:9.75rem;top:47.678821563721rem;left:4.4995658993721rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPkb96PqVwNV7HC09LmTDEhCklWZPoEb { display:block; }#HPkb96PqVwNV7HC09LmTDEhCklWZPoEb > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIm9Em6MGqaNeXdm0rnn35z8l0QMWMe7 { width:20rem;height:10.3993125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWUStKeQd9xXqu9egHBpI70kcQpsNG3i { width:19.4375rem;height:2.2747375rem;top:12.8993125rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQq9Hrh5dhRgxI3Bipu4SvzwKmzcsFm4 { width:20rem;height:2.599825rem;top:16.42361875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfhblrK8pbeAN15m5mNuZVRuhZKrhO19 { width:19rem;height:5.375rem;top:20.2730125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iX8gvL0Z8Bl4VsHvS28im8MWbEltrGec { display:block; }
 }@media only screen and (max-width: 763px) { #amqePSyGx7bi9ncB0cd2gWTbLTITpTTy { width:19rem;height:5.375rem;top:20.272569656372rem;left:0.49913197755814rem;z-index:15007;font-size:1.4375rem;color:#a7182e;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #po9Acs5EgppWGG89xaupol6Olk6fRWVh { display:block; }
 }@media only screen and (max-width: 763px) { #oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee3239f1-806e-441d-81a1-2b0632f2d600/meetyourtrainerbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16.adaptive-delivery-prevent-bg, #oqkDR3PzfaWTGSbc600eEOWTRsyiqr16.lazyload, #oqkDR3PzfaWTGSbc600eEOWTRsyiqr16.lazyloading { background-image: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { background-color: transparent; background-image: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a7182e; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container > .video-iframe-container { display: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a7182e; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row > .video-iframe-container { display: none; }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .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); }#oqkDR3PzfaWTGSbc600eEOWTRsyiqr16 > .row .container { width:20rem;height:128.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpB2dpFDhUoLDL67a9FXk3Qf2Ha0Tcbs { width:20rem;height:7.79883125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXRUuyXRNcFoSN4z5scA1EWefrF8OVKO { width:20rem;height:19.625rem;top:10.2995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW88OrcEOHdaSGSooMKAk7MDldCm8bSB { width:20rem;height:6.09375rem;top:31.357639312744rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBgJW9HDXf04p3ArNmxgZKcFQNGoB4P8 { width:20rem;height:60.4258125rem;top:67.059855461119rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apU7J0V3KI8y6O3PdzxQu0czqHPz1OKv { width:12.5rem;height:1.94965rem;top:38.388889312744rem;left:1.5616319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun { width:20rem;height:21.5331875rem;top:41.837673187256rem;left:0rem;font-size:1.375rem;display:block; }#gEDwPGtv1PpiTOLe3iEkwayZ09lzIwun li:before{  }
 }@media only screen and (max-width: 763px) { #UappqmaPv0SLMymeTcaCpU55DmHFx5ct { display:block; }#UappqmaPv0SLMymeTcaCpU55DmHFx5ct > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeIeFBUSTOOBJwppGGnzZPHzwqTLInDS { width:20rem;height:7.19825rem;top:8.6115016937256rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7ihoBF9op61pXqyyuteUU2DTW5B3yH2 { width:19.4375rem;height:2.2747375rem;top:19.349rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iERuVd7c96LFOD77QNyVmqazeU6lOKnp { width:19rem;height:5.375rem;top:26.7227rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDWOrCsxg7zFUXbGHfM4PFk6LbEEWOCq { display:block; }
 }@media only screen and (max-width: 763px) { #DfbdzlcbdXTSDnFTnOupwTcO3Bf8GeQN { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVddVhxHcRn9pXvafmdPfdkSP6tqThDr { width:17.5rem;height:4rem;top:27.410156726837rem;left:1.2495660185814rem;z-index:15007;font-size:1.5rem;color:#a7182e;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #quUcxVToQaUpQm3FirnD4JGKn0yRqboN { display:block; }
 }@media only screen and (max-width: 763px) { #AzFmIbK264tcTt5kHGbyVbnSoWZQ9arg { width:20rem;height:2.599825rem;top:32.659729003906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { display:block; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #pBlHXAc1SLMqVotcn0s8Wm7osaoWriA0 > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }