.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:231,235,228;--color-primary-1:176,189,167;--color-primary-2:97,123,78;--color-primary-3:49,62,39;--color-primary-4:15,18,12;--color-secondary-0:246,244,240;--color-secondary-1:226,217,205;--color-secondary-2:197,179,154;--color-secondary-3:99,90,77;--color-secondary-4:30,27,23;--color-tertiary-0:255,255,255;--color-tertiary-1:185,184,182;--color-tertiary-2:138,136,133;--color-tertiary-3:83,82,80;--color-tertiary-4:60,56,51;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/044c2495-fcf8-43cc-a93b-447463d9f104/ADsNOW_LPWellness07.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:118.875rem;width:60rem;overflow:visible;position:relative;display:block; }#AmTPofKuDh5BuoyImpTG5KpWP2eCpqD4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6870625rem;width:22.4370625rem;top:3.7489151954651rem;left:20.903863906861rem;overflow:hidden;display:block; }
#JSmibVRCEMbFfniVlAsIBCXBk5sPSmav { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:34.124375rem;top:81.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#d60UUKpR462V7XwVGn2QEaBrPJkuHH6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:56.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:95.373270034787rem;left:2.6540794372559rem;height:10.499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buJxktsr8iqkoEyNW6O6Gsr40vT3n6Zt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:109.875rem;left:12.25rem;height:5.24956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJT9BTBREU8dinOrTmqmzLdp9bgIQqQe { 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-primary-2),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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.25rem;height:10rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:107.6875rem;left:10.4375rem;display:block; }
#QBaWHa3lmBq8lQSmlhIW0lo55TREB3mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container { background-color: transparent; background-image: none; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container > .video-iframe-container { display: none; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row > .video-iframe-container { display: none; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .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); }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container { border-width: 0; border-radius: 0; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { color:rgba(var(--color-primary-2),1);display:block;width:25.999375rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7469592094421rem;left:33.999567031861rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzneUziTgOVwIr7UZq8xOZ2ATToWMk6y { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:9.375rem;top:10.999346733093rem;left:33.999567031861rem;display:block; }
#JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.375rem;left:34rem;height:26.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ObTVrzioZAIcp2ouMwG0rf1Mm6xeRWg7 { position:absolute;display:block;z-index:15013;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.125rem;width:27.5rem;top:21.5625rem;left:0rem;overflow:hidden;display:block; }
#GCTlLKZZM6B1bgXDXWtJcR59wDw0ntPc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:27.5625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container { background-color: transparent; background-image: none; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container > .video-iframe-container { display: none; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row > .video-iframe-container { display: none; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .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); }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container { border-width: 0; border-radius: 0; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#wypOpMArskTRaxsmGx2qr9iSS4SnPIyc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#t2N04AW7OVcsBZFFfG1MLet7N2d4dkpm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:17.9375rem;top:0rem;left:22.125rem;overflow:hidden;display:block; }
#qAiUnNQMTHdZ5GW29Cbv1kZTGIRck5Op { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:17.75rem;top:0rem;left:42.25rem;overflow:hidden;display:block; }
#UHomwkrhXJuiJRmPempzWrKnNEVoGtlo { position:absolute;display:block;z-index:15008;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);box-shadow: none;height:32.1245625rem;width:58.75rem;top:14.805773258209rem;left:0rem;display:block; }
#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { background-color: transparent; background-image: none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container > .video-iframe-container { display: none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row > .video-iframe-container { display: none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .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); }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { border-width: 0; border-radius: 0; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.59375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { background-color: transparent; background-image: none; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container > .video-iframe-container { display: none; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row > .video-iframe-container { display: none; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .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); }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { border-width: 0; border-radius: 0; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:0.5rem;display:block; }
#GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.96875rem;left:1.5625rem;height:5.06185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#qKDAIibeW519rXotVs568ACHh7U8Kiq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.71875rem;left:21.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKm23EBRG77QPxHTBmUVw4RELQzux44x { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:21.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:40.5625rem;display:block; }
#wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:11.8125rem;left:41.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqogHXNnQWf0u5q7GM55t2641niOFETZ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.0625rem;left:7.75rem; }
#PqB1safF8DfBGBcPM5UIAfxIny6wbdJe { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.0625rem;left:27.75rem; }
#SgXZETTl5Utn3KKSH9GecAllHFstKlmz { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.0625rem;left:47.75rem; }
#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container { background-color: transparent; background-image: none; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container > .video-iframe-container { display: none; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row > .video-iframe-container { display: none; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .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); }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container { border-width: 0; border-radius: 0; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#mI5ceqcNIJeWMXgciTZ7f8TM4pbdZgN6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:0.5rem;display:block; }
#TO2nN70MCtAcfmMUzd1WcXS3mfqvt902 { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci1rDAd0kkb8cRgaprM6dac0RaDpsACb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.8125rem;left:1.5625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SM1vtMzKdGdZo3lfPuJheGfTSlJd7VmR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#TC54qNH4loq9hVRclpzbEihTB7GiwmAq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.625rem;left:21.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VaMJLXvuoKM7wX043QF8VIbG9Onz9T12 { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOF3VuNKUhU9zTRpFft5wxnL1S7DJVnf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:40.5625rem;display:block; }
#TADSQXpdHUI1vOk4AZT3ytPbAr5yyA1g { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.9375rem;left:41.5625rem;height:6.749125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvWWgL2dN1HTp9a6UgDe8GAZwW0pXKSO { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrGT25pQf0fTuouJXMm4n9T233NyTRmb { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.875rem;left:7.75rem; }
#ZfkUyZ7TuNDwJxmCoHQyG2ByWhcSu69f { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.75rem;left:27.75rem; }
#TBKTiCv4ACZtGttC1XBcbL9Ns8h0sUZe { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.0625rem;left:47.75rem; }
#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container { background-color: transparent; background-image: none; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container > .video-iframe-container { display: none; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row > .video-iframe-container { display: none; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .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); }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container { border-width: 0; border-radius: 0; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hnrfzreaKoALa8bq8bQTvDKrsWzqzuKs { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:7.375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container { background-color: transparent; background-image: none; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container > .video-iframe-container { display: none; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row > .video-iframe-container { display: none; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .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); }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container { border-width: 0; border-radius: 0; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#Hel86puTXQT8P0LJ4aXrPRgNZonB5o8D { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#ZJpiT0eyvqqrcmkqG6d9lT5wDJiPpZ7M { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.59375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container { background-color: transparent; background-image: none; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container > .video-iframe-container { display: none; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row > .video-iframe-container { display: none; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .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); }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container { border-width: 0; border-radius: 0; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#g5GDJk8sN8UxEtKeV9hHwTHqfb12tK5R { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:0.5rem;display:block; }
#N5B2zeuDxOBPPLvcpDx6aTn8qaXDgvx1 { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.5625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBS2sixCPfIJWABqrkQcJJuTkii7ORhq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7PKlTBx11Z7dhJwe9aKJNKfIQOEvasW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#U16tyQOv8LH0RxspDJKWq6OSfWEfEdHE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.1875rem;left:21.5625rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAqUPJ8J1tuuy8STHhTB0VzuTxdr1zTC { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnx9B2QpSN2XnSvTIGUQalNLUmZuGvcp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:40.5625rem;display:block; }
#Lb7dp2mL5aVfcPSO9IfBNnVJelkstBT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:15.1875rem;left:41.5625rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBd6oi8RfMA8oplKTI4F0JTwQR313Gdx { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:41.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBV7qTUkH331dKnaDf4aTqOzNaG2rE7E { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:17.375rem;top:0.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#AzKHRDd5oLoH38yZszOVIdB85tSKgyns { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:17.375rem;top:0.9375rem;left:21.3125rem;overflow:hidden;display:block; }
#ByRd5ayMIMrOXEx2f10c0tWF1OrB3qlc { position:absolute;display:block;z-index:15032;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:10.9375rem;width:17.375rem;top:0.9375rem;left:41.3125rem;overflow:hidden;display:block; }
#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container { background-color: transparent; background-image: none; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container > .video-iframe-container { display: none; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row > .video-iframe-container { display: none; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .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); }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container { border-width: 0; border-radius: 0; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#DpdRNUfkndpg2d4GSsXF11y2Dcz8TlHK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:0.5rem;display:block; }
#qTw2xGvOhcnX89LmoFgqNoBWbtuMoTcH { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTaT2Oo1X42Kfim6E5LQfhMIaxQcNWbT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17rem;left:1.5625rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFJvazvnxGvTnCTXxTxg8h1MlpgvCT2A { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#TCmqdZSkxWue7QTPrSxEV9lxK8cb8qET { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:17rem;left:21.5625rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiGEVLZ8fTzz5ELwDsulFvAHXpuhW6Tw { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRKEzn0IbOZM5hBtFRdsQfrLZVtAbF5n { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:18.9375rem;top:0rem;left:40.5625rem;display:block; }
#g3yFvQl5E4Rv3dlW4TxoBrLm0xTiGG4x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:15.3125rem;left:41.5625rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqhIEFOiZgee0fu5Tt9wrgr2J8VoXxqw { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.375rem;left:41.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5LSMdEue8vITtCVt7gBNaTE5KOlZuin { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:17.375rem;top:0.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#FSV9Rx8BvzcKKCfvlz9FyVX8gUZEbTz5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:17.375rem;top:0.9375rem;left:21.3125rem;overflow:hidden;display:block; }
#UvyTTOFo8i20CMLsWKouweFKre54Bhxy { position:absolute;display:block;z-index:15032;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:10.9375rem;width:17.375rem;top:0.9375rem;left:41.3125rem;overflow:hidden;display:block; }
#eCAqsLRTDACJ2hyabeToLGRrHUynqggU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container { background-color: transparent; background-image: none; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container > .video-iframe-container { display: none; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row > .video-iframe-container { display: none; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .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); }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container { border-width: 0; border-radius: 0; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#UwCqoCqTAf8w0VufmIT6dycaVfxyi3Fe { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIImKFB9vNO0cQQn3ELAUb4ZSaPPhXHb { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container { background-color: transparent; background-image: none; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container > .video-iframe-container { display: none; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row > .video-iframe-container { display: none; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .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); }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container { border-width: 0; border-radius: 0; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#D5B4mraBSLPPUyWXh0cimBFkVkasqGBi { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0rem;left:4.78125rem;height:8.6241375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container { background-color: transparent; background-image: none; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container > .video-iframe-container { display: none; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row > .video-iframe-container { display: none; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .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); }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container { border-width: 0; border-radius: 0; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:60rem;position:relative;display:block; }#dCOTV3KO3Ipsf9PZLOJxHP24lhqHUhVg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85rem;width:59.9375rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container { background-color: transparent; background-image: none; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container > .video-iframe-container { display: none; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row > .video-iframe-container { display: none; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .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); }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container { border-width: 0; border-radius: 0; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#E3BfgKOrpUOSDUWKtwfTxPMs17abHKKD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:33.75rem;top:1.875rem;left:13.125rem;overflow:hidden;display:block; }
#Ds5pm0HzNZFHS9KHw2sIli2H2bgIZ5En { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container { background-color: transparent; background-image: none; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container > .video-iframe-container { display: none; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row > .video-iframe-container { display: none; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .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); }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container { border-width: 0; border-radius: 0; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#uvTZrRGDl3wEAmlVgDt6qnNSWSz5DSBC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:0rem;display:block; }
#alXMtGTKvXguM6kBkgI7xLeLOV0pSXHR { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:1rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPJBgAziUkWDszlEsQk9Q1BBnbBFGXLT { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.6875rem;left:0.9375rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwfvqywNc9R0AC2qrvLzt7VOfq5BBAlu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:1rem;height:0.97439375rem;display:block; }
#bqXvdop46BOTJCGPprvGA6ug2nTna8Ov { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0.8125rem;height:2.599825rem;display:block; }
#ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.5rem;left:1.0625rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#egi51yduHp88nI5TVBhuFR0376hF7qHv { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.75rem;height:1.2999125rem;display:block; }
#mD26p7ARp8Lv98iqDCE1NGrgCifQmHtW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.5625rem;left:1rem; }
#ut7GG8hpxlWyKcJqTKQyIPHTdG2I8ZQ5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.3125rem;left:1rem; }
#s5DLzwTsrvt4Eaiy7HigD610EWTa8pDk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.9375rem;left:1rem; }
#ShKuZTgIUmU1XXwbx3X1AmxJqOileSAU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38.6875rem;left:1rem; }
#DpJ3LH49dsJgXVwV9Q7r77Rzh9tUGMZm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.375rem;left:1rem; }
#eCDP55IgkcazEfktF5NdRCfOFx2nu9RE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#tqRvAhh1ET0lwVICwc88aIgSsbAnoBeG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:20.3125rem;overflow:hidden;display:block; }
#hh14h4qTEyHrG1sPw7nI2KecTlCaGCTO { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:20.3125rem;display:block; }
#QUa9yDv1m2WWKa9DxtNKXDymO2dr2o52 { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqpkWEokfGSpUFRt55x7XXLHkb0BXLn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.25rem;height:0.97439375rem;display:block; }
#GXyl7WkzUb3d582Qc4CG84q65tWscqCQ { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.625rem;left:21.1875rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LezRgBBTz4PqadsSxxnrgXocvPRwLMVH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.125rem;left:21.0625rem;height:2.599825rem;display:block; }
#I5UWDJagHksJmzeyy5bWVXKXpwSIH1WX { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.1875rem;left:21rem;height:1.2999125rem;display:block; }
#wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:33.5rem;left:21.25rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#FZTSgnDHRiyFJWGS3XKd7WlBuxrCMcsr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.5rem;left:21.1875rem; }
#OE00qDdVR1Rxpi0T2se5RyeFCrvN1tkq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.25rem;left:21.1875rem; }
#GCU0vIIro5CQTTvXe90KLomFiMHTPXg5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:36.875rem;left:21.1875rem; }
#zkyeW3foKOCsZ37lCZ57LS0I75IL8Z8n { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.625rem;left:21.1875rem; }
#UJ8IwStEDCNu1XdyEWoJWybf2RRdFK7S { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.3125rem;left:21.1875rem; }
#cvpCbXG1PSKqdCMGvwtxuK94MMCHvEX0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:42.0625rem;left:1rem; }
#tTfuCFDutvvCqrpOax6BJSSDWU3RkbFJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:42rem;left:21.1875rem; }
#SNVnbOxUfmqETr4X0FSlPGHFvz5FoRFX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:40.625rem;overflow:hidden;display:block; }
#whBWIsK0qkFT1c88kBLHTNsXtF056nrT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.625rem;left:40.625rem;display:block; }
#sexENLV40hKtTQlI0SInLIl5uRkvy7Jd { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttcbTwUOBDs3HbxmeJ9uD5WUoAsZSu1K { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.625rem;height:0.97439375rem;display:block; }
#lsQ5KLzl4iXTITrWmxRFuhnyldw9o4ph { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:21.75rem;left:41.5625rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cwcANmEwM3H8gZiDkRwOVaD0Tv8R32CV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.25rem;left:41.4375rem;height:2.599825rem;display:block; }
#t1pUPGlid9G1u5pmHh3gJIMiyPkWFVQt { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.3125rem;left:41.375rem;height:1.2999125rem;display:block; }
#Qdbzua31fp9KMhuvZarV04hRdR7S3GSP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:33.5625rem;left:41.6875rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Qdbzua31fp9KMhuvZarV04hRdR7S3GSP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qdbzua31fp9KMhuvZarV04hRdR7S3GSP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#A6gUoMaCAyIE2FMzktsT5UxCDLmyNWO3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.625rem;left:41.625rem; }
#c2iIsFLBkKMAaMmhMQSsZ0agnq4RTvc1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.375rem;left:41.625rem; }
#fDqaxs6l7r34aFBJ4IGoIrcRxqK4v6iK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37rem;left:41.625rem; }
#lOOSne7yUoRviUXFNDr9xhVem5OqdH78 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.75rem;left:41.625rem; }
#hJmRtewiO7nfnETiKIsShaHJkV7SFrGS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.4375rem;left:41.625rem; }
#k01kB8up7ZM8prdGCORzDcUCHf0KcO3M { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:42.125rem;left:41.625rem; }
#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container { background-color: transparent; background-image: none; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container > .video-iframe-container { display: none; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row > .video-iframe-container { display: none; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .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); }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container { border-width: 0; border-radius: 0; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#sPNZgDW5lVzszvIF9CC8DlMiVP0x0Q9X { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:0rem;display:block; }
#Dgbboyth4JZdZWqf5ohP86J37eiet5TZ { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:1rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#grrJ5hWUnTf04a4GsR5TsEP7HbDgrtST { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.6875rem;left:0.9375rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFMaAAQWAE52Ip3rNfmaePZ1xSToamCK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:1rem;height:0.97439375rem;display:block; }
#KMEBTa9XrpWZ7at4M1b4EHHyHHdTiSpe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0.8125rem;height:2.599825rem;display:block; }
#TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.5rem;left:1.0625rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#az2a9Kf5z02m9U2qxRbem2tKACnSKAHR { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.75rem;height:1.2999125rem;display:block; }
#gsgaFflMDHuc3x8S326Iqn4LhMNgqqF8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.5625rem;left:1rem; }
#LhHXDBsDxD6iUWf1Tb9MokH5FG8dtaU6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.3125rem;left:1rem; }
#iqgGOLaEfbfXs1S4L7wNxd4UO5f6mmGg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.9375rem;left:1rem; }
#cf8tO475aDQWZFqTzf2p0b2Ceu1wIIzz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38.6875rem;left:1rem; }
#Tgbx23pN3lxWAulAQ0wC6O5XzCoQNSoX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.375rem;left:1rem; }
#N3avtLWUtbgu9WiMLPicQszFxsZuaG88 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#pkqt7EAZTnlfTLau3SWJDXnN9ePqtNp4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:20.3125rem;overflow:hidden;display:block; }
#DbBSWBnNWTrI1phDTOOSCMP01WiEpM6z { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:20.3125rem;display:block; }
#fUatVJ304utNNZPQTeNZApF74eF5NpcQ { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QR41Tr7MtpqEoTCHFqzSEZZnl8o1H8E2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.25rem;height:0.97439375rem;display:block; }
#VB3zbpP0Hum24H8SLFTaIaeIsRcrF2qO { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.625rem;left:21.1875rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvW6E0PzKtF5AK1iACf0kTl77CCUnzuS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.125rem;left:21.0625rem;height:2.599825rem;display:block; }
#khRLzl5PBLTOIQPNgi8rCe0oTxdtXsTO { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.1875rem;left:21rem;height:1.2999125rem;display:block; }
#u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:33.5rem;left:21.25rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#TyGCmkzIoMwc2V4mAd3S7Rp0fX5FIO30 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.5rem;left:21.1875rem; }
#ISJyeEaKRouDifRc7LkdTTZpGBLTwIJ8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.25rem;left:21.1875rem; }
#Cl0sB5pSsUbrxAIDWJHqMp4dW6snOtQP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:36.875rem;left:21.1875rem; }
#ng77f5sbMfRVWJCHTiJKTD608ftRXXNy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.625rem;left:21.1875rem; }
#MOipHOCf27yVHti5muAIQDsnVcM6uanE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.3125rem;left:21.1875rem; }
#t3JKAkaD1DOgQkBNR3mvRLV4e4yyHcXd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:42.0625rem;left:1rem; }
#QL5zv8oNTmvqNokACBCgBlocPzqKrten { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:42rem;left:21.1875rem; }
#oUZ6062v1WXtFzCMvLwhc0mMNwykd4O1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:40.625rem;overflow:hidden;display:block; }
#cAU3akQVUHGtmBkdyvlG0RP6zJgVdM2r { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.625rem;left:40.625rem;display:block; }
#WiUHSgKKCQaqRADWalKJsignwT3KbSZw { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysHZduq1mASBKnPdF6cH8MELBoFe27cN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.625rem;height:0.97439375rem;display:block; }
#rbbsiN1KUVLh7NOi0CRi8Dnr0NSDXeuF { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:21.75rem;left:41.5625rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ikkpUnzb8aTHNpQTuPKdM0Eih6oTTg1T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.25rem;left:41.4375rem;height:2.599825rem;display:block; }
#f6HwAa00TTOqBkP3rEpEWTDGRFmA82ED { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.3125rem;left:41.375rem;height:1.2999125rem;display:block; }
#hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:33.5625rem;left:41.6875rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#bCUUkdvdOQsCFrHwG3CIqswUHX8ti4dV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.625rem;left:41.625rem; }
#g1P4pc6SrQNDwqbR7bF4RbtlMv9eSNkC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.375rem;left:41.625rem; }
#L268PDX3gKqUdhsBsmtLPeqH5nAZrZGB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37rem;left:41.625rem; }
#tOIHlV1XQdKtfebr857c82TFixHU8KxH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.75rem;left:41.625rem; }
#C3pHos3MVrNnvITqiiJ7d1hJyOoNuEgI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.4375rem;left:41.625rem; }
#lBk5525s4TwMKFw1Kgxz2isPZ1DFKbSS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:42.125rem;left:41.625rem; }
#aOiscCBOaMZdukTAgAo3dvT1UruNT23W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container { background-color: transparent; background-image: none; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container > .video-iframe-container { display: none; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row > .video-iframe-container { display: none; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .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); }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container { border-width: 0; border-radius: 0; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#q2N1TevZdvPCUQf9b3FnBRVs4DhV2v6o { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:0rem;display:block; }
#Taux5lm2TXeIykMBTcuFphgn0mWdCqlF { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:1rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGv3kSophtMXeonATT4CleFnv0lk7Ivt { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.6875rem;left:0.9375rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GEwXToTrWz1svnyZ79pAO44uqspPRtTt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:1rem;height:0.97439375rem;display:block; }
#iby99s9zGpKBFTitoCMhaDbvKB8yD3yS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0.8125rem;height:2.599825rem;display:block; }
#hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.5rem;left:1.0625rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#RWozqxrUhqIhqw3cEMhzrhywPMt30V1a { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.75rem;height:1.2999125rem;display:block; }
#x7tn7FfFv2lQUBqDdHzAAbU3SzTNC3mZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.5625rem;left:1rem; }
#tskJ1HbF650FTHmM0d1DHgTl11n6I3KD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.3125rem;left:1rem; }
#k4Su5IHln57N7wVD5pe4E33IMnFyl5Rw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.9375rem;left:1rem; }
#MlR3W5nwTOO10THiQ3N5PGCu5h7CTxnC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38.6875rem;left:1rem; }
#XTFldaImU5pV4nTAREFStulJTKS69267 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.375rem;left:1rem; }
#NFBxy3XTW7loE6xHLCOGtLZINCX9l6RV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#knMGPJxvF1T3fP2rrAtRfDKMAVIEr8ld { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:20.3125rem;overflow:hidden;display:block; }
#vcbiEnUgVbJJG5gyBbOfcb0TPblUUdR5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.5625rem;left:20.3125rem;display:block; }
#bx6gSdV2Rlcd4iyVftpahmGe9ZxOuTNW { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0nm6N0yDkIA0ZRqaiSZ0WGxZlLJcq3R { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.25rem;height:0.97439375rem;display:block; }
#wxqhFGzdNbFHClKBx0MQ9dtTIzXxpUyV { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.625rem;left:21.1875rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DweJSg8SbJGRTFrBTaElLMIxw57D2QWp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.125rem;left:21.0625rem;height:2.599825rem;display:block; }
#gwikOxAEV1kTEuUllOHRcoXmGgs6B84D { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.1875rem;left:21rem;height:1.2999125rem;display:block; }
#fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:33.5rem;left:21.25rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#gCpVFw6Ck05lRRRFOy1UBORmq46TlJNF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.5rem;left:21.1875rem; }
#Hhvwp89S4N0G7ptgBwTTcdKGpgpshKwz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.25rem;left:21.1875rem; }
#N6GBxWWzo12gNFFEFQq8Ic5S5bS4T6xM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:36.875rem;left:21.1875rem; }
#FdPlioPwqLMp2QJqqsNFwxzepp36Z811 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.625rem;left:21.1875rem; }
#U4iED0zkHVFcqm7rzSiO3t5kNJyulirV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.3125rem;left:21.1875rem; }
#qi8c3ixWMPO9TNygO7WT3LQXP4NEbaEa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:42.0625rem;left:1rem; }
#G4twoeaOuuuh6aZsnKfCwMfOhEgZTIFb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:42rem;left:21.1875rem; }
#R5SF6Did08vUEfmBZTviGBGpi2SI9IGe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:19.375rem;top:1.9375rem;left:40.625rem;overflow:hidden;display:block; }
#z6aq9XfCX4nDtyo5NAoWedmcyhOTpB7I { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:19.375rem;top:15.625rem;left:40.625rem;display:block; }
#yHE6pgkqgx5Jkbsb9skMEA4bbJCufrIK { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIqhPry4dXgZbBqI7DmhvgCvHNPzUWbu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.625rem;height:0.97439375rem;display:block; }
#uTM7N1TGoCJEnKioSG1My1B62234TS6r { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:21.75rem;left:41.5625rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNRZ3TR3lVSFKcmxw9OG5T0puyrQTzBS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.25rem;left:41.4375rem;height:2.599825rem;display:block; }
#QwZGXhdgIx14LgmVNa5sLvT4bZv6JLBk { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.3125rem;left:41.375rem;height:1.2999125rem;display:block; }
#OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:33.5625rem;left:41.6875rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
#WIkPOrOhhsG9N14I1I6epnZsiKEZcp76 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.625rem;left:41.625rem; }
#fFlISX5cC95DC65dO9UZW1HBk3TtQPZx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.375rem;left:41.625rem; }
#KVpUOM5yaHXKATw9xc3kRnROkW68tSaX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37rem;left:41.625rem; }
#mWR0Vf9QN4IzWca3nbQbIPt2HnLGRMTk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.75rem;left:41.625rem; }
#AQ1KTCRKi4w4e8B5TeodBb0t9gkIOKok { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.4375rem;left:41.625rem; }
#NMrdKyZHxewe6DKdNkHOQ7VeRKQbl9Sm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:42.125rem;left:41.625rem; }
#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container { background-color: transparent; background-image: none; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container > .video-iframe-container { display: none; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row > .video-iframe-container { display: none; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .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); }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container { border-width: 0; border-radius: 0; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#HMm9wzcqRlgfLdXRlJkphuz7VWuPvS4G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.75rem;top:0rem;left:9.9375rem;overflow:hidden;display:block; }
#hH0IfJZHeRGvtsUsD3JT1kbS3uaAx9nn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.75rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container { background-color: transparent; background-image: none; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container > .video-iframe-container { display: none; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row > .video-iframe-container { display: none; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .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); }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container { border-width: 0; border-radius: 0; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#A7Him1SAZ0CFWiqHJFiFv2aLE2055KEU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container { background-color: transparent; background-image: none; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container > .video-iframe-container { display: none; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row > .video-iframe-container { display: none; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .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); }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container { border-width: 0; border-radius: 0; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#XwJQtIAmMwZqo7wFvySTqsg3ygIZJhrh { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1ahENIIpQ96brid0iT7n6JX6lg5fOvO { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.25rem;left:4.8125rem;height:2.15603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container { background-color: transparent; background-image: none; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container > .video-iframe-container { display: none; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row > .video-iframe-container { display: none; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .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); }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container { border-width: 0; border-radius: 0; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#eoCCoTh9IUTca7bMfyUXuGeyrAyQni8x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZRK6udu4opTEfGA5keHHsNnnChEwHhqR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.4375rem;top:0rem;left:20.4375rem;overflow:hidden;display:block; }
#NER47FD3QyGMp8qQAodczxrWNh0Bn3x4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.4375rem;top:0rem;left:40.5625rem;overflow:hidden;display:block; }
#TtWuSHKOvy7ATw44sdwi3qeLM5At974l { 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; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container { background-color: transparent; background-image: none; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container > .video-iframe-container { display: none; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row > .video-iframe-container { display: none; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .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); }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container { border-width: 0; border-radius: 0; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#piHEzWTxLilL411uEA5GoNsWfIhJH9QK { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKlTHF3ZCidSNEnsTQF7MGEhhL4kD59E { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:4.78125rem;height:2.15603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 { 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; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container { background-color: transparent; background-image: none; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container > .video-iframe-container { display: none; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row > .video-iframe-container { display: none; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .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); }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container { border-width: 0; border-radius: 0; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#NocLq1MirXUGJxCDDyL2weN8paySvt83 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FUTpqxGh6T1ggzurhCwCFUfGN6pH2vd6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#gzw2ObU8oJmzR4fzcOLG9dtb8Pu1XAqE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container { background-color: transparent; background-image: none; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container > .video-iframe-container { display: none; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row > .video-iframe-container { display: none; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .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); }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container { border-width: 0; border-radius: 0; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#lf8x9AZ5NQ2WhfUCZl4RMduBT2lTTWfF { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOOqqbw6JtBuD94kyOTWkB7cccTwBdJT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:4.78125rem;height:2.15603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c48BehrZFkEA3EL82O404xANM4WmPaFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container { background-color: transparent; background-image: none; }#c48BehrZFkEA3EL82O404xANM4WmPaFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container > .video-iframe-container { display: none; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row > .video-iframe-container { display: none; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .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); }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container { border-width: 0; border-radius: 0; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#KlTnRb3VBGJ9ZiCKcl7QoCmtK9bnkPnp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#H5CodEKddmhSzVDdcvUP60NTWbAVwqdr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#y99tHQxwkaQNP84g0VcQlrlUS0VG4nr7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa { 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; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container { background-color: transparent; background-image: none; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container > .video-iframe-container { display: none; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row > .video-iframe-container { display: none; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .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); }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container { border-width: 0; border-radius: 0; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#fTvtnwsBd0PSvh30zhvOQQuiOoorzrry { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlC8awlZ3wwmKTlTXtMkRktf8SC9QqVb { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:4.78125rem;height:2.15603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4lBTEovLoaOF2dtVc15TL78HPNqodKX { 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; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container { background-color: transparent; background-image: none; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container > .video-iframe-container { display: none; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row > .video-iframe-container { display: none; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .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); }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container { border-width: 0; border-radius: 0; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#qgrWnQUa0l202itz47FzL8KLLTUoEfLV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EWnHSkrUO5yaneli7FsncioCsklEi9am { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#nB2ib5Z28aveMGKW4UHyA8W7BgId9xyg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container { background-color: transparent; background-image: none; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container > .video-iframe-container { display: none; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row > .video-iframe-container { display: none; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .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); }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container { border-width: 0; border-radius: 0; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#WImTmyVi9mekp1FoN1U7X6sRBetRU7Sq { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKnqb5PbHD19T8qqFlkHZbH9Kdeb2rgv { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.71875rem;height:2.15603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bo2nhqQLviUz251LGAsR46dcHMW89ULB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container { background-color: transparent; background-image: none; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container > .video-iframe-container { display: none; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row > .video-iframe-container { display: none; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .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); }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container { border-width: 0; border-radius: 0; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#tEkDUyktJ2Ic3Xh1AZZvKDKEsPGTEBJi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#J2HvV16C5sJTbOV9gzJOGLEHFUckTSF1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#M2JqLHPTow8J5TD2ouLsS5ym87iHRpaO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR { 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; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container { background-color: transparent; background-image: none; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container > .video-iframe-container { display: none; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row > .video-iframe-container { display: none; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .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); }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container { border-width: 0; border-radius: 0; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#LNcQ4FChAvaROVFJH3qRtkFGq1WnOIGL { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqW8roT7gv53L6raBCmgnMbcgXTsXwbp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:4.78125rem;height:4.3120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq { 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; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container { background-color: transparent; background-image: none; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container > .video-iframe-container { display: none; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row > .video-iframe-container { display: none; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .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); }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container { border-width: 0; border-radius: 0; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#B4ZNMdhE7ezXUTzS35l2NWP4myTzcSTQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tuTVyv5kMRseFAQXQ62y5t5MwIaydiDD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#PLXGPHUnUTnUWDi1k7Vc6lHdcLAyIU5O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container { background-color: transparent; background-image: none; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container > .video-iframe-container { display: none; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row > .video-iframe-container { display: none; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .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); }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container { border-width: 0; border-radius: 0; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#BPPtfCwPXWKpruwkNNlv0ma5nQxGtFWO { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:5.9375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BD3UfmuePXFAJELbIL0ffuAB8H5t0GeV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.71875rem;height:4.3120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3dddd;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; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container { background-color: transparent; background-image: none; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container > .video-iframe-container { display: none; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row > .video-iframe-container { display: none; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .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); }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container { border-width: 0; border-radius: 0; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#oXc7RQHpAEFBt7oCTZBsCNgFTkC5xgRp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ieNd82whAq12BGRItqf1KZGzA2Maq0tT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#SvTL2I4q7NNxt7xx71y99xXsnaTUUWwJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.5rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container { background-color: transparent; background-image: none; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container > .video-iframe-container { display: none; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row > .video-iframe-container { display: none; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .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); }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container { border-width: 0; border-radius: 0; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#wnKWM07nOIv5If0kxvCialI8oJzax3Og { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.96875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container { background-color: transparent; background-image: none; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container > .video-iframe-container { display: none; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row > .video-iframe-container { display: none; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .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); }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container { border-width: 0; border-radius: 0; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#cOexgSR3okwo2DfVO90Ufq6uDvHn3caE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.75rem;top:0rem;left:9.9375rem;overflow:hidden;display:block; }
#nC6n79aoWSHSviRGUxJCA1pkVINDxC4Z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.75rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT { 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; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container { background-color: transparent; background-image: none; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container > .video-iframe-container { display: none; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row > .video-iframe-container { display: none; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .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); }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container { border-width: 0; border-radius: 0; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#MOtzLz2ssf0SbXvlmeKoctpH7hv3zed2 { 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:5.0625rem;width:9.3125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#yydoAuxGV1JhdOeJwSsC0Q3v2HMKLlTG { position:absolute;display:block;z-index:14998;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:4.875rem;width:8.0625rem;top:2.28125rem;left:8.75rem;overflow:hidden;display:block; }
#cozrp62kELSN7S1F1bQZBtlfADPKAwU2 { position:absolute;display:block;z-index:14999;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:4.625rem;width:8.0625rem;top:2.40625rem;left:15.4375rem;overflow:hidden;display:block; }
#e8TfTHNT7OqhFACTUd6ZVWG3gCmIru2E { 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:3rem;width:4.625rem;top:3.21875rem;left:22.84375rem;overflow:hidden;display:block; }
#S1OG7RvF4kkrweFKvvqOgk8NntMXZbTO { 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:3.6875rem;width:7.625rem;top:14.03125rem;left:5rem;overflow:hidden;display:block; }
#bcgJUMSCOi7nJLEad6SbVLNx05OBSzGx { 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:4.375rem;width:8.4375rem;top:2.53125rem;left:39.875rem;overflow:hidden;display:block; }
#IIsmVNJ24IoqH5igkm8LxQsBb6iV19V0 { 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:4.0625rem;width:5.6875rem;top:2.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#qCEkIhP4omB7M98U1PsTRsk3SHHfBRWr { 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:4.125rem;width:11.6875rem;top:2.65625rem;left:27.78125rem;overflow:hidden;display:block; }
#kVlcGeR6RSSqqBOtGJutMLLXQXBCpfrV { 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:4.5rem;width:5.4375rem;top:2.46875rem;left:54.5625rem;overflow:hidden;display:block; }
#quTIWTv3lgLo9fLfKGSOlkM3X9AcKi8b { 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:4.875rem;width:7.0625rem;top:7.4375rem;left:0rem;overflow:hidden;display:block; }
#ulhNxIpV7z93W5OPs3SXfTC3UaoWTT6T { position:absolute;display:block;z-index:15009;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:4.1875rem;width:10.125rem;top:7.78125rem;left:6.8125rem;overflow:hidden;display:block; }
#V8SullTpSBrfAyDDRRqtS9gxRuZ2gh6b { 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:3.6875rem;width:4.25rem;top:14.03125rem;left:17.9375rem;overflow:hidden;display:block; }
#V7tIb5DoZFqMm60mJSyyUTNUN8taO8Eq { 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:3.6875rem;width:5.8125rem;top:14.03125rem;left:27.46875rem;overflow:hidden;display:block; }
#bGyF5us8xQaxvTiieU8RR95rA7tScpIg { 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:3.1875rem;width:12.75rem;top:8.28125rem;left:47.25rem;overflow:hidden;display:block; }
#pNuVaGnsqcD99qsE7SOiwtthxTMPzHlJ { 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:3.75rem;width:9.1875rem;top:8rem;left:17.4375rem;overflow:hidden;display:block; }
#FZuLT7KGwKfrn7IzzBWSFJAi0O6sznBl { 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:4.4375rem;width:4.4375rem;top:13.65625rem;left:0rem;overflow:hidden;display:block; }
#JwTBlxARZ3aJZq7TzlLKVbIp1Eg7bzSU { 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:3.5625rem;width:5.375rem;top:14.09375rem;left:40.484375rem;overflow:hidden;display:block; }
#gPOV5K5ymCUSiHEf2xqyKVCtVHvokpb7 { position:absolute;display:block;z-index:15005;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:3.3125rem;width:3.25rem;top:14.21875rem;left:13.5625rem;overflow:hidden;display:block; }
#nX7WgS5mgxdUrT0fTpeA93qIphmLiu9u { position:absolute;display:block;z-index:15006;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:3.75rem;width:3.1875rem;top:14rem;left:23.25rem;overflow:hidden;display:block; }
#Seoe9WeBlHrliiOAc4w3butDzyyANFTe { position:absolute;display:block;z-index:15007;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:3.5rem;width:5.3125rem;top:14.125rem;left:34.21875rem;overflow:hidden;display:block; }
#owe9LWkvXPAQocIWXEWTk122cBT63QhL { position:absolute;display:block;z-index:14997;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:3.625rem;width:13.125rem;top:8.4375rem;left:26.71875rem;overflow:hidden;display:block; }
#IzHVVKBwHhEuksmHtzNw8a845AA2gmhO { position:absolute;display:block;z-index:15008;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:4.625rem;width:8.4375rem;top:13.5625rem;left:46.5625rem;overflow:hidden;display:block; }
#O70rBF6f4krqmHB3TyT7A3DCNoIaH2e3 { 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:3.875rem;width:7.1875rem;top:7.9375rem;left:39.578125rem;overflow:hidden;display:block; }
#Gd2f6SGfbepP4eiRRI83sd6yXgV7FsRf { 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:3.75rem;width:4.1875rem;top:14rem;left:55.625rem;overflow:hidden;display:block; }
#x1IVPT9y395reuQ1129fWOuDqxNPX6Rt { 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:4.93706875rem;width:4.74935rem;top:19.653863906861rem;left:7.9448776245119rem;overflow:hidden;display:block; }
#GPTblJV7VrQUCkFMnhrvLTrVO5zTKr0k { position:absolute;display:block;z-index:15005;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:4.24913125rem;width:8.311625rem;top:19.654947280884rem;left:12.624784469604rem;overflow:hidden;display:block; }
#qor5nt0nHwFiDfAVDtAXTA9P1Ck6idbP { position:absolute;display:block;z-index:15006;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:3.93663125rem;width:7.4370625rem;top:19.811197280884rem;left:19.256727218628rem;overflow:hidden;display:block; }
#mD64cDavpqOKheHSQDIinTQoFhbx6yiT { position:absolute;display:block;z-index:15007;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:4.6875rem;width:4.74935rem;top:19.436849594116rem;left:53.404947280884rem;overflow:hidden;display:block; }
#NbMVc60gAL9lyaE2azhCtt9D6rtOiwSN { position:absolute;display:block;z-index:15008;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:3.6875rem;width:6.75rem;top:20.030382156372rem;left:26.24278190715rem;overflow:hidden;display:block; }
#aL7t9uCGg7WeEVMiiVUS5QAex1KNh01D { position:absolute;display:block;z-index:15006;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:4.87413125rem;width:6.875rem;top:19.684244155884rem;left:0.25390625rem;overflow:hidden;display:block; }
#KOU0hRhhr8ds3ScQD5eAIaTmtxNdHNL1 { position:absolute;display:block;z-index:15007;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:4.56163125rem;width:6.9998125rem;top:19.499784469604rem;left:46.562501907349rem;overflow:hidden;display:block; }
#q5rshxTCGH43Dw0Guuc4TobZV4RiDUvd { position:absolute;display:block;z-index:15008;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:3.125rem;width:6.875rem;top:20.218099594116rem;left:39.468317031861rem;overflow:hidden;display:block; }
#MWGFLkhMT9ltwfpx4PsSicFC6numu3v5 { position:absolute;display:block;z-index:15009;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:4rem;width:4.125rem;top:19.841581344604rem;left:33.944625898076rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmTPofKuDh5BuoyImpTG5KpWP2eCpqD4 { top:3.6875rem;left:14.778863906861rem;width:22.375rem;height:8.6630334714047rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSmibVRCEMbFfniVlAsIBCXBk5sPSmav { top:81.4375rem;left:8.9375rem;width:34.0625rem;height:15.596668437151rem;display:block; }
 }@media only screen and (max-width: 763px) { #d60UUKpR462V7XwVGn2QEaBrPJkuHH6Q { width:47.75rem;height:10.4375rem;top:95.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJxktsr8iqkoEyNW6O6Gsr40vT3n6Zt { width:37.5625rem;height:5.1875rem;top:109.875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJT9BTBREU8dinOrTmqmzLdp9bgIQqQe { width:41.25rem;height:10rem;top:107.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaWHa3lmBq8lQSmlhIW0lo55TREB3mb { display:block; }
 }@media only screen and (max-width: 763px) { #WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 { display:block; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:25.9375rem;height:8.125rem;top:1.6875rem;left:21.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzneUziTgOVwIr7UZq8xOZ2ATToWMk6y { width:9.375rem;height:0.125rem;top:10.9375rem;left:24.812067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:25.5625rem;height:26.25rem;top:13.375rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTVrzioZAIcp2ouMwG0rf1Mm6xeRWg7 { top:21.5625rem;left:0rem;width:27.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTlLKZZM6B1bgXDXWtJcR59wDw0ntPc { top:1.0625rem;left:0rem;width:27.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu { display:block; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wypOpMArskTRaxsmGx2qr9iSS4SnPIyc { top:0rem;left:0rem;width:19.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2N04AW7OVcsBZFFfG1MLet7N2d4dkpm { top:0rem;left:13.8125rem;width:17.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiUnNQMTHdZ5GW29Cbv1kZTGIRck5Op { top:0rem;left:29.875rem;width:17.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHomwkrhXJuiJRmPempzWrKnNEVoGtlo { top:14.75rem;left:0rem;width:46.5rem;height:25.426249468085rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:block; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:47.75rem;height:4.0625rem;top:4.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { display:block; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { width:18.9375rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { width:16.875rem;height:2rem;top:8.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { width:16.875rem;height:5.0625rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { width:18.9375rem;height:18.75rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDAIibeW519rXotVs568ACHh7U8Kiq7 { width:16.875rem;height:3.375rem;top:12.6875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKm23EBRG77QPxHTBmUVw4RELQzux44x { width:16.875rem;height:4rem;top:8.375rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { width:18.9375rem;height:18.75rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { width:16.875rem;height:3.375rem;top:11.8125rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { width:16.875rem;height:2rem;top:8.375rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqogHXNnQWf0u5q7GM55t2641niOFETZ { top:3.0625rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqB1safF8DfBGBcPM5UIAfxIny6wbdJe { top:3.0625rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXZETTl5Utn3KKSH9GecAllHFstKlmz { top:3.0625rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 { display:block; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI5ceqcNIJeWMXgciTZ7f8TM4pbdZgN6 { width:18.9375rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2nN70MCtAcfmMUzd1WcXS3mfqvt902 { width:16.875rem;height:2rem;top:8.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci1rDAd0kkb8cRgaprM6dac0RaDpsACb { width:16.875rem;height:5.0625rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1vtMzKdGdZo3lfPuJheGfTSlJd7VmR { width:18.9375rem;height:18.75rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC54qNH4loq9hVRclpzbEihTB7GiwmAq { width:16.875rem;height:3.375rem;top:11.625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMJLXvuoKM7wX043QF8VIbG9Onz9T12 { width:16.875rem;height:2rem;top:9.0625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOF3VuNKUhU9zTRpFft5wxnL1S7DJVnf { width:18.9375rem;height:18.75rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADSQXpdHUI1vOk4AZT3ytPbAr5yyA1g { width:16.875rem;height:6.75rem;top:9.9375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvWWgL2dN1HTp9a6UgDe8GAZwW0pXKSO { width:16.875rem;height:2rem;top:7.375rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrGT25pQf0fTuouJXMm4n9T233NyTRmb { top:2.875rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkUyZ7TuNDwJxmCoHQyG2ByWhcSu69f { top:3.75rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKTiCv4ACZtGttC1XBcbL9Ns8h0sUZe { top:2.0625rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN { display:block; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnrfzreaKoALa8bq8bQTvDKrsWzqzuKs { top:0rem;left:1.25rem;width:45.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 { display:block; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hel86puTXQT8P0LJ4aXrPRgNZonB5o8D { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpiT0eyvqqrcmkqG6d9lT5wDJiPpZ7M { width:47.75rem;height:4.0625rem;top:4.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glBG0qfb2PItwydm0fDTUbgE7lIxLfhX { display:block; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5GDJk8sN8UxEtKeV9hHwTHqfb12tK5R { width:18.9375rem;height:24.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5B2zeuDxOBPPLvcpDx6aTn8qaXDgvx1 { width:16.875rem;height:6rem;top:12.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBS2sixCPfIJWABqrkQcJJuTkii7ORhq { width:16.875rem;height:4.5rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7PKlTBx11Z7dhJwe9aKJNKfIQOEvasW { width:18.9375rem;height:24.6875rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U16tyQOv8LH0RxspDJKWq6OSfWEfEdHE { width:16.875rem;height:6rem;top:15.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAqUPJ8J1tuuy8STHhTB0VzuTxdr1zTC { width:16.875rem;height:2rem;top:12.3125rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx9B2QpSN2XnSvTIGUQalNLUmZuGvcp { width:18.9375rem;height:24.6875rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb7dp2mL5aVfcPSO9IfBNnVJelkstBT1 { width:16.875rem;height:6rem;top:15.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBd6oi8RfMA8oplKTI4F0JTwQR313Gdx { width:16.875rem;height:2rem;top:12.3125rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBV7qTUkH331dKnaDf4aTqOzNaG2rE7E { top:0.9375rem;left:0rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKHRDd5oLoH38yZszOVIdB85tSKgyns { top:0.9375rem;left:14.375rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRd5ayMIMrOXEx2f10c0tWF1OrB3qlc { top:0.9375rem;left:30.25rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT { display:block; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdRNUfkndpg2d4GSsXF11y2Dcz8TlHK { width:18.9375rem;height:24.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTw2xGvOhcnX89LmoFgqNoBWbtuMoTcH { width:16.875rem;height:4rem;top:12.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaT2Oo1X42Kfim6E5LQfhMIaxQcNWbT { width:16.875rem;height:4.5rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFJvazvnxGvTnCTXxTxg8h1MlpgvCT2A { width:18.9375rem;height:24.6875rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCmqdZSkxWue7QTPrSxEV9lxK8cb8qET { width:16.875rem;height:4.5rem;top:17rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGEVLZ8fTzz5ELwDsulFvAHXpuhW6Tw { width:16.875rem;height:4rem;top:12.375rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRKEzn0IbOZM5hBtFRdsQfrLZVtAbF5n { width:18.9375rem;height:24.6875rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3yFvQl5E4Rv3dlW4TxoBrLm0xTiGG4x { width:16.875rem;height:4.5rem;top:15.3125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIEFOiZgee0fu5Tt9wrgr2J8VoXxqw { width:16.875rem;height:2rem;top:12.375rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LSMdEue8vITtCVt7gBNaTE5KOlZuin { top:0.9375rem;left:0rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSV9Rx8BvzcKKCfvlz9FyVX8gUZEbTz5 { top:0.9375rem;left:14.375rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyTTOFo8i20CMLsWKouweFKre54Bhxy { top:0.9375rem;left:30.25rem;width:17.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAqsLRTDACJ2hyabeToLGRrHUynqggU { display:block; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCqoCqTAf8w0VufmIT6dycaVfxyi3Fe { width:47.75rem;height:4.0625rem;top:2.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIImKFB9vNO0cQQn3ELAUb4ZSaPPhXHb { width:47.75rem;height:2rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ { display:block; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5B4mraBSLPPUyWXh0cimBFkVkasqGBi { width:47.75rem;height:8.5rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWv7elklJpyXrJmX3eNMFqafAlJGiyeW { display:block; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCOTV3KO3Ipsf9PZLOJxHP24lhqHUhVg { top:0rem;left:0rem;width:47.75rem;height:67.716371220021rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC { display:block; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BfgKOrpUOSDUWKtwfTxPMs17abHKKD { top:1.875rem;left:7rem;width:33.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5pm0HzNZFHS9KHw2sIli2H2bgIZ5En { width:47.75rem;height:4.0625rem;top:16rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r { display:block; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvTZrRGDl3wEAmlVgDt6qnNSWSz5DSBC { width:19.375rem;height:30.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXMtGTKvXguM6kBkgI7xLeLOV0pSXHR { width:16.875rem;height:2rem;top:16.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJBgAziUkWDszlEsQk9Q1BBnbBFGXLT { width:17.25rem;height:4.5rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfvqywNc9R0AC2qrvLzt7VOfq5BBAlu { top:19.625rem;left:0rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXvdop46BOTJCGPprvGA6ug2nTna8Ov { top:27.1875rem;left:0rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w { width:16.875rem;height:11.1875rem;top:33.5rem;left:0rem;font-size:0.9375rem;display:block; }#ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #egi51yduHp88nI5TVBhuFR0376hF7qHv { top:31.25rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD26p7ARp8Lv98iqDCE1NGrgCifQmHtW { top:33.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7GG8hpxlWyKcJqTKQyIPHTdG2I8ZQ5 { top:35.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5DLzwTsrvt4Eaiy7HigD610EWTa8pDk { top:36.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKuZTgIUmU1XXwbx3X1AmxJqOileSAU { top:38.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJ3LH49dsJgXVwV9Q7r77Rzh9tUGMZm { top:40.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCDP55IgkcazEfktF5NdRCfOFx2nu9RE { top:2rem;left:0rem;width:19.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRvAhh1ET0lwVICwc88aIgSsbAnoBeG { top:1.9375rem;left:12.375rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh14h4qTEyHrG1sPw7nI2KecTlCaGCTO { width:19.375rem;height:30.625rem;top:15.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUa9yDv1m2WWKa9DxtNKXDymO2dr2o52 { width:16.875rem;height:2rem;top:16.6875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpkWEokfGSpUFRt55x7XXLHkb0BXLn5 { top:19.5625rem;left:14.125rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyl7WkzUb3d582Qc4CG84q65tWscqCQ { width:17.25rem;height:4.5rem;top:21.625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LezRgBBTz4PqadsSxxnrgXocvPRwLMVH { top:27.125rem;left:13.0625rem;width:18.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UWDJagHksJmzeyy5bWVXKXpwSIH1WX { top:31.1875rem;left:13.9375rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM { width:16.875rem;height:11.1875rem;top:33.5rem;left:14.875rem;font-size:0.9375rem;display:block; }#wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #FZTSgnDHRiyFJWGS3XKd7WlBuxrCMcsr { top:33.5rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE00qDdVR1Rxpi0T2se5RyeFCrvN1tkq { top:35.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCU0vIIro5CQTTvXe90KLomFiMHTPXg5 { top:36.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyeW3foKOCsZ37lCZ57LS0I75IL8Z8n { top:38.625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8IwStEDCNu1XdyEWoJWybf2RRdFK7S { top:40.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvpCbXG1PSKqdCMGvwtxuK94MMCHvEX0 { top:42.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfuCFDutvvCqrpOax6BJSSDWU3RkbFJ { top:42rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNVnbOxUfmqETr4X0FSlPGHFvz5FoRFX { top:1.9375rem;left:28.25rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBWIsK0qkFT1c88kBLHTNsXtF056nrT { width:19.375rem;height:30.625rem;top:15.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sexENLV40hKtTQlI0SInLIl5uRkvy7Jd { width:16.875rem;height:2rem;top:16.8125rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcbTwUOBDs3HbxmeJ9uD5WUoAsZSu1K { top:19.6875rem;left:30rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsQ5KLzl4iXTITrWmxRFuhnyldw9o4ph { width:17.25rem;height:4.5rem;top:21.75rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcANmEwM3H8gZiDkRwOVaD0Tv8R32CV { top:27.25rem;left:29.5625rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pUPGlid9G1u5pmHh3gJIMiyPkWFVQt { top:31.3125rem;left:29.8125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdbzua31fp9KMhuvZarV04hRdR7S3GSP { width:16.875rem;height:11.1875rem;top:33.5625rem;left:30.75rem;font-size:0.9375rem;display:block; }#Qdbzua31fp9KMhuvZarV04hRdR7S3GSP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #A6gUoMaCAyIE2FMzktsT5UxCDLmyNWO3 { top:33.625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2iIsFLBkKMAaMmhMQSsZ0agnq4RTvc1 { top:35.375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDqaxs6l7r34aFBJ4IGoIrcRxqK4v6iK { top:37rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOSne7yUoRviUXFNDr9xhVem5OqdH78 { top:38.75rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJmRtewiO7nfnETiKIsShaHJkV7SFrGS { top:40.4375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k01kB8up7ZM8prdGCORzDcUCHf0KcO3M { top:42.125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH { display:block; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNZgDW5lVzszvIF9CC8DlMiVP0x0Q9X { width:19.375rem;height:30.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgbboyth4JZdZWqf5ohP86J37eiet5TZ { width:16.875rem;height:2rem;top:16.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrJ5hWUnTf04a4GsR5TsEP7HbDgrtST { width:17.25rem;height:4.5rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFMaAAQWAE52Ip3rNfmaePZ1xSToamCK { top:19.625rem;left:0rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMEBTa9XrpWZ7at4M1b4EHHyHHdTiSpe { top:27.1875rem;left:0rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX { width:16.875rem;height:11.1875rem;top:33.5rem;left:0rem;font-size:0.9375rem;display:block; }#TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #az2a9Kf5z02m9U2qxRbem2tKACnSKAHR { top:31.25rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgaFflMDHuc3x8S326Iqn4LhMNgqqF8 { top:33.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhHXDBsDxD6iUWf1Tb9MokH5FG8dtaU6 { top:35.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqgGOLaEfbfXs1S4L7wNxd4UO5f6mmGg { top:36.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf8tO475aDQWZFqTzf2p0b2Ceu1wIIzz { top:38.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgbx23pN3lxWAulAQ0wC6O5XzCoQNSoX { top:40.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3avtLWUtbgu9WiMLPicQszFxsZuaG88 { top:2rem;left:0rem;width:19.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkqt7EAZTnlfTLau3SWJDXnN9ePqtNp4 { top:1.9375rem;left:12.375rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbBSWBnNWTrI1phDTOOSCMP01WiEpM6z { width:19.375rem;height:30.625rem;top:15.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUatVJ304utNNZPQTeNZApF74eF5NpcQ { width:16.875rem;height:2rem;top:16.6875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR41Tr7MtpqEoTCHFqzSEZZnl8o1H8E2 { top:19.5625rem;left:14.125rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB3zbpP0Hum24H8SLFTaIaeIsRcrF2qO { width:17.25rem;height:4.5rem;top:21.625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvW6E0PzKtF5AK1iACf0kTl77CCUnzuS { top:27.125rem;left:13.3125rem;width:18.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khRLzl5PBLTOIQPNgi8rCe0oTxdtXsTO { top:31.1875rem;left:13.9375rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA { width:16.875rem;height:11.1875rem;top:33.5rem;left:14.875rem;font-size:0.9375rem;display:block; }#u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #TyGCmkzIoMwc2V4mAd3S7Rp0fX5FIO30 { top:33.5rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISJyeEaKRouDifRc7LkdTTZpGBLTwIJ8 { top:35.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl0sB5pSsUbrxAIDWJHqMp4dW6snOtQP { top:36.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng77f5sbMfRVWJCHTiJKTD608ftRXXNy { top:38.625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOipHOCf27yVHti5muAIQDsnVcM6uanE { top:40.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3JKAkaD1DOgQkBNR3mvRLV4e4yyHcXd { top:42.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL5zv8oNTmvqNokACBCgBlocPzqKrten { top:42rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZ6062v1WXtFzCMvLwhc0mMNwykd4O1 { top:1.9375rem;left:28.25rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAU3akQVUHGtmBkdyvlG0RP6zJgVdM2r { width:19.375rem;height:30.625rem;top:15.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiUHSgKKCQaqRADWalKJsignwT3KbSZw { width:16.875rem;height:2rem;top:16.8125rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysHZduq1mASBKnPdF6cH8MELBoFe27cN { top:19.6875rem;left:30rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbsiN1KUVLh7NOi0CRi8Dnr0NSDXeuF { width:18.125rem;height:4.5rem;top:21.75rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkpUnzb8aTHNpQTuPKdM0Eih6oTTg1T { top:27.25rem;left:29.5625rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6HwAa00TTOqBkP3rEpEWTDGRFmA82ED { top:31.3125rem;left:29.8125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID { width:16.875rem;height:11.1875rem;top:33.5625rem;left:30.75rem;font-size:0.9375rem;display:block; }#hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #bCUUkdvdOQsCFrHwG3CIqswUHX8ti4dV { top:33.625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1P4pc6SrQNDwqbR7bF4RbtlMv9eSNkC { top:35.375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L268PDX3gKqUdhsBsmtLPeqH5nAZrZGB { top:37rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOIHlV1XQdKtfebr857c82TFixHU8KxH { top:38.75rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pHos3MVrNnvITqiiJ7d1hJyOoNuEgI { top:40.4375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBk5525s4TwMKFw1Kgxz2isPZ1DFKbSS { top:42.125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiscCBOaMZdukTAgAo3dvT1UruNT23W { display:block; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2N1TevZdvPCUQf9b3FnBRVs4DhV2v6o { width:19.375rem;height:30.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taux5lm2TXeIykMBTcuFphgn0mWdCqlF { width:16.875rem;height:2rem;top:16.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGv3kSophtMXeonATT4CleFnv0lk7Ivt { width:17.25rem;height:4.5rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEwXToTrWz1svnyZ79pAO44uqspPRtTt { top:19.625rem;left:0rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iby99s9zGpKBFTitoCMhaDbvKB8yD3yS { top:27.1875rem;left:0rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU { width:16.875rem;height:11.1875rem;top:33.5rem;left:0rem;font-size:0.9375rem;display:block; }#hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #RWozqxrUhqIhqw3cEMhzrhywPMt30V1a { top:31.25rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tn7FfFv2lQUBqDdHzAAbU3SzTNC3mZ { top:33.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskJ1HbF650FTHmM0d1DHgTl11n6I3KD { top:35.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Su5IHln57N7wVD5pe4E33IMnFyl5Rw { top:36.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlR3W5nwTOO10THiQ3N5PGCu5h7CTxnC { top:38.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFldaImU5pV4nTAREFStulJTKS69267 { top:40.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFBxy3XTW7loE6xHLCOGtLZINCX9l6RV { top:2rem;left:0rem;width:19.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMGPJxvF1T3fP2rrAtRfDKMAVIEr8ld { top:1.9375rem;left:12.375rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcbiEnUgVbJJG5gyBbOfcb0TPblUUdR5 { width:19.375rem;height:30.625rem;top:15.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx6gSdV2Rlcd4iyVftpahmGe9ZxOuTNW { width:16.875rem;height:2rem;top:16.6875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nm6N0yDkIA0ZRqaiSZ0WGxZlLJcq3R { top:19.5625rem;left:14.125rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqhFGzdNbFHClKBx0MQ9dtTIzXxpUyV { width:17.875rem;height:4.5rem;top:21.625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DweJSg8SbJGRTFrBTaElLMIxw57D2QWp { top:27.125rem;left:13.3125rem;width:18.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwikOxAEV1kTEuUllOHRcoXmGgs6B84D { top:31.1875rem;left:13.9375rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ { width:16.875rem;height:11.1875rem;top:33.5rem;left:14.875rem;font-size:0.9375rem;display:block; }#fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #gCpVFw6Ck05lRRRFOy1UBORmq46TlJNF { top:33.5rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhvwp89S4N0G7ptgBwTTcdKGpgpshKwz { top:35.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6GBxWWzo12gNFFEFQq8Ic5S5bS4T6xM { top:36.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPlioPwqLMp2QJqqsNFwxzepp36Z811 { top:38.625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4iED0zkHVFcqm7rzSiO3t5kNJyulirV { top:40.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8c3ixWMPO9TNygO7WT3LQXP4NEbaEa { top:42.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4twoeaOuuuh6aZsnKfCwMfOhEgZTIFb { top:42rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5SF6Did08vUEfmBZTviGBGpi2SI9IGe { top:1.9375rem;left:28.25rem;width:19.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6aq9XfCX4nDtyo5NAoWedmcyhOTpB7I { width:19.375rem;height:30.625rem;top:15.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHE6pgkqgx5Jkbsb9skMEA4bbJCufrIK { width:16.875rem;height:2rem;top:16.8125rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqhPry4dXgZbBqI7DmhvgCvHNPzUWbu { top:19.6875rem;left:30rem;width:17.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTM7N1TGoCJEnKioSG1My1B62234TS6r { width:18.125rem;height:4.5rem;top:21.75rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRZ3TR3lVSFKcmxw9OG5T0puyrQTzBS { top:27.25rem;left:29.5625rem;width:18.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZGXhdgIx14LgmVNa5sLvT4bZv6JLBk { top:31.3125rem;left:29.8125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf { width:16.875rem;height:11.1875rem;top:33.5625rem;left:30.75rem;font-size:0.9375rem;display:block; }#OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #WIkPOrOhhsG9N14I1I6epnZsiKEZcp76 { top:33.625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFlISX5cC95DC65dO9UZW1HBk3TtQPZx { top:35.375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVpUOM5yaHXKATw9xc3kRnROkW68tSaX { top:37rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWR0Vf9QN4IzWca3nbQbIPt2HnLGRMTk { top:38.75rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ1KTCRKi4w4e8B5TeodBb0t9gkIOKok { top:40.4375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrdKyZHxewe6DKdNkHOQ7VeRKQbl9Sm { top:42.125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J { display:block; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMm9wzcqRlgfLdXRlJkphuz7VWuPvS4G { top:0rem;left:3.75rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0IfJZHeRGvtsUsD3JT1kbS3uaAx9nn { top:0rem;left:23.875rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9GEJpQEBT2HTunAKonVWnBUe22TKLO { display:block; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7Him1SAZ0CFWiqHJFiFv2aLE2055KEU { width:47.75rem;height:8.125rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE { display:block; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwJQtIAmMwZqo7wFvySTqsg3ygIZJhrh { width:47.75rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ahENIIpQ96brid0iT7n6JX6lg5fOvO { width:47.75rem;height:2.125rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7foTWvaPbITvwizhUBw1iwQ3KrEiStT { display:block; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoCCoTh9IUTca7bMfyUXuGeyrAyQni8x { top:0rem;left:0rem;width:19.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRK6udu4opTEfGA5keHHsNnnChEwHhqR { top:0rem;left:12.3125rem;width:19.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NER47FD3QyGMp8qQAodczxrWNh0Bn3x4 { top:0rem;left:28.1875rem;width:19.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtWuSHKOvy7ATw44sdwi3qeLM5At974l { display:block; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piHEzWTxLilL411uEA5GoNsWfIhJH9QK { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlTHF3ZCidSNEnsTQF7MGEhhL4kD59E { width:47.75rem;height:2.125rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 { display:block; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NocLq1MirXUGJxCDDyL2weN8paySvt83 { top:0rem;left:0rem;width:19.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUTpqxGh6T1ggzurhCwCFUfGN6pH2vd6 { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzw2ObU8oJmzR4fzcOLG9dtb8Pu1XAqE { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 { display:block; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf8x9AZ5NQ2WhfUCZl4RMduBT2lTTWfF { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOqqbw6JtBuD94kyOTWkB7cccTwBdJT { width:47.75rem;height:2.125rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48BehrZFkEA3EL82O404xANM4WmPaFC { display:block; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlTnRb3VBGJ9ZiCKcl7QoCmtK9bnkPnp { top:0rem;left:0rem;width:19.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CodEKddmhSzVDdcvUP60NTWbAVwqdr { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99tHQxwkaQNP84g0VcQlrlUS0VG4nr7 { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa { display:block; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTvtnwsBd0PSvh30zhvOQQuiOoorzrry { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlC8awlZ3wwmKTlTXtMkRktf8SC9QqVb { width:47.75rem;height:2.125rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lBTEovLoaOF2dtVc15TL78HPNqodKX { display:block; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgrWnQUa0l202itz47FzL8KLLTUoEfLV { top:0rem;left:0rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWnHSkrUO5yaneli7FsncioCsklEi9am { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB2ib5Z28aveMGKW4UHyA8W7BgId9xyg { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU2mmqddiHhK9KoNlufuLOsUeat81Wtl { display:block; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WImTmyVi9mekp1FoN1U7X6sRBetRU7Sq { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnqb5PbHD19T8qqFlkHZbH9Kdeb2rgv { width:47.75rem;height:2.125rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2nhqQLviUz251LGAsR46dcHMW89ULB { display:block; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEkDUyktJ2Ic3Xh1AZZvKDKEsPGTEBJi { top:0rem;left:0rem;width:19.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2HvV16C5sJTbOV9gzJOGLEHFUckTSF1 { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JqLHPTow8J5TD2ouLsS5ym87iHRpaO { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR { display:block; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNcQ4FChAvaROVFJH3qRtkFGq1WnOIGL { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqW8roT7gv53L6raBCmgnMbcgXTsXwbp { width:47.75rem;height:4.25rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq { display:block; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4ZNMdhE7ezXUTzS35l2NWP4myTzcSTQ { top:0rem;left:0rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTVyv5kMRseFAQXQ62y5t5MwIaydiDD { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLXGPHUnUTnUWDi1k7Vc6lHdcLAyIU5O { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG { display:block; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPPtfCwPXWKpruwkNNlv0ma5nQxGtFWO { width:47.75rem;height:4.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD3UfmuePXFAJELbIL0ffuAB8H5t0GeV { width:47.75rem;height:4.25rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN { display:block; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXc7RQHpAEFBt7oCTZBsCNgFTkC5xgRp { top:0rem;left:0rem;width:19.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNd82whAq12BGRItqf1KZGzA2Maq0tT { top:0rem;left:12.25rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTL2I4q7NNxt7xx71y99xXsnaTUUWwJ { top:0rem;left:28.125rem;width:19.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 { display:block; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnKWM07nOIv5If0kxvCialI8oJzax3Og { top:2.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 { display:block; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOexgSR3okwo2DfVO90Ufq6uDvHn3caE { top:0rem;left:3.75rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC6n79aoWSHSviRGUxJCA1pkVINDxC4Z { top:0rem;left:23.875rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT { display:block; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtzLz2ssf0SbXvlmeKoctpH7hv3zed2 { top:2.1875rem;left:0rem;width:9.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yydoAuxGV1JhdOeJwSsC0Q3v2HMKLlTG { top:2.25rem;left:2.625rem;width:8.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cozrp62kELSN7S1F1bQZBtlfADPKAwU2 { top:2.375rem;left:9.3125rem;width:8.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TfTHNT7OqhFACTUd6ZVWG3gCmIru2E { top:3.1875rem;left:16.71875rem;width:4.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1OG7RvF4kkrweFKvvqOgk8NntMXZbTO { top:14rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcgJUMSCOi7nJLEad6SbVLNx05OBSzGx { top:2.5rem;left:33.75rem;width:8.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIsmVNJ24IoqH5igkm8LxQsBb6iV19V0 { top:2.6875rem;left:42.0625rem;width:5.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCEkIhP4omB7M98U1PsTRsk3SHHfBRWr { top:2.625rem;left:21.65625rem;width:11.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVlcGeR6RSSqqBOtGJutMLLXQXBCpfrV { top:2.4375rem;left:42.3125rem;width:5.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quTIWTv3lgLo9fLfKGSOlkM3X9AcKi8b { top:7.4375rem;left:0rem;width:7.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulhNxIpV7z93W5OPs3SXfTC3UaoWTT6T { top:7.75rem;left:0.6875rem;width:10.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8SullTpSBrfAyDDRRqtS9gxRuZ2gh6b { top:14rem;left:11.8125rem;width:4.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tIb5DoZFqMm60mJSyyUTNUN8taO8Eq { top:14rem;left:21.34375rem;width:5.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGyF5us8xQaxvTiieU8RR95rA7tScpIg { top:8.25rem;left:35rem;width:12.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNuVaGnsqcD99qsE7SOiwtthxTMPzHlJ { top:8rem;left:11.3125rem;width:9.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuLT7KGwKfrn7IzzBWSFJAi0O6sznBl { top:13.625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTBlxARZ3aJZq7TzlLKVbIp1Eg7bzSU { top:14.0625rem;left:34.359375rem;width:5.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOV5K5ymCUSiHEf2xqyKVCtVHvokpb7 { top:14.1875rem;left:7.4375rem;width:3.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX7WgS5mgxdUrT0fTpeA93qIphmLiu9u { top:14rem;left:17.125rem;width:3.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seoe9WeBlHrliiOAc4w3butDzyyANFTe { top:14.125rem;left:28.09375rem;width:5.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owe9LWkvXPAQocIWXEWTk122cBT63QhL { top:8.4375rem;left:20.59375rem;width:13.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzHVVKBwHhEuksmHtzNw8a845AA2gmhO { top:13.5625rem;left:39.3125rem;width:8.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O70rBF6f4krqmHB3TyT7A3DCNoIaH2e3 { top:7.9375rem;left:33.453125rem;width:7.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd2f6SGfbepP4eiRRI83sd6yXgV7FsRf { top:14rem;left:43.5625rem;width:4.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1IVPT9y395reuQ1129fWOuDqxNPX6Rt { top:19.625rem;left:1.8198776245118rem;width:4.6875rem;height:4.872774119748rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTblJV7VrQUCkFMnhrvLTrVO5zTKr0k { top:19.625rem;left:6.4997844696044rem;width:8.25rem;height:4.2176268554585rem;display:block; }
 }@media only screen and (max-width: 763px) { #qor5nt0nHwFiDfAVDtAXTA9P1Ck6idbP { top:19.75rem;left:13.131727218628rem;width:7.375rem;height:3.9037799492407rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD64cDavpqOKheHSQDIinTQoFhbx6yiT { top:19.375rem;left:43.0625rem;width:4.6875rem;height:4.6264554623264rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMVc60gAL9lyaE2azhCtt9D6rtOiwSN { top:20rem;left:20.11778190715rem;width:6.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7t9uCGg7WeEVMiiVUS5QAex1KNh01D { top:19.625rem;left:0rem;width:6.875rem;height:4.87413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOU0hRhhr8ds3ScQD5eAIaTmtxNdHNL1 { top:19.4375rem;left:40.437501907349rem;width:6.9375rem;height:4.5210234983973rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5rshxTCGH43Dw0Guuc4TobZV4RiDUvd { top:20.1875rem;left:33.343317031861rem;width:6.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGFLkhMT9ltwfpx4PsSicFC6numu3v5 { top:19.8125rem;left:27.819625898076rem;width:4.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/044c2495-fcf8-43cc-a93b-447463d9f104/ADsNOW_LPWellness07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmTPofKuDh5BuoyImpTG5KpWP2eCpqD4 { width:10.4980625rem;height:4.24805rem;top:1.1219618320465rem;left:4.7504343986511rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSmibVRCEMbFfniVlAsIBCXBk5sPSmav { width:18.311625rem;height:8.311625rem;top:25.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d60UUKpR462V7XwVGn2QEaBrPJkuHH6Q { width:18.8125rem;height:14.2448125rem;top:33.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJxktsr8iqkoEyNW6O6Gsr40vT3n6Zt { width:17.061625rem;height:5.06185rem;top:49.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJT9BTBREU8dinOrTmqmzLdp9bgIQqQe { width:18.6870625rem;height:6.936875rem;top:48.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaWHa3lmBq8lQSmlhIW0lo55TREB3mb { display:block; }
 }@media only screen and (max-width: 763px) { #WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 { display:block; }#WiyDkLvTgEtfm89Xc54ta8LlaTcA4SR0 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:20rem;height:1.5rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zzneUziTgOVwIr7UZq8xOZ2ATToWMk6y { width:20rem;height:0.0625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:20rem;height:26.9965rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTVrzioZAIcp2ouMwG0rf1Mm6xeRWg7 { width:20rem;height:13.181818181818rem;top:49.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTlLKZZM6B1bgXDXWtJcR59wDw0ntPc { width:20rem;height:13.151927437642rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu { display:block; }#C1QDFgr6DFqrZFJVNuMlmfe8ESRlS7tu > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wypOpMArskTRaxsmGx2qr9iSS4SnPIyc { width:19.9375rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2N04AW7OVcsBZFFfG1MLet7N2d4dkpm { width:19.9375rem;height:14.5rem;top:15.625rem;left:0.12370493999634rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiUnNQMTHdZ5GW29Cbv1kZTGIRck5Op { width:20rem;height:14.6875rem;top:31.348743438721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHomwkrhXJuiJRmPempzWrKnNEVoGtlo { height:10.061875rem;width:18.75rem;top:47.378475189209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:block; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { width:20rem;height:0.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:20rem;height:2.43706875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { display:block; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { width:18.9375rem;height:18.75rem;top:2.5rem;left:0.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { width:16.25rem;height:1.8684875rem;top:11.623756825924rem;left:1.8741121888161rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { width:16.25rem;height:5.0625rem;top:14.686611592769rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { width:18.9375rem;height:18.75rem;top:23.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDAIibeW519rXotVs568ACHh7U8Kiq7 { width:16.25rem;height:3.375rem;top:35.937497556209rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKm23EBRG77QPxHTBmUVw4RELQzux44x { width:16.25rem;height:3.73698125rem;top:31.7177734375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { width:18.9375rem;height:18.75rem;top:44.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { width:16.25rem;height:3.375rem;top:56.686791837216rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { width:20rem;height:1.8684875rem;top:53.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqogHXNnQWf0u5q7GM55t2641niOFETZ { display:flex;width:4.5rem;height:4.5rem;top:4.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PqB1safF8DfBGBcPM5UIAfxIny6wbdJe { display:flex;width:4.5rem;height:4.5rem;top:25.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #SgXZETTl5Utn3KKSH9GecAllHFstKlmz { display:flex;width:4.5rem;height:4.5rem;top:46.5625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 { display:block; }#Uf0zeleE6q8TsETTZyEE0dS7wLy8GPu0 > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI5ceqcNIJeWMXgciTZ7f8TM4pbdZgN6 { width:18.9375rem;height:18.75rem;top:2.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2nN70MCtAcfmMUzd1WcXS3mfqvt902 { width:16.25rem;height:1.8684875rem;top:11.623756825924rem;left:1.8741121888161rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci1rDAd0kkb8cRgaprM6dac0RaDpsACb { width:16.25rem;height:5.0625rem;top:14.686611592769rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SM1vtMzKdGdZo3lfPuJheGfTSlJd7VmR { width:18.9375rem;height:18.75rem;top:23.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC54qNH4loq9hVRclpzbEihTB7GiwmAq { width:16.25rem;height:3.375rem;top:35.937497556209rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaMJLXvuoKM7wX043QF8VIbG9Onz9T12 { width:16.25rem;height:1.8684875rem;top:32.968747556209rem;left:1.8741121888161rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOF3VuNKUhU9zTRpFft5wxnL1S7DJVnf { width:18.9375rem;height:18.75rem;top:44.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADSQXpdHUI1vOk4AZT3ytPbAr5yyA1g { width:16.25rem;height:6.75rem;top:55.1240234375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvWWgL2dN1HTp9a6UgDe8GAZwW0pXKSO { width:20rem;height:1.8684875rem;top:52.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrGT25pQf0fTuouJXMm4n9T233NyTRmb { display:flex;width:4.5rem;height:4.5rem;top:4.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZfkUyZ7TuNDwJxmCoHQyG2ByWhcSu69f { display:flex;width:4.5rem;height:4.5rem;top:25.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TBKTiCv4ACZtGttC1XBcbL9Ns8h0sUZe { display:flex;width:4.5rem;height:4.5rem;top:46.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN { display:block; }#FFmF6rNusaQPTbnZJWWkvR9a5NsdnUuN > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnrfzreaKoALa8bq8bQTvDKrsWzqzuKs { width:20rem;height:5.85069375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 { display:block; }#inf0Qk5ZtyJ9VVB4aBOrhJtpuNmzPPF6 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hel86puTXQT8P0LJ4aXrPRgNZonB5o8D { width:20rem;height:0.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpiT0eyvqqrcmkqG6d9lT5wDJiPpZ7M { width:20rem;height:2.4375rem;top:3.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glBG0qfb2PItwydm0fDTUbgE7lIxLfhX { display:block; }#glBG0qfb2PItwydm0fDTUbgE7lIxLfhX > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5GDJk8sN8UxEtKeV9hHwTHqfb12tK5R { width:18.9375rem;height:24.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5B2zeuDxOBPPLvcpDx6aTn8qaXDgvx1 { width:16.25rem;height:5.60546875rem;top:13.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBS2sixCPfIJWABqrkQcJJuTkii7ORhq { width:16.25rem;height:4.50195rem;top:20.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7PKlTBx11Z7dhJwe9aKJNKfIQOEvasW { width:18.9375rem;height:24.4375rem;top:26.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U16tyQOv8LH0RxspDJKWq6OSfWEfEdHE { width:16.25rem;height:6.00260625rem;top:42.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAqUPJ8J1tuuy8STHhTB0VzuTxdr1zTC { width:16.25rem;height:1.8684875rem;top:39.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx9B2QpSN2XnSvTIGUQalNLUmZuGvcp { width:18.9375rem;height:24.4375rem;top:52.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb7dp2mL5aVfcPSO9IfBNnVJelkstBT1 { width:16.25rem;height:6.00260625rem;top:67.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBd6oi8RfMA8oplKTI4F0JTwQR313Gdx { width:16.25rem;height:1.8684875rem;top:64.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBV7qTUkH331dKnaDf4aTqOzNaG2rE7E { width:17.375rem;height:10.9375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKHRDd5oLoH38yZszOVIdB85tSKgyns { width:17.375rem;height:10.9375rem;top:27.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRd5ayMIMrOXEx2f10c0tWF1OrB3qlc { width:17.375rem;height:10.9375rem;top:53.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT { display:block; }#adISx2v3Zu7FVL3cTgrL49JqvbdgTCRT > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdRNUfkndpg2d4GSsXF11y2Dcz8TlHK { width:18.9375rem;height:24.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTw2xGvOhcnX89LmoFgqNoBWbtuMoTcH { width:16.25rem;height:3.73698125rem;top:13.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaT2Oo1X42Kfim6E5LQfhMIaxQcNWbT { width:16.25rem;height:4.50195rem;top:18.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFJvazvnxGvTnCTXxTxg8h1MlpgvCT2A { width:18.9375rem;height:24.4375rem;top:26.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCmqdZSkxWue7QTPrSxEV9lxK8cb8qET { width:16.25rem;height:4.50195rem;top:43.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGEVLZ8fTzz5ELwDsulFvAHXpuhW6Tw { width:16.25rem;height:3.73698125rem;top:39.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRKEzn0IbOZM5hBtFRdsQfrLZVtAbF5n { width:18.9375rem;height:24.4375rem;top:52.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3yFvQl5E4Rv3dlW4TxoBrLm0xTiGG4x { width:16.25rem;height:4.50195rem;top:67.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIEFOiZgee0fu5Tt9wrgr2J8VoXxqw { width:16.25rem;height:1.8684875rem;top:65rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LSMdEue8vITtCVt7gBNaTE5KOlZuin { width:17.375rem;height:10.9375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSV9Rx8BvzcKKCfvlz9FyVX8gUZEbTz5 { width:17.375rem;height:10.9375rem;top:27.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyTTOFo8i20CMLsWKouweFKre54Bhxy { width:17.375rem;height:10.9375rem;top:53.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAqsLRTDACJ2hyabeToLGRrHUynqggU { display:block; }#eCAqsLRTDACJ2hyabeToLGRrHUynqggU > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCqoCqTAf8w0VufmIT6dycaVfxyi3Fe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIImKFB9vNO0cQQn3ELAUb4ZSaPPhXHb { width:20rem;height:4.0625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ { display:block; }#Fx9NuX3TmXsuN7geDBKGo3mVkfMLVhKZ > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5B4mraBSLPPUyWXh0cimBFkVkasqGBi { width:20rem;height:12.464175rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWv7elklJpyXrJmX3eNMFqafAlJGiyeW { display:block; }#FWv7elklJpyXrJmX3eNMFqafAlJGiyeW > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCOTV3KO3Ipsf9PZLOJxHP24lhqHUhVg { width:20rem;height:28.3623046875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC { display:block; }#ZNbl1PQsOO4lWhrB8QCzPqZPSK8IxuFC > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BfgKOrpUOSDUWKtwfTxPMs17abHKKD { width:20rem;height:9.2587890625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5pm0HzNZFHS9KHw2sIli2H2bgIZ5En { width:20rem;height:4.875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r { display:block; }#IAQzQkiu1XSpUGDwcaTTKknIOf9Te08r > .row .container { width:20rem;height:138.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvTZrRGDl3wEAmlVgDt6qnNSWSz5DSBC { width:19.375rem;height:30rem;top:15.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXMtGTKvXguM6kBkgI7xLeLOV0pSXHR { width:16.25rem;height:1.625rem;top:16.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJBgAziUkWDszlEsQk9Q1BBnbBFGXLT { width:16.25rem;height:4.50195rem;top:20.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfvqywNc9R0AC2qrvLzt7VOfq5BBAlu { width:17.625rem;height:0.9746125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXvdop46BOTJCGPprvGA6ug2nTna8Ov { width:16.25rem;height:2.599825rem;top:26.46875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w { width:16.875rem;height:11.40625rem;top:32.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#ZEX5abTEZPLu0yLSyXpD4CSXhkDpPX1w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #egi51yduHp88nI5TVBhuFR0376hF7qHv { width:16.25rem;height:1.2999125rem;top:30.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD26p7ARp8Lv98iqDCE1NGrgCifQmHtW { display:flex;width:1.25rem;height:1.25rem;top:32.875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ut7GG8hpxlWyKcJqTKQyIPHTdG2I8ZQ5 { display:flex;width:1.25rem;height:1.25rem;top:34.625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #s5DLzwTsrvt4Eaiy7HigD610EWTa8pDk { display:flex;width:1.25rem;height:1.25rem;top:36.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ShKuZTgIUmU1XXwbx3X1AmxJqOileSAU { display:flex;width:1.25rem;height:1.25rem;top:38rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #DpJ3LH49dsJgXVwV9Q7r77Rzh9tUGMZm { display:flex;width:1.25rem;height:1.25rem;top:39.625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #eCDP55IgkcazEfktF5NdRCfOFx2nu9RE { width:19.375rem;height:13.625rem;top:1.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRvAhh1ET0lwVICwc88aIgSsbAnoBeG { width:19.375rem;height:13.6875rem;top:47.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh14h4qTEyHrG1sPw7nI2KecTlCaGCTO { width:19.375rem;height:30.625rem;top:61.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUa9yDv1m2WWKa9DxtNKXDymO2dr2o52 { width:16.875rem;height:1.625rem;top:62.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpkWEokfGSpUFRt55x7XXLHkb0BXLn5 { width:17.625rem;height:0.9746125rem;top:65.0625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyl7WkzUb3d582Qc4CG84q65tWscqCQ { width:17.25rem;height:4.50195rem;top:67.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LezRgBBTz4PqadsSxxnrgXocvPRwLMVH { width:17.25rem;height:2.599825rem;top:72.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UWDJagHksJmzeyy5bWVXKXpwSIH1WX { width:17.25rem;height:1.2999125rem;top:76.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM { width:16.875rem;height:11.40625rem;top:79.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#wUVvhgL9l0LyfMUrZtPyW7op25QhDfUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #FZTSgnDHRiyFJWGS3XKd7WlBuxrCMcsr { display:flex;width:1.25rem;height:1.25rem;top:79.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #OE00qDdVR1Rxpi0T2se5RyeFCrvN1tkq { display:flex;width:1.25rem;height:1.25rem;top:80.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #GCU0vIIro5CQTTvXe90KLomFiMHTPXg5 { display:flex;width:1.25rem;height:1.25rem;top:82.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #zkyeW3foKOCsZ37lCZ57LS0I75IL8Z8n { display:flex;width:1.25rem;height:1.25rem;top:84.3125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #UJ8IwStEDCNu1XdyEWoJWybf2RRdFK7S { display:flex;width:1.25rem;height:1.25rem;top:86rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #cvpCbXG1PSKqdCMGvwtxuK94MMCHvEX0 { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #tTfuCFDutvvCqrpOax6BJSSDWU3RkbFJ { display:flex;width:1.25rem;height:1.25rem;top:87.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #SNVnbOxUfmqETr4X0FSlPGHFvz5FoRFX { width:19.375rem;height:13.6875rem;top:94.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBWIsK0qkFT1c88kBLHTNsXtF056nrT { width:19.375rem;height:30.625rem;top:108rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sexENLV40hKtTQlI0SInLIl5uRkvy7Jd { width:16.875rem;height:1.625rem;top:109.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcbTwUOBDs3HbxmeJ9uD5WUoAsZSu1K { width:17.625rem;height:0.9746125rem;top:111.6875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsQ5KLzl4iXTITrWmxRFuhnyldw9o4ph { width:17.25rem;height:4.50195rem;top:114.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcANmEwM3H8gZiDkRwOVaD0Tv8R32CV { width:17.25rem;height:2.599825rem;top:119.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pUPGlid9G1u5pmHh3gJIMiyPkWFVQt { width:17.25rem;height:1.2999125rem;top:123.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdbzua31fp9KMhuvZarV04hRdR7S3GSP { width:17.25rem;height:11.40625rem;top:125.25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#Qdbzua31fp9KMhuvZarV04hRdR7S3GSP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #A6gUoMaCAyIE2FMzktsT5UxCDLmyNWO3 { display:flex;width:1.25rem;height:1.25rem;top:125.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #c2iIsFLBkKMAaMmhMQSsZ0agnq4RTvc1 { display:flex;width:1.25rem;height:1.25rem;top:127rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fDqaxs6l7r34aFBJ4IGoIrcRxqK4v6iK { display:flex;width:1.25rem;height:1.25rem;top:128.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lOOSne7yUoRviUXFNDr9xhVem5OqdH78 { display:flex;width:1.25rem;height:1.25rem;top:130.375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hJmRtewiO7nfnETiKIsShaHJkV7SFrGS { display:flex;width:1.25rem;height:1.25rem;top:132.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #k01kB8up7ZM8prdGCORzDcUCHf0KcO3M { display:flex;width:1.25rem;height:1.25rem;top:133.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH { display:block; }#uc9uyHFO5IbTGmLvAtJvbbSKCPLUV5HH > .row .container { width:20rem;height:139.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNZgDW5lVzszvIF9CC8DlMiVP0x0Q9X { width:19.375rem;height:30.625rem;top:15.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgbboyth4JZdZWqf5ohP86J37eiet5TZ { width:16.25rem;height:1.625rem;top:16.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrJ5hWUnTf04a4GsR5TsEP7HbDgrtST { width:16.25rem;height:4.50195rem;top:21.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFMaAAQWAE52Ip3rNfmaePZ1xSToamCK { width:17.625rem;height:0.9746125rem;top:19.375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMEBTa9XrpWZ7at4M1b4EHHyHHdTiSpe { width:16.25rem;height:2.599825rem;top:27.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX { width:16.25rem;height:11.40625rem;top:33.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#TuXs0CQQCZ19dW8ib9e2aGGLQeUIQRLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #az2a9Kf5z02m9U2qxRbem2tKACnSKAHR { width:16.25rem;height:1.2999125rem;top:30.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgaFflMDHuc3x8S326Iqn4LhMNgqqF8 { display:flex;width:1.25rem;height:1.25rem;top:33.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #LhHXDBsDxD6iUWf1Tb9MokH5FG8dtaU6 { display:flex;width:1.25rem;height:1.25rem;top:35.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #iqgGOLaEfbfXs1S4L7wNxd4UO5f6mmGg { display:flex;width:1.25rem;height:1.25rem;top:37.125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #cf8tO475aDQWZFqTzf2p0b2Ceu1wIIzz { display:flex;width:1.25rem;height:1.25rem;top:38.875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Tgbx23pN3lxWAulAQ0wC6O5XzCoQNSoX { display:flex;width:1.25rem;height:1.25rem;top:40.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #N3avtLWUtbgu9WiMLPicQszFxsZuaG88 { width:19.375rem;height:13.625rem;top:2rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkqt7EAZTnlfTLau3SWJDXnN9ePqtNp4 { width:19.375rem;height:13.6875rem;top:48.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbBSWBnNWTrI1phDTOOSCMP01WiEpM6z { width:19.375rem;height:30.625rem;top:62.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUatVJ304utNNZPQTeNZApF74eF5NpcQ { width:16.875rem;height:1.625rem;top:63.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR41Tr7MtpqEoTCHFqzSEZZnl8o1H8E2 { width:17.625rem;height:0.9746125rem;top:66rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB3zbpP0Hum24H8SLFTaIaeIsRcrF2qO { width:17.25rem;height:4.50195rem;top:68.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvW6E0PzKtF5AK1iACf0kTl77CCUnzuS { width:17.25rem;height:2.599825rem;top:73.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khRLzl5PBLTOIQPNgi8rCe0oTxdtXsTO { width:17.25rem;height:1.2999125rem;top:77.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA { width:17.25rem;height:11.40625rem;top:80.0625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#u5MfAx3bSCTZybmvc9XV2IZM4rvl8TrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #TyGCmkzIoMwc2V4mAd3S7Rp0fX5FIO30 { display:flex;width:1.25rem;height:1.25rem;top:80.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ISJyeEaKRouDifRc7LkdTTZpGBLTwIJ8 { display:flex;width:1.25rem;height:1.25rem;top:81.875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Cl0sB5pSsUbrxAIDWJHqMp4dW6snOtQP { display:flex;width:1.25rem;height:1.25rem;top:83.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ng77f5sbMfRVWJCHTiJKTD608ftRXXNy { display:flex;width:1.25rem;height:1.25rem;top:85.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MOipHOCf27yVHti5muAIQDsnVcM6uanE { display:flex;width:1.25rem;height:1.25rem;top:86.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #t3JKAkaD1DOgQkBNR3mvRLV4e4yyHcXd { display:flex;width:1.25rem;height:1.25rem;top:42.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #QL5zv8oNTmvqNokACBCgBlocPzqKrten { display:flex;width:1.25rem;height:1.25rem;top:88.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oUZ6062v1WXtFzCMvLwhc0mMNwykd4O1 { width:19.375rem;height:13.6875rem;top:95.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAU3akQVUHGtmBkdyvlG0RP6zJgVdM2r { width:19.375rem;height:30.625rem;top:108.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiUHSgKKCQaqRADWalKJsignwT3KbSZw { width:16.875rem;height:1.625rem;top:109.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysHZduq1mASBKnPdF6cH8MELBoFe27cN { width:17.625rem;height:0.9746125rem;top:112.5rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbsiN1KUVLh7NOi0CRi8Dnr0NSDXeuF { width:18.125rem;height:4.50195rem;top:114.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkpUnzb8aTHNpQTuPKdM0Eih6oTTg1T { width:16.25rem;height:2.599825rem;top:120.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6HwAa00TTOqBkP3rEpEWTDGRFmA82ED { width:16.25rem;height:1.2999125rem;top:124.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID { width:16.25rem;height:11.40625rem;top:126.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#hQTEzGPBlB1gpLKt1srcKtLRc1hWRSID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #bCUUkdvdOQsCFrHwG3CIqswUHX8ti4dV { display:flex;width:1.25rem;height:1.25rem;top:126.75rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #g1P4pc6SrQNDwqbR7bF4RbtlMv9eSNkC { display:flex;width:1.25rem;height:1.25rem;top:128.5rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #L268PDX3gKqUdhsBsmtLPeqH5nAZrZGB { display:flex;width:1.25rem;height:1.25rem;top:130.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #tOIHlV1XQdKtfebr857c82TFixHU8KxH { display:flex;width:1.25rem;height:1.25rem;top:131.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #C3pHos3MVrNnvITqiiJ7d1hJyOoNuEgI { display:flex;width:1.25rem;height:1.25rem;top:133.5625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #lBk5525s4TwMKFw1Kgxz2isPZ1DFKbSS { display:flex;width:1.25rem;height:1.25rem;top:135.25rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #aOiscCBOaMZdukTAgAo3dvT1UruNT23W { display:block; }#aOiscCBOaMZdukTAgAo3dvT1UruNT23W > .row .container { width:20rem;height:140.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2N1TevZdvPCUQf9b3FnBRVs4DhV2v6o { width:19.375rem;height:31.25rem;top:15.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taux5lm2TXeIykMBTcuFphgn0mWdCqlF { width:16.25rem;height:1.625rem;top:16.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGv3kSophtMXeonATT4CleFnv0lk7Ivt { width:16.3125rem;height:4.50195rem;top:21.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEwXToTrWz1svnyZ79pAO44uqspPRtTt { width:17.625rem;height:0.9746125rem;top:19.375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iby99s9zGpKBFTitoCMhaDbvKB8yD3yS { width:16.25rem;height:2.599825rem;top:27.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU { width:16.25rem;height:11.40625rem;top:33.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#hJse1sBbSQxw3zQPfO9dvbOx4oeQL5TU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #RWozqxrUhqIhqw3cEMhzrhywPMt30V1a { width:16.25rem;height:1.2999125rem;top:30.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tn7FfFv2lQUBqDdHzAAbU3SzTNC3mZ { display:flex;width:1.25rem;height:1.25rem;top:33.6875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #tskJ1HbF650FTHmM0d1DHgTl11n6I3KD { display:flex;width:1.25rem;height:1.25rem;top:35.4375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #k4Su5IHln57N7wVD5pe4E33IMnFyl5Rw { display:flex;width:1.25rem;height:1.25rem;top:37.0625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #MlR3W5nwTOO10THiQ3N5PGCu5h7CTxnC { display:flex;width:1.25rem;height:1.25rem;top:38.8125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #XTFldaImU5pV4nTAREFStulJTKS69267 { display:flex;width:1.25rem;height:1.25rem;top:40.5rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #NFBxy3XTW7loE6xHLCOGtLZINCX9l6RV { width:19.375rem;height:13.625rem;top:2rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMGPJxvF1T3fP2rrAtRfDKMAVIEr8ld { width:19.375rem;height:13.6875rem;top:49.15625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcbiEnUgVbJJG5gyBbOfcb0TPblUUdR5 { width:19.375rem;height:30.625rem;top:62.84375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx6gSdV2Rlcd4iyVftpahmGe9ZxOuTNW { width:16.875rem;height:1.625rem;top:64.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nm6N0yDkIA0ZRqaiSZ0WGxZlLJcq3R { width:17.625rem;height:0.9746125rem;top:66.6875rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxqhFGzdNbFHClKBx0MQ9dtTIzXxpUyV { width:17.875rem;height:4.50195rem;top:68.96875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DweJSg8SbJGRTFrBTaElLMIxw57D2QWp { width:16.25rem;height:2.599825rem;top:74.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwikOxAEV1kTEuUllOHRcoXmGgs6B84D { width:16.25rem;height:1.2999125rem;top:78.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ { width:16.25rem;height:11.40625rem;top:80.625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#fsO4RmKULhqSI4ZG867k7EKyeovrEdUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #gCpVFw6Ck05lRRRFOy1UBORmq46TlJNF { display:flex;width:1.25rem;height:1.25rem;top:80.625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Hhvwp89S4N0G7ptgBwTTcdKGpgpshKwz { display:flex;width:1.25rem;height:1.25rem;top:82.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #N6GBxWWzo12gNFFEFQq8Ic5S5bS4T6xM { display:flex;width:1.25rem;height:1.25rem;top:84rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #FdPlioPwqLMp2QJqqsNFwxzepp36Z811 { display:flex;width:1.25rem;height:1.25rem;top:85.75rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #U4iED0zkHVFcqm7rzSiO3t5kNJyulirV { display:flex;width:1.25rem;height:1.25rem;top:87.4375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #qi8c3ixWMPO9TNygO7WT3LQXP4NEbaEa { display:flex;width:1.25rem;height:1.25rem;top:42.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #G4twoeaOuuuh6aZsnKfCwMfOhEgZTIFb { display:flex;width:1.25rem;height:1.25rem;top:89.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #R5SF6Did08vUEfmBZTviGBGpi2SI9IGe { width:19.375rem;height:13.6875rem;top:95.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6aq9XfCX4nDtyo5NAoWedmcyhOTpB7I { width:19.375rem;height:30.625rem;top:109.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHE6pgkqgx5Jkbsb9skMEA4bbJCufrIK { width:16.875rem;height:1.625rem;top:110.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqhPry4dXgZbBqI7DmhvgCvHNPzUWbu { width:17.625rem;height:0.9746125rem;top:113.0625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTM7N1TGoCJEnKioSG1My1B62234TS6r { width:18.125rem;height:4.50195rem;top:115.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRZ3TR3lVSFKcmxw9OG5T0puyrQTzBS { width:16.25rem;height:2.599825rem;top:120.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZGXhdgIx14LgmVNa5sLvT4bZv6JLBk { width:16.25rem;height:1.2999125rem;top:124.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf { width:16.25rem;height:11.40625rem;top:127.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#OFzxDbRv9N6BQhDzAZs7MD9THtonlBZf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d7afa0162739f8735f995b0e2eaa2e22002109c.svg); }
 }@media only screen and (max-width: 763px) { #WIkPOrOhhsG9N14I1I6epnZsiKEZcp76 { display:flex;width:1.25rem;height:1.25rem;top:127.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #fFlISX5cC95DC65dO9UZW1HBk3TtQPZx { display:flex;width:1.25rem;height:1.25rem;top:129.0625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #KVpUOM5yaHXKATw9xc3kRnROkW68tSaX { display:flex;width:1.25rem;height:1.25rem;top:130.6875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #mWR0Vf9QN4IzWca3nbQbIPt2HnLGRMTk { display:flex;width:1.25rem;height:1.25rem;top:132.4375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #AQ1KTCRKi4w4e8B5TeodBb0t9gkIOKok { display:flex;width:1.25rem;height:1.25rem;top:134.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #NMrdKyZHxewe6DKdNkHOQ7VeRKQbl9Sm { display:flex;width:1.25rem;height:1.25rem;top:135.8125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J { display:block; }#rH9Uu0GEtQbq2pntQ8QIzwML65Bf7f0J > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMm9wzcqRlgfLdXRlJkphuz7VWuPvS4G { width:19.5rem;height:7.75rem;top:1.9997863769531rem;left:0.16623270511627rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0IfJZHeRGvtsUsD3JT1kbS3uaAx9nn { width:19.1875rem;height:7.625rem;top:9.4715881347656rem;left:0.15646708011627rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9GEJpQEBT2HTunAKonVWnBUe22TKLO { display:block; }#zU9GEJpQEBT2HTunAKonVWnBUe22TKLO > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7Him1SAZ0CFWiqHJFiFv2aLE2055KEU { width:20rem;height:7.3112rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE { display:block; }#OIgV87D6AHFoUTcAfUSfxKwTSCK2gIDE > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwJQtIAmMwZqo7wFvySTqsg3ygIZJhrh { width:20rem;height:1.625rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ahENIIpQ96brid0iT7n6JX6lg5fOvO { width:20rem;height:1.50065rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7foTWvaPbITvwizhUBw1iwQ3KrEiStT { display:block; }#P7foTWvaPbITvwizhUBw1iwQ3KrEiStT > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoCCoTh9IUTca7bMfyUXuGeyrAyQni8x { width:19.6875rem;height:10.9375rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRK6udu4opTEfGA5keHHsNnnChEwHhqR { width:19.4375rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NER47FD3QyGMp8qQAodczxrWNh0Bn3x4 { width:19.4375rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtWuSHKOvy7ATw44sdwi3qeLM5At974l { display:block; }#TtWuSHKOvy7ATw44sdwi3qeLM5At974l > .row .container { width:20rem;height:9.3750051269531rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piHEzWTxLilL411uEA5GoNsWfIhJH9QK { width:20rem;height:3.2487rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlTHF3ZCidSNEnsTQF7MGEhhL4kD59E { width:20rem;height:3.0013rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 { display:block; }#q6ZzUltUg4aRZVt55SwLvfSUfxdgmNX3 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NocLq1MirXUGJxCDDyL2weN8paySvt83 { width:19.4375rem;height:10.9375rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUTpqxGh6T1ggzurhCwCFUfGN6pH2vd6 { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzw2ObU8oJmzR4fzcOLG9dtb8Pu1XAqE { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 { display:block; }#Ig41hwcy04D19azTDSvCfQ8XVAB1KCA5 > .row .container { width:20rem;height:10.312505126953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf8x9AZ5NQ2WhfUCZl4RMduBT2lTTWfF { width:14.8125rem;height:4.87305rem;top:1.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOqqbw6JtBuD94kyOTWkB7cccTwBdJT { width:20rem;height:3.0013rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48BehrZFkEA3EL82O404xANM4WmPaFC { display:block; }#c48BehrZFkEA3EL82O404xANM4WmPaFC > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlTnRb3VBGJ9ZiCKcl7QoCmtK9bnkPnp { width:19.5625rem;height:10.9375rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CodEKddmhSzVDdcvUP60NTWbAVwqdr { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99tHQxwkaQNP84g0VcQlrlUS0VG4nr7 { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa { display:block; }#qEJfNwJwaUnUhcvf2QQATdEXG5DA0Lpa > .row .container { width:20rem;height:9.3750051269531rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTvtnwsBd0PSvh30zhvOQQuiOoorzrry { width:20rem;height:3.2487rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlC8awlZ3wwmKTlTXtMkRktf8SC9QqVb { width:20rem;height:3.0013rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lBTEovLoaOF2dtVc15TL78HPNqodKX { display:block; }#n4lBTEovLoaOF2dtVc15TL78HPNqodKX > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgrWnQUa0l202itz47FzL8KLLTUoEfLV { width:19.5rem;height:10.9375rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWnHSkrUO5yaneli7FsncioCsklEi9am { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB2ib5Z28aveMGKW4UHyA8W7BgId9xyg { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU2mmqddiHhK9KoNlufuLOsUeat81Wtl { display:block; }#lU2mmqddiHhK9KoNlufuLOsUeat81Wtl > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WImTmyVi9mekp1FoN1U7X6sRBetRU7Sq { width:20rem;height:3.2487rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnqb5PbHD19T8qqFlkHZbH9Kdeb2rgv { width:20rem;height:3.0013rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2nhqQLviUz251LGAsR46dcHMW89ULB { display:block; }#bo2nhqQLviUz251LGAsR46dcHMW89ULB > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEkDUyktJ2Ic3Xh1AZZvKDKEsPGTEBJi { width:19.5625rem;height:10.9375rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2HvV16C5sJTbOV9gzJOGLEHFUckTSF1 { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JqLHPTow8J5TD2ouLsS5ym87iHRpaO { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR { display:block; }#LTCTGSCVWlOTXgfNBomKWOBzeKohfFeR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNcQ4FChAvaROVFJH3qRtkFGq1WnOIGL { width:20rem;height:3.2487rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqW8roT7gv53L6raBCmgnMbcgXTsXwbp { width:16.3125rem;height:4.50195rem;top:6.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq { display:block; }#MvsFghn5kRrvdS5IiPLpW4MWEI5XX7gq > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4ZNMdhE7ezXUTzS35l2NWP4myTzcSTQ { width:19.5rem;height:10.9375rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTVyv5kMRseFAQXQ62y5t5MwIaydiDD { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLXGPHUnUTnUWDi1k7Vc6lHdcLAyIU5O { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG { display:block; }#GEUleUkZzzbyO43Bgvc8Ix7hPgK6CimG > .row .container { width:20rem;height:11.250005126953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPPtfCwPXWKpruwkNNlv0ma5nQxGtFWO { width:17.0625rem;height:4.87305rem;top:2.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD3UfmuePXFAJELbIL0ffuAB8H5t0GeV { width:20rem;height:3.0013rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN { display:block; }#Vxyz0w5xUBA1iz7rNZriToCftTxVtqyN > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXc7RQHpAEFBt7oCTZBsCNgFTkC5xgRp { width:19.5625rem;height:10.9375rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNd82whAq12BGRItqf1KZGzA2Maq0tT { width:19.5rem;height:10.9375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTL2I4q7NNxt7xx71y99xXsnaTUUWwJ { width:19.5rem;height:10.9375rem;top:25.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 { display:block; }#pUGoCpJ6IVpCo3EiRVpQVDeclH7Ee0H4 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnKWM07nOIv5If0kxvCialI8oJzax3Og { width:20rem;height:4.87305rem;top:1.78125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 { display:block; }#ezdt4RLC09nn1TH36tODTBHvzb4L0Xx3 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOexgSR3okwo2DfVO90Ufq6uDvHn3caE { width:19.5rem;height:7.75rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC6n79aoWSHSviRGUxJCA1pkVINDxC4Z { width:19.1875rem;height:7.625rem;top:8.0479736328125rem;left:0.18988716602326rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT { display:block; }#wsEHnfwT3fqBPv2fFIx0l985LS1pqfiT > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtzLz2ssf0SbXvlmeKoctpH7hv3zed2 { width:9.3125rem;height:5.0625rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yydoAuxGV1JhdOeJwSsC0Q3v2HMKLlTG { width:8.0625rem;height:4.875rem;top:1.53125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cozrp62kELSN7S1F1bQZBtlfADPKAwU2 { width:8.0625rem;height:4.625rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TfTHNT7OqhFACTUd6ZVWG3gCmIru2E { width:4.625rem;height:3rem;top:8rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1OG7RvF4kkrweFKvvqOgk8NntMXZbTO { width:7.625rem;height:3.6875rem;top:37.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcgJUMSCOi7nJLEad6SbVLNx05OBSzGx { width:7.3125rem;height:3.75rem;top:13.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIsmVNJ24IoqH5igkm8LxQsBb6iV19V0 { width:5.6875rem;height:4.0625rem;top:17.46875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCEkIhP4omB7M98U1PsTRsk3SHHfBRWr { width:8.875rem;height:3.0625rem;top:13.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVlcGeR6RSSqqBOtGJutMLLXQXBCpfrV { width:5.4375rem;height:4.5rem;top:16.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quTIWTv3lgLo9fLfKGSOlkM3X9AcKi8b { width:7.0625rem;height:4.875rem;top:22.21875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulhNxIpV7z93W5OPs3SXfTC3UaoWTT6T { width:8.75rem;height:3.5625rem;top:22.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8SullTpSBrfAyDDRRqtS9gxRuZ2gh6b { width:4.25rem;height:3.6875rem;top:43.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tIb5DoZFqMm60mJSyyUTNUN8taO8Eq { width:5.8125rem;height:3.6875rem;top:43.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGyF5us8xQaxvTiieU8RR95rA7tScpIg { width:9.5625rem;height:2.3125rem;top:32.96875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNuVaGnsqcD99qsE7SOiwtthxTMPzHlJ { width:7.875rem;height:3rem;top:27.896484375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuLT7KGwKfrn7IzzBWSFJAi0O6sznBl { width:4.4375rem;height:4.4375rem;top:37.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTBlxARZ3aJZq7TzlLKVbIp1Eg7bzSU { width:5.375rem;height:3.5625rem;top:48.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOV5K5ymCUSiHEf2xqyKVCtVHvokpb7 { width:3.25rem;height:3.3125rem;top:37.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX7WgS5mgxdUrT0fTpeA93qIphmLiu9u { width:3.1875rem;height:3.75rem;top:43.28125rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seoe9WeBlHrliiOAc4w3butDzyyANFTe { width:5.3125rem;height:3.5rem;top:48.78125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owe9LWkvXPAQocIWXEWTk122cBT63QhL { width:9.5625rem;height:2.4375rem;top:28.365234375rem;left:9.3616071428569rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzHVVKBwHhEuksmHtzNw8a845AA2gmhO { width:8.4375rem;height:4.62456875rem;top:53.999526023865rem;left:1.0611979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #O70rBF6f4krqmHB3TyT7A3DCNoIaH2e3 { width:7.1875rem;height:3.875rem;top:32.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd2f6SGfbepP4eiRRI83sd6yXgV7FsRf { width:4.1875rem;height:3.75rem;top:48.65625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1IVPT9y395reuQ1129fWOuDqxNPX6Rt { width:4.6875rem;height:4.872774119748rem;top:60.372180938721rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GPTblJV7VrQUCkFMnhrvLTrVO5zTKr0k { width:8.25rem;height:4.2176268554585rem;top:60.699872970581rem;left:5.6304254531861rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qor5nt0nHwFiDfAVDtAXTA9P1Ck6idbP { width:7.375rem;height:3.9037799492407rem;top:60.855037689209rem;left:12.625868797303rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD64cDavpqOKheHSQDIinTQoFhbx6yiT { width:5.49913125rem;height:5.43728125rem;top:71.9607257843rem;left:10.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMVc60gAL9lyaE2azhCtt9D6rtOiwSN { width:6.75rem;height:3.6875rem;top:66.925973892212rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7t9uCGg7WeEVMiiVUS5QAex1KNh01D { width:6.875rem;height:4.87413125rem;top:53.873701095581rem;left:10.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOU0hRhhr8ds3ScQD5eAIaTmtxNdHNL1 { width:9.625rem;height:6.125rem;top:71.618925094606rem;left:1.2541319440664rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5rshxTCGH43Dw0Guuc4TobZV4RiDUvd { width:6.875rem;height:3.125rem;top:67.205947875975rem;left:12.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGFLkhMT9ltwfpx4PsSicFC6numu3v5 { width:4.125rem;height:4rem;top:66.924915313719rem;left:7.93728351593rem;display:block; }
 }