.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,237,246;--color-primary-1:255,196,224;--color-primary-2:255,136,192;--color-primary-3:128,68,96;--color-primary-4:38,20,29;--color-secondary-0:218,225,228;--color-secondary-1:131,156,164;--color-secondary-2:6,57,73;--color-secondary-3:3,29,37;--color-secondary-4:1,9,11;--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:"Russo One";--paragraphs-font-family:"Montserrat"; }@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); }#mxluDL807q3PvSL5603NOZ782VNqrowy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container { background-color: transparent; background-image: none; }#mxluDL807q3PvSL5603NOZ782VNqrowy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container > .video-iframe-container { display: none; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row > .video-iframe-container { display: none; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .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); }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container { border-width: 0; border-radius: 0; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#e6xZS7OftMFZlpHTKfOc9QtRHUlOv8bD { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.498046875rem;left:4.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AXoyRQcPfLrAzBiwl7zlUAU8tRqoaQkI { position:absolute;display:block;z-index:15038;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:22.9375rem;width:26.625rem;top:16.875rem;left:43.253598484849rem;overflow:hidden;display:block; }
#PDFPs1MsepvF2Dc9GRrfduUxsavhFs8p { color:#000000;display:block;width:38.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:18.25rem;left:2.21875rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDybgar32zv37iwyh1zhB945NMnL5MyA { 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; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container { background-color: transparent; background-image: none; }#TDybgar32zv37iwyh1zhB945NMnL5MyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container > .video-iframe-container { display: none; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row > .video-iframe-container { display: none; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .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); }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container { border-width: 0; border-radius: 0; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;position:relative;display:block; }#f4XellcLqd8QesJDSTcRQmDeWJPUdtSO { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:14.41015625rem;left:2.375rem;height:32.4rem;font-style:normal;display:block; }
#rleIIzaiHCxQLQMMDH8MRDi6ym7vOfh9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.4375rem;left:38.5625rem; }
#aQq9deb1Km9T3SWUh54LTgmreFiel1wL { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9619140625rem;left:4.75rem;height:5.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mbBtIQ3o6gU3B0PQirz61wzq6rqD9pTD { color:#238639;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:9.873046875rem;left:2.375rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8lT9peFTqsqqDkNg0GtOd9GURVl9Iww { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:49.6875rem;left:11.875rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxpbA6xmQl469D1Kzfv9cZXBxUXg0Dcy { box-sizing:content-box;height:12.5rem;width:58.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:48.4375rem;left:7.6875rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);display:block; }
#ZTqVLQyQ5oWKWAQTDA97RWKls6D5GZlX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:27.9375rem;top:9.873046875rem;left:46.25rem;overflow:hidden;display:block; }
#NWeMq0dBdTeaqcGEQC5K6dozh9pMH8ZF { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.125rem;left:27.25rem;display:block; }
#AWpB8g3EmC2eKDHA8ANLCDNsXgayl2AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { z-index:;position:relative;display:block; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { background-color: transparent; background-image: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .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); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { border-width: 0; border-radius: 0; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#r8E9OJkr7TgBK5UyqEnzah865kV9XLAB { box-sizing:content-box;height:18.75rem;width:30.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.25rem;left:2.8125rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#OlB7q7Ao7D3RAOcnpzhnxdEH9G0X11XQ { color:#010304;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:9.5625rem;left:4.1875rem;height:2.8125rem;font-style:normal;display:block; }
#bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf { color:#010304;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:13.1875rem;left:4.875rem;height:14.6875rem;font-style:normal;display:block; }#bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf li:before{  }
#AXMtNkX0Jr6qcwfASiUT9AgBcplerLr2 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.625rem;position:absolute;font-family:"russo one";font-size:4.4375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.9617190361023rem;left:1.6875rem;height:5.325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eGEfxOWzamZuPW12gDKKAhbUTeDuhq5Z { box-sizing:content-box;height:18.5rem;width:30.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.25rem;left:38.875rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE { color:#010304;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.1875rem;left:40.625rem;height:14.6875rem;font-style:normal;display:block; }#UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE li:before{  }
#gLBxhs9vSf0xwwc1pU8fvZGSBKqhDE9u { color:#010304;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9.5625rem;left:40.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJcHdKkIVVeR63a30cutKb7PZEcF1HX9 { box-sizing:content-box;height:15.4375rem;width:30.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.6875rem;left:2.8125rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh { color:#010304;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:33.6875rem;left:4.75rem;height:10rem;font-style:normal;display:block; }#fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh li:before{  }
#H4LTLV06pJQpJaxvN9mGeoB5bqsTBMl5 { color:#010304;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.8125rem;left:4.75rem;height:2.8125rem;font-style:normal;display:block; }
#mykMFsRT0oXuuDMTRwK6gEx8Z91BBD8U { box-sizing:content-box;height:15.4375rem;width:30.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.6875rem;left:38.875rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#RDbxZIUynlZGwGVqPR25ap8TmTMztWNw { color:#010304;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:35.5rem;left:40.6875rem;height:5rem;font-style:normal;display:block; }#RDbxZIUynlZGwGVqPR25ap8TmTMztWNw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RDbxZIUynlZGwGVqPR25ap8TmTMztWNw li:before{  }
#DVkwbOHLO8zOXtKzBnszpMm3zxiLHARl { color:#010304;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:29.8125rem;left:40.6875rem;height:5.625rem;font-style:normal;display:block; }
#dBxrWNxPXFEDexU7UFbKRivfMuiulACs { box-sizing:content-box;height:13.5625rem;width:55.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.8125rem;left:3.375rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk { color:#010304;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:51.8125rem;left:5.3125rem;height:7.34375rem;font-style:normal;display:block; }#i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk li:before{  }
#xEBh1K3wfFAkBLZllGOgMToQqikT0Nqf { color:#010304;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:47.9375rem;left:7.25rem;height:2.8125rem;font-style:normal;display:block; }
#doMkTHw5u5ge0fwrw3NsVuzgZb9u7Q4N { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:17.4375rem;top:37.5rem;left:54.0625rem;overflow:hidden;display:block; }
#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container { background-color: transparent; background-image: none; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container > .video-iframe-container { display: none; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row > .video-iframe-container { display: none; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .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); }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container { border-width: 0; border-radius: 0; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#Mw1dRIMWkC1Vow3BGWPoLDlcJQbTEHzP { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1367158889771rem;left:4.6875rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HolMUpHnONUQ2b525ugUXrDOKDPSswTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.6875rem;width:8.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.4375rem;left:16.875rem; }
#CWPVlU3nG2lenKkagzyzHSornF65Jdbz { color:#010304;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.9375rem;left:10.9375rem;height:9.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CupMCKbt0ex86exb9XO5sJTf9GPdaxC2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.125rem;left:52.125rem; }
#nQCH1tHeKdViDDQVLeaCac96kyhL2xUu { color:#010304;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21rem;left:44.5625rem;height:11.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LsiKnEiC3Tas9bRGEb5yiQBAqxwhxP7H { color:#010304;display:block;width:67.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.625rem;left:5.78125rem;height:9.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container { background-color: transparent; background-image: none; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container > .video-iframe-container { display: none; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row > .video-iframe-container { display: none; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .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); }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container { border-width: 0; border-radius: 0; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#bAlOPli6oX3EAKo0R0vt9NSUWgTWhVPX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#TOdnfMSowGGtDl9vgQpLmIc7vbJPTe6S { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8500127792358rem;left:4.6875rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS { 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; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container { background-color: transparent; background-image: none; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container > .video-iframe-container { display: none; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row > .video-iframe-container { display: none; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .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); }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container { border-width: 0; border-radius: 0; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#piwMZT9pHRb8miEVE4XO2WKMiydzADwc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:"russo one";font-size:4.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4851562976837rem;left:19.061718940735rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6ch7FgNvnAbMl20kbRADV1g6Owt9tf2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.125rem;top:18.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#JyWKTlr0vCCB2Enrtir63KPWVqGu9O0Z { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.6914060115814rem;left:4.4375rem;overflow:hidden;display:block; }
#EMNZukRZZm4XTpE9Rcer0o32Bo1lluHv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:21.6875rem;left:69.593750953675rem;overflow:hidden;display:block; }
#Tp1FtWE64UcikATTkudypSPJVV3Dr4Gu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:24.6875rem;top:5.9562504291534rem;left:24.375000953674rem;overflow:hidden;display:block; }
#qdFS7BUgcqG4MyuTPCsT1NCZp5DbXzfs { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.625rem;left:5.40625rem;height:22.5rem;text-align:center;text-align-last:center;display:block; }
#VVzTZiyS1AQ0wUGJ5HLtWt3ub8g7sH1R { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:2.25rem;top:1.8578126430511rem;left:70.000000953675rem;overflow:hidden;display:block; }
#a9e3ImhiQVg9nfu5gtCQE3AXTdAVLlVm { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:46.625rem;top:31.125004529953rem;left:14.186718940735rem;overflow:hidden;display:block; }
#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT { 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; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { background-color: transparent; background-image: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container > .video-iframe-container { display: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row > .video-iframe-container { display: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .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); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { border-width: 0; border-radius: 0; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { font-size:0.875rem;font-family:arial;height:78.375rem;width:75rem;position:relative;display:block; }#mydXyWApuLD2emEZf59TvGE010UcGZvm { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.63675rem;height:11.38675rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:64.625rem;left:16.1875rem;display:block; }
#pb9Fu0UKJIOfLunT3bgqDUsNcQtUFMT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfkU3Pitn1urTG5vfuB7L852BhaGEVqn { color:rgba(var(--color-tertiary-4),1);display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:51.25rem;left:1.90625rem;height:11.71875rem;display:block; }
#hZXbfZuH8Bow71HlzJEqamKi0bEqnaT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.4375002384187rem;left:1.15625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ZhCJ8zfzkKR4Dlnt61z5LToCBufJOQJ2 { color:#cc1111;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:9.749218940735rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zc7PLL63LwsKyyi1KBs6WDbHMyWxKZRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:34.78125rem;left:14.905468940735rem; }
#TSKOzusPED6oO6JT0saQQ47oE6hlLLQu { color:#0e942c;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.1875rem;left:6.874218940735rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i2J5AIrWKXlT6Pmwb2zX2lTpB0ivZU38 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.000001192093rem;left:1.90625rem;height:9.375rem;display:block; }
#TenuQhI0M4nZXntcgIDf4PHf1htt3lAC { color:#f20089;display:block;width:38.375rem;position:absolute;font-family:"russo one";font-size:4.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.75rem;left:19.817969322204rem;height:5.28125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GO0FJXIRvoaPflBsZSKi0lo9uXBhmqC3 { color:#cc1111;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5rem;left:42.125000953674rem;height:9.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tbzfE1hGkm1LD7KiI2IokQw5iHsktrOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:34.8125rem;left:53.500000953674rem; }
#gAuuuN7m8y6KHNoftCbZ1KaDlIFTehM9 { color:#0e942c;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:43.1875rem;left:40.062500953674rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX { position:relative;display:block; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX { background-color: transparent; background-image: none; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row .container > .video-iframe-container { display: none; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row > .video-iframe-container { display: none; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .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); }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX { border-width: 0; border-radius: 0; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .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; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .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:106.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RLZ71n6zxAsxdrly7rokx8nikicQVtpx { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.609375rem;left:5.5625rem;height:12rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#un7ARkX8GzeX8B7FWE5PWkfwWcHuH8K1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:21rem;top:14.474999904633rem;left:2.46484375rem;overflow:hidden;display:block; }
#FdGIGWvP6KTUUVkrMZDvIFbuiap2rnsC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:32.137499809265rem;left:1.08984375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#sswlzHNTQcXpyTh4N3tVXMsbzuZC7KlB { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:39.125rem;left:3.6062498092651rem;display:block; }
#NlLpzKIu0NPEdXE0bB9QccVddbOtsnx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLfl727xZM2tCwqldXhaAW6N5RCxTXel { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:39.125rem;left:30.156250953674rem;display:block; }
#MIrbrCrkanLTICC1CHTRk1o4q5yEWxTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cifG7GmthtBtB0SIqwFXAHv4s3F97Tsk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:20.625rem;top:15.262499809265rem;left:27.187500953674rem;overflow:hidden;display:block; }
#Txb9igiBZxz4eznHAFa6LSkt2lOAkhTe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.08749961853rem;left:27.968750953674rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#Bch1gAG2mHgr4aBS74QVZQSbvOFSFEEF { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:68.3125rem;left:5.75rem;display:block; }
#D2ToMcaT1UFz6NwuIKeCPu7t0XoOVa8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#redDFGp4I6iQNkgqWvxpGSPdBwg48p0s { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:18.4375rem;top:44.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#ZbiB6dGpUX01Zkx4zxuOdKOVeeBLAmX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:60.5625rem;left:1.1875rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#hBW1et17cei0MhoWKXfTqn8NgFqRtEmh { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:44.3125rem;left:31rem;overflow:hidden;display:block; }
#U5eKJmRpDE0TqI2GutKoFXG0XNbzuMHP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:60.625rem;left:26.4375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#oFKWup1oorWSWO0aGhS8zTTFf2QCBPTC { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:68.375rem;left:31rem;display:block; }
#P9AZI7eTkeuX4conpDBbeX08HcB011IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRUbdDL3pRNUBJtLbxTx3w9TmmLP4syb { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:99.625rem;left:5.5625rem;display:block; }
#JoaimVJTAuGZbv7iqk0FSsFlML6vdIve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slSrX75REsmlEh6nr3DSm6bbdIR54mpJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:91.625rem;left:2.46484375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#snA1sFtfuUeXfabUTZ5R6WptTT6MAOgS { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:74.875rem;left:6.561718940735rem;overflow:hidden;display:block; }
#TqHqeOsS2uFZJAG4XhU7H9tnNDAAbTuh { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:68.375rem;left:53.625rem;display:block; }
#soUcVVFKwN0ZoZdQku03lzXplDzIeXhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xf0hwXxgy6NnfW1Pbx8O55lnfeW04nab { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:60.8125rem;left:52.875rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#O4XgDdqtRxNGtxT8BtUViKiLTTulgrRm { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:45rem;left:53.75rem;overflow:hidden;display:block; }
#FwOKVCXR8041oUvTt4x8TJ5ebmqkwPsc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:14.47500038147rem;left:52.643750190735rem;overflow:hidden;display:block; }
#cVdCWKMUsBE8OuZMSz1TnZcORs9qhbyk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:32.137500762939rem;left:50.156250953674rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#too7sFHtierptLBxtiW9hIA8ZgcbzMsT { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:39.125rem;left:53.625000953674rem;display:block; }
#IKwGTgdqJnFzfE02GamTeFEJsD60sbvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DD7z1cfLBHEcAmm9eO5PamyREo8sf871 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:99.6875rem;left:30.25rem;display:block; }
#Bgv4wEXvECfR2JluegSvgnqp9lSBUwmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R37cOSk3Ka7zFTTMGzqmrcTQXw9m5D4e { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:91.625rem;left:30.750000953674rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#LHrpUnwHBNWJVh8v5TGK15I5hl9e9fRe { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:74.9375rem;left:31.25rem;overflow:hidden;display:block; }
#VR0e0PftmJF0oaaPUFvlb2QvLTUidxqT { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:99.6875rem;left:53.125rem;display:block; }
#xVNc1ELE7BfpMkhQ2Nmrb8kTcGPCk5rF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdwLOLJQAOzinC0TSllpvLvop8zsfQrF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:93.265625rem;left:50.062500953674rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#t54dEnoGGHbHoHSNuiSnNGIsLFgRJXoD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:74.9375rem;left:54.125rem;overflow:hidden;display:block; }
#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT { 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; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container { background-color: transparent; background-image: none; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container > .video-iframe-container { display: none; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row > .video-iframe-container { display: none; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .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); }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container { border-width: 0; border-radius: 0; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#PVViUMMopvTyWKSpngRN7rmuhHQPIRhi { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.61015629768372rem;left:4.9375rem;height:12rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bMXWC4H4bI3LczShGeeqnD3ppo3TWWp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:14.234375rem;left:1.9375rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heEEe4tgoFh8tmwB9bG9Tcz0KUrCGTgP { background-color:#f20089;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:4.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.5625rem;left:21.436718940735rem;display:block; }
#rGh4RExgJ2GcLNCCZBynmOVomLAsCVME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container { background-color: transparent; background-image: none; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container > .video-iframe-container { display: none; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row > .video-iframe-container { display: none; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .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); }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container { border-width: 0; border-radius: 0; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#u1gepwccoXiabG2CeVAvT4qCRtJ10UWA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#tQ0ClMA75MwwfDlsApQyUBC0uoM4QfBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8500000238419rem;left:7.4999990463256rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r78u37TGNqW09MviDfLTDCGJLDufKJZm { position:relative;display:block; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm { background-color: transparent; background-image: none; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row .container > .video-iframe-container { display: none; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row > .video-iframe-container { display: none; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .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); }#r78u37TGNqW09MviDfLTDCGJLDufKJZm { border-width: 0; border-radius: 0; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .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; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .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:69.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DyzSZokOHVk41oH2wJJmVEfRRHrGr3qy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.625rem;width:34.875rem;top:10rem;left:1.0625rem;overflow:hidden;display:block; }
#ZquT1a7T6Gzn7Kebmq6IFtAOSUy9qH8e { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:34.875rem;top:53.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#oTD62OogPiPncNCr5xTt6paMBfs5dpOR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:19.5rem;top:33.8125rem;left:54.5rem;overflow:hidden;display:block; }
#yPHdhnv41HvCEfdhS1yODTpxhsVt8gLN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:33.25rem;top:14.125rem;left:35.9375rem;overflow:hidden;display:block; }
#GIDKqNcr5o7r4MQtUSl61u2371rxQ2Ak { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:16rem;width:28.125rem;top:51.75rem;left:4.4375rem;overflow:hidden;display:block; }
#PosOcqbzWivb1oWTLVhqdImto16VHNtr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:34.875rem;top:44.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#VlNwQ8Z8nsUTNVbXyiXmJ55kqhdwDQNl { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:22.6875rem;top:26.9375rem;left:30.75rem;overflow:hidden;display:block; }
#CNDeSltTnnRVFU5o4pNDKNnve7ZwuKKd { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:55.1875rem;top:1.6875rem;left:1.75rem;overflow:hidden;display:block; }
#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ { position:relative;display:block; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ { background-color: transparent; background-image: none; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row .container > .video-iframe-container { display: none; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row > .video-iframe-container { display: none; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .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); }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ { border-width: 0; border-radius: 0; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .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; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .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.9375rem;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; }#e6zywriKKme4m8QlOLDM2P8Uy2c0f4Ux { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.55859375rem;left:4.75rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Guvsb7J9JAxJK3731WTENe2XtcFfdqzE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.8125rem;width:17.8125rem;top:9.875rem;left:4.75rem;overflow:hidden;display:block; }
#QuOv4Ei16yMgTKV1HTCeInC8OvaReyrh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.6875rem;left:4.9375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ucSWRgtXfPtbNsCE3kZharfNbn6fOrWw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:17.8125rem;width:12.375rem;top:7.875rem;left:30.6875rem;overflow:hidden;display:block; }
#FbXADmPkTMcyGPgldAHSB7Sz8H62MV51 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.6875rem;left:26.6875rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HFDNwfxTNTeJ44DNe40uBnXan3WBxN9y { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:40.436712265014rem;left:7.030468940735rem;height:2.6rem;font-style:normal;display:block; }
#TWq55DtEZfVVfX9lurwBrFi31HcD4ofN { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:40.437492370606rem;left:31.406250953674rem;height:2.6rem;font-style:normal;display:block; }
#qTFbs2JMFmAu8rIBFPxeZdTvN0d7mebN { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.5625rem;left:0.875rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TUSTvgupr3cnmET4eAp2Jtkv7VfE7aPx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.3125rem;left:26rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fDf2Xzq9GhUOBCPDwvV1FOogHvKO8cph { position:absolute;display:block;z-index:15077;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.0625rem;width:18rem;top:12rem;left:52.625rem;overflow:hidden;display:block; }
#UbaS7xn49ugC8iTz5MTJDJLKgvT2B26l { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:25.6875rem;left:52.625rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9KVLrmAkztGaTANAkMFR7yrHG9IACfM { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:40.435930252075rem;left:58.487504005432rem;height:2.6rem;font-style:normal;display:block; }
#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container { background-color: transparent; background-image: none; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container > .video-iframe-container { display: none; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row > .video-iframe-container { display: none; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .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); }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container { border-width: 0; border-radius: 0; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#CsZrdfrDXE5NkmhG6Cn02fwLBnc8OrXT { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:7.9375rem;left:12.625rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCGQJ89hRVWrXixSHLntVheHuocPJNx1 { background-color:#f20089;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.75rem;left:29.625rem;display:block; }
#oAWktqxUCPAyiKux5ZPGllrhcpbm1zOc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2Of9TfpBk84Ru0IO6GC50qGkdHxfug4 { box-sizing:content-box;height:8.3125rem;width:59.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:13.1875rem;left:8.375rem;border-top:0;border-left:0.0625rem solid #ea7078;border-right:0.0625rem solid #ea7078;border-bottom:0.0625rem solid #ea7078;box-shadow: none;display:block; }
#TQHMTZPTneAbZ9SQdD8BEo6tV8pNE9Fs { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ff88c0;background-image:none;top:12.875rem;left:67.812500953675rem;display:block; }
#e1pps6TmfMmOoufAXfEo6hcZH34PVIPT { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ff88c0;background-image:none;top:12.3125rem;left:7.75rem;display:block; }
#k0Wf7Gf716Tug0tQmNO2sG5y4FhQUK7k { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1.1875rem;left:1.40625rem;height:5.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container { background-color: transparent; background-image: none; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container > .video-iframe-container { display: none; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row > .video-iframe-container { display: none; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .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); }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container { border-width: 0; border-radius: 0; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:block; }#ykCsbqTReTKFllwQfBk1WSy77QCWDysN { box-sizing:content-box;height:52.8125rem;width:72.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #f20089;border-left:0.3125rem solid #f20089;border-right:0.3125rem solid #f20089;border-bottom:0.3125rem solid #f20089;top:1.1875rem;left:2.0625rem;display:block; }
#pa0ceSD1hazS6ZByEpa8bhUyq7JTmHQ7 { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:17.6875rem;left:16.861328125rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsLKKi4GuECkrpzrrlv13dIgNF58kT3m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.890625rem;left:47.892578125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Lh6RAExCthC7W2477vkeK7VT72QsyUdl { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.8125rem;left:6.5625rem;height:5.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E912pl8JJbbCf2gnJgxDNKOD6EokmXJz { color:#120f10;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:33.65625rem;left:16.861328125rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMIfHczNzg2MUQbfwElQtMyiTB1DfITw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.6875rem;left:29.142578125rem;display:block; }
#VX3hvTQTRlQuxTJvgSwZkIS4cfd2Wim7 { color:#f13d0c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.9375rem;left:16.861328125rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BERigIbvQByURZWDMuGFQg32evmh6qqz { color:#fdf1f7;display:block;width:21.9375rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:39.75rem;left:27.548828125rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeailJiCRdpnkfnSiKbqqIl4VmHAvcuM { box-sizing:content-box;height:5.3125rem;width:15.75rem;position:absolute;display:block;z-index:15012;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.953125rem;left:30.642578125rem;display:block; }
#ExqXBCyPsSROOfORSkllPyyZkJaJ1TNt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:39.890625rem;left:23.767578125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#TUfTDuUuo5qOsnILCTvpQwTxORnHl9LB { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.1875rem;left:27.236328125rem;display:block; }
#NVWveZyS21BPONwDhqcZ92OiyVuQcQvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8Qx7P2TvX3k1khewF1z3wITSAxAxRUG { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:11.3125rem;left:6.5625rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6UTZBJkc8IdibfaB9WLagIdkz1ct0gA { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.71875rem;left:16.861328125rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrHXu37FnF3VLSdBFaZmOxBGDC7h3Ndo { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:51.625rem;left:5.861328125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container { background-color: transparent; background-image: none; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container > .video-iframe-container { display: none; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row > .video-iframe-container { display: none; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .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); }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container { border-width: 0; border-radius: 0; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:lato;color:#ff88c0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-trigger.adaptive-delivery-prevent-bg, #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-trigger.lazyload, #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-trigger.lazyloading { background-image: none; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.486328125rem;left:3.6875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #oEiGVFE8FqgH9wGVyey3JakTTLKqZV82 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #OT5SCfFSNuilTTMmvqXyvRHTz2vFpeQG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #a5yTwbhI7M1dNyEMSbe6m5BH8rx2iMON { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RZTk1nus7V7yt9VCyRclTASAg8FiOcI3 {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #BtzMI6v42LgWCbrK35CAyUvHeVs9JDXu {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NpBofsz6QIS2ymL0061c9XmkdLQgb1eH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #PJNw1Ld7imKfahDov5xtJt7NU54Tk7uU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #O2TwVFGsa0NewVqKnyRuEAu9ZCQDeoKy { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #tVf29N4w2sAJ7oqKFv28kaTGqlyiZP4n {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #xug33mHnFsGe2aZG5cwX066CCI0T6DcH { display:none; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #ez2RId7eVwNX1xkqEBJB9M7TcnmqcSDD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #XXKsslO2DQVyIIaC6iX6RggKlRq43HzI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #K2RXKPFgzVwoOt49LdFBysTlZckDr8IT { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #nLWulnc9R6TZDsaSlWBolsUewkFLm1g4 {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #qBlket9efB0nqa1ey8OlRSyzlaTkLsRn { display:none; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #HcRXuLKnZcTiVykN28TBsx9cle2v2nlr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #bmvaCRzFBuP14cgRG9U6qKPoIAZlgxqL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #SGBl7CbKGn68lpVdzzguonTKWOB7mIky { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #dlI895clzGMyankZmwItvz6TA5QzcFi1 {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #MswyWutWMs8rMRKeqngZO7MvAec92mRD { display:none; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #VL7Vk8c8qR1RxKAkwVzbrqqFTpkZZTUP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iuO3nucyfeLBapWNa9R4L0DQ8xdVAf0O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NkpAMbOG8D4ElG5INpSzKPJsekAsyN1C { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RKSZiIntiwdTrEaCd1hZkMI4X3uOoI9l {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #r2UBzL8NJn7WvpdgrTqqoGaoL1bOSLK2 { display:none; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #CF74Q0CNDZvqcaMrRNhmK2pziRvppN1Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #k7hbPdZEDnsc8F0zSup10liRIMTS6bSC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iQ3IXDaOxCPnrE8H3X48bAoL4qNa9KOr { display:block;position:relative; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #LU0bIW86aGrIuLxoDvt3iQQGeXShzym4 {  }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #GhoaAWWthRBJZAldi14i1P0X1zCTeevU { display:none; }
#cHay46q4kfQ7FT5N9ek1bkIHVhA9U76A { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.9359264373779rem;left:2.0492181777954rem;height:11.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { position:relative;display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { background-color: transparent; background-image: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { border-width: 0; border-radius: 0; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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:15.5625rem;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; }#li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { 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:15031;opacity:1;top:10rem;left:17.5rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#zQbJuefCEeILKStl2aHDxC8reJetLJ9z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { 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:15032;opacity:1;top:10rem;left:21.4375rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { 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:15033;opacity:1;top:10rem;left:25rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { 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:15034;opacity:1;top:10rem;left:28.8125rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mxluDL807q3PvSL5603NOZ782VNqrowy { display:block; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6xZS7OftMFZlpHTKfOc9QtRHUlOv8bD { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoyRQcPfLrAzBiwl7zlUAU8tRqoaQkI { top:16.875rem;left:21.125rem;width:26.625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFPs1MsepvF2Dc9GRrfduUxsavhFs8p { top:18.25rem;left:0rem;width:38.75rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDybgar32zv37iwyh1zhB945NMnL5MyA { display:block; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4XellcLqd8QesJDSTcRQmDeWJPUdtSO { top:14.375rem;left:0rem;width:45.4375rem;height:32.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rleIIzaiHCxQLQMMDH8MRDi6ym7vOfh9 { top:36.4375rem;left:24.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQq9deb1Km9T3SWUh54LTgmreFiel1wL { top:1.9375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBtIQ3o6gU3B0PQirz61wzq6rqD9pTD { top:9.8125rem;left:0rem;width:35.25rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8lT9peFTqsqqDkNg0GtOd9GURVl9Iww { top:49.6875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxpbA6xmQl469D1Kzfv9cZXBxUXg0Dcy { top:48.4375rem;left:0rem;width:47rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqVLQyQ5oWKWAQTDA97RWKls6D5GZlX { top:9.8125rem;left:19.8125rem;width:27.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeMq0dBdTeaqcGEQC5K6dozh9pMH8ZF { width:20.6875rem;height:4.8125rem;top:63.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWpB8g3EmC2eKDHA8ANLCDNsXgayl2AW { display:block; }
 }@media only screen and (max-width: 763px) { #dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { display:block; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { background-color: transparent; background-image: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .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); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { border-width: 0; border-radius: 0; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8E9OJkr7TgBK5UyqEnzah865kV9XLAB { top:8.25rem;left:0rem;width:30.1875rem;height:18.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #OlB7q7Ao7D3RAOcnpzhnxdEH9G0X11XQ { top:9.5625rem;left:0rem;width:31.6875rem;height:2.8125rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf { top:13.1875rem;left:0rem;width:26.5rem;height:12.3125rem;font-size:1.25rem;color:#010304;display:block; }#bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf li:before{  }
 }@media only screen and (max-width: 763px) { #AXMtNkX0Jr6qcwfASiUT9AgBcplerLr2 { top:1.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEfxOWzamZuPW12gDKKAhbUTeDuhq5Z { top:8.25rem;left:17.4375rem;width:30.1875rem;height:18.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE { top:13.1875rem;left:21.25rem;width:26.5rem;height:12.3125rem;font-size:1.25rem;color:#010304;display:block; }#UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE li:before{  }
 }@media only screen and (max-width: 763px) { #gLBxhs9vSf0xwwc1pU8fvZGSBKqhDE9u { top:9.5625rem;left:20.625rem;width:27.125rem;height:2.8125rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #GJcHdKkIVVeR63a30cutKb7PZEcF1HX9 { top:28.6875rem;left:0rem;width:30.1875rem;height:15.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh { top:33.6875rem;left:0rem;width:28.125rem;height:10rem;font-size:1.25rem;color:#010304;display:block; }#fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh li:before{  }
 }@media only screen and (max-width: 763px) { #H4LTLV06pJQpJaxvN9mGeoB5bqsTBMl5 { top:29.8125rem;left:0rem;width:23rem;height:2.8125rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #mykMFsRT0oXuuDMTRwK6gEx8Z91BBD8U { top:28.6875rem;left:17.4375rem;width:30.1875rem;height:15.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #RDbxZIUynlZGwGVqPR25ap8TmTMztWNw { top:35.5rem;left:19.625rem;width:28.125rem;height:5rem;font-size:1.25rem;color:#010304;display:block; }#RDbxZIUynlZGwGVqPR25ap8TmTMztWNw li:before{  }
 }@media only screen and (max-width: 763px) { #DVkwbOHLO8zOXtKzBnszpMm3zxiLHARl { top:29.8125rem;left:20.9375rem;width:26.8125rem;height:5.625rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #dBxrWNxPXFEDexU7UFbKRivfMuiulACs { top:46.8125rem;left:0rem;width:47.625rem;height:13.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk { top:51.8125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;color:#010304;display:block; }#i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk li:before{  }
 }@media only screen and (max-width: 763px) { #xEBh1K3wfFAkBLZllGOgMToQqikT0Nqf { top:47.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #doMkTHw5u5ge0fwrw3NsVuzgZb9u7Q4N { top:37.5rem;left:30.3125rem;width:17.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOhGTyalmrsATpODWGUPBmdu5TBUSF11 { display:block; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw1dRIMWkC1Vow3BGWPoLDlcJQbTEHzP { top:1.125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HolMUpHnONUQ2b525ugUXrDOKDPSswTS { top:11.4375rem;left:3.25rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWPVlU3nG2lenKkagzyzHSornF65Jdbz { top:20.9375rem;left:0rem;width:20.5rem;height:9.375rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #CupMCKbt0ex86exb9XO5sJTf9GPdaxC2 { top:11.125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQCH1tHeKdViDDQVLeaCac96kyhL2xUu { top:21rem;left:21.875rem;width:25.875rem;height:9.375rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #LsiKnEiC3Tas9bRGEb5yiQBAqxwhxP7H { top:32.625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs { display:block; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAlOPli6oX3EAKo0R0vt9NSUWgTWhVPX { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdnfMSowGGtDl9vgQpLmIc7vbJPTe6S { top:1.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re3mcivQvv1omeKgcE2tawbGgiRwA8XS { display:block; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piwMZT9pHRb8miEVE4XO2WKMiydzADwc { top:1.4375rem;left:5.4367189407349rem;width:36.875rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ch7FgNvnAbMl20kbRADV1g6Owt9tf2 { width:7.125rem;height:4.5rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyWKTlr0vCCB2Enrtir63KPWVqGu9O0Z { width:3.125rem;height:3.125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMNZukRZZm4XTpE9Rcer0o32Bo1lluHv { width:2.75rem;height:2.75rem;top:21.6875rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1FtWE64UcikATTkudypSPJVV3Dr4Gu { width:24.6875rem;height:1.4375rem;top:5.9375rem;left:10.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdFS7BUgcqG4MyuTPCsT1NCZp5DbXzfs { top:8.625rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVzTZiyS1AQ0wUGJ5HLtWt3ub8g7sH1R { width:2.25rem;height:4.4375rem;top:1.8125rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e3ImhiQVg9nfu5gtCQE3AXTdAVLlVm { top:31.125rem;left:0.56171894073486rem;width:46.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT { display:block; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mydXyWApuLD2emEZf59TvGE010UcGZvm { width:45.5625rem;height:11.3125rem;top:64.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb9Fu0UKJIOfLunT3bgqDUsNcQtUFMT1 { display:block; }
 }@media only screen and (max-width: 763px) { #WfkU3Pitn1urTG5vfuB7L852BhaGEVqn { top:51.25rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZXbfZuH8Bow71HlzJEqamKi0bEqnaT1 { top:8.4375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCJ8zfzkKR4Dlnt61z5LToCBufJOQJ2 { top:25.5rem;left:0rem;width:18.25rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7PLL63LwsKyyi1KBs6WDbHMyWxKZRt { top:34.75rem;left:1.2804689407349rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSKOzusPED6oO6JT0saQQ47oE6hlLLQu { top:43.1875rem;left:0rem;width:22.875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2J5AIrWKXlT6Pmwb2zX2lTpB0ivZU38 { top:15rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenuQhI0M4nZXntcgIDf4PHf1htt3lAC { top:1.75rem;left:6.1929693222046rem;width:38.375rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO0FJXIRvoaPflBsZSKi0lo9uXBhmqC3 { top:25.5rem;left:18.25rem;width:29.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzfE1hGkm1LD7KiI2IokQw5iHsktrOC { top:34.8125rem;left:39.875000953674rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAuuuN7m8y6KHNoftCbZ1KaDlIFTehM9 { top:43.1875rem;left:14.125rem;width:33.625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX { display:block; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLZ71n6zxAsxdrly7rokx8nikicQVtpx { top:1.5625rem;left:0rem;width:47.75rem;height:12rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #un7ARkX8GzeX8B7FWE5PWkfwWcHuH8K1 { top:14.4375rem;left:0rem;width:21rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdGIGWvP6KTUUVkrMZDvIFbuiap2rnsC { top:32.125rem;left:0rem;width:23.75rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswlzHNTQcXpyTh4N3tVXMsbzuZC7KlB { width:17.5rem;height:3.4375rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLpzKIu0NPEdXE0bB9QccVddbOtsnx3 { display:block; }
 }@media only screen and (max-width: 763px) { #PLfl727xZM2tCwqldXhaAW6N5RCxTXel { width:17.5rem;height:3.4375rem;top:39.125rem;left:16.531250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIrbrCrkanLTICC1CHTRk1o4q5yEWxTN { display:block; }
 }@media only screen and (max-width: 763px) { #cifG7GmthtBtB0SIqwFXAHv4s3F97Tsk { top:15.25rem;left:13.562500953674rem;width:20.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb9igiBZxz4eznHAFa6LSkt2lOAkhTe { top:32.0625rem;left:14.343750953674rem;width:19.0625rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bch1gAG2mHgr4aBS74QVZQSbvOFSFEEF { width:17.5rem;height:3.4375rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ToMcaT1UFz6NwuIKeCPu7t0XoOVa8r { display:block; }
 }@media only screen and (max-width: 763px) { #redDFGp4I6iQNkgqWvxpGSPdBwg48p0s { top:44.3125rem;left:0rem;width:18.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbiB6dGpUX01Zkx4zxuOdKOVeeBLAmX9 { top:60.5625rem;left:0rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBW1et17cei0MhoWKXfTqn8NgFqRtEmh { top:44.3125rem;left:17.375rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5eKJmRpDE0TqI2GutKoFXG0XNbzuMHP { top:60.625rem;left:12.8125rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFKWup1oorWSWO0aGhS8zTTFf2QCBPTC { width:17.5rem;height:3.4375rem;top:68.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9AZI7eTkeuX4conpDBbeX08HcB011IC { display:block; }
 }@media only screen and (max-width: 763px) { #NRUbdDL3pRNUBJtLbxTx3w9TmmLP4syb { width:17.5rem;height:3.4375rem;top:99.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoaimVJTAuGZbv7iqk0FSsFlML6vdIve { display:block; }
 }@media only screen and (max-width: 763px) { #slSrX75REsmlEh6nr3DSm6bbdIR54mpJ { top:91.625rem;left:0rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snA1sFtfuUeXfabUTZ5R6WptTT6MAOgS { top:74.875rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHqeOsS2uFZJAG4XhU7H9tnNDAAbTuh { width:17.5rem;height:3.4375rem;top:68.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUcVVFKwN0ZoZdQku03lzXplDzIeXhy { display:block; }
 }@media only screen and (max-width: 763px) { #xf0hwXxgy6NnfW1Pbx8O55lnfeW04nab { top:60.8125rem;left:28.3125rem;width:19.4375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4XgDdqtRxNGtxT8BtUViKiLTTulgrRm { top:45rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOKVCXR8041oUvTt4x8TJ5ebmqkwPsc { top:14.4375rem;left:30.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVdCWKMUsBE8OuZMSz1TnZcORs9qhbyk { top:32.125rem;left:24.6875rem;width:23.0625rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #too7sFHtierptLBxtiW9hIA8ZgcbzMsT { width:17.5rem;height:3.4375rem;top:39.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKwGTgdqJnFzfE02GamTeFEJsD60sbvZ { display:block; }
 }@media only screen and (max-width: 763px) { #DD7z1cfLBHEcAmm9eO5PamyREo8sf871 { width:17.5rem;height:3.4375rem;top:99.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgv4wEXvECfR2JluegSvgnqp9lSBUwmH { display:block; }
 }@media only screen and (max-width: 763px) { #R37cOSk3Ka7zFTTMGzqmrcTQXw9m5D4e { top:91.625rem;left:17.125000953674rem;width:16.3125rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrpUnwHBNWJVh8v5TGK15I5hl9e9fRe { top:74.9375rem;left:17.625rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0e0PftmJF0oaaPUFvlb2QvLTUidxqT { width:17.5rem;height:3.4375rem;top:99.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVNc1ELE7BfpMkhQ2Nmrb8kTcGPCk5rF { display:block; }
 }@media only screen and (max-width: 763px) { #SdwLOLJQAOzinC0TSllpvLvop8zsfQrF { top:93.25rem;left:22.8125rem;width:24.9375rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t54dEnoGGHbHoHSNuiSnNGIsLFgRJXoD { top:74.9375rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT { display:block; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVViUMMopvTyWKSpngRN7rmuhHQPIRhi { top:0.5625rem;left:0rem;width:47.75rem;height:12rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXWC4H4bI3LczShGeeqnD3ppo3TWWp0 { top:14.1875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heEEe4tgoFh8tmwB9bG9Tcz0KUrCGTgP { width:32.125rem;height:4.25rem;top:29.5625rem;left:7.811718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGh4RExgJ2GcLNCCZBynmOVomLAsCVME { display:block; }
 }@media only screen and (max-width: 763px) { #LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 { display:block; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1gepwccoXiabG2CeVAvT4qCRtJ10UWA { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0ClMA75MwwfDlsApQyUBC0uoM4QfBZ { top:1.8125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78u37TGNqW09MviDfLTDCGJLDufKJZm { display:block; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyzSZokOHVk41oH2wJJmVEfRRHrGr3qy { top:10rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZquT1a7T6Gzn7Kebmq6IFtAOSUy9qH8e { top:53.5625rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTD62OogPiPncNCr5xTt6paMBfs5dpOR { top:33.8125rem;left:28.25rem;width:19.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHdhnv41HvCEfdhS1yODTpxhsVt8gLN { top:14.125rem;left:14.5rem;width:33.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIDKqNcr5o7r4MQtUSl61u2371rxQ2Ak { top:51.75rem;left:0rem;width:28.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PosOcqbzWivb1oWTLVhqdImto16VHNtr { top:44.4375rem;left:12.875rem;width:34.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlNwQ8Z8nsUTNVbXyiXmJ55kqhdwDQNl { top:26.9375rem;left:17.125rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNDeSltTnnRVFU5o4pNDKNnve7ZwuKKd { top:1.6875rem;left:0rem;width:47.75rem;height:8.3819365798414rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ { display:block; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6zywriKKme4m8QlOLDM2P8Uy2c0f4Ux { top:1.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guvsb7J9JAxJK3731WTENe2XtcFfdqzE { top:9.875rem;left:0rem;width:17.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuOv4Ei16yMgTKV1HTCeInC8OvaReyrh { top:25.6875rem;left:0rem;width:16.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSWRgtXfPtbNsCE3kZharfNbn6fOrWw { top:7.875rem;left:17.0625rem;width:12.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbXADmPkTMcyGPgldAHSB7Sz8H62MV51 { top:25.6875rem;left:13.0625rem;width:21.9375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFDNwfxTNTeJ44DNe40uBnXan3WBxN9y { top:40.375rem;left:0rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWq55DtEZfVVfX9lurwBrFi31HcD4ofN { top:40.375rem;left:17.781250953674rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFbs2JMFmAu8rIBFPxeZdTvN0d7mebN { top:30.5625rem;left:0rem;width:23.375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSTvgupr3cnmET4eAp2Jtkv7VfE7aPx { top:32.3125rem;left:12.375rem;width:23.375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDf2Xzq9GhUOBCPDwvV1FOogHvKO8cph { width:18rem;height:11.0625rem;top:12rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaS7xn49ugC8iTz5MTJDJLKgvT2B26l { top:25.6875rem;left:26.25rem;width:21.5rem;height:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9KVLrmAkztGaTANAkMFR7yrHG9IACfM { top:40.375rem;left:35.5625rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxD6OpgquDQ04nA88PA50ZD1I6riNdBB { display:block; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsZrdfrDXE5NkmhG6Cn02fwLBnc8OrXT { top:7.9375rem;left:0rem;width:47.75rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCGQJ89hRVWrXixSHLntVheHuocPJNx1 { width:15.8125rem;height:3.4375rem;top:19.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWktqxUCPAyiKux5ZPGllrhcpbm1zOc { display:block; }
 }@media only screen and (max-width: 763px) { #F2Of9TfpBk84Ru0IO6GC50qGkdHxfug4 { top:13.1875rem;left:0rem;width:47.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHMTZPTneAbZ9SQdD8BEo6tV8pNE9Fs { top:12.875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pps6TmfMmOoufAXfEo6hcZH34PVIPT { top:12.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Wf7Gf716Tug0tQmNO2sG5y4FhQUK7k { top:1.1875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrwbpDEcdTUUme2BdbTToZiZMmvs56q { display:block; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykCsbqTReTKFllwQfBk1WSy77QCWDysN { top:1.1875rem;left:0rem;width:47.125rem;height:52.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0ceSD1hazS6ZByEpa8bhUyq7JTmHQ7 { top:17.6875rem;left:3.236328125rem;width:43.3125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsLKKi4GuECkrpzrrlv13dIgNF58kT3m { top:39.875rem;left:34.267578125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6RAExCthC7W2477vkeK7VT72QsyUdl { top:3.8125rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E912pl8JJbbCf2gnJgxDNKOD6EokmXJz { top:33.625rem;left:3.236328125rem;width:43.3125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMIfHczNzg2MUQbfwElQtMyiTB1DfITw { top:26.6875rem;left:15.517578125rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX3hvTQTRlQuxTJvgSwZkIS4cfd2Wim7 { top:27.9375rem;left:3.236328125rem;width:43.3125rem;height:5.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERigIbvQByURZWDMuGFQg32evmh6qqz { top:39.75rem;left:13.923828125rem;width:21.9375rem;height:5.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeailJiCRdpnkfnSiKbqqIl4VmHAvcuM { top:39.9375rem;left:17.017578125rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqXBCyPsSROOfORSkllPyyZkJaJ1TNt { top:39.875rem;left:10.142578125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUfTDuUuo5qOsnILCTvpQwTxORnHl9LB { width:22.5625rem;height:3.375rem;top:47.1875rem;left:13.611328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVWveZyS21BPONwDhqcZ92OiyVuQcQvF { display:block; }
 }@media only screen and (max-width: 763px) { #l8Qx7P2TvX3k1khewF1z3wITSAxAxRUG { top:11.3125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6UTZBJkc8IdibfaB9WLagIdkz1ct0gA { top:21.6875rem;left:3.236328125rem;width:43.3125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHXu37FnF3VLSdBFaZmOxBGDC7h3Ndo { top:51.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl { display:block; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #oEiGVFE8FqgH9wGVyey3JakTTLKqZV82 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #OT5SCfFSNuilTTMmvqXyvRHTz2vFpeQG {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #a5yTwbhI7M1dNyEMSbe6m5BH8rx2iMON {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RZTk1nus7V7yt9VCyRclTASAg8FiOcI3 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #BtzMI6v42LgWCbrK35CAyUvHeVs9JDXu {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NpBofsz6QIS2ymL0061c9XmkdLQgb1eH {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #PJNw1Ld7imKfahDov5xtJt7NU54Tk7uU {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #O2TwVFGsa0NewVqKnyRuEAu9ZCQDeoKy {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #tVf29N4w2sAJ7oqKFv28kaTGqlyiZP4n {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #xug33mHnFsGe2aZG5cwX066CCI0T6DcH {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #ez2RId7eVwNX1xkqEBJB9M7TcnmqcSDD {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #XXKsslO2DQVyIIaC6iX6RggKlRq43HzI {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #K2RXKPFgzVwoOt49LdFBysTlZckDr8IT {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #nLWulnc9R6TZDsaSlWBolsUewkFLm1g4 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #qBlket9efB0nqa1ey8OlRSyzlaTkLsRn {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #HcRXuLKnZcTiVykN28TBsx9cle2v2nlr {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #bmvaCRzFBuP14cgRG9U6qKPoIAZlgxqL {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #SGBl7CbKGn68lpVdzzguonTKWOB7mIky {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #dlI895clzGMyankZmwItvz6TA5QzcFi1 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #MswyWutWMs8rMRKeqngZO7MvAec92mRD {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #VL7Vk8c8qR1RxKAkwVzbrqqFTpkZZTUP {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iuO3nucyfeLBapWNa9R4L0DQ8xdVAf0O {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NkpAMbOG8D4ElG5INpSzKPJsekAsyN1C {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RKSZiIntiwdTrEaCd1hZkMI4X3uOoI9l {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #r2UBzL8NJn7WvpdgrTqqoGaoL1bOSLK2 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #CF74Q0CNDZvqcaMrRNhmK2pziRvppN1Z {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #k7hbPdZEDnsc8F0zSup10liRIMTS6bSC {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iQ3IXDaOxCPnrE8H3X48bAoL4qNa9KOr {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #LU0bIW86aGrIuLxoDvt3iQQGeXShzym4 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #GhoaAWWthRBJZAldi14i1P0X1zCTeevU {  }
 }@media only screen and (max-width: 763px) { #cHay46q4kfQ7FT5N9ek1bkIHVhA9U76A { top:1.875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mxluDL807q3PvSL5603NOZ782VNqrowy { display:block; }#mxluDL807q3PvSL5603NOZ782VNqrowy > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6xZS7OftMFZlpHTKfOc9QtRHUlOv8bD { width:17.5rem;height:11.9970625rem;top:0.9599609375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoyRQcPfLrAzBiwl7zlUAU8tRqoaQkI { width:20rem;height:17.230046948357rem;top:54.20937538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFPs1MsepvF2Dc9GRrfduUxsavhFs8p { width:18.4375rem;height:40rem;top:14.209374904633rem;left:0.78046876192094rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDybgar32zv37iwyh1zhB945NMnL5MyA { display:block; }#TDybgar32zv37iwyh1zhB945NMnL5MyA > .row .container { width:20rem;height:118.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4XellcLqd8QesJDSTcRQmDeWJPUdtSO { width:17.375rem;height:48rem;top:13.411718845367rem;left:1.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rleIIzaiHCxQLQMMDH8MRDi6ym7vOfh9 { display:flex;width:2.25rem;height:2.25rem;top:80.625rem;left:-2.25rem; }
 }@media only screen and (max-width: 763px) { #aQq9deb1Km9T3SWUh54LTgmreFiel1wL { width:20rem;height:4.798825rem;top:1.2500190734863rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBtIQ3o6gU3B0PQirz61wzq6rqD9pTD { width:20rem;height:5rem;top:7.5812497138975rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8lT9peFTqsqqDkNg0GtOd9GURVl9Iww { width:17.1875rem;height:26.9921875rem;top:82.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxpbA6xmQl469D1Kzfv9cZXBxUXg0Dcy { width:17.8125rem;height:28.625rem;top:81.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqVLQyQ5oWKWAQTDA97RWKls6D5GZlX { width:20rem;height:20rem;top:61.411719322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeMq0dBdTeaqcGEQC5K6dozh9pMH8ZF { width:19rem;height:4.8125rem;top:112.0625rem;left:0.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #AWpB8g3EmC2eKDHA8ANLCDNsXgayl2AW { display:block; }
 }@media only screen and (max-width: 763px) { #dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { display:block; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { background-color: transparent; background-image: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row > .video-iframe-container { display: none; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .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); }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 { border-width: 0; border-radius: 0; }#dUTblIDHRXI4m8QPhV4yX3WJFr0L4g93 > .row .container { width:20rem;height:121.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8E9OJkr7TgBK5UyqEnzah865kV9XLAB { width:18.4375rem;height:20.8125rem;top:10.6875rem;left:0.75rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ff88c0;border-left:0.125rem solid #ff88c0;border-right:0.125rem solid #ff88c0;border-bottom:0.125rem solid #ff88c0;display:block; }
 }@media only screen and (max-width: 763px) { #OlB7q7Ao7D3RAOcnpzhnxdEH9G0X11XQ { width:15.1875rem;height:4.6875rem;top:12.1875rem;left:1.9375rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf { width:16.8125rem;height:13.75rem;top:17.375rem;left:1.625rem;font-size:1.25rem;color:#010304;display:block; }#bmTWRItngI5v8mlUyt7TZKk0hPV2ovmf li:before{  }
 }@media only screen and (max-width: 763px) { #AXMtNkX0Jr6qcwfASiUT9AgBcplerLr2 { width:17.75rem;height:7.19825rem;top:2rem;left:1.1242187619209rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEfxOWzamZuPW12gDKKAhbUTeDuhq5Z { width:18.625rem;height:22.8125rem;top:32.8125rem;left:0.68749994039537rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ff88c0;border-left:0.125rem solid #ff88c0;border-right:0.125rem solid #ff88c0;border-bottom:0.125rem solid #ff88c0;display:block; }
 }@media only screen and (max-width: 763px) { #UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE { width:16.1875rem;height:15.625rem;top:39.1875rem;left:1.625rem;font-size:1.25rem;color:#010304;display:block; }#UX6Aa4c5I83U0xuqHSttIhx6nZIAyTaE li:before{  }
 }@media only screen and (max-width: 763px) { #gLBxhs9vSf0xwwc1pU8fvZGSBKqhDE9u { width:14.9375rem;height:4.6875rem;top:33.5625rem;left:2.3125rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #GJcHdKkIVVeR63a30cutKb7PZEcF1HX9 { width:18rem;height:16.875rem;top:56.5625rem;left:0.99999994039537rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ff88c0;border-left:0.125rem solid #ff88c0;border-right:0.125rem solid #ff88c0;border-bottom:0.125rem solid #ff88c0;display:block; }
 }@media only screen and (max-width: 763px) { #fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh { width:16.75rem;height:10rem;top:62.5rem;left:1.6250000596046rem;font-size:1.25rem;color:#010304;display:block; }#fk4cUtZJ5bfnIw4FBuleP5x4iEGtfmWh li:before{  }
 }@media only screen and (max-width: 763px) { #H4LTLV06pJQpJaxvN9mGeoB5bqsTBMl5 { width:16.9375rem;height:4.6875rem;top:57.862500190735rem;left:1.5312500596046rem;font-size:1.5625rem;color:#010304;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mykMFsRT0oXuuDMTRwK6gEx8Z91BBD8U { width:17.9375rem;height:18.25rem;top:74.4375rem;left:0.93125003576281rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ff88c0;border-left:0.125rem solid #ff88c0;border-right:0.125rem solid #ff88c0;border-bottom:0.125rem solid #ff88c0;display:block; }
 }@media only screen and (max-width: 763px) { #RDbxZIUynlZGwGVqPR25ap8TmTMztWNw { width:13.375rem;height:7.8125rem;top:82.3125rem;left:1.9375000596046rem;font-size:1.25rem;color:#010304;display:block; }#RDbxZIUynlZGwGVqPR25ap8TmTMztWNw li:before{  }
 }@media only screen and (max-width: 763px) { #DVkwbOHLO8zOXtKzBnszpMm3zxiLHARl { width:13.125rem;height:7.03125rem;top:75.331250190738rem;left:3.4375000596046rem;font-size:1.5625rem;color:#010304;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBxrWNxPXFEDexU7UFbKRivfMuiulACs { width:18.625rem;height:26.125rem;top:95rem;left:0.58750003576279rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ff88c0;border-left:0.125rem solid #ff88c0;border-right:0.125rem solid #ff88c0;border-bottom:0.125rem solid #ff88c0;display:block; }
 }@media only screen and (max-width: 763px) { #i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk { width:16.75rem;height:13.4375rem;top:107.1875rem;left:1.6250000596046rem;font-size:1.25rem;color:#010304;display:block; }#i0eTuFwFGa6q0ByvftcacpDa7Dqxx8Sk li:before{  }
 }@media only screen and (max-width: 763px) { #xEBh1K3wfFAkBLZllGOgMToQqikT0Nqf { width:15.9375rem;height:7.03125rem;top:100.20625019074rem;left:2.0312500596046rem;font-size:1.5625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #doMkTHw5u5ge0fwrw3NsVuzgZb9u7Q4N { width:10.375rem;height:14rem;top:86.256249904631rem;left:9.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOhGTyalmrsATpODWGUPBmdu5TBUSF11 { display:block; }#JOhGTyalmrsATpODWGUPBmdu5TBUSF11 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw1dRIMWkC1Vow3BGWPoLDlcJQbTEHzP { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HolMUpHnONUQ2b525ugUXrDOKDPSswTS { display:flex;width:8.6875rem;height:8.6875rem;top:9.8125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #CWPVlU3nG2lenKkagzyzHSornF65Jdbz { width:18.3125rem;height:7.5rem;top:20.437500953674rem;left:0.84296876192094rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #CupMCKbt0ex86exb9XO5sJTf9GPdaxC2 { display:flex;width:9.375rem;height:9.375rem;top:29.6875rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nQCH1tHeKdViDDQVLeaCac96kyhL2xUu { width:20rem;height:11.25rem;top:39.5625rem;left:0rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #LsiKnEiC3Tas9bRGEb5yiQBAqxwhxP7H { width:20rem;height:20.625rem;top:51.5625rem;left:0rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs { display:block; }#XiZs3Ex0CQ4txHlLLz0kcEWhK6wVbnfs > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAlOPli6oX3EAKo0R0vt9NSUWgTWhVPX { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdnfMSowGGtDl9vgQpLmIc7vbJPTe6S { width:19.3125rem;height:4.875rem;top:1.125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Re3mcivQvv1omeKgcE2tawbGgiRwA8XS { display:block; }#Re3mcivQvv1omeKgcE2tawbGgiRwA8XS > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piwMZT9pHRb8miEVE4XO2WKMiydzADwc { width:20rem;height:3.28125rem;top:1.8468751907349rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T6ch7FgNvnAbMl20kbRADV1g6Owt9tf2 { width:3.875rem;height:2.4375rem;top:25.4375rem;left:14.837500154972rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyWKTlr0vCCB2Enrtir63KPWVqGu9O0Z { width:2.1875rem;height:2.1875rem;top:3.6906261444092rem;left:17.099999964238rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMNZukRZZm4XTpE9Rcer0o32Bo1lluHv { width:1.75rem;height:1.75rem;top:32.1875rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1FtWE64UcikATTkudypSPJVV3Dr4Gu { width:11.25rem;height:0.75rem;top:5.078125rem;left:3.6374998688698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdFS7BUgcqG4MyuTPCsT1NCZp5DbXzfs { width:16.25rem;height:35.625rem;top:6.4375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VVzTZiyS1AQ0wUGJ5HLtWt3ub8g7sH1R { width:1.25rem;height:2.5rem;top:1.8468751907349rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e3ImhiQVg9nfu5gtCQE3AXTdAVLlVm { width:20rem;height:7.934375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT { background-color:#ffffff;background-image:none;display:block; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { background-color: transparent; background-image: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container > .video-iframe-container { display: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row > .video-iframe-container { display: none; }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .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); }#TlWTsMhClGmEbhqUwL5qTMJx7ZbR7oJT > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mydXyWApuLD2emEZf59TvGE010UcGZvm { width:18.1125rem;height:5.1125rem;top:112.59765625rem;left:0.91874998807906rem;font-size:1.25rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #pb9Fu0UKJIOfLunT3bgqDUsNcQtUFMT1 { display:block; }
 }@media only screen and (max-width: 763px) { #WfkU3Pitn1urTG5vfuB7L852BhaGEVqn { width:19.3125rem;height:22.5rem;top:89.435937881469rem;left:0.34296876192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZXbfZuH8Bow71HlzJEqamKi0bEqnaT1 { width:18.4375rem;height:9.375rem;top:4.6875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCJ8zfzkKR4Dlnt61z5LToCBufJOQJ2 { width:18.25rem;height:5.2rem;top:36.4375rem;left:0.87421876192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zc7PLL63LwsKyyi1KBs6WDbHMyWxKZRt { display:flex;width:8.9375rem;height:8.9375rem;top:42.875rem;left:5.5312500596046rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #TSKOzusPED6oO6JT0saQQ47oE6hlLLQu { width:20rem;height:5.2rem;top:52.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2J5AIrWKXlT6Pmwb2zX2lTpB0ivZU38 { width:19.375rem;height:20.625rem;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TenuQhI0M4nZXntcgIDf4PHf1htt3lAC { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GO0FJXIRvoaPflBsZSKi0lo9uXBhmqC3 { width:20rem;height:7.7988125rem;top:58.999999523163rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbzfE1hGkm1LD7KiI2IokQw5iHsktrOC { display:flex;width:9.5625rem;height:9.5625rem;top:69.375rem;left:5.2187500596046rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #gAuuuN7m8y6KHNoftCbZ1KaDlIFTehM9 { width:20rem;height:7.7988125rem;top:80.500011444094rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX { display:block; }#dTULt8UBaCqXZn0RCmyy7Dz9wQ8OnhpX > .row .container { width:20rem;height:240.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLZ71n6zxAsxdrly7rokx8nikicQVtpx { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #un7ARkX8GzeX8B7FWE5PWkfwWcHuH8K1 { width:14.6875rem;height:11.75rem;top:34.480469226837rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdGIGWvP6KTUUVkrMZDvIFbuiap2rnsC { width:18.6875rem;height:8.4375rem;top:46.25rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sswlzHNTQcXpyTh4N3tVXMsbzuZC7KlB { width:17.5rem;height:3.4375rem;top:54.862500190735rem;left:1.2500000596046rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #NlLpzKIu0NPEdXE0bB9QccVddbOtsnx3 { display:block; }
 }@media only screen and (max-width: 763px) { #PLfl727xZM2tCwqldXhaAW6N5RCxTXel { width:17.5rem;height:3.4375rem;top:29.78125rem;left:1.2500000596046rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #MIrbrCrkanLTICC1CHTRk1o4q5yEWxTN { display:block; }
 }@media only screen and (max-width: 763px) { #cifG7GmthtBtB0SIqwFXAHv4s3F97Tsk { width:13.25rem;height:10.8125rem;top:14.106249809265rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb9igiBZxz4eznHAFa6LSkt2lOAkhTe { width:20rem;height:2.8125rem;top:25.793749809265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bch1gAG2mHgr4aBS74QVZQSbvOFSFEEF { width:17.5rem;height:3.4375rem;top:82rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #D2ToMcaT1UFz6NwuIKeCPu7t0XoOVa8r { display:block; }
 }@media only screen and (max-width: 763px) { #redDFGp4I6iQNkgqWvxpGSPdBwg48p0s { width:18.4375rem;height:15.875rem;top:59.362499952316rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbiB6dGpUX01Zkx4zxuOdKOVeeBLAmX9 { width:20rem;height:5.625rem;top:75.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBW1et17cei0MhoWKXfTqn8NgFqRtEmh { width:15.875rem;height:15.875rem;top:86.000000953675rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5eKJmRpDE0TqI2GutKoFXG0XNbzuMHP { width:20rem;height:5.625rem;top:101.87500572204rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFKWup1oorWSWO0aGhS8zTTFf2QCBPTC { width:17.5rem;height:3.4375rem;top:108.2500038147rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #P9AZI7eTkeuX4conpDBbeX08HcB011IC { display:block; }
 }@media only screen and (max-width: 763px) { #NRUbdDL3pRNUBJtLbxTx3w9TmmLP4syb { width:17.5rem;height:3.4375rem;top:135.18750572204rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #JoaimVJTAuGZbv7iqk0FSsFlML6vdIve { display:block; }
 }@media only screen and (max-width: 763px) { #slSrX75REsmlEh6nr3DSm6bbdIR54mpJ { width:20rem;height:5.625rem;top:129.00000572204rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snA1sFtfuUeXfabUTZ5R6WptTT6MAOgS { width:15.875rem;height:15.875rem;top:112.5rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHqeOsS2uFZJAG4XhU7H9tnNDAAbTuh { width:17.5rem;height:3.4375rem;top:162.06250572204rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #soUcVVFKwN0ZoZdQku03lzXplDzIeXhy { display:block; }
 }@media only screen and (max-width: 763px) { #xf0hwXxgy6NnfW1Pbx8O55lnfeW04nab { width:16.4375rem;height:5.625rem;top:155.81250572204rem;left:1.7812500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4XgDdqtRxNGtxT8BtUViKiLTTulgrRm { width:15.875rem;height:15.875rem;top:139.93750476837rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOKVCXR8041oUvTt4x8TJ5ebmqkwPsc { width:16.875rem;height:16.875rem;top:165.49999713898rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVdCWKMUsBE8OuZMSz1TnZcORs9qhbyk { width:20rem;height:5.625rem;top:182.37499809265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #too7sFHtierptLBxtiW9hIA8ZgcbzMsT { width:17.5rem;height:3.4375rem;top:188.68749809265rem;left:1.2500000596046rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #IKwGTgdqJnFzfE02GamTeFEJsD60sbvZ { display:block; }
 }@media only screen and (max-width: 763px) { #DD7z1cfLBHEcAmm9eO5PamyREo8sf871 { width:17.5rem;height:3.4375rem;top:212.79999685288rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Bgv4wEXvECfR2JluegSvgnqp9lSBUwmH { display:block; }
 }@media only screen and (max-width: 763px) { #R37cOSk3Ka7zFTTMGzqmrcTQXw9m5D4e { width:16.3125rem;height:2.8125rem;top:209.24999809265rem;left:1.8437500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHrpUnwHBNWJVh8v5TGK15I5hl9e9fRe { width:15.875rem;height:15.875rem;top:193.37499713898rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0e0PftmJF0oaaPUFvlb2QvLTUidxqT { width:17.5rem;height:3.4375rem;top:235.81249809265rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #xVNc1ELE7BfpMkhQ2Nmrb8kTcGPCk5rF { display:block; }
 }@media only screen and (max-width: 763px) { #SdwLOLJQAOzinC0TSllpvLvop8zsfQrF { width:20rem;height:2.8125rem;top:232.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t54dEnoGGHbHoHSNuiSnNGIsLFgRJXoD { width:15.875rem;height:15.875rem;top:217.12499713898rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT { display:block; }#hEuHcAkI0wBgFmmcV2aoyLddalRCSrBT > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVViUMMopvTyWKSpngRN7rmuhHQPIRhi { width:17.5rem;height:9rem;top:1.1476562023163rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXWC4H4bI3LczShGeeqnD3ppo3TWWp0 { width:18.9375rem;height:28rem;top:10.71875rem;left:0.53046876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heEEe4tgoFh8tmwB9bG9Tcz0KUrCGTgP { width:19.1875rem;height:4.125rem;top:39.4375rem;left:0.40546876192093rem;font-size:1.0625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #rGh4RExgJ2GcLNCCZBynmOVomLAsCVME { display:block; }
 }@media only screen and (max-width: 763px) { #LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 { display:block; }#LysRiA82sGky3RLR0fn3tV2wbpuOgcT5 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1gepwccoXiabG2CeVAvT4qCRtJ10UWA { width:1.1875rem;height:2.3125rem;top:6.125rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0ClMA75MwwfDlsApQyUBC0uoM4QfBZ { width:19.3125rem;height:7.3125rem;top:0.5625rem;left:0.34296876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r78u37TGNqW09MviDfLTDCGJLDufKJZm { display:block; }#r78u37TGNqW09MviDfLTDCGJLDufKJZm > .row .container { width:20rem;height:89rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyzSZokOHVk41oH2wJJmVEfRRHrGr3qy { width:20rem;height:25.017921146953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZquT1a7T6Gzn7Kebmq6IFtAOSUy9qH8e { width:20rem;height:8.1003584229391rem;top:24.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTD62OogPiPncNCr5xTt6paMBfs5dpOR { width:20rem;height:8.4962406015038rem;top:33.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHdhnv41HvCEfdhS1yODTpxhsVt8gLN { width:20rem;height:7.0676691729323rem;top:42.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIDKqNcr5o7r4MQtUSl61u2371rxQ2Ak { width:20rem;height:11.414141414141rem;top:51.242970277369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PosOcqbzWivb1oWTLVhqdImto16VHNtr { width:20rem;height:4.6953405017921rem;top:63.907035827638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlNwQ8Z8nsUTNVbXyiXmJ55kqhdwDQNl { width:20rem;height:13.278236914601rem;top:74.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNDeSltTnnRVFU5o4pNDKNnve7ZwuKKd { width:20rem;height:3.5107587768969rem;top:69.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ { display:block; }#wWUwc9oEba9nUSQJaQxqoDx6VCITSzgQ > .row .container { width:20rem;height:105.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6zywriKKme4m8QlOLDM2P8Uy2c0f4Ux { width:17.375rem;height:4.798825rem;top:1.1875rem;left:1.3125000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guvsb7J9JAxJK3731WTENe2XtcFfdqzE { width:17.8125rem;height:13.8125rem;top:7.5625004768369rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuOv4Ei16yMgTKV1HTCeInC8OvaReyrh { width:16.375rem;height:4.0625rem;top:21.375rem;left:1.8125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucSWRgtXfPtbNsCE3kZharfNbn6fOrWw { width:12.375rem;height:17.8125rem;top:35.062499046326rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbXADmPkTMcyGPgldAHSB7Sz8H62MV51 { width:16.375rem;height:10.15625rem;top:52.875rem;left:1.8125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFDNwfxTNTeJ44DNe40uBnXan3WBxN9y { width:12.1875rem;height:2rem;top:32.424999713897rem;left:5.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWq55DtEZfVVfX9lurwBrFi31HcD4ofN { width:12.1875rem;height:2rem;top:72.112501144406rem;left:4.5937500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTFbs2JMFmAu8rIBFPxeZdTvN0d7mebN { width:18.0625rem;height:6.09375rem;top:25.706249713897rem;left:0.96796876192094rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUSTvgupr3cnmET4eAp2Jtkv7VfE7aPx { width:20rem;height:8.125rem;top:64.037500381469rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDf2Xzq9GhUOBCPDwvV1FOogHvKO8cph { width:18rem;height:11.0625rem;top:74.062502861025rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaS7xn49ugC8iTz5MTJDJLKgvT2B26l { width:18.875rem;height:17.5rem;top:85.125003099444rem;left:0.56171876192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9KVLrmAkztGaTANAkMFR7yrHG9IACfM { width:12.1875rem;height:2rem;top:102.62500333786rem;left:5.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HxD6OpgquDQ04nA88PA50ZD1I6riNdBB { display:block; }#HxD6OpgquDQ04nA88PA50ZD1I6riNdBB > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsZrdfrDXE5NkmhG6Cn02fwLBnc8OrXT { width:16.5625rem;height:20rem;top:5.8367202281952rem;left:1.7187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCGQJ89hRVWrXixSHLntVheHuocPJNx1 { width:13.8125rem;height:3.4375rem;top:28.500000953674rem;left:3.0937500596046rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #oAWktqxUCPAyiKux5ZPGllrhcpbm1zOc { display:block; }
 }@media only screen and (max-width: 763px) { #F2Of9TfpBk84Ru0IO6GC50qGkdHxfug4 { width:18.1875rem;height:5.8125rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHMTZPTneAbZ9SQdD8BEo6tV8pNE9Fs { width:1rem;height:1rem;top:23.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pps6TmfMmOoufAXfEo6hcZH34PVIPT { width:1.25rem;height:1.25rem;top:23.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Wf7Gf716Tug0tQmNO2sG5y4FhQUK7k { width:20rem;height:2.4rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrwbpDEcdTUUme2BdbTToZiZMmvs56q { display:block; }#wTrwbpDEcdTUUme2BdbTToZiZMmvs56q > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykCsbqTReTKFllwQfBk1WSy77QCWDysN { width:19.4375rem;height:47.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0ceSD1hazS6ZByEpa8bhUyq7JTmHQ7 { width:18.1875rem;height:2.53125rem;top:18.875rem;left:0.90625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsLKKi4GuECkrpzrrlv13dIgNF58kT3m { display:flex;width:1.9375rem;height:1.9375rem;top:30.53125rem;left:17.21875rem; }
 }@media only screen and (max-width: 763px) { #Lh6RAExCthC7W2477vkeK7VT72QsyUdl { width:13.5625rem;height:4.798825rem;top:2rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E912pl8JJbbCf2gnJgxDNKOD6EokmXJz { width:20rem;height:3rem;top:27rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMIfHczNzg2MUQbfwElQtMyiTB1DfITw { width:18.75rem;height:0.3125rem;top:25.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX3hvTQTRlQuxTJvgSwZkIS4cfd2Wim7 { width:20rem;height:3rem;top:30rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERigIbvQByURZWDMuGFQg32evmh6qqz { width:14.375rem;height:5.25rem;top:33.75rem;left:3.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeailJiCRdpnkfnSiKbqqIl4VmHAvcuM { width:15.75rem;height:5.3125rem;top:33.71875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqXBCyPsSROOfORSkllPyyZkJaJ1TNt { display:flex;width:2.0625rem;height:2.0625rem;top:30.46875rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #TUfTDuUuo5qOsnILCTvpQwTxORnHl9LB { width:16.375rem;height:3.375rem;top:40.5rem;left:1.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #NVWveZyS21BPONwDhqcZ92OiyVuQcQvF { display:block; }
 }@media only screen and (max-width: 763px) { #l8Qx7P2TvX3k1khewF1z3wITSAxAxRUG { width:15.875rem;height:9.4970625rem;top:8.25rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6UTZBJkc8IdibfaB9WLagIdkz1ct0gA { width:20rem;height:2.15625rem;top:22.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHXu37FnF3VLSdBFaZmOxBGDC7h3Ndo { width:20rem;height:2.5996125rem;top:45.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl { display:block; }#eT9aydSZWT6RVsgOe4bzkZM1M4w9cPCl > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #oEiGVFE8FqgH9wGVyey3JakTTLKqZV82 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #OT5SCfFSNuilTTMmvqXyvRHTz2vFpeQG {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #a5yTwbhI7M1dNyEMSbe6m5BH8rx2iMON {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RZTk1nus7V7yt9VCyRclTASAg8FiOcI3 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #BtzMI6v42LgWCbrK35CAyUvHeVs9JDXu {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NpBofsz6QIS2ymL0061c9XmkdLQgb1eH {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #PJNw1Ld7imKfahDov5xtJt7NU54Tk7uU {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #O2TwVFGsa0NewVqKnyRuEAu9ZCQDeoKy {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #tVf29N4w2sAJ7oqKFv28kaTGqlyiZP4n {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #xug33mHnFsGe2aZG5cwX066CCI0T6DcH {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #ez2RId7eVwNX1xkqEBJB9M7TcnmqcSDD {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #XXKsslO2DQVyIIaC6iX6RggKlRq43HzI {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #K2RXKPFgzVwoOt49LdFBysTlZckDr8IT {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #nLWulnc9R6TZDsaSlWBolsUewkFLm1g4 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #qBlket9efB0nqa1ey8OlRSyzlaTkLsRn {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #HcRXuLKnZcTiVykN28TBsx9cle2v2nlr {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #bmvaCRzFBuP14cgRG9U6qKPoIAZlgxqL {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #SGBl7CbKGn68lpVdzzguonTKWOB7mIky {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #dlI895clzGMyankZmwItvz6TA5QzcFi1 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #MswyWutWMs8rMRKeqngZO7MvAec92mRD {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #VL7Vk8c8qR1RxKAkwVzbrqqFTpkZZTUP {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iuO3nucyfeLBapWNa9R4L0DQ8xdVAf0O {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #NkpAMbOG8D4ElG5INpSzKPJsekAsyN1C {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #RKSZiIntiwdTrEaCd1hZkMI4X3uOoI9l {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #r2UBzL8NJn7WvpdgrTqqoGaoL1bOSLK2 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #CF74Q0CNDZvqcaMrRNhmK2pziRvppN1Z {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #k7hbPdZEDnsc8F0zSup10liRIMTS6bSC {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #iQ3IXDaOxCPnrE8H3X48bAoL4qNa9KOr {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #LU0bIW86aGrIuLxoDvt3iQQGeXShzym4 {  }
 }@media only screen and (max-width: 763px) { #LToxP95yhCmWhNDdeCND2iWmAGPAI1C2 #GhoaAWWthRBJZAldi14i1P0X1zCTeevU {  }
 }@media only screen and (max-width: 763px) { #cHay46q4kfQ7FT5N9ek1bkIHVhA9U76A { width:20rem;height:4.798825rem;top:1.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }